2023-09-30T13:43:40.341 INFO:root:teuthology version: 0.0.1.dev194+g54e62bc 2023-09-30T13:43:40.341 DEBUG:teuthology.run:Teuthology command: 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} --archive /home/teuthworker/archive/yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi/7407588 --owner scheduled_yuriw@teuthology --name yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi --verbose -- /home/teuthworker/archive/yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi/7407588/orig.config.yaml 2023-09-30T13:43:40.374 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-09-30T13:43:40.452 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi/7407588 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: yweinste@redhat.com first_in_suite: false job_id: '7407588' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-09-29_19:44:36-orch-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: 1d10b71792f3be8887a7631e69851ac2df3585af ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 1d10b71792f3be8887a7631e69851ac2df3585af selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: 1d10b71792f3be8887a7631e69851ac2df3585af owner: scheduled_yuriw@teuthology priority: 76 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 3721 sha1: 1d10b71792f3be8887a7631e69851ac2df3585af sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_1d10b71792f3be8887a7631e69851ac2df3585af/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 1d10b71792f3be8887a7631e69851ac2df3585af targets: smithi050.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi172.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: 54e62bcbac4e53d9685e08328b790d3b20d71cae timestamp: 2023-09-29_19:44:36 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2830 2023-09-30T13:43:40.452 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_1d10b71792f3be8887a7631e69851ac2df3585af/qa; will attempt to use it 2023-09-30T13:43:40.453 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_1d10b71792f3be8887a7631e69851ac2df3585af/qa/tasks 2023-09-30T13:43:40.453 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-09-30T13:43:40.455 INFO:teuthology.task.internal:Checking packages... 2023-09-30T13:43:40.477 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '1d10b71792f3be8887a7631e69851ac2df3585af' 2023-09-30T13:43:40.477 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-09-30T13:43:40.477 INFO:teuthology.packaging:ref: None 2023-09-30T13:43:40.477 INFO:teuthology.packaging:tag: None 2023-09-30T13:43:40.477 INFO:teuthology.packaging:branch: main 2023-09-30T13:43:40.478 INFO:teuthology.packaging:sha1: 1d10b71792f3be8887a7631e69851ac2df3585af 2023-09-30T13:43:40.478 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=main 2023-09-30T13:43:40.713 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-6447.g1d10b717 2023-09-30T13:43:40.713 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-09-30T13:43:40.719 INFO:teuthology.task.internal:no buildpackages task found 2023-09-30T13:43:40.720 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-09-30T13:43:40.725 INFO:teuthology.task.internal:Saving configuration 2023-09-30T13:43:40.738 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-09-30T13:43:40.744 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-30T13:43:40.770 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi050.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi/7407588', '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-09-30 13:38:08.417712', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-09-30T13:43:40.788 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi172.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi/7407588', '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-09-30 13:38:08.416145', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-09-30T13:43:40.788 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-09-30T13:43:40.794 INFO:teuthology.task.internal:roles: ubuntu@smithi050.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-09-30T13:43:40.795 INFO:teuthology.task.internal:roles: ubuntu@smithi172.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-09-30T13:43:40.795 INFO:teuthology.run_tasks:Running task console_log... 2023-09-30T13:43:40.864 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f2ae2411040>, signals=[15]) 2023-09-30T13:43:40.865 INFO:teuthology.run_tasks:Running task internal.connect... 2023-09-30T13:43:40.871 INFO:teuthology.task.internal:Opening connections... 2023-09-30T13:43:40.871 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi050.front.sepia.ceph.com 2023-09-30T13:43:40.873 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi050.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T13:43:40.941 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi172.front.sepia.ceph.com 2023-09-30T13:43:40.942 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T13:43:41.012 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-09-30T13:43:41.019 DEBUG:teuthology.orchestra.run.smithi050:> uname -m 2023-09-30T13:43:41.041 INFO:teuthology.orchestra.run.smithi050.stdout:x86_64 2023-09-30T13:43:41.041 DEBUG:teuthology.orchestra.run.smithi050:> cat /etc/os-release 2023-09-30T13:43:41.103 INFO:teuthology.orchestra.run.smithi050.stdout:NAME="Red Hat Enterprise Linux" 2023-09-30T13:43:41.103 INFO:teuthology.orchestra.run.smithi050.stdout:VERSION="8.6 (Ootpa)" 2023-09-30T13:43:41.103 INFO:teuthology.orchestra.run.smithi050.stdout:ID="rhel" 2023-09-30T13:43:41.103 INFO:teuthology.orchestra.run.smithi050.stdout:ID_LIKE="fedora" 2023-09-30T13:43:41.103 INFO:teuthology.orchestra.run.smithi050.stdout:VERSION_ID="8.6" 2023-09-30T13:43:41.103 INFO:teuthology.orchestra.run.smithi050.stdout:PLATFORM_ID="platform:el8" 2023-09-30T13:43:41.104 INFO:teuthology.orchestra.run.smithi050.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-09-30T13:43:41.104 INFO:teuthology.orchestra.run.smithi050.stdout:ANSI_COLOR="0;31" 2023-09-30T13:43:41.104 INFO:teuthology.orchestra.run.smithi050.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-09-30T13:43:41.104 INFO:teuthology.orchestra.run.smithi050.stdout:HOME_URL="https://www.redhat.com/" 2023-09-30T13:43:41.104 INFO:teuthology.orchestra.run.smithi050.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-09-30T13:43:41.104 INFO:teuthology.orchestra.run.smithi050.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-09-30T13:43:41.104 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:43:41.104 INFO:teuthology.orchestra.run.smithi050.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-09-30T13:43:41.104 INFO:teuthology.orchestra.run.smithi050.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-09-30T13:43:41.104 INFO:teuthology.orchestra.run.smithi050.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-09-30T13:43:41.104 INFO:teuthology.orchestra.run.smithi050.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-09-30T13:43:41.105 INFO:teuthology.lock.ops:Updating smithi050.front.sepia.ceph.com on lock server 2023-09-30T13:43:41.129 DEBUG:teuthology.orchestra.run.smithi172:> uname -m 2023-09-30T13:43:41.149 INFO:teuthology.orchestra.run.smithi172.stdout:x86_64 2023-09-30T13:43:41.149 DEBUG:teuthology.orchestra.run.smithi172:> cat /etc/os-release 2023-09-30T13:43:41.211 INFO:teuthology.orchestra.run.smithi172.stdout:NAME="Red Hat Enterprise Linux" 2023-09-30T13:43:41.211 INFO:teuthology.orchestra.run.smithi172.stdout:VERSION="8.6 (Ootpa)" 2023-09-30T13:43:41.212 INFO:teuthology.orchestra.run.smithi172.stdout:ID="rhel" 2023-09-30T13:43:41.212 INFO:teuthology.orchestra.run.smithi172.stdout:ID_LIKE="fedora" 2023-09-30T13:43:41.212 INFO:teuthology.orchestra.run.smithi172.stdout:VERSION_ID="8.6" 2023-09-30T13:43:41.212 INFO:teuthology.orchestra.run.smithi172.stdout:PLATFORM_ID="platform:el8" 2023-09-30T13:43:41.212 INFO:teuthology.orchestra.run.smithi172.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-09-30T13:43:41.212 INFO:teuthology.orchestra.run.smithi172.stdout:ANSI_COLOR="0;31" 2023-09-30T13:43:41.212 INFO:teuthology.orchestra.run.smithi172.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-09-30T13:43:41.212 INFO:teuthology.orchestra.run.smithi172.stdout:HOME_URL="https://www.redhat.com/" 2023-09-30T13:43:41.212 INFO:teuthology.orchestra.run.smithi172.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-09-30T13:43:41.212 INFO:teuthology.orchestra.run.smithi172.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-09-30T13:43:41.212 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-09-30T13:43:41.213 INFO:teuthology.orchestra.run.smithi172.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-09-30T13:43:41.213 INFO:teuthology.orchestra.run.smithi172.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-09-30T13:43:41.213 INFO:teuthology.orchestra.run.smithi172.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-09-30T13:43:41.213 INFO:teuthology.orchestra.run.smithi172.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-09-30T13:43:41.213 INFO:teuthology.lock.ops:Updating smithi172.front.sepia.ceph.com on lock server 2023-09-30T13:43:41.237 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-09-30T13:43:41.244 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-09-30T13:43:41.249 INFO:teuthology.task.internal:Checking for old test directory... 2023-09-30T13:43:41.249 DEBUG:teuthology.orchestra.run.smithi050:> test '!' -e /home/ubuntu/cephtest 2023-09-30T13:43:41.252 DEBUG:teuthology.orchestra.run.smithi172:> test '!' -e /home/ubuntu/cephtest 2023-09-30T13:43:41.273 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-09-30T13:43:41.278 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-09-30T13:43:41.278 DEBUG:teuthology.orchestra.run.smithi050:> test -z $(ls -A /var/lib/ceph) 2023-09-30T13:43:41.311 DEBUG:teuthology.orchestra.run.smithi172:> test -z $(ls -A /var/lib/ceph) 2023-09-30T13:43:41.343 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-09-30T13:43:41.400 INFO:teuthology.run_tasks:Running task kernel... 2023-09-30T13:43:41.414 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-09-30T13:43:41.414 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-09-30T13:43:41.415 DEBUG:teuthology.orchestra.run.smithi050:> test -f /run/.containerenv -o -f /.dockerenv 2023-09-30T13:43:41.415 DEBUG:teuthology.orchestra.run.smithi172:> test -f /run/.containerenv -o -f /.dockerenv 2023-09-30T13:43:41.432 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T13:43:41.433 DEBUG:teuthology.orchestra.run.smithi172:> uname -r 2023-09-30T13:43:41.434 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T13:43:41.435 DEBUG:teuthology.orchestra.run.smithi050:> uname -r 2023-09-30T13:43:41.494 INFO:teuthology.orchestra.run.smithi172.stdout:4.18.0-372.9.1.el8.x86_64 2023-09-30T13:43:41.494 INFO:teuthology.task.kernel:Running kernel on smithi172: 4.18.0-372.9.1.el8.x86_64 2023-09-30T13:43:41.494 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum install -y kernel 2023-09-30T13:43:41.495 INFO:teuthology.orchestra.run.smithi050.stdout:4.18.0-372.9.1.el8.x86_64 2023-09-30T13:43:41.495 INFO:teuthology.task.kernel:Running kernel on smithi050: 4.18.0-372.9.1.el8.x86_64 2023-09-30T13:43:41.496 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum install -y kernel 2023-09-30T13:43:42.656 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-09-30T13:43:42.657 INFO:teuthology.orchestra.run.smithi172.stdout:Unable to read consumer identity 2023-09-30T13:43:42.804 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-09-30T13:43:42.805 INFO:teuthology.orchestra.run.smithi050.stdout:Unable to read consumer identity 2023-09-30T13:43:44.184 INFO:teuthology.orchestra.run.smithi172.stdout:Copr repo for python3-asyncssh owned by ceph 15 kB/s | 3.5 kB 00:00 2023-09-30T13:43:44.331 INFO:teuthology.orchestra.run.smithi050.stdout:Copr repo for python3-asyncssh owned by ceph 14 kB/s | 3.5 kB 00:00 2023-09-30T13:43:45.368 INFO:teuthology.orchestra.run.smithi172.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-09-30T13:43:46.123 INFO:teuthology.orchestra.run.smithi050.stdout:Extra Packages for Enterprise Linux 9.0 MB/s | 16 MB 00:01 2023-09-30T13:43:48.818 INFO:teuthology.orchestra.run.smithi172.stdout:lab-extras 420 kB/s | 24 kB 00:00 2023-09-30T13:43:49.504 INFO:teuthology.orchestra.run.smithi172.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-09-30T13:43:49.560 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-09-30T13:43:49.561 INFO:teuthology.orchestra.run.smithi172.stdout:Nothing to do. 2023-09-30T13:43:49.561 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-09-30T13:43:49.685 DEBUG:teuthology.orchestra.run.smithi172:> echo no | sudo yum reinstall kernel || true 2023-09-30T13:43:49.865 INFO:teuthology.orchestra.run.smithi050.stdout:lab-extras 427 kB/s | 24 kB 00:00 2023-09-30T13:43:50.018 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-09-30T13:43:50.018 INFO:teuthology.orchestra.run.smithi172.stdout:Unable to read consumer identity 2023-09-30T13:43:50.281 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:00:02 ago on Sat 30 Sep 2023 01:43:48 PM UTC. 2023-09-30T13:43:50.322 INFO:teuthology.orchestra.run.smithi172.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-09-30T13:43:50.353 INFO:teuthology.orchestra.run.smithi172.stderr:Error: No packages marked for reinstall. 2023-09-30T13:43:50.399 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum reinstall -y kernel || true 2023-09-30T13:43:50.559 INFO:teuthology.orchestra.run.smithi050.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-09-30T13:43:50.606 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-09-30T13:43:50.607 INFO:teuthology.orchestra.run.smithi050.stdout:Nothing to do. 2023-09-30T13:43:50.608 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-09-30T13:43:50.729 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-09-30T13:43:50.730 INFO:teuthology.orchestra.run.smithi172.stdout:Unable to read consumer identity 2023-09-30T13:43:50.737 DEBUG:teuthology.orchestra.run.smithi050:> echo no | sudo yum reinstall kernel || true 2023-09-30T13:43:50.987 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:00:02 ago on Sat 30 Sep 2023 01:43:48 PM UTC. 2023-09-30T13:43:51.026 INFO:teuthology.orchestra.run.smithi172.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-09-30T13:43:51.051 INFO:teuthology.orchestra.run.smithi172.stderr:Error: No packages marked for reinstall. 2023-09-30T13:43:51.087 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-09-30T13:43:51.087 INFO:teuthology.orchestra.run.smithi050.stdout:Unable to read consumer identity 2023-09-30T13:43:51.102 DEBUG:teuthology.orchestra.run.smithi172:> rpm -q kernel | sort -rV | head -n 1 2023-09-30T13:43:51.183 INFO:teuthology.orchestra.run.smithi172.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-09-30T13:43:51.183 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-09-30T13:43:51.183 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-09-30T13:43:51.183 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-09-30T13:43:51.183 DEBUG:teuthology.orchestra.run.smithi172:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-09-30T13:43:51.222 INFO:teuthology.orchestra.run.smithi172.stdout:ttyS1 2023-09-30T13:43:51.235 DEBUG:teuthology.parallel:result is None 2023-09-30T13:43:51.361 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:00:02 ago on Sat 30 Sep 2023 01:43:49 PM UTC. 2023-09-30T13:43:51.413 INFO:teuthology.orchestra.run.smithi050.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-09-30T13:43:51.450 INFO:teuthology.orchestra.run.smithi050.stderr:Error: No packages marked for reinstall. 2023-09-30T13:43:51.498 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum reinstall -y kernel || true 2023-09-30T13:43:51.847 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-09-30T13:43:51.847 INFO:teuthology.orchestra.run.smithi050.stdout:Unable to read consumer identity 2023-09-30T13:43:52.126 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:00:03 ago on Sat 30 Sep 2023 01:43:49 PM UTC. 2023-09-30T13:43:52.172 INFO:teuthology.orchestra.run.smithi050.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-09-30T13:43:52.200 INFO:teuthology.orchestra.run.smithi050.stderr:Error: No packages marked for reinstall. 2023-09-30T13:43:52.252 DEBUG:teuthology.orchestra.run.smithi050:> rpm -q kernel | sort -rV | head -n 1 2023-09-30T13:43:52.335 INFO:teuthology.orchestra.run.smithi050.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-09-30T13:43:52.335 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-09-30T13:43:52.336 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-09-30T13:43:52.336 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-09-30T13:43:52.336 DEBUG:teuthology.orchestra.run.smithi050:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-09-30T13:43:52.362 INFO:teuthology.orchestra.run.smithi050.stdout:ttyS1 2023-09-30T13:43:52.375 DEBUG:teuthology.parallel:result is None 2023-09-30T13:43:52.376 INFO:teuthology.run_tasks:Running task internal.base... 2023-09-30T13:43:52.382 INFO:teuthology.task.internal:Creating test directory... 2023-09-30T13:43:52.382 DEBUG:teuthology.orchestra.run.smithi050:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-09-30T13:43:52.418 DEBUG:teuthology.orchestra.run.smithi172:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-09-30T13:43:52.438 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-09-30T13:43:52.445 INFO:teuthology.run_tasks:Running task internal.archive... 2023-09-30T13:43:52.451 INFO:teuthology.task.internal:Creating archive directory... 2023-09-30T13:43:52.451 DEBUG:teuthology.orchestra.run.smithi050:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-09-30T13:43:52.474 DEBUG:teuthology.orchestra.run.smithi172:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-09-30T13:43:52.506 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-09-30T13:43:52.514 INFO:teuthology.task.internal:Enabling coredump saving... 2023-09-30T13:43:52.514 DEBUG:teuthology.orchestra.run.smithi050:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-09-30T13:43:52.545 DEBUG:teuthology.orchestra.run.smithi172:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-09-30T13:43:52.582 INFO:teuthology.orchestra.run.smithi050.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-30T13:43:52.592 INFO:teuthology.orchestra.run.smithi050.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-30T13:43:52.603 INFO:teuthology.orchestra.run.smithi172.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-30T13:43:52.615 INFO:teuthology.orchestra.run.smithi172.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-30T13:43:52.617 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-09-30T13:43:52.625 INFO:teuthology.task.internal:Configuring sudo... 2023-09-30T13:43:52.625 DEBUG:teuthology.orchestra.run.smithi050:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-09-30T13:43:52.636 DEBUG:teuthology.orchestra.run.smithi172:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-09-30T13:43:52.666 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-09-30T13:43:52.700 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-09-30T13:43:52.701 DEBUG:teuthology.orchestra.run.smithi050:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-09-30T13:43:52.705 DEBUG:teuthology.orchestra.run.smithi172:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-09-30T13:43:52.725 DEBUG:teuthology.orchestra.run.smithi050:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-30T13:43:52.802 DEBUG:teuthology.orchestra.run.smithi050:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-30T13:43:52.853 DEBUG:teuthology.orchestra.run.smithi050:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-30T13:43:52.939 DEBUG:teuthology.orchestra.run.smithi050:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-30T13:43:52.980 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-09-30T13:43:52.980 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-09-30T13:43:53.070 DEBUG:teuthology.orchestra.run.smithi172:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-30T13:43:53.118 DEBUG:teuthology.orchestra.run.smithi172:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-30T13:43:53.173 DEBUG:teuthology.orchestra.run.smithi172:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-30T13:43:53.261 DEBUG:teuthology.orchestra.run.smithi172:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-30T13:43:53.307 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-09-30T13:43:53.308 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-09-30T13:43:53.380 DEBUG:teuthology.orchestra.run.smithi050:> sudo service rsyslog restart 2023-09-30T13:43:53.382 DEBUG:teuthology.orchestra.run.smithi172:> sudo service rsyslog restart 2023-09-30T13:43:53.445 INFO:teuthology.orchestra.run.smithi050.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-30T13:43:53.475 INFO:teuthology.orchestra.run.smithi172.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-30T13:43:53.890 INFO:teuthology.run_tasks:Running task internal.timer... 2023-09-30T13:43:53.898 INFO:teuthology.task.internal:Starting timer... 2023-09-30T13:43:53.898 INFO:teuthology.run_tasks:Running task pcp... 2023-09-30T13:43:53.906 INFO:teuthology.run_tasks:Running task selinux... 2023-09-30T13:43:53.915 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-09-30T13:43:53.916 DEBUG:teuthology.orchestra.run.smithi050:> sudo service auditd rotate 2023-09-30T13:43:53.984 INFO:teuthology.orchestra.run.smithi050.stdout:Rotating logs: 2023-09-30T13:43:53.986 DEBUG:teuthology.orchestra.run.smithi172:> sudo service auditd rotate 2023-09-30T13:43:54.042 INFO:teuthology.orchestra.run.smithi172.stdout:Rotating logs: 2023-09-30T13:43:54.044 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-09-30T13:43:54.044 DEBUG:teuthology.orchestra.run.smithi050:> /usr/sbin/getenforce 2023-09-30T13:43:54.069 INFO:teuthology.orchestra.run.smithi050.stdout:Permissive 2023-09-30T13:43:54.069 DEBUG:teuthology.orchestra.run.smithi172:> /usr/sbin/getenforce 2023-09-30T13:43:54.092 INFO:teuthology.orchestra.run.smithi172.stdout:Permissive 2023-09-30T13:43:54.093 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi050.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi172.front.sepia.ceph.com': 'permissive'} 2023-09-30T13:43:54.093 DEBUG:teuthology.orchestra.run.smithi050:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-09-30T13:43:54.137 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T13:43:54.137 DEBUG:teuthology.orchestra.run.smithi172:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-09-30T13:43:54.163 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T13:43:54.164 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-09-30T13:43:54.164 DEBUG:teuthology.orchestra.run.smithi050:> sudo /usr/sbin/setenforce permissive 2023-09-30T13:43:54.225 DEBUG:teuthology.orchestra.run.smithi172:> sudo /usr/sbin/setenforce permissive 2023-09-30T13:43:54.260 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-09-30T13:43:54.270 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-09-30T13:43:54.271 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-09-30T13:43:54.288 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-09-30T13:43:54.289 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi050.front.sepia.ceph.com,smithi172.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-09-30T13:52:51.082 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi050.front.sepia.ceph.com'), Remote(name='ubuntu@smithi172.front.sepia.ceph.com')] 2023-09-30T13:52:51.084 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi050.front.sepia.ceph.com' 2023-09-30T13:52:51.085 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi050.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T13:52:51.154 DEBUG:teuthology.orchestra.run.smithi050:> true 2023-09-30T13:52:51.224 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi050.front.sepia.ceph.com' 2023-09-30T13:52:51.225 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2023-09-30T13:52:51.225 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T13:52:51.293 DEBUG:teuthology.orchestra.run.smithi172:> true 2023-09-30T13:52:51.360 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi172.front.sepia.ceph.com' 2023-09-30T13:52:51.360 INFO:teuthology.run_tasks:Running task clock... 2023-09-30T13:52:51.371 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-09-30T13:52:51.371 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-09-30T13:52:51.371 DEBUG:teuthology.orchestra.run.smithi050:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-30T13:52:51.373 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-09-30T13:52:51.374 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-30T13:52:51.405 INFO:teuthology.orchestra.run.smithi050.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-09-30T13:52:51.421 INFO:teuthology.orchestra.run.smithi050.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-09-30T13:52:51.432 INFO:teuthology.orchestra.run.smithi172.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-09-30T13:52:51.447 INFO:teuthology.orchestra.run.smithi172.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-09-30T13:52:51.493 INFO:teuthology.orchestra.run.smithi050.stderr:sudo: ntpd: command not found 2023-09-30T13:52:51.506 INFO:teuthology.orchestra.run.smithi050.stdout:506 Cannot talk to daemon 2023-09-30T13:52:51.515 INFO:teuthology.orchestra.run.smithi172.stderr:sudo: ntpd: command not found 2023-09-30T13:52:51.521 INFO:teuthology.orchestra.run.smithi050.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-09-30T13:52:51.526 INFO:teuthology.orchestra.run.smithi172.stdout:506 Cannot talk to daemon 2023-09-30T13:52:51.535 INFO:teuthology.orchestra.run.smithi050.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-09-30T13:52:51.541 INFO:teuthology.orchestra.run.smithi172.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-09-30T13:52:51.555 INFO:teuthology.orchestra.run.smithi172.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-09-30T13:52:51.600 INFO:teuthology.orchestra.run.smithi050.stderr:bash: ntpq: command not found 2023-09-30T13:52:51.603 INFO:teuthology.orchestra.run.smithi050.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-30T13:52:51.603 INFO:teuthology.orchestra.run.smithi050.stdout:=============================================================================== 2023-09-30T13:52:51.604 INFO:teuthology.orchestra.run.smithi050.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T13:52:51.604 INFO:teuthology.orchestra.run.smithi050.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T13:52:51.604 INFO:teuthology.orchestra.run.smithi050.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T13:52:51.604 INFO:teuthology.orchestra.run.smithi050.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T13:52:51.633 INFO:teuthology.orchestra.run.smithi172.stderr:bash: ntpq: command not found 2023-09-30T13:52:51.636 INFO:teuthology.orchestra.run.smithi172.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-30T13:52:51.636 INFO:teuthology.orchestra.run.smithi172.stdout:=============================================================================== 2023-09-30T13:52:51.636 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T13:52:51.637 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T13:52:51.637 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T13:52:51.637 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T13:52:51.638 INFO:teuthology.run_tasks:Running task pexec... 2023-09-30T13:52:51.647 INFO:teuthology.task.pexec:Executing custom commands... 2023-09-30T13:52:51.647 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi050.front.sepia.ceph.com 2023-09-30T13:52:51.647 DEBUG:teuthology.orchestra.run.smithi050:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-09-30T13:52:51.648 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi172.front.sepia.ceph.com 2023-09-30T13:52:51.648 DEBUG:teuthology.orchestra.run.smithi172:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-09-30T13:52:52.039 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-09-30T13:52:52.051 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-09-30T13:52:52.902 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:01:38 ago on Sat 30 Sep 2023 01:51:14 PM UTC. 2023-09-30T13:52:52.932 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:26 ago on Sat 30 Sep 2023 01:51:26 PM UTC. 2023-09-30T13:52:54.792 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-09-30T13:52:54.792 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-09-30T13:52:54.793 INFO:teuthology.orchestra.run.smithi172.stdout: Package Architecture Version Repository Size 2023-09-30T13:52:54.793 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-09-30T13:52:54.793 INFO:teuthology.orchestra.run.smithi172.stdout:Resetting modules: 2023-09-30T13:52:54.793 INFO:teuthology.orchestra.run.smithi172.stdout: container-tools 2023-09-30T13:52:54.793 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-09-30T13:52:54.793 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction Summary 2023-09-30T13:52:54.793 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-09-30T13:52:54.793 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-09-30T13:52:54.931 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-09-30T13:52:54.932 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-09-30T13:52:54.932 INFO:teuthology.orchestra.run.smithi050.stdout: Package Architecture Version Repository Size 2023-09-30T13:52:54.932 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-09-30T13:52:54.932 INFO:teuthology.orchestra.run.smithi050.stdout:Resetting modules: 2023-09-30T13:52:54.932 INFO:teuthology.orchestra.run.smithi050.stdout: container-tools 2023-09-30T13:52:54.933 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:52:54.933 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2023-09-30T13:52:54.933 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-09-30T13:52:54.933 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:52:55.748 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:01:41 ago on Sat 30 Sep 2023 01:51:14 PM UTC. 2023-09-30T13:52:55.939 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:29 ago on Sat 30 Sep 2023 01:51:26 PM UTC. 2023-09-30T13:52:58.857 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-09-30T13:52:59.174 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-09-30T13:52:59.326 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-09-30T13:52:59.655 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-09-30T13:53:00.182 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:01:45 ago on Sat 30 Sep 2023 01:51:14 PM UTC. 2023-09-30T13:53:00.619 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:34 ago on Sat 30 Sep 2023 01:51:26 PM UTC. 2023-09-30T13:53:02.050 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-09-30T13:53:02.143 INFO:teuthology.orchestra.run.smithi172.stdout:============================================================================================================ 2023-09-30T13:53:02.143 INFO:teuthology.orchestra.run.smithi172.stdout: Package Arch Version Repository Size 2023-09-30T13:53:02.144 INFO:teuthology.orchestra.run.smithi172.stdout:============================================================================================================ 2023-09-30T13:53:02.144 INFO:teuthology.orchestra.run.smithi172.stdout:Installing group/module packages: 2023-09-30T13:53:02.144 INFO:teuthology.orchestra.run.smithi172.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-09-30T13:53:02.144 INFO:teuthology.orchestra.run.smithi172.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-09-30T13:53:02.144 INFO:teuthology.orchestra.run.smithi172.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-09-30T13:53:02.144 INFO:teuthology.orchestra.run.smithi172.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-09-30T13:53:02.144 INFO:teuthology.orchestra.run.smithi172.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-09-30T13:53:02.144 INFO:teuthology.orchestra.run.smithi172.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-09-30T13:53:02.144 INFO:teuthology.orchestra.run.smithi172.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-09-30T13:53:02.144 INFO:teuthology.orchestra.run.smithi172.stdout:Installing dependencies: 2023-09-30T13:53:02.145 INFO:teuthology.orchestra.run.smithi172.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-09-30T13:53:02.145 INFO:teuthology.orchestra.run.smithi172.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-09-30T13:53:02.145 INFO:teuthology.orchestra.run.smithi172.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-09-30T13:53:02.145 INFO:teuthology.orchestra.run.smithi172.stdout:Installing module profiles: 2023-09-30T13:53:02.145 INFO:teuthology.orchestra.run.smithi172.stdout: container-tools/common 2023-09-30T13:53:02.145 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-09-30T13:53:02.145 INFO:teuthology.orchestra.run.smithi172.stdout:Enabling module streams: 2023-09-30T13:53:02.145 INFO:teuthology.orchestra.run.smithi172.stdout: container-tools rhel8 2023-09-30T13:53:02.145 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-09-30T13:53:02.145 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction Summary 2023-09-30T13:53:02.145 INFO:teuthology.orchestra.run.smithi172.stdout:============================================================================================================ 2023-09-30T13:53:02.145 INFO:teuthology.orchestra.run.smithi172.stdout:Install 10 Packages 2023-09-30T13:53:02.146 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-09-30T13:53:02.146 INFO:teuthology.orchestra.run.smithi172.stdout:Total download size: 18 M 2023-09-30T13:53:02.146 INFO:teuthology.orchestra.run.smithi172.stdout:Installed size: 65 M 2023-09-30T13:53:02.146 INFO:teuthology.orchestra.run.smithi172.stdout:Downloading Packages: 2023-09-30T13:53:02.340 INFO:teuthology.orchestra.run.smithi172.stdout:(1/10): yajl-2.1.0-10.el8.x86_64.rpm 210 kB/s | 41 kB 00:00 2023-09-30T13:53:02.364 INFO:teuthology.orchestra.run.smithi172.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 114 kB/s | 25 kB 00:00 2023-09-30T13:53:02.389 INFO:teuthology.orchestra.run.smithi172.stdout:(3/10): python3-pyxdg-0.25-16.el8.noarch.rpm 385 kB/s | 94 kB 00:00 2023-09-30T13:53:02.490 INFO:teuthology.orchestra.run.smithi172.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 330 kB/s | 49 kB 00:00 2023-09-30T13:53:02.523 INFO:teuthology.orchestra.run.smithi172.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 3.2 MB/s | 524 kB 00:00 2023-09-30T13:53:02.564 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-09-30T13:53:02.666 INFO:teuthology.orchestra.run.smithi172.stdout:(6/10): buildah-1.26.2-1.module+el8.6.0+16771+2 29 MB/s | 8.0 MB 00:00 2023-09-30T13:53:02.672 INFO:teuthology.orchestra.run.smithi050.stdout:============================================================================================================ 2023-09-30T13:53:02.672 INFO:teuthology.orchestra.run.smithi050.stdout: Package Arch Version Repository Size 2023-09-30T13:53:02.672 INFO:teuthology.orchestra.run.smithi050.stdout:============================================================================================================ 2023-09-30T13:53:02.672 INFO:teuthology.orchestra.run.smithi050.stdout:Installing group/module packages: 2023-09-30T13:53:02.673 INFO:teuthology.orchestra.run.smithi050.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-09-30T13:53:02.673 INFO:teuthology.orchestra.run.smithi050.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-09-30T13:53:02.673 INFO:teuthology.orchestra.run.smithi050.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-09-30T13:53:02.673 INFO:teuthology.orchestra.run.smithi050.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-09-30T13:53:02.673 INFO:teuthology.orchestra.run.smithi050.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-09-30T13:53:02.673 INFO:teuthology.orchestra.run.smithi050.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-09-30T13:53:02.673 INFO:teuthology.orchestra.run.smithi050.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-09-30T13:53:02.674 INFO:teuthology.orchestra.run.smithi050.stdout:Installing dependencies: 2023-09-30T13:53:02.674 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-09-30T13:53:02.674 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-09-30T13:53:02.674 INFO:teuthology.orchestra.run.smithi050.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-09-30T13:53:02.674 INFO:teuthology.orchestra.run.smithi050.stdout:Installing module profiles: 2023-09-30T13:53:02.674 INFO:teuthology.orchestra.run.smithi050.stdout: container-tools/common 2023-09-30T13:53:02.674 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:53:02.675 INFO:teuthology.orchestra.run.smithi050.stdout:Enabling module streams: 2023-09-30T13:53:02.675 INFO:teuthology.orchestra.run.smithi050.stdout: container-tools rhel8 2023-09-30T13:53:02.675 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:53:02.675 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2023-09-30T13:53:02.675 INFO:teuthology.orchestra.run.smithi050.stdout:============================================================================================================ 2023-09-30T13:53:02.675 INFO:teuthology.orchestra.run.smithi050.stdout:Install 10 Packages 2023-09-30T13:53:02.675 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:53:02.676 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 18 M 2023-09-30T13:53:02.676 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 65 M 2023-09-30T13:53:02.676 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2023-09-30T13:53:02.691 INFO:teuthology.orchestra.run.smithi172.stdout:(7/10): python3-podman-4.0.1-1.module+el8.6.0+1 744 kB/s | 149 kB 00:00 2023-09-30T13:53:02.716 INFO:teuthology.orchestra.run.smithi172.stdout:(8/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 1.1 MB/s | 213 kB 00:00 2023-09-30T13:53:02.828 INFO:teuthology.orchestra.run.smithi050.stdout:(1/10): yajl-2.1.0-10.el8.x86_64.rpm 267 kB/s | 41 kB 00:00 2023-09-30T13:53:02.854 INFO:teuthology.orchestra.run.smithi050.stdout:(2/10): python3-pyxdg-0.25-16.el8.noarch.rpm 526 kB/s | 94 kB 00:00 2023-09-30T13:53:02.875 INFO:teuthology.orchestra.run.smithi172.stdout:(9/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 12 MB/s | 2.2 MB 00:00 2023-09-30T13:53:02.895 INFO:teuthology.orchestra.run.smithi050.stdout:(3/10): python3-pytoml-0.1.14-5.git7dea353.el8. 113 kB/s | 25 kB 00:00 2023-09-30T13:53:02.966 INFO:teuthology.orchestra.run.smithi172.stdout:(10/10): skopeo-1.9.1-1.module+el8.6.0+16771+28 23 MB/s | 7.0 MB 00:00 2023-09-30T13:53:02.967 INFO:teuthology.orchestra.run.smithi172.stdout:-------------------------------------------------------------------------------- 2023-09-30T13:53:02.967 INFO:teuthology.orchestra.run.smithi172.stdout:Total 22 MB/s | 18 MB 00:00 2023-09-30T13:53:02.987 INFO:teuthology.orchestra.run.smithi050.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 311 kB/s | 49 kB 00:00 2023-09-30T13:53:03.021 INFO:teuthology.orchestra.run.smithi050.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 3.1 MB/s | 524 kB 00:00 2023-09-30T13:53:03.130 INFO:teuthology.orchestra.run.smithi050.stdout:(6/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 1.9 MB/s | 213 kB 00:00 2023-09-30T13:53:03.155 INFO:teuthology.orchestra.run.smithi050.stdout:(7/10): python3-podman-4.0.1-1.module+el8.6.0+1 894 kB/s | 149 kB 00:00 2023-09-30T13:53:03.169 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction check 2023-09-30T13:53:03.188 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction check succeeded. 2023-09-30T13:53:03.188 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction test 2023-09-30T13:53:03.280 INFO:teuthology.orchestra.run.smithi050.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 18 MB/s | 2.2 MB 00:00 2023-09-30T13:53:03.370 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction test succeeded. 2023-09-30T13:53:03.374 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction 2023-09-30T13:53:03.380 INFO:teuthology.orchestra.run.smithi050.stdout:(9/10): buildah-1.26.2-1.module+el8.6.0+16771+2 16 MB/s | 8.0 MB 00:00 2023-09-30T13:53:03.472 INFO:teuthology.orchestra.run.smithi050.stdout:(10/10): skopeo-1.9.1-1.module+el8.6.0+16771+28 21 MB/s | 7.0 MB 00:00 2023-09-30T13:53:03.472 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2023-09-30T13:53:03.472 INFO:teuthology.orchestra.run.smithi050.stdout:Total 23 MB/s | 18 MB 00:00 2023-09-30T13:53:03.679 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2023-09-30T13:53:03.700 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2023-09-30T13:53:03.700 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2023-09-30T13:53:03.868 INFO:teuthology.orchestra.run.smithi172.stdout: Preparing : 1/1 2023-09-30T13:53:03.892 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2023-09-30T13:53:03.897 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2023-09-30T13:53:04.044 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-09-30T13:53:04.202 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-09-30T13:53:04.397 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-09-30T13:53:04.441 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2023-09-30T13:53:04.594 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-09-30T13:53:04.641 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-09-30T13:53:04.753 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-09-30T13:53:04.942 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-09-30T13:53:04.998 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-09-30T13:53:05.124 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-09-30T13:53:05.476 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-09-30T13:53:05.769 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-09-30T13:53:06.316 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-09-30T13:53:06.670 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-09-30T13:53:06.893 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-09-30T13:53:07.068 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-09-30T13:53:07.236 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-09-30T13:53:07.236 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-09-30T13:53:07.469 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-09-30T13:53:07.530 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-09-30T13:53:07.531 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-09-30T13:53:07.531 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-09-30T13:53:07.531 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-09-30T13:53:07.531 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-09-30T13:53:07.531 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-09-30T13:53:07.531 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-09-30T13:53:07.531 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-09-30T13:53:07.531 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-09-30T13:53:07.531 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-09-30T13:53:07.651 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-09-30T13:53:07.802 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-09-30T13:53:08.073 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-09-30T13:53:08.074 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-09-30T13:53:08.074 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-09-30T13:53:08.074 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-09-30T13:53:08.074 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-09-30T13:53:08.074 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-09-30T13:53:08.074 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-09-30T13:53:08.074 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-09-30T13:53:08.074 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-09-30T13:53:08.074 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-09-30T13:53:08.732 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-09-30T13:53:08.732 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:01:54 ago on Sat 30 Sep 2023 01:51:14 PM UTC. 2023-09-30T13:53:09.299 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-09-30T13:53:09.299 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:42 ago on Sat 30 Sep 2023 01:51:26 PM UTC. 2023-09-30T13:53:12.018 INFO:teuthology.orchestra.run.smithi172.stdout:Installed products updated. 2023-09-30T13:53:12.224 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-09-30T13:53:12.224 INFO:teuthology.orchestra.run.smithi172.stdout:Installed: 2023-09-30T13:53:12.224 INFO:teuthology.orchestra.run.smithi172.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-09-30T13:53:12.224 INFO:teuthology.orchestra.run.smithi172.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-09-30T13:53:12.225 INFO:teuthology.orchestra.run.smithi172.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-09-30T13:53:12.225 INFO:teuthology.orchestra.run.smithi172.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-09-30T13:53:12.225 INFO:teuthology.orchestra.run.smithi172.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-09-30T13:53:12.225 INFO:teuthology.orchestra.run.smithi172.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-09-30T13:53:12.225 INFO:teuthology.orchestra.run.smithi172.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-09-30T13:53:12.225 INFO:teuthology.orchestra.run.smithi172.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-09-30T13:53:12.225 INFO:teuthology.orchestra.run.smithi172.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-09-30T13:53:12.225 INFO:teuthology.orchestra.run.smithi172.stdout: yajl-2.1.0-10.el8.x86_64 2023-09-30T13:53:12.225 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-09-30T13:53:12.225 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-09-30T13:53:12.375 DEBUG:teuthology.parallel:result is None 2023-09-30T13:53:12.566 INFO:teuthology.orchestra.run.smithi050.stdout:Installed products updated. 2023-09-30T13:53:12.785 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:53:12.786 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2023-09-30T13:53:12.786 INFO:teuthology.orchestra.run.smithi050.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-09-30T13:53:12.786 INFO:teuthology.orchestra.run.smithi050.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-09-30T13:53:12.786 INFO:teuthology.orchestra.run.smithi050.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-09-30T13:53:12.786 INFO:teuthology.orchestra.run.smithi050.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-09-30T13:53:12.787 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-09-30T13:53:12.787 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-09-30T13:53:12.787 INFO:teuthology.orchestra.run.smithi050.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-09-30T13:53:12.787 INFO:teuthology.orchestra.run.smithi050.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-09-30T13:53:12.787 INFO:teuthology.orchestra.run.smithi050.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-09-30T13:53:12.787 INFO:teuthology.orchestra.run.smithi050.stdout: yajl-2.1.0-10.el8.x86_64 2023-09-30T13:53:12.788 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:53:12.788 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-09-30T13:53:12.937 DEBUG:teuthology.parallel:result is None 2023-09-30T13:53:12.937 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-09-30T13:53:12.951 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-09-30T13:53:12.951 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-09-30T13:53:12.951 DEBUG:teuthology.orchestra.run.smithi050:> dd if=/scratch_devs of=/dev/stdout 2023-09-30T13:53:12.970 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-09-30T13:53:12.970 DEBUG:teuthology.orchestra.run.smithi050:> stat /dev/vg_nvme/lv_1 2023-09-30T13:53:13.028 INFO:teuthology.orchestra.run.smithi050.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-09-30T13:53:13.028 INFO:teuthology.orchestra.run.smithi050.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T13:53:13.028 INFO:teuthology.orchestra.run.smithi050.stdout:Device: 6h/6d Inode: 390492 Links: 1 2023-09-30T13:53:13.028 INFO:teuthology.orchestra.run.smithi050.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T13:53:13.028 INFO:teuthology.orchestra.run.smithi050.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T13:53:13.028 INFO:teuthology.orchestra.run.smithi050.stdout:Access: 2023-09-30 13:52:50.004683159 +0000 2023-09-30T13:53:13.029 INFO:teuthology.orchestra.run.smithi050.stdout:Modify: 2023-09-30 13:52:22.591381015 +0000 2023-09-30T13:53:13.029 INFO:teuthology.orchestra.run.smithi050.stdout:Change: 2023-09-30 13:52:22.591381015 +0000 2023-09-30T13:53:13.029 INFO:teuthology.orchestra.run.smithi050.stdout: Birth: - 2023-09-30T13:53:13.029 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-09-30T13:53:13.094 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records in 2023-09-30T13:53:13.094 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records out 2023-09-30T13:53:13.094 INFO:teuthology.orchestra.run.smithi050.stderr:512 bytes copied, 0.000111349 s, 4.6 MB/s 2023-09-30T13:53:13.095 DEBUG:teuthology.orchestra.run.smithi050:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-09-30T13:53:13.153 DEBUG:teuthology.orchestra.run.smithi050:> stat /dev/vg_nvme/lv_2 2023-09-30T13:53:13.210 INFO:teuthology.orchestra.run.smithi050.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-09-30T13:53:13.210 INFO:teuthology.orchestra.run.smithi050.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T13:53:13.210 INFO:teuthology.orchestra.run.smithi050.stdout:Device: 6h/6d Inode: 392221 Links: 1 2023-09-30T13:53:13.210 INFO:teuthology.orchestra.run.smithi050.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T13:53:13.210 INFO:teuthology.orchestra.run.smithi050.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T13:53:13.210 INFO:teuthology.orchestra.run.smithi050.stdout:Access: 2023-09-30 13:52:50.004683159 +0000 2023-09-30T13:53:13.210 INFO:teuthology.orchestra.run.smithi050.stdout:Modify: 2023-09-30 13:52:23.117367625 +0000 2023-09-30T13:53:13.211 INFO:teuthology.orchestra.run.smithi050.stdout:Change: 2023-09-30 13:52:23.117367625 +0000 2023-09-30T13:53:13.211 INFO:teuthology.orchestra.run.smithi050.stdout: Birth: - 2023-09-30T13:53:13.211 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-09-30T13:53:13.276 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records in 2023-09-30T13:53:13.276 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records out 2023-09-30T13:53:13.276 INFO:teuthology.orchestra.run.smithi050.stderr:512 bytes copied, 8.7412e-05 s, 5.9 MB/s 2023-09-30T13:53:13.277 DEBUG:teuthology.orchestra.run.smithi050:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-09-30T13:53:13.335 DEBUG:teuthology.orchestra.run.smithi050:> stat /dev/vg_nvme/lv_3 2023-09-30T13:53:13.392 INFO:teuthology.orchestra.run.smithi050.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-09-30T13:53:13.393 INFO:teuthology.orchestra.run.smithi050.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T13:53:13.393 INFO:teuthology.orchestra.run.smithi050.stdout:Device: 6h/6d Inode: 388381 Links: 1 2023-09-30T13:53:13.393 INFO:teuthology.orchestra.run.smithi050.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T13:53:13.393 INFO:teuthology.orchestra.run.smithi050.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T13:53:13.393 INFO:teuthology.orchestra.run.smithi050.stdout:Access: 2023-09-30 13:52:50.004683159 +0000 2023-09-30T13:53:13.393 INFO:teuthology.orchestra.run.smithi050.stdout:Modify: 2023-09-30 13:52:23.630354566 +0000 2023-09-30T13:53:13.393 INFO:teuthology.orchestra.run.smithi050.stdout:Change: 2023-09-30 13:52:23.630354566 +0000 2023-09-30T13:53:13.393 INFO:teuthology.orchestra.run.smithi050.stdout: Birth: - 2023-09-30T13:53:13.393 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-09-30T13:53:13.459 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records in 2023-09-30T13:53:13.459 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records out 2023-09-30T13:53:13.459 INFO:teuthology.orchestra.run.smithi050.stderr:512 bytes copied, 0.000101992 s, 5.0 MB/s 2023-09-30T13:53:13.460 DEBUG:teuthology.orchestra.run.smithi050:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-09-30T13:53:13.518 DEBUG:teuthology.orchestra.run.smithi050:> stat /dev/vg_nvme/lv_4 2023-09-30T13:53:13.575 INFO:teuthology.orchestra.run.smithi050.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-09-30T13:53:13.575 INFO:teuthology.orchestra.run.smithi050.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T13:53:13.576 INFO:teuthology.orchestra.run.smithi050.stdout:Device: 6h/6d Inode: 391407 Links: 1 2023-09-30T13:53:13.576 INFO:teuthology.orchestra.run.smithi050.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T13:53:13.576 INFO:teuthology.orchestra.run.smithi050.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T13:53:13.576 INFO:teuthology.orchestra.run.smithi050.stdout:Access: 2023-09-30 13:52:50.004683159 +0000 2023-09-30T13:53:13.576 INFO:teuthology.orchestra.run.smithi050.stdout:Modify: 2023-09-30 13:52:24.160341074 +0000 2023-09-30T13:53:13.576 INFO:teuthology.orchestra.run.smithi050.stdout:Change: 2023-09-30 13:52:24.160341074 +0000 2023-09-30T13:53:13.576 INFO:teuthology.orchestra.run.smithi050.stdout: Birth: - 2023-09-30T13:53:13.576 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-09-30T13:53:13.640 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records in 2023-09-30T13:53:13.641 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records out 2023-09-30T13:53:13.641 INFO:teuthology.orchestra.run.smithi050.stderr:512 bytes copied, 0.000101473 s, 5.0 MB/s 2023-09-30T13:53:13.642 DEBUG:teuthology.orchestra.run.smithi050:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-09-30T13:53:13.701 DEBUG:teuthology.orchestra.run.smithi050:> 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-09-30T13:53:13.941 INFO:teuthology.orchestra.run.smithi050.stdout:loop 2023-09-30T13:53:13.942 INFO:tasks.nvme_loop:Connecting nvme_loop smithi050:/dev/vg_nvme/lv_1... 2023-09-30T13:53:13.943 DEBUG:teuthology.orchestra.run.smithi050:> 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-09-30T13:53:13.979 INFO:teuthology.orchestra.run.smithi050.stdout:1 2023-09-30T13:53:14.015 INFO:teuthology.orchestra.run.smithi050.stdout:/dev/vg_nvme/lv_11 2023-09-30T13:53:14.080 INFO:tasks.nvme_loop:Connecting nvme_loop smithi050:/dev/vg_nvme/lv_2... 2023-09-30T13:53:14.080 DEBUG:teuthology.orchestra.run.smithi050:> 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-09-30T13:53:14.157 INFO:teuthology.orchestra.run.smithi050.stdout:1 2023-09-30T13:53:14.194 INFO:teuthology.orchestra.run.smithi050.stdout:/dev/vg_nvme/lv_21 2023-09-30T13:53:14.234 INFO:tasks.nvme_loop:Connecting nvme_loop smithi050:/dev/vg_nvme/lv_3... 2023-09-30T13:53:14.235 DEBUG:teuthology.orchestra.run.smithi050:> 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-09-30T13:53:14.311 INFO:teuthology.orchestra.run.smithi050.stdout:1 2023-09-30T13:53:14.347 INFO:teuthology.orchestra.run.smithi050.stdout:/dev/vg_nvme/lv_31 2023-09-30T13:53:14.387 INFO:tasks.nvme_loop:Connecting nvme_loop smithi050:/dev/vg_nvme/lv_4... 2023-09-30T13:53:14.387 DEBUG:teuthology.orchestra.run.smithi050:> 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-09-30T13:53:14.464 INFO:teuthology.orchestra.run.smithi050.stdout:1 2023-09-30T13:53:14.500 INFO:teuthology.orchestra.run.smithi050.stdout:/dev/vg_nvme/lv_41 2023-09-30T13:53:14.541 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-09-30T13:53:14.541 DEBUG:teuthology.orchestra.run.smithi050:> dd if=/scratch_devs of=/dev/stdout 2023-09-30T13:53:14.598 DEBUG:teuthology.orchestra.run.smithi050:> sudo nvme list 2023-09-30T13:53:14.664 INFO:teuthology.orchestra.run.smithi050.stdout:Node SN Model Namespace Usage Format FW Rev 2023-09-30T13:53:14.664 INFO:teuthology.orchestra.run.smithi050.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-09-30T13:53:14.664 INFO:teuthology.orchestra.run.smithi050.stdout:/dev/nvme0n1 PHMB7513001F480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2023-09-30T13:53:14.664 INFO:teuthology.orchestra.run.smithi050.stdout:/dev/nvme1n1 ad583eeb3348ba072d6d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-09-30T13:53:14.665 INFO:teuthology.orchestra.run.smithi050.stdout:/dev/nvme2n1 f7747afc887990737dd6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-09-30T13:53:14.665 INFO:teuthology.orchestra.run.smithi050.stdout:/dev/nvme3n1 ea005de6e4c41613d76e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-09-30T13:53:14.665 INFO:teuthology.orchestra.run.smithi050.stdout:/dev/nvme4n1 bd21d87bacbc25d87929 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-09-30T13:53:14.666 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-09-30T13:53:14.666 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-09-30T13:53:14.666 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/scratch_devs 2023-09-30T13:53:14.733 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-09-30T13:53:14.734 DEBUG:teuthology.orchestra.run.smithi172:> dd if=/scratch_devs of=/dev/stdout 2023-09-30T13:53:14.755 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-09-30T13:53:14.755 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_1 2023-09-30T13:53:14.815 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-09-30T13:53:14.815 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T13:53:14.815 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 6h/6d Inode: 390513 Links: 1 2023-09-30T13:53:14.815 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T13:53:14.815 INFO:teuthology.orchestra.run.smithi172.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T13:53:14.815 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2023-09-30 13:52:49.991236009 +0000 2023-09-30T13:53:14.815 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2023-09-30 13:52:09.450241536 +0000 2023-09-30T13:53:14.815 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2023-09-30 13:52:09.450241536 +0000 2023-09-30T13:53:14.816 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: - 2023-09-30T13:53:14.816 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-09-30T13:53:14.885 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2023-09-30T13:53:14.885 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2023-09-30T13:53:14.885 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000226654 s, 2.3 MB/s 2023-09-30T13:53:14.886 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-09-30T13:53:14.946 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_2 2023-09-30T13:53:15.005 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-09-30T13:53:15.005 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T13:53:15.005 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 6h/6d Inode: 390597 Links: 1 2023-09-30T13:53:15.005 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T13:53:15.005 INFO:teuthology.orchestra.run.smithi172.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T13:53:15.005 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2023-09-30 13:52:49.991236009 +0000 2023-09-30T13:53:15.005 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2023-09-30 13:52:09.971228551 +0000 2023-09-30T13:53:15.005 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2023-09-30 13:52:09.971228551 +0000 2023-09-30T13:53:15.005 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: - 2023-09-30T13:53:15.006 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-09-30T13:53:15.072 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2023-09-30T13:53:15.072 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2023-09-30T13:53:15.073 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000228398 s, 2.2 MB/s 2023-09-30T13:53:15.074 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-09-30T13:53:15.134 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_3 2023-09-30T13:53:15.191 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-09-30T13:53:15.192 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T13:53:15.192 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 6h/6d Inode: 390692 Links: 1 2023-09-30T13:53:15.192 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T13:53:15.192 INFO:teuthology.orchestra.run.smithi172.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T13:53:15.192 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2023-09-30 13:52:49.991236009 +0000 2023-09-30T13:53:15.192 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2023-09-30 13:52:10.485215740 +0000 2023-09-30T13:53:15.192 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2023-09-30 13:52:10.485215740 +0000 2023-09-30T13:53:15.192 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: - 2023-09-30T13:53:15.192 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-09-30T13:53:15.258 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2023-09-30T13:53:15.258 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2023-09-30T13:53:15.258 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000193066 s, 2.7 MB/s 2023-09-30T13:53:15.259 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-09-30T13:53:15.317 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_4 2023-09-30T13:53:15.375 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-09-30T13:53:15.375 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T13:53:15.375 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 6h/6d Inode: 390851 Links: 1 2023-09-30T13:53:15.375 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T13:53:15.375 INFO:teuthology.orchestra.run.smithi172.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T13:53:15.375 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2023-09-30 13:52:49.991236009 +0000 2023-09-30T13:53:15.375 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2023-09-30 13:52:11.010202656 +0000 2023-09-30T13:53:15.375 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2023-09-30 13:52:11.010202656 +0000 2023-09-30T13:53:15.375 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: - 2023-09-30T13:53:15.376 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-09-30T13:53:15.440 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2023-09-30T13:53:15.440 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2023-09-30T13:53:15.440 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000217749 s, 2.4 MB/s 2023-09-30T13:53:15.441 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-09-30T13:53:15.499 DEBUG:teuthology.orchestra.run.smithi172:> 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-09-30T13:53:15.619 INFO:teuthology.orchestra.run.smithi172.stdout:loop 2023-09-30T13:53:15.620 INFO:tasks.nvme_loop:Connecting nvme_loop smithi172:/dev/vg_nvme/lv_1... 2023-09-30T13:53:15.620 DEBUG:teuthology.orchestra.run.smithi172:> 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-09-30T13:53:15.655 INFO:teuthology.orchestra.run.smithi172.stdout:1 2023-09-30T13:53:15.690 INFO:teuthology.orchestra.run.smithi172.stdout:/dev/vg_nvme/lv_11 2023-09-30T13:53:15.756 INFO:tasks.nvme_loop:Connecting nvme_loop smithi172:/dev/vg_nvme/lv_2... 2023-09-30T13:53:15.756 DEBUG:teuthology.orchestra.run.smithi172:> 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-09-30T13:53:15.832 INFO:teuthology.orchestra.run.smithi172.stdout:1 2023-09-30T13:53:15.868 INFO:teuthology.orchestra.run.smithi172.stdout:/dev/vg_nvme/lv_21 2023-09-30T13:53:15.907 INFO:tasks.nvme_loop:Connecting nvme_loop smithi172:/dev/vg_nvme/lv_3... 2023-09-30T13:53:15.907 DEBUG:teuthology.orchestra.run.smithi172:> 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-09-30T13:53:15.983 INFO:teuthology.orchestra.run.smithi172.stdout:1 2023-09-30T13:53:16.018 INFO:teuthology.orchestra.run.smithi172.stdout:/dev/vg_nvme/lv_31 2023-09-30T13:53:16.058 INFO:tasks.nvme_loop:Connecting nvme_loop smithi172:/dev/vg_nvme/lv_4... 2023-09-30T13:53:16.058 DEBUG:teuthology.orchestra.run.smithi172:> 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-09-30T13:53:16.134 INFO:teuthology.orchestra.run.smithi172.stdout:1 2023-09-30T13:53:16.169 INFO:teuthology.orchestra.run.smithi172.stdout:/dev/vg_nvme/lv_41 2023-09-30T13:53:16.208 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-09-30T13:53:16.208 DEBUG:teuthology.orchestra.run.smithi172:> dd if=/scratch_devs of=/dev/stdout 2023-09-30T13:53:16.265 DEBUG:teuthology.orchestra.run.smithi172:> sudo nvme list 2023-09-30T13:53:16.330 INFO:teuthology.orchestra.run.smithi172.stdout:Node SN Model Namespace Usage Format FW Rev 2023-09-30T13:53:16.330 INFO:teuthology.orchestra.run.smithi172.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-09-30T13:53:16.330 INFO:teuthology.orchestra.run.smithi172.stdout:/dev/nvme0n1 CVFT6233005M400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-09-30T13:53:16.331 INFO:teuthology.orchestra.run.smithi172.stdout:/dev/nvme1n1 63bd96730e0e55e53249 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-09-30T13:53:16.331 INFO:teuthology.orchestra.run.smithi172.stdout:/dev/nvme2n1 1b078bc385f6a848509d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-09-30T13:53:16.331 INFO:teuthology.orchestra.run.smithi172.stdout:/dev/nvme3n1 dc72054c2069a4d7cd7b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-09-30T13:53:16.331 INFO:teuthology.orchestra.run.smithi172.stdout:/dev/nvme4n1 3a5c7be89e247c3253bb Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-09-30T13:53:16.332 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-09-30T13:53:16.332 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-09-30T13:53:16.332 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/scratch_devs 2023-09-30T13:53:16.398 INFO:teuthology.run_tasks:Running task cephadm... 2023-09-30T13:53:16.485 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': '1d10b71792f3be8887a7631e69851ac2df3585af'} 2023-09-30T13:53:16.486 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af 2023-09-30T13:53:16.486 INFO:tasks.cephadm:Cluster fsid is b49c2858-5f98-11ee-8db5-212e2dc638e7 2023-09-30T13:53:16.486 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-09-30T13:53:16.486 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-09-30T13:53:16.486 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi050': '172.21.15.50', 'mon.smithi172': '172.21.15.172'} 2023-09-30T13:53:16.487 INFO:tasks.cephadm:Normalizing hostnames... 2023-09-30T13:53:16.487 DEBUG:teuthology.orchestra.run.smithi050:> sudo hostname $(hostname -s) 2023-09-30T13:53:16.520 DEBUG:teuthology.orchestra.run.smithi172:> sudo hostname $(hostname -s) 2023-09-30T13:53:16.548 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-09-30T13:53:16.548 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=1d10b71792f3be8887a7631e69851ac2df3585af 2023-09-30T13:53:16.772 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '1d10b71792f3be8887a7631e69851ac2df3585af', '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/72884/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-6447-g1d10b717', 'node_name': '172.21.4.65+confusa03', '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-6447.g1d10b717'}, 'url': 'https://2.chacra.ceph.com/r/ceph/main/1d10b71792f3be8887a7631e69851ac2df3585af/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2023-09-29 19:15:20.339137', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'main', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/main/1d10b71792f3be8887a7631e69851ac2df3585af/centos/8/flavors/default/', 'archs': ['source', 'x86_64', 'arm64'], 'distro': 'centos'}, {'status': 'ready', 'sha1': '1d10b71792f3be8887a7631e69851ac2df3585af', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic/53447/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-6447-g1d10b717', 'node_name': '172.21.5.31+adami01', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic', 'package_manager_version': '18.0.0-6447.g1d10b717'}, 'url': 'https://1.chacra.ceph.com/r/ceph/main/1d10b71792f3be8887a7631e69851ac2df3585af/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2023-09-29 16:03:13.858775', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'main', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/main/1d10b71792f3be8887a7631e69851ac2df3585af/centos/8/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2023-09-30T13:53:16.990 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref main, sha1 1d10b71792f3be8887a7631e69851ac2df3585af from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=1d10b71792f3be8887a7631e69851ac2df3585af 2023-09-30T13:53:16.991 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/main/1d10b71792f3be8887a7631e69851ac2df3585af/centos/8/x86_64/flavors/default/cephadm 2023-09-30T13:53:16.991 DEBUG:teuthology.orchestra.run.smithi050:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/main/1d10b71792f3be8887a7631e69851ac2df3585af/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-09-30T13:53:17.367 INFO:teuthology.orchestra.run.smithi050.stdout:-rw-rw-r--. 1 ubuntu ubuntu 749537 Sep 30 13:53 /home/ubuntu/cephtest/cephadm 2023-09-30T13:53:17.368 DEBUG:teuthology.orchestra.run.smithi172:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/main/1d10b71792f3be8887a7631e69851ac2df3585af/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-09-30T13:53:17.873 INFO:teuthology.orchestra.run.smithi172.stdout:-rw-rw-r--. 1 ubuntu ubuntu 749537 Sep 30 13:53 /home/ubuntu/cephtest/cephadm 2023-09-30T13:53:17.874 DEBUG:teuthology.orchestra.run.smithi050:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-09-30T13:53:17.896 DEBUG:teuthology.orchestra.run.smithi172:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-09-30T13:53:17.926 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af on all hosts... 2023-09-30T13:53:17.926 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af pull 2023-09-30T13:53:17.939 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af pull 2023-09-30T13:53:19.827 INFO:teuthology.orchestra.run.smithi172.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af... 2023-09-30T13:53:19.849 INFO:teuthology.orchestra.run.smithi050.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af... 2023-09-30T13:54:19.166 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-09-30T13:54:19.167 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph_version": "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)", 2023-09-30T13:54:19.167 INFO:teuthology.orchestra.run.smithi172.stdout: "image_id": "dda7fab67785080dcbfe9f290678eade9da15e3c952b7b83e7d43fbdc40ee966", 2023-09-30T13:54:19.167 INFO:teuthology.orchestra.run.smithi172.stdout: "repo_digests": [ 2023-09-30T13:54:19.167 INFO:teuthology.orchestra.run.smithi172.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:842fd637775ede364d8d63f7b11a1a5940cb8e14653cebf5ae1ff346603854c0" 2023-09-30T13:54:19.167 INFO:teuthology.orchestra.run.smithi172.stdout: ] 2023-09-30T13:54:19.167 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-09-30T13:54:20.797 INFO:teuthology.orchestra.run.smithi050.stdout:{ 2023-09-30T13:54:20.797 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph_version": "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)", 2023-09-30T13:54:20.798 INFO:teuthology.orchestra.run.smithi050.stdout: "image_id": "dda7fab67785080dcbfe9f290678eade9da15e3c952b7b83e7d43fbdc40ee966", 2023-09-30T13:54:20.798 INFO:teuthology.orchestra.run.smithi050.stdout: "repo_digests": [ 2023-09-30T13:54:20.798 INFO:teuthology.orchestra.run.smithi050.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:842fd637775ede364d8d63f7b11a1a5940cb8e14653cebf5ae1ff346603854c0" 2023-09-30T13:54:20.798 INFO:teuthology.orchestra.run.smithi050.stdout: ] 2023-09-30T13:54:20.798 INFO:teuthology.orchestra.run.smithi050.stdout:} 2023-09-30T13:54:20.817 DEBUG:teuthology.orchestra.run.smithi050:> sudo mkdir -p /etc/ceph 2023-09-30T13:54:20.848 DEBUG:teuthology.orchestra.run.smithi172:> sudo mkdir -p /etc/ceph 2023-09-30T13:54:20.885 DEBUG:teuthology.orchestra.run.smithi050:> sudo chmod 777 /etc/ceph 2023-09-30T13:54:20.915 DEBUG:teuthology.orchestra.run.smithi172:> sudo chmod 777 /etc/ceph 2023-09-30T13:54:20.955 INFO:tasks.cephadm:Writing seed config... 2023-09-30T13:54:20.956 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-09-30T13:54:20.956 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-09-30T13:54:20.956 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-09-30T13:54:20.956 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-09-30T13:54:20.956 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-09-30T13:54:20.957 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-09-30T13:54:20.957 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-09-30T13:54:20.957 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-09-30T13:54:20.957 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-09-30T13:54:20.957 DEBUG:teuthology.orchestra.run.smithi050:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-09-30T13:54:20.974 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 = b49c2858-5f98-11ee-8db5-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-09-30T13:54:20.974 DEBUG:teuthology.orchestra.run.smithi050:mon.smithi050> sudo journalctl -f -n 0 -u ceph-b49c2858-5f98-11ee-8db5-212e2dc638e7@mon.smithi050.service 2023-09-30T13:54:21.016 INFO:tasks.cephadm:Bootstrapping... 2023-09-30T13:54:21.017 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af -v bootstrap --fsid b49c2858-5f98-11ee-8db5-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.50 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-09-30T13:54:21.043 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:-- Logs begin at Sat 2023-09-30 13:42:11 UTC. -- 2023-09-30T13:54:21.185 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2023-09-30T13:54:21.185 INFO:teuthology.orchestra.run.smithi050.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af', '-v', 'bootstrap', '--fsid', 'b49c2858-5f98-11ee-8db5-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.50', '--skip-admin-label'] 2023-09-30T13:54:21.332 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stdout 4.1.1 2023-09-30T13:54:21.332 INFO:teuthology.orchestra.run.smithi050.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-09-30T13:54:21.333 INFO:teuthology.orchestra.run.smithi050.stdout:Verifying podman|docker is present... 2023-09-30T13:54:21.480 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stdout 4.1.1 2023-09-30T13:54:21.480 INFO:teuthology.orchestra.run.smithi050.stdout:Verifying lvm2 is present... 2023-09-30T13:54:21.480 INFO:teuthology.orchestra.run.smithi050.stdout:Verifying time synchronization is in place... 2023-09-30T13:54:21.487 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-09-30T13:54:21.487 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-09-30T13:54:21.492 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-09-30T13:54:21.493 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout inactive 2023-09-30T13:54:21.499 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout enabled 2023-09-30T13:54:21.505 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout active 2023-09-30T13:54:21.505 INFO:teuthology.orchestra.run.smithi050.stdout:Unit chronyd.service is enabled and running 2023-09-30T13:54:21.505 INFO:teuthology.orchestra.run.smithi050.stdout:Repeating the final host check... 2023-09-30T13:54:21.650 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stdout 4.1.1 2023-09-30T13:54:21.650 INFO:teuthology.orchestra.run.smithi050.stdout:podman (/bin/podman) version 4.1.1 is present 2023-09-30T13:54:21.650 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl is present 2023-09-30T13:54:21.651 INFO:teuthology.orchestra.run.smithi050.stdout:lvcreate is present 2023-09-30T13:54:21.654 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-09-30T13:54:21.654 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-09-30T13:54:21.660 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-09-30T13:54:21.660 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout inactive 2023-09-30T13:54:21.666 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout enabled 2023-09-30T13:54:21.672 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout active 2023-09-30T13:54:21.672 INFO:teuthology.orchestra.run.smithi050.stdout:Unit chronyd.service is enabled and running 2023-09-30T13:54:21.672 INFO:teuthology.orchestra.run.smithi050.stdout:Host looks OK 2023-09-30T13:54:21.673 INFO:teuthology.orchestra.run.smithi050.stdout:Cluster fsid: b49c2858-5f98-11ee-8db5-212e2dc638e7 2023-09-30T13:54:21.673 INFO:teuthology.orchestra.run.smithi050.stdout:Acquiring lock 140504643509888 on /run/cephadm/b49c2858-5f98-11ee-8db5-212e2dc638e7.lock 2023-09-30T13:54:21.673 INFO:teuthology.orchestra.run.smithi050.stdout:Lock 140504643509888 acquired on /run/cephadm/b49c2858-5f98-11ee-8db5-212e2dc638e7.lock 2023-09-30T13:54:21.673 INFO:teuthology.orchestra.run.smithi050.stdout:Verifying IP 172.21.15.50 port 3300 ... 2023-09-30T13:54:21.673 INFO:teuthology.orchestra.run.smithi050.stdout:Verifying IP 172.21.15.50 port 6789 ... 2023-09-30T13:54:21.673 INFO:teuthology.orchestra.run.smithi050.stdout:Base mon IP(s) is [172.21.15.50:3300, 172.21.15.50:6789], mon addrv is [v2:172.21.15.50:3300,v1:172.21.15.50:6789] 2023-09-30T13:54:21.677 INFO:teuthology.orchestra.run.smithi050.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2023-09-30T13:54:21.677 INFO:teuthology.orchestra.run.smithi050.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.50 metric 100 2023-09-30T13:54:21.680 INFO:teuthology.orchestra.run.smithi050.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-09-30T13:54:21.680 INFO:teuthology.orchestra.run.smithi050.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-09-30T13:54:21.680 INFO:teuthology.orchestra.run.smithi050.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1763sec hoplimit 64 pref medium 2023-09-30T13:54:21.682 INFO:teuthology.orchestra.run.smithi050.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-09-30T13:54:21.682 INFO:teuthology.orchestra.run.smithi050.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2023-09-30T13:54:21.682 INFO:teuthology.orchestra.run.smithi050.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-09-30T13:54:21.682 INFO:teuthology.orchestra.run.smithi050.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2023-09-30T13:54:21.682 INFO:teuthology.orchestra.run.smithi050.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1584/64 scope link 2023-09-30T13:54:21.683 INFO:teuthology.orchestra.run.smithi050.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-09-30T13:54:21.683 INFO:teuthology.orchestra.run.smithi050.stdout:Mon IP `172.21.15.50` is in CIDR network `172.21.0.0/20` 2023-09-30T13:54:21.683 INFO:teuthology.orchestra.run.smithi050.stdout:Mon IP `172.21.15.50` is in CIDR network `172.21.0.0/20` 2023-09-30T13:54:21.683 INFO:teuthology.orchestra.run.smithi050.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-09-30T13:54:21.684 INFO:teuthology.orchestra.run.smithi050.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-09-30T13:54:21.685 INFO:teuthology.orchestra.run.smithi050.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af... 2023-09-30T13:54:22.130 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stdout dda7fab67785080dcbfe9f290678eade9da15e3c952b7b83e7d43fbdc40ee966 2023-09-30T13:54:22.130 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af... 2023-09-30T13:54:22.130 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stderr Getting image source signatures 2023-09-30T13:54:22.130 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stderr Copying blob sha256:dd82b8f163378c666c65b5d0bf191efe73118a446cff6e1c36ede2c3d7cf557f 2023-09-30T13:54:22.131 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stderr Copying blob sha256:c16254b0810587cdd81d0647eccf1c3e4d200bf4eeba6596492e593ad063d4ee 2023-09-30T13:54:22.131 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stderr Copying config sha256:dda7fab67785080dcbfe9f290678eade9da15e3c952b7b83e7d43fbdc40ee966 2023-09-30T13:54:22.131 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stderr Writing manifest to image destination 2023-09-30T13:54:22.131 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stderr Storing signatures 2023-09-30T13:54:23.083 INFO:teuthology.orchestra.run.smithi050.stdout:ceph: stdout ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev) 2023-09-30T13:54:23.083 INFO:teuthology.orchestra.run.smithi050.stdout:Ceph version: ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev) 2023-09-30T13:54:23.083 INFO:teuthology.orchestra.run.smithi050.stdout:Extracting ceph user uid/gid from container image... 2023-09-30T13:54:23.727 INFO:teuthology.orchestra.run.smithi050.stdout:stat: stdout 167 167 2023-09-30T13:54:23.727 INFO:teuthology.orchestra.run.smithi050.stdout:Creating initial keys... 2023-09-30T13:54:24.577 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph-authtool: stdout AQCQKBhleCytChAAyYlscKRKmOStnN9gnYfFOw== 2023-09-30T13:54:25.327 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph-authtool: stdout AQCQKBhlJ1kbOhAAQi2GTBMA+pvFvbOcjmuYlQ== 2023-09-30T13:54:26.376 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph-authtool: stdout AQCSKBhlaItEARAAOAQsZleqpYhq8Few7VI0AQ== 2023-09-30T13:54:26.377 INFO:teuthology.orchestra.run.smithi050.stdout:Creating initial monmap... 2023-09-30T13:54:27.128 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-09-30T13:54:27.128 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2023-09-30T13:54:27.128 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to b49c2858-5f98-11ee-8db5-212e2dc638e7 2023-09-30T13:54:27.128 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-09-30T13:54:27.128 INFO:teuthology.orchestra.run.smithi050.stdout:monmaptool for smithi050 [v2:172.21.15.50:3300,v1:172.21.15.50:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-09-30T13:54:27.128 INFO:teuthology.orchestra.run.smithi050.stdout:setting min_mon_release = pacific 2023-09-30T13:54:27.128 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/monmaptool: set fsid to b49c2858-5f98-11ee-8db5-212e2dc638e7 2023-09-30T13:54:27.129 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-09-30T13:54:27.129 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:54:27.129 INFO:teuthology.orchestra.run.smithi050.stdout:Creating mon... 2023-09-30T13:54:27.884 INFO:teuthology.orchestra.run.smithi050.stdout:create mon.smithi050 on 2023-09-30T13:54:28.115 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-09-30T13:54:28.241 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-b49c2858-5f98-11ee-8db5-212e2dc638e7.target → /etc/systemd/system/ceph-b49c2858-5f98-11ee-8db5-212e2dc638e7.target. 2023-09-30T13:54:28.242 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-b49c2858-5f98-11ee-8db5-212e2dc638e7.target → /etc/systemd/system/ceph-b49c2858-5f98-11ee-8db5-212e2dc638e7.target. 2023-09-30T13:54:28.430 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b49c2858-5f98-11ee-8db5-212e2dc638e7@mon.smithi050 2023-09-30T13:54:28.430 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b49c2858-5f98-11ee-8db5-212e2dc638e7@mon.smithi050.service: Unit ceph-b49c2858-5f98-11ee-8db5-212e2dc638e7@mon.smithi050.service not loaded. 2023-09-30T13:54:28.522 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b49c2858-5f98-11ee-8db5-212e2dc638e7.target.wants/ceph-b49c2858-5f98-11ee-8db5-212e2dc638e7@mon.smithi050.service → /etc/systemd/system/ceph-b49c2858-5f98-11ee-8db5-212e2dc638e7@.service. 2023-09-30T13:54:28.828 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:28 smithi050 systemd[1]: Starting Ceph mon.smithi050 for b49c2858-5f98-11ee-8db5-212e2dc638e7... 2023-09-30T13:54:29.078 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:28 smithi050 podman[91774]: 2023-09-30T13:54:29.078 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:29 smithi050 bash[91774]: 34072aa7faf4328c8f34071820587fa7559989f71978e0b08d611873fa6d932d 2023-09-30T13:54:29.130 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-09-30T13:54:29.130 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout disabled 2023-09-30T13:54:29.138 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-09-30T13:54:29.138 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout inactive 2023-09-30T13:54:29.138 INFO:teuthology.orchestra.run.smithi050.stdout:firewalld.service is not enabled 2023-09-30T13:54:29.138 INFO:teuthology.orchestra.run.smithi050.stdout:Not possible to enable service . firewalld.service is not available 2023-09-30T13:54:29.138 INFO:teuthology.orchestra.run.smithi050.stdout:Waiting for mon to start... 2023-09-30T13:54:29.138 INFO:teuthology.orchestra.run.smithi050.stdout:Waiting for mon... 2023-09-30T13:54:29.344 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:29 smithi050 ceph-mon[91814]: mkfs b49c2858-5f98-11ee-8db5-212e2dc638e7 2023-09-30T13:54:29.344 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:29 smithi050 ceph-mon[91814]: mon.smithi050 is new leader, mons smithi050 in quorum (ranks 0) 2023-09-30T13:54:29.344 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:29 smithi050 systemd[1]: Started Ceph mon.smithi050 for b49c2858-5f98-11ee-8db5-212e2dc638e7. 2023-09-30T13:54:30.086 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout cluster: 2023-09-30T13:54:30.086 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout id: b49c2858-5f98-11ee-8db5-212e2dc638e7 2023-09-30T13:54:30.086 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-09-30T13:54:30.086 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2023-09-30T13:54:30.086 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout services: 2023-09-30T13:54:30.086 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi050 (age 0.678006s) 2023-09-30T13:54:30.086 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-09-30T13:54:30.086 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-09-30T13:54:30.087 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2023-09-30T13:54:30.087 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout data: 2023-09-30T13:54:30.087 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-09-30T13:54:30.087 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-09-30T13:54:30.087 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-09-30T13:54:30.087 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout pgs: 2023-09-30T13:54:30.087 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2023-09-30T13:54:30.087 INFO:teuthology.orchestra.run.smithi050.stdout:mon is available 2023-09-30T13:54:30.087 INFO:teuthology.orchestra.run.smithi050.stdout:Assimilating anything we can from ceph.conf... 2023-09-30T13:54:30.336 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:30 smithi050 ceph-mon[91814]: mon.smithi050 is new leader, mons smithi050 in quorum (ranks 0) 2023-09-30T13:54:30.336 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:30 smithi050 ceph-mon[91814]: monmap e1: 1 mons at {smithi050=[v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0]} removed_ranks: {} 2023-09-30T13:54:30.336 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:30 smithi050 ceph-mon[91814]: fsmap 2023-09-30T13:54:30.336 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:30 smithi050 ceph-mon[91814]: osdmap e1: 0 total, 0 up, 0 in 2023-09-30T13:54:30.336 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:30 smithi050 ceph-mon[91814]: mgrmap e1: no daemons active 2023-09-30T13:54:30.336 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:30 smithi050 ceph-mon[91814]: from='client.? 172.21.15.50:0/3593893889' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-09-30T13:54:31.029 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2023-09-30T13:54:31.029 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout [global] 2023-09-30T13:54:31.029 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout fsid = b49c2858-5f98-11ee-8db5-212e2dc638e7 2023-09-30T13:54:31.029 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.50:3300,v1:172.21.15.50:6789] 2023-09-30T13:54:31.029 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-09-30T13:54:31.029 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-09-30T13:54:31.029 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-09-30T13:54:31.029 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-09-30T13:54:31.029 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2023-09-30T13:54:31.029 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout [mgr] 2023-09-30T13:54:31.030 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-09-30T13:54:31.030 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2023-09-30T13:54:31.030 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout [osd] 2023-09-30T13:54:31.030 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-09-30T13:54:31.030 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-09-30T13:54:31.030 INFO:teuthology.orchestra.run.smithi050.stdout:Generating new minimal ceph.conf... 2023-09-30T13:54:31.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:31 smithi050 ceph-mon[91814]: from='client.? 172.21.15.50:0/329144099' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-09-30T13:54:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:31 smithi050 ceph-mon[91814]: from='client.? 172.21.15.50:0/329144099' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-09-30T13:54:31.969 INFO:teuthology.orchestra.run.smithi050.stdout:Restarting the monitor... 2023-09-30T13:54:32.312 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:31 smithi050 systemd[1]: Stopping Ceph mon.smithi050 for b49c2858-5f98-11ee-8db5-212e2dc638e7... 2023-09-30T13:54:32.312 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:32 smithi050 ceph-mon[91814]: from='client.? 172.21.15.50:0/2194108467' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:54:32.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:32 smithi050 ceph-b49c2858-5f98-11ee-8db5-212e2dc638e7-mon-smithi050[91790]: 2023-09-30T13:54:32.312+0000 7f0a9fc72700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi050 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-09-30T13:54:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:32 smithi050 ceph-b49c2858-5f98-11ee-8db5-212e2dc638e7-mon-smithi050[91790]: 2023-09-30T13:54:32.312+0000 7f0a9fc72700 -1 mon.smithi050@0(leader) e1 *** Got Signal Terminated *** 2023-09-30T13:54:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:32 smithi050 bash[92146]: ceph-b49c2858-5f98-11ee-8db5-212e2dc638e7-mon-smithi050 2023-09-30T13:54:33.211 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:32 smithi050 systemd[1]: ceph-b49c2858-5f98-11ee-8db5-212e2dc638e7@mon.smithi050.service: Succeeded. 2023-09-30T13:54:33.211 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:32 smithi050 systemd[1]: Stopped Ceph mon.smithi050 for b49c2858-5f98-11ee-8db5-212e2dc638e7. 2023-09-30T13:54:33.212 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:32 smithi050 systemd[1]: Starting Ceph mon.smithi050 for b49c2858-5f98-11ee-8db5-212e2dc638e7... 2023-09-30T13:54:33.212 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 podman[92275]: 2023-09-30T13:54:33.402 INFO:teuthology.orchestra.run.smithi050.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2023-09-30T13:54:33.472 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: set uid:gid to 167:167 (ceph:ceph) 2023-09-30T13:54:33.472 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev), process ceph-mon, pid 7 2023-09-30T13:54:33.472 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: pidfile_write: ignore empty --pid-file 2023-09-30T13:54:33.472 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 bash[92275]: 6b0531712899ec7020a7cb777cb10c196dcff65193ec5167b218cc0f17f6561d 2023-09-30T13:54:33.472 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: load: jerasure load: lrc 2023-09-30T13:54:33.472 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: RocksDB version: 7.9.2 2023-09-30T13:54:33.472 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Git sha 0 2023-09-30T13:54:33.473 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Compile date 2023-09-29 16:35:50 2023-09-30T13:54:33.473 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: DB SUMMARY 2023-09-30T13:54:33.473 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: DB Session ID: 9Y8RKN31HRQ4I4ERPSJ2 2023-09-30T13:54:33.473 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: CURRENT file: CURRENT 2023-09-30T13:54:33.473 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: IDENTITY file: IDENTITY 2023-09-30T13:54:33.473 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2023-09-30T13:54:33.473 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi050/store.db dir, Total Num: 1, files: 000008.sst 2023-09-30T13:54:33.473 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi050/store.db: 000009.log size: 83736 ; 2023-09-30T13:54:33.473 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.error_if_exists: 0 2023-09-30T13:54:33.473 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.create_if_missing: 0 2023-09-30T13:54:33.473 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.paranoid_checks: 1 2023-09-30T13:54:33.474 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.flush_verify_memtable_count: 1 2023-09-30T13:54:33.474 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-09-30T13:54:33.474 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-09-30T13:54:33.474 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.env: 0x562d4c952da0 2023-09-30T13:54:33.474 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.fs: PosixFileSystem 2023-09-30T13:54:33.474 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.info_log: 0x562d4eb6f480 2023-09-30T13:54:33.474 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.max_file_opening_threads: 16 2023-09-30T13:54:33.474 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.statistics: (nil) 2023-09-30T13:54:33.474 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.use_fsync: 0 2023-09-30T13:54:33.474 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.max_log_file_size: 0 2023-09-30T13:54:33.474 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-30T13:54:33.475 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.log_file_time_to_roll: 0 2023-09-30T13:54:33.475 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.keep_log_file_num: 1000 2023-09-30T13:54:33.475 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.recycle_log_file_num: 0 2023-09-30T13:54:33.475 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.allow_fallocate: 1 2023-09-30T13:54:33.475 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.allow_mmap_reads: 0 2023-09-30T13:54:33.475 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.allow_mmap_writes: 0 2023-09-30T13:54:33.475 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.use_direct_reads: 0 2023-09-30T13:54:33.475 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-30T13:54:33.475 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.create_missing_column_families: 0 2023-09-30T13:54:33.475 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.db_log_dir: 2023-09-30T13:54:33.475 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.wal_dir: 2023-09-30T13:54:33.475 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.table_cache_numshardbits: 6 2023-09-30T13:54:33.476 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.WAL_ttl_seconds: 0 2023-09-30T13:54:33.476 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.WAL_size_limit_MB: 0 2023-09-30T13:54:33.476 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-30T13:54:33.476 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-30T13:54:33.476 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.is_fd_close_on_exec: 1 2023-09-30T13:54:33.476 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.advise_random_on_open: 1 2023-09-30T13:54:33.476 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.db_write_buffer_size: 0 2023-09-30T13:54:33.476 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.write_buffer_manager: 0x562d4eb27360 2023-09-30T13:54:33.476 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-30T13:54:33.476 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-30T13:54:33.476 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.use_adaptive_mutex: 0 2023-09-30T13:54:33.476 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.rate_limiter: (nil) 2023-09-30T13:54:33.477 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-30T13:54:33.477 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.wal_recovery_mode: 2 2023-09-30T13:54:33.477 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.enable_thread_tracking: 0 2023-09-30T13:54:33.477 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.enable_pipelined_write: 0 2023-09-30T13:54:33.477 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.unordered_write: 0 2023-09-30T13:54:33.477 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-30T13:54:33.477 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-30T13:54:33.477 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-30T13:54:33.477 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-30T13:54:33.477 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.row_cache: None 2023-09-30T13:54:33.477 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.wal_filter: None 2023-09-30T13:54:33.477 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-30T13:54:33.478 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.allow_ingest_behind: 0 2023-09-30T13:54:33.478 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.two_write_queues: 0 2023-09-30T13:54:33.478 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.manual_wal_flush: 0 2023-09-30T13:54:33.478 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.wal_compression: 0 2023-09-30T13:54:33.478 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.atomic_flush: 0 2023-09-30T13:54:33.478 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-30T13:54:33.478 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.persist_stats_to_disk: 0 2023-09-30T13:54:33.478 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.write_dbid_to_manifest: 0 2023-09-30T13:54:33.478 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.log_readahead_size: 0 2023-09-30T13:54:33.478 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-09-30T13:54:33.478 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.best_efforts_recovery: 0 2023-09-30T13:54:33.479 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-09-30T13:54:33.479 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-09-30T13:54:33.479 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.allow_data_in_errors: 0 2023-09-30T13:54:33.479 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.db_host_id: __hostname__ 2023-09-30T13:54:33.479 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.enforce_single_del_contracts: true 2023-09-30T13:54:33.479 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.max_background_jobs: 2 2023-09-30T13:54:33.479 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.max_background_compactions: -1 2023-09-30T13:54:33.479 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.max_subcompactions: 1 2023-09-30T13:54:33.479 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-30T13:54:33.479 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-30T13:54:33.479 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.delayed_write_rate : 16777216 2023-09-30T13:54:33.480 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.max_total_wal_size: 0 2023-09-30T13:54:33.480 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-30T13:54:33.480 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.stats_dump_period_sec: 600 2023-09-30T13:54:33.480 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.stats_persist_period_sec: 600 2023-09-30T13:54:33.480 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-30T13:54:33.480 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.max_open_files: -1 2023-09-30T13:54:33.480 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.bytes_per_sync: 0 2023-09-30T13:54:33.480 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.wal_bytes_per_sync: 0 2023-09-30T13:54:33.480 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.strict_bytes_per_sync: 0 2023-09-30T13:54:33.480 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.compaction_readahead_size: 0 2023-09-30T13:54:33.480 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.max_background_flushes: -1 2023-09-30T13:54:33.480 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Compression algorithms supported: 2023-09-30T13:54:33.480 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-30T13:54:33.481 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: kZSTD supported: 0 2023-09-30T13:54:33.481 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: kXpressCompression supported: 0 2023-09-30T13:54:33.481 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: kLZ4HCCompression supported: 1 2023-09-30T13:54:33.481 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: kZlibCompression supported: 1 2023-09-30T13:54:33.481 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: kSnappyCompression supported: 1 2023-09-30T13:54:33.481 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: kLZ4Compression supported: 1 2023-09-30T13:54:33.481 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: kBZip2Compression supported: 0 2023-09-30T13:54:33.481 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Fast CRC32 supported: Supported on x86 2023-09-30T13:54:33.481 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: DMutex implementation: pthread_mutex_t 2023-09-30T13:54:33.481 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi050/store.db/MANIFEST-000010 2023-09-30T13:54:33.481 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-09-30T13:54:33.482 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-30T13:54:33.482 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.merge_operator: 2023-09-30T13:54:33.482 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.compaction_filter: None 2023-09-30T13:54:33.482 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.compaction_filter_factory: None 2023-09-30T13:54:33.482 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.sst_partitioner_factory: None 2023-09-30T13:54:33.482 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.memtable_factory: SkipListFactory 2023-09-30T13:54:33.482 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.table_factory: BlockBasedTable 2023-09-30T13:54:33.482 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562d4eb6f580) 2023-09-30T13:54:33.482 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: cache_index_and_filter_blocks: 1 2023-09-30T13:54:33.482 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-09-30T13:54:33.482 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-30T13:54:33.482 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: pin_top_level_index_and_filter: 1 2023-09-30T13:54:33.483 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: index_type: 0 2023-09-30T13:54:33.483 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: data_block_index_type: 0 2023-09-30T13:54:33.483 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: index_shortening: 1 2023-09-30T13:54:33.483 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: data_block_hash_table_util_ratio: 0.750000 2023-09-30T13:54:33.483 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: checksum: 4 2023-09-30T13:54:33.483 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: no_block_cache: 0 2023-09-30T13:54:33.483 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: block_cache: 0x562d4ebc51f0 2023-09-30T13:54:33.483 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: block_cache_name: BinnedLRUCache 2023-09-30T13:54:33.483 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: block_cache_options: 2023-09-30T13:54:33.483 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: capacity : 536870912 2023-09-30T13:54:33.483 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: num_shard_bits : 4 2023-09-30T13:54:33.483 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: strict_capacity_limit : 0 2023-09-30T13:54:33.484 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: high_pri_pool_ratio: 0.000 2023-09-30T13:54:33.484 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: block_cache_compressed: (nil) 2023-09-30T13:54:33.484 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: persistent_cache: (nil) 2023-09-30T13:54:33.484 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: block_size: 4096 2023-09-30T13:54:33.484 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: block_size_deviation: 10 2023-09-30T13:54:33.484 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: block_restart_interval: 16 2023-09-30T13:54:33.484 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: index_block_restart_interval: 1 2023-09-30T13:54:33.484 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: metadata_block_size: 4096 2023-09-30T13:54:33.484 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: partition_filters: 0 2023-09-30T13:54:33.484 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: use_delta_encoding: 1 2023-09-30T13:54:33.484 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: filter_policy: bloomfilter 2023-09-30T13:54:33.484 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: whole_key_filtering: 1 2023-09-30T13:54:33.485 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: verify_compression: 0 2023-09-30T13:54:33.485 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: read_amp_bytes_per_bit: 0 2023-09-30T13:54:33.485 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: format_version: 5 2023-09-30T13:54:33.485 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: enable_index_compression: 1 2023-09-30T13:54:33.485 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: block_align: 0 2023-09-30T13:54:33.485 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: max_auto_readahead_size: 262144 2023-09-30T13:54:33.485 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: prepopulate_block_cache: 0 2023-09-30T13:54:33.485 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: initial_auto_readahead_size: 8192 2023-09-30T13:54:33.485 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: num_file_reads_for_auto_readahead: 2 2023-09-30T13:54:33.485 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.write_buffer_size: 33554432 2023-09-30T13:54:33.485 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.max_write_buffer_number: 2 2023-09-30T13:54:33.486 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.compression: NoCompression 2023-09-30T13:54:33.486 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.bottommost_compression: Disabled 2023-09-30T13:54:33.486 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.prefix_extractor: nullptr 2023-09-30T13:54:33.486 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-30T13:54:33.486 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.num_levels: 7 2023-09-30T13:54:33.486 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-30T13:54:33.486 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-30T13:54:33.486 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-30T13:54:33.486 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-30T13:54:33.487 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-30T13:54:33.487 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-30T13:54:33.487 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-30T13:54:33.488 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-30T13:54:33.488 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-09-30T13:54:33.488 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-30T13:54:33.488 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-09-30T13:54:33.488 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-09-30T13:54:33.488 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.compression_opts.window_bits: -14 2023-09-30T13:54:33.488 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.compression_opts.level: 32767 2023-09-30T13:54:33.488 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.compression_opts.strategy: 0 2023-09-30T13:54:33.488 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-30T13:54:33.489 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-30T13:54:33.489 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-09-30T13:54:33.489 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-09-30T13:54:33.489 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.compression_opts.enabled: false 2023-09-30T13:54:33.489 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-09-30T13:54:33.489 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-30T13:54:33.489 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-30T13:54:33.489 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-30T13:54:33.489 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.target_file_size_base: 67108864 2023-09-30T13:54:33.489 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.target_file_size_multiplier: 1 2023-09-30T13:54:33.490 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-30T13:54:33.490 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-30T13:54:33.490 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-30T13:54:33.490 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-30T13:54:33.490 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-30T13:54:33.490 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-30T13:54:33.490 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-30T13:54:33.490 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-30T13:54:33.491 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-30T13:54:33.491 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-30T13:54:33.491 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-30T13:54:33.491 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-30T13:54:33.491 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-09-30T13:54:33.491 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.arena_block_size: 1048576 2023-09-30T13:54:33.491 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-30T13:54:33.491 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-30T13:54:33.491 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.disable_auto_compactions: 0 2023-09-30T13:54:33.491 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-30T13:54:33.491 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-30T13:54:33.491 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-30T13:54:33.492 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-30T13:54:33.492 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-30T13:54:33.492 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-30T13:54:33.492 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-30T13:54:33.492 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-30T13:54:33.492 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-30T13:54:33.492 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-30T13:54:33.492 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.table_properties_collectors: 2023-09-30T13:54:33.492 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.inplace_update_support: 0 2023-09-30T13:54:33.492 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.inplace_update_num_locks: 10000 2023-09-30T13:54:33.492 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-30T13:54:33.493 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-30T13:54:33.493 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.memtable_huge_page_size: 0 2023-09-30T13:54:33.493 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.bloom_locality: 0 2023-09-30T13:54:33.493 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.max_successive_merges: 0 2023-09-30T13:54:33.493 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.optimize_filters_for_hits: 0 2023-09-30T13:54:33.493 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.paranoid_file_checks: 0 2023-09-30T13:54:33.493 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.force_consistency_checks: 1 2023-09-30T13:54:33.493 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.report_bg_io_stats: 0 2023-09-30T13:54:33.493 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.ttl: 2592000 2023-09-30T13:54:33.493 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.periodic_compaction_seconds: 0 2023-09-30T13:54:33.493 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-09-30T13:54:33.493 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-09-30T13:54:33.494 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.enable_blob_files: false 2023-09-30T13:54:33.494 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.min_blob_size: 0 2023-09-30T13:54:33.494 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.blob_file_size: 268435456 2023-09-30T13:54:33.494 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.blob_compression_type: NoCompression 2023-09-30T13:54:33.494 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.enable_blob_garbage_collection: false 2023-09-30T13:54:33.494 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-09-30T13:54:33.494 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-09-30T13:54:33.494 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-09-30T13:54:33.494 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.blob_file_starting_level: 0 2023-09-30T13:54:33.494 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-09-30T13:54:33.494 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi050/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-09-30T13:54:33.494 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2023-09-30T13:54:33.495 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 6e46dcbb-0140-4c69-8518-4a613f858775 2023-09-30T13:54:33.495 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696082073388860, "job": 1, "event": "recovery_started", "wal_files": [9]} 2023-09-30T13:54:33.495 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2023-09-30T13:54:33.495 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696082073389735, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 80508, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 248, "table_properties": {"data_size": 78691, "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": 73111, "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": 1696082073, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "6e46dcbb-0140-4c69-8518-4a613f858775", "db_session_id": "9Y8RKN31HRQ4I4ERPSJ2", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2023-09-30T13:54:33.495 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696082073389805, "job": 1, "event": "recovery_finished"} 2023-09-30T13:54:33.495 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2023-09-30T13:54:33.495 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi050/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-09-30T13:54:33.495 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x562d4ec62000 2023-09-30T13:54:33.495 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: DB pointer 0x562d4ec4e000 2023-09-30T13:54:33.495 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-09-30T13:54:33.495 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-09-30T13:54:33.496 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: ** DB Stats ** 2023-09-30T13:54:33.496 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T13:54:33.496 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-09-30T13:54:33.496 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-30T13:54:33.496 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-30T13:54:33.496 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-09-30T13:54:33.496 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-30T13:54:33.496 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-30T13:54:33.496 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: 2023-09-30T13:54:33.496 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: ** Compaction Stats [default] ** 2023-09-30T13:54:33.496 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-09-30T13:54:33.496 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-09-30T13:54:33.497 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: L0 2/0 80.49 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 141.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-09-30T13:54:33.497 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Sum 2/0 80.49 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 141.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-09-30T13:54:33.497 INFO:journalctl@ceph.mon.smithi050.smithi050.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 141.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-09-30T13:54:33.497 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: 2023-09-30T13:54:33.497 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: ** Compaction Stats [default] ** 2023-09-30T13:54:33.497 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-09-30T13:54:33.497 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T13:54:33.497 INFO:journalctl@ceph.mon.smithi050.smithi050.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 141.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-09-30T13:54:33.497 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: 2023-09-30T13:54:33.497 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-09-30T13:54:33.497 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: 2023-09-30T13:54:33.498 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T13:54:33.498 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-09-30T13:54:33.498 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-30T13:54:33.498 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-30T13:54:33.498 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-30T13:54:33.498 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-30T13:54:33.498 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Cumulative compaction: 0.00 GB write, 26.18 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T13:54:33.498 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Interval compaction: 0.00 GB write, 26.18 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T13:54:33.498 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-09-30T13:54:33.498 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: Block cache BinnedLRUCache@0x562d4ebc51f0#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-09-30T13:54:33.499 INFO:journalctl@ceph.mon.smithi050.smithi050.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-09-30T13:54:33.499 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: 2023-09-30T13:54:33.499 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-30T13:54:33.499 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: starting mon.smithi050 rank 0 at public addrs [v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0] at bind addrs [v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi050 fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 2023-09-30T13:54:33.499 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: mon.smithi050@-1(???) e1 preinit fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 2023-09-30T13:54:33.499 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: mon.smithi050@-1(???).mds e1 new map 2023-09-30T13:54:33.499 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: mon.smithi050@-1(???).mds e1 print_map 2023-09-30T13:54:33.499 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: e1 2023-09-30T13:54:33.499 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-09-30T13:54:33.499 INFO:journalctl@ceph.mon.smithi050.smithi050.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-09-30T13:54:33.500 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: legacy client fscid: -1 2023-09-30T13:54:33.500 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: 2023-09-30T13:54:33.500 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout: No filesystems configured 2023-09-30T13:54:33.500 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: mon.smithi050@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-09-30T13:54:33.500 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: mon.smithi050@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T13:54:33.500 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: mon.smithi050@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T13:54:33.500 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: mon.smithi050@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T13:54:33.500 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: mon.smithi050@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-09-30T13:54:33.500 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: expand_channel_meta expand map: {default=false} 2023-09-30T13:54:33.500 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: expand_channel_meta from 'false' to 'false' 2023-09-30T13:54:33.500 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: expand_channel_meta expanded map: {default=false} 2023-09-30T13:54:33.500 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: expand_channel_meta expand map: {default=info} 2023-09-30T13:54:33.501 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: expand_channel_meta from 'info' to 'info' 2023-09-30T13:54:33.501 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: expand_channel_meta expanded map: {default=info} 2023-09-30T13:54:33.501 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: expand_channel_meta expand map: {default=daemon} 2023-09-30T13:54:33.501 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: expand_channel_meta from 'daemon' to 'daemon' 2023-09-30T13:54:33.501 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: expand_channel_meta expanded map: {default=daemon} 2023-09-30T13:54:33.501 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: expand_channel_meta expand map: {default=debug} 2023-09-30T13:54:33.501 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: expand_channel_meta from 'debug' to 'debug' 2023-09-30T13:54:33.501 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: expand_channel_meta expanded map: {default=debug} 2023-09-30T13:54:33.501 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 systemd[1]: Started Ceph mon.smithi050 for b49c2858-5f98-11ee-8db5-212e2dc638e7. 2023-09-30T13:54:33.501 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: mon.smithi050 is new leader, mons smithi050 in quorum (ranks 0) 2023-09-30T13:54:33.501 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: monmap e1: 1 mons at {smithi050=[v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0]} removed_ranks: {} 2023-09-30T13:54:33.501 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: fsmap 2023-09-30T13:54:33.501 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: osdmap e1: 0 total, 0 up, 0 in 2023-09-30T13:54:33.502 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:33 smithi050 ceph-mon[92315]: mgrmap e1: no daemons active 2023-09-30T13:54:34.348 INFO:teuthology.orchestra.run.smithi050.stdout:Wrote config to /etc/ceph/ceph.conf 2023-09-30T13:54:34.364 INFO:teuthology.orchestra.run.smithi050.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-09-30T13:54:34.365 INFO:teuthology.orchestra.run.smithi050.stdout:Creating mgr... 2023-09-30T13:54:34.365 INFO:teuthology.orchestra.run.smithi050.stdout:Verifying port 0.0.0.0:9283 ... 2023-09-30T13:54:34.366 INFO:teuthology.orchestra.run.smithi050.stdout:Verifying port 0.0.0.0:8765 ... 2023-09-30T13:54:34.366 INFO:teuthology.orchestra.run.smithi050.stdout:Verifying port 0.0.0.0:8443 ... 2023-09-30T13:54:34.562 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b49c2858-5f98-11ee-8db5-212e2dc638e7@mgr.smithi050.rphaie 2023-09-30T13:54:34.563 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b49c2858-5f98-11ee-8db5-212e2dc638e7@mgr.smithi050.rphaie.service: Unit ceph-b49c2858-5f98-11ee-8db5-212e2dc638e7@mgr.smithi050.rphaie.service not loaded. 2023-09-30T13:54:34.655 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b49c2858-5f98-11ee-8db5-212e2dc638e7.target.wants/ceph-b49c2858-5f98-11ee-8db5-212e2dc638e7@mgr.smithi050.rphaie.service → /etc/systemd/system/ceph-b49c2858-5f98-11ee-8db5-212e2dc638e7@.service. 2023-09-30T13:54:35.169 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-09-30T13:54:35.169 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout disabled 2023-09-30T13:54:35.178 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-09-30T13:54:35.178 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout inactive 2023-09-30T13:54:35.178 INFO:teuthology.orchestra.run.smithi050.stdout:firewalld.service is not enabled 2023-09-30T13:54:35.178 INFO:teuthology.orchestra.run.smithi050.stdout:Not possible to enable service . firewalld.service is not available 2023-09-30T13:54:35.188 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-09-30T13:54:35.188 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout disabled 2023-09-30T13:54:35.196 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-09-30T13:54:35.196 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout inactive 2023-09-30T13:54:35.196 INFO:teuthology.orchestra.run.smithi050.stdout:firewalld.service is not enabled 2023-09-30T13:54:35.197 INFO:teuthology.orchestra.run.smithi050.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2023-09-30T13:54:35.197 INFO:teuthology.orchestra.run.smithi050.stdout:Waiting for mgr to start... 2023-09-30T13:54:35.197 INFO:teuthology.orchestra.run.smithi050.stdout:Waiting for mgr... 2023-09-30T13:54:35.304 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:35 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/4278760082' entity='client.admin' 2023-09-30T13:54:36.287 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:36 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/1706267521' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T13:54:36.349 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2023-09-30T13:54:36.349 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout { 2023-09-30T13:54:36.349 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "fsid": "b49c2858-5f98-11ee-8db5-212e2dc638e7", 2023-09-30T13:54:36.350 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "health": { 2023-09-30T13:54:36.350 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-09-30T13:54:36.350 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-09-30T13:54:36.350 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-09-30T13:54:36.350 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-09-30T13:54:36.350 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-09-30T13:54:36.350 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-09-30T13:54:36.350 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 0 2023-09-30T13:54:36.350 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2023-09-30T13:54:36.350 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-09-30T13:54:36.350 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "smithi050" 2023-09-30T13:54:36.351 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2023-09-30T13:54:36.351 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2023-09-30T13:54:36.351 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "monmap": { 2023-09-30T13:54:36.351 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T13:54:36.351 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-09-30T13:54:36.351 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-09-30T13:54:36.351 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-09-30T13:54:36.351 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-09-30T13:54:36.351 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T13:54:36.351 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-09-30T13:54:36.351 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-09-30T13:54:36.355 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-09-30T13:54:36.355 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-09-30T13:54:36.355 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-09-30T13:54:36.355 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-09-30T13:54:36.355 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-09-30T13:54:36.355 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-09-30T13:54:36.355 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-09-30T13:54:36.355 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-09-30T13:54:36.355 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-09-30T13:54:36.355 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-09-30T13:54:36.356 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-09-30T13:54:36.356 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-09-30T13:54:36.356 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-09-30T13:54:36.356 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-09-30T13:54:36.356 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-09-30T13:54:36.356 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-09-30T13:54:36.356 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T13:54:36.356 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-09-30T13:54:36.356 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-09-30T13:54:36.356 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-09-30T13:54:36.356 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-09-30T13:54:36.356 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "available": false, 2023-09-30T13:54:36.357 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-09-30T13:54:36.357 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "modules": [ 2023-09-30T13:54:36.357 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "iostat", 2023-09-30T13:54:36.357 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "nfs", 2023-09-30T13:54:36.357 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "restful" 2023-09-30T13:54:36.357 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2023-09-30T13:54:36.357 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T13:54:36.357 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-09-30T13:54:36.357 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-09-30T13:54:36.357 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T13:54:36.357 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "modified": "2023-09-30T13:54:29.077358+0000", 2023-09-30T13:54:36.357 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T13:54:36.357 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-09-30T13:54:36.358 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-09-30T13:54:36.358 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout } 2023-09-30T13:54:36.358 INFO:teuthology.orchestra.run.smithi050.stdout:mgr not available, waiting (1/15)... 2023-09-30T13:54:39.396 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2023-09-30T13:54:39.397 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout { 2023-09-30T13:54:39.397 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "fsid": "b49c2858-5f98-11ee-8db5-212e2dc638e7", 2023-09-30T13:54:39.397 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "health": { 2023-09-30T13:54:39.397 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-09-30T13:54:39.397 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-09-30T13:54:39.397 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-09-30T13:54:39.397 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-09-30T13:54:39.397 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-09-30T13:54:39.397 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-09-30T13:54:39.398 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 0 2023-09-30T13:54:39.398 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2023-09-30T13:54:39.398 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-09-30T13:54:39.398 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "smithi050" 2023-09-30T13:54:39.398 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2023-09-30T13:54:39.398 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2023-09-30T13:54:39.398 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "monmap": { 2023-09-30T13:54:39.398 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T13:54:39.398 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-09-30T13:54:39.398 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-09-30T13:54:39.398 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-09-30T13:54:39.399 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-09-30T13:54:39.399 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T13:54:39.399 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-09-30T13:54:39.399 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-09-30T13:54:39.399 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-09-30T13:54:39.402 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-09-30T13:54:39.402 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-09-30T13:54:39.403 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-09-30T13:54:39.403 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-09-30T13:54:39.403 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-09-30T13:54:39.403 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-09-30T13:54:39.403 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-09-30T13:54:39.403 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-09-30T13:54:39.403 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-09-30T13:54:39.403 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-09-30T13:54:39.403 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-09-30T13:54:39.403 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-09-30T13:54:39.403 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-09-30T13:54:39.404 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-09-30T13:54:39.404 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-09-30T13:54:39.404 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T13:54:39.404 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-09-30T13:54:39.404 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-09-30T13:54:39.404 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-09-30T13:54:39.404 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-09-30T13:54:39.404 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "available": false, 2023-09-30T13:54:39.404 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-09-30T13:54:39.404 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "modules": [ 2023-09-30T13:54:39.404 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "iostat", 2023-09-30T13:54:39.404 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "nfs", 2023-09-30T13:54:39.404 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "restful" 2023-09-30T13:54:39.405 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2023-09-30T13:54:39.405 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T13:54:39.405 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-09-30T13:54:39.405 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-09-30T13:54:39.405 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T13:54:39.405 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "modified": "2023-09-30T13:54:29.077358+0000", 2023-09-30T13:54:39.405 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T13:54:39.405 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-09-30T13:54:39.405 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-09-30T13:54:39.405 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout } 2023-09-30T13:54:39.405 INFO:teuthology.orchestra.run.smithi050.stdout:mgr not available, waiting (2/15)... 2023-09-30T13:54:39.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:39 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/3216961020' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T13:54:42.442 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2023-09-30T13:54:42.442 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout { 2023-09-30T13:54:42.442 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "fsid": "b49c2858-5f98-11ee-8db5-212e2dc638e7", 2023-09-30T13:54:42.443 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "health": { 2023-09-30T13:54:42.443 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-09-30T13:54:42.443 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-09-30T13:54:42.443 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-09-30T13:54:42.443 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-09-30T13:54:42.443 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-09-30T13:54:42.443 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-09-30T13:54:42.443 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 0 2023-09-30T13:54:42.443 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2023-09-30T13:54:42.443 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-09-30T13:54:42.443 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "smithi050" 2023-09-30T13:54:42.443 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2023-09-30T13:54:42.444 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2023-09-30T13:54:42.444 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "monmap": { 2023-09-30T13:54:42.444 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T13:54:42.444 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-09-30T13:54:42.444 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-09-30T13:54:42.444 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-09-30T13:54:42.444 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-09-30T13:54:42.444 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T13:54:42.444 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-09-30T13:54:42.444 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-09-30T13:54:42.444 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-09-30T13:54:42.448 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-09-30T13:54:42.448 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-09-30T13:54:42.448 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-09-30T13:54:42.448 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-09-30T13:54:42.448 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-09-30T13:54:42.448 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-09-30T13:54:42.448 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-09-30T13:54:42.448 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-09-30T13:54:42.448 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-09-30T13:54:42.449 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-09-30T13:54:42.449 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-09-30T13:54:42.449 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-09-30T13:54:42.449 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-09-30T13:54:42.449 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-09-30T13:54:42.449 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-09-30T13:54:42.449 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T13:54:42.449 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-09-30T13:54:42.449 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-09-30T13:54:42.449 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-09-30T13:54:42.449 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-09-30T13:54:42.449 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "available": false, 2023-09-30T13:54:42.449 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-09-30T13:54:42.450 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "modules": [ 2023-09-30T13:54:42.450 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "iostat", 2023-09-30T13:54:42.450 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "nfs", 2023-09-30T13:54:42.450 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "restful" 2023-09-30T13:54:42.450 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2023-09-30T13:54:42.450 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T13:54:42.450 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-09-30T13:54:42.450 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-09-30T13:54:42.450 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T13:54:42.450 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "modified": "2023-09-30T13:54:29.077358+0000", 2023-09-30T13:54:42.450 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T13:54:42.450 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-09-30T13:54:42.451 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-09-30T13:54:42.451 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout } 2023-09-30T13:54:42.451 INFO:teuthology.orchestra.run.smithi050.stdout:mgr not available, waiting (3/15)... 2023-09-30T13:54:42.466 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:42 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/3709110962' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T13:54:43.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:43 smithi050 ceph-mon[92315]: Activating manager daemon smithi050.rphaie 2023-09-30T13:54:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:43 smithi050 ceph-mon[92315]: mgrmap e2: smithi050.rphaie(active, starting, since 0.00291024s) 2023-09-30T13:54:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:43 smithi050 ceph-mon[92315]: from='mgr.14100 172.21.15.50:0/1057742521' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T13:54:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:43 smithi050 ceph-mon[92315]: from='mgr.14100 172.21.15.50:0/1057742521' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T13:54:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:43 smithi050 ceph-mon[92315]: from='mgr.14100 172.21.15.50:0/1057742521' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T13:54:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:43 smithi050 ceph-mon[92315]: from='mgr.14100 172.21.15.50:0/1057742521' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-09-30T13:54:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:43 smithi050 ceph-mon[92315]: from='mgr.14100 172.21.15.50:0/1057742521' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mgr metadata", "who": "smithi050.rphaie", "id": "smithi050.rphaie"}]: dispatch 2023-09-30T13:54:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:43 smithi050 ceph-mon[92315]: Manager daemon smithi050.rphaie is now available 2023-09-30T13:54:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:43 smithi050 ceph-mon[92315]: from='mgr.14100 172.21.15.50:0/1057742521' entity='mgr.smithi050.rphaie' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.rphaie/mirror_snapshot_schedule"}]: dispatch 2023-09-30T13:54:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:43 smithi050 ceph-mon[92315]: from='mgr.14100 172.21.15.50:0/1057742521' entity='mgr.smithi050.rphaie' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.rphaie/trash_purge_schedule"}]: dispatch 2023-09-30T13:54:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:43 smithi050 ceph-mon[92315]: from='mgr.14100 172.21.15.50:0/1057742521' entity='mgr.smithi050.rphaie' 2023-09-30T13:54:43.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:43 smithi050 ceph-mon[92315]: from='mgr.14100 172.21.15.50:0/1057742521' entity='mgr.smithi050.rphaie' 2023-09-30T13:54:43.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:43 smithi050 ceph-mon[92315]: from='mgr.14100 172.21.15.50:0/1057742521' entity='mgr.smithi050.rphaie' 2023-09-30T13:54:45.661 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:45 smithi050 ceph-mon[92315]: mgrmap e3: smithi050.rphaie(active, since 1.00738s) 2023-09-30T13:54:45.897 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2023-09-30T13:54:45.897 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout { 2023-09-30T13:54:45.897 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "fsid": "b49c2858-5f98-11ee-8db5-212e2dc638e7", 2023-09-30T13:54:45.897 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "health": { 2023-09-30T13:54:45.897 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-09-30T13:54:45.897 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-09-30T13:54:45.897 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-09-30T13:54:45.897 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-09-30T13:54:45.898 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-09-30T13:54:45.898 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-09-30T13:54:45.898 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 0 2023-09-30T13:54:45.898 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2023-09-30T13:54:45.898 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-09-30T13:54:45.898 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "smithi050" 2023-09-30T13:54:45.898 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2023-09-30T13:54:45.898 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2023-09-30T13:54:45.898 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "monmap": { 2023-09-30T13:54:45.898 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T13:54:45.898 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-09-30T13:54:45.899 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-09-30T13:54:45.899 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-09-30T13:54:45.899 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-09-30T13:54:45.899 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T13:54:45.899 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-09-30T13:54:45.899 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-09-30T13:54:45.899 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-09-30T13:54:45.903 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-09-30T13:54:45.903 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-09-30T13:54:45.903 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-09-30T13:54:45.903 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-09-30T13:54:45.903 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-09-30T13:54:45.904 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-09-30T13:54:45.904 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-09-30T13:54:45.904 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-09-30T13:54:45.904 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-09-30T13:54:45.904 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-09-30T13:54:45.904 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-09-30T13:54:45.905 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-09-30T13:54:45.905 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-09-30T13:54:45.905 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-09-30T13:54:45.905 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-09-30T13:54:45.905 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T13:54:45.905 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-09-30T13:54:45.905 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-09-30T13:54:45.905 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-09-30T13:54:45.905 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-09-30T13:54:45.905 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "available": true, 2023-09-30T13:54:45.905 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-09-30T13:54:45.906 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "modules": [ 2023-09-30T13:54:45.906 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "iostat", 2023-09-30T13:54:45.906 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "nfs", 2023-09-30T13:54:45.906 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "restful" 2023-09-30T13:54:45.906 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2023-09-30T13:54:45.906 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T13:54:45.906 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-09-30T13:54:45.906 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-09-30T13:54:45.906 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T13:54:45.906 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "modified": "2023-09-30T13:54:29.077358+0000", 2023-09-30T13:54:45.906 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T13:54:45.906 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-09-30T13:54:45.907 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-09-30T13:54:45.907 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout } 2023-09-30T13:54:45.907 INFO:teuthology.orchestra.run.smithi050.stdout:mgr is available 2023-09-30T13:54:46.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:46 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/986720017' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T13:54:47.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:47 smithi050 ceph-mon[92315]: mgrmap e4: smithi050.rphaie(active, since 3s) 2023-09-30T13:54:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:47 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/52670643' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-09-30T13:54:48.345 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2023-09-30T13:54:48.345 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout [global] 2023-09-30T13:54:48.346 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout fsid = b49c2858-5f98-11ee-8db5-212e2dc638e7 2023-09-30T13:54:48.346 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-09-30T13:54:48.346 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-09-30T13:54:48.346 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-09-30T13:54:48.346 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-09-30T13:54:48.346 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2023-09-30T13:54:48.347 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout [mgr] 2023-09-30T13:54:48.347 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-09-30T13:54:48.347 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2023-09-30T13:54:48.347 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout [osd] 2023-09-30T13:54:48.347 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-09-30T13:54:48.347 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-09-30T13:54:48.348 INFO:teuthology.orchestra.run.smithi050.stdout:Enabling cephadm module... 2023-09-30T13:54:51.399 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:51 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/3867803028' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-09-30T13:54:52.412 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:52 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/3867803028' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-09-30T13:54:52.412 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:52 smithi050 ceph-mon[92315]: mgrmap e5: smithi050.rphaie(active, since 7s) 2023-09-30T13:54:56.407 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:56 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/1288796021' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-09-30T13:54:56.450 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout { 2023-09-30T13:54:56.451 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-09-30T13:54:56.451 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "available": true, 2023-09-30T13:54:56.451 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "active_name": "smithi050.rphaie", 2023-09-30T13:54:56.451 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-09-30T13:54:56.451 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout } 2023-09-30T13:54:56.451 INFO:teuthology.orchestra.run.smithi050.stdout:Waiting for the mgr to restart... 2023-09-30T13:54:56.451 INFO:teuthology.orchestra.run.smithi050.stdout:Waiting for mgr epoch 5... 2023-09-30T13:54:59.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:59 smithi050 ceph-mon[92315]: Active manager daemon smithi050.rphaie restarted 2023-09-30T13:54:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:59 smithi050 ceph-mon[92315]: Activating manager daemon smithi050.rphaie 2023-09-30T13:54:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:59 smithi050 ceph-mon[92315]: osdmap e2: 0 total, 0 up, 0 in 2023-09-30T13:54:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:59 smithi050 ceph-mon[92315]: mgrmap e6: smithi050.rphaie(active, starting, since 0.00359989s) 2023-09-30T13:54:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:59 smithi050 ceph-mon[92315]: from='mgr.14120 172.21.15.50:0/718597456' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-09-30T13:54:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:59 smithi050 ceph-mon[92315]: from='mgr.14120 172.21.15.50:0/718597456' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mgr metadata", "who": "smithi050.rphaie", "id": "smithi050.rphaie"}]: dispatch 2023-09-30T13:54:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:59 smithi050 ceph-mon[92315]: from='mgr.14120 172.21.15.50:0/718597456' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T13:54:59.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:59 smithi050 ceph-mon[92315]: from='mgr.14120 172.21.15.50:0/718597456' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T13:54:59.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:54:59 smithi050 ceph-mon[92315]: from='mgr.14120 172.21.15.50:0/718597456' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T13:55:00.777 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:00 smithi050 ceph-mon[92315]: Manager daemon smithi050.rphaie is now available 2023-09-30T13:55:00.777 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:00 smithi050 ceph-mon[92315]: Found migration_current of "None". Setting to last migration. 2023-09-30T13:55:00.777 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:00 smithi050 ceph-mon[92315]: from='mgr.14120 172.21.15.50:0/718597456' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:00.777 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:00 smithi050 ceph-mon[92315]: from='mgr.14120 172.21.15.50:0/718597456' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:00.777 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:00 smithi050 ceph-mon[92315]: from='mgr.14120 172.21.15.50:0/718597456' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T13:55:00.777 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:00 smithi050 ceph-mon[92315]: from='mgr.14120 172.21.15.50:0/718597456' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T13:55:00.777 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:00 smithi050 ceph-mon[92315]: from='mgr.14120 172.21.15.50:0/718597456' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T13:55:00.777 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:00 smithi050 ceph-mon[92315]: from='mgr.14120 172.21.15.50:0/718597456' entity='mgr.smithi050.rphaie' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.rphaie/mirror_snapshot_schedule"}]: dispatch 2023-09-30T13:55:00.778 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:00 smithi050 ceph-mon[92315]: from='mgr.14120 172.21.15.50:0/718597456' entity='mgr.smithi050.rphaie' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.rphaie/trash_purge_schedule"}]: dispatch 2023-09-30T13:55:00.798 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout { 2023-09-30T13:55:00.798 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-09-30T13:55:00.798 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "initialized": true 2023-09-30T13:55:00.798 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout } 2023-09-30T13:55:00.798 INFO:teuthology.orchestra.run.smithi050.stdout:mgr epoch 5 is available 2023-09-30T13:55:00.798 INFO:teuthology.orchestra.run.smithi050.stdout:Setting orchestrator backend to cephadm... 2023-09-30T13:55:01.791 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:01 smithi050 ceph-mon[92315]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-09-30T13:55:01.792 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:01 smithi050 ceph-mon[92315]: mgrmap e7: smithi050.rphaie(active, since 1.01402s) 2023-09-30T13:55:01.792 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:01 smithi050 ceph-mon[92315]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-09-30T13:55:01.792 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:01 smithi050 ceph-mon[92315]: from='mgr.14120 172.21.15.50:0/718597456' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:01.792 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:01 smithi050 ceph-mon[92315]: from='mgr.14120 172.21.15.50:0/718597456' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:02 smithi050 ceph-mon[92315]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:55:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:02 smithi050 ceph-mon[92315]: from='mgr.14120 172.21.15.50:0/718597456' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:02 smithi050 ceph-mon[92315]: from='mgr.14120 172.21.15.50:0/718597456' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T13:55:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:02 smithi050 ceph-mon[92315]: mgrmap e8: smithi050.rphaie(active, since 2s) 2023-09-30T13:55:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:02 smithi050 ceph-mon[92315]: [30/Sep/2023:13:55:02] ENGINE Bus STARTING 2023-09-30T13:55:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:02 smithi050 ceph-mon[92315]: [30/Sep/2023:13:55:02] ENGINE Serving on https://172.21.15.50:7150 2023-09-30T13:55:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:02 smithi050 ceph-mon[92315]: from='mgr.14120 172.21.15.50:0/718597456' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T13:55:03.380 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout value unchanged 2023-09-30T13:55:03.380 INFO:teuthology.orchestra.run.smithi050.stdout:Generating ssh key... 2023-09-30T13:55:04.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:03 smithi050 ceph-mon[92315]: [30/Sep/2023:13:55:02] ENGINE Serving on http://172.21.15.50:8765 2023-09-30T13:55:04.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:03 smithi050 ceph-mon[92315]: [30/Sep/2023:13:55:02] ENGINE Bus STARTED 2023-09-30T13:55:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:03 smithi050 ceph-mon[92315]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:55:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:04 smithi050 ceph-mon[92315]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:55:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:04 smithi050 ceph-mon[92315]: Generating ssh key... 2023-09-30T13:55:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:04 smithi050 ceph-mon[92315]: from='mgr.14120 172.21.15.50:0/718597456' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:04 smithi050 ceph-mon[92315]: from='mgr.14120 172.21.15.50:0/718597456' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:05.967 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDViv/6X5Kj9x9QIWM3H5SSDz8nrHYo3+06DYwhcdOE2AAxP6NIkLyzrYFzNp4LS2RbeORdg5toMHv1JF52Ub5DdHGpnbIJrihoF/ycd2pEM2H4CDoRvltbV6Bv9TfmSWIyCWPTMPnAe/Vi7S55Z/E5NKVxniTl8jbHrgxu44L1i8nqv57S7Z53DRt4/LdoaN4rZd7632+jLKeNN0fG3EGN3zhsdGY5yqt4Fz8dJ38p1956dESsUng2+roBcec17pCtoMfqm0br4IF5WjB0Fjvw+893CudCJe0/eBDmMyvQya+lFyRLSUYgCPxldoiSa5C2s0FtKjCaMMrTVk61FmqgN7ZuSYbzuP6eXpn79bV9kRMyqBGl0HFpZyqh0GtwX5XgFumlHSMFJHlQdkp8L/+5IvALfRiJzzWvQ43q1c1gfQKriopo3I3RLePQoq1/92xtPF3AHcM6tu/6QPaVlfuugvj2v7yuWhwJf3011kFsvEwnnFn+iMqao9YqbdZYYBk= ceph-b49c2858-5f98-11ee-8db5-212e2dc638e7 2023-09-30T13:55:05.967 INFO:teuthology.orchestra.run.smithi050.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-09-30T13:55:05.968 INFO:teuthology.orchestra.run.smithi050.stdout:Adding key to root@localhost authorized_keys... 2023-09-30T13:55:05.969 INFO:teuthology.orchestra.run.smithi050.stdout:Adding host smithi050... 2023-09-30T13:55:06.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:06 smithi050 ceph-mon[92315]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:55:07.391 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:07 smithi050 ceph-mon[92315]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi050", "addr": "172.21.15.50", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:55:08.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:08 smithi050 ceph-mon[92315]: Deploying cephadm binary to smithi050 2023-09-30T13:55:10.017 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout Added host 'smithi050' with addr '172.21.15.50' 2023-09-30T13:55:10.017 INFO:teuthology.orchestra.run.smithi050.stdout:Deploying mon service with default placement... 2023-09-30T13:55:11.047 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:10 smithi050 ceph-mon[92315]: from='mgr.14120 172.21.15.50:0/718597456' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:11.047 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:10 smithi050 ceph-mon[92315]: Added host smithi050 2023-09-30T13:55:11.048 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:10 smithi050 ceph-mon[92315]: from='mgr.14120 172.21.15.50:0/718597456' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T13:55:11.257 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-09-30T13:55:11.257 INFO:teuthology.orchestra.run.smithi050.stdout:Deploying mgr service with default placement... 2023-09-30T13:55:12.217 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:11 smithi050 ceph-mon[92315]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:55:12.218 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:11 smithi050 ceph-mon[92315]: Saving service mon spec with placement count:5 2023-09-30T13:55:12.218 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:11 smithi050 ceph-mon[92315]: from='mgr.14120 172.21.15.50:0/718597456' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:12.903 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-09-30T13:55:12.903 INFO:teuthology.orchestra.run.smithi050.stdout:Deploying crash service with default placement... 2023-09-30T13:55:13.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:13 smithi050 ceph-mon[92315]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:55:13.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:13 smithi050 ceph-mon[92315]: Saving service mgr spec with placement count:2 2023-09-30T13:55:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:13 smithi050 ceph-mon[92315]: from='mgr.14120 172.21.15.50:0/718597456' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:13 smithi050 ceph-mon[92315]: from='mgr.14120 172.21.15.50:0/718597456' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:13 smithi050 ceph-mon[92315]: from='mgr.14120 172.21.15.50:0/718597456' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:14.146 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2023-09-30T13:55:14.146 INFO:teuthology.orchestra.run.smithi050.stdout:Deploying ceph-exporter service with default placement... 2023-09-30T13:55:15.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:14 smithi050 ceph-mon[92315]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:55:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:14 smithi050 ceph-mon[92315]: Saving service crash spec with placement * 2023-09-30T13:55:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:14 smithi050 ceph-mon[92315]: from='mgr.14120 172.21.15.50:0/718597456' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:14 smithi050 ceph-mon[92315]: from='mgr.14120 172.21.15.50:0/718597456' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:15.538 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2023-09-30T13:55:15.539 INFO:teuthology.orchestra.run.smithi050.stdout:Deploying prometheus service with default placement... 2023-09-30T13:55:16.457 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:16 smithi050 ceph-mon[92315]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:55:16.457 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:16 smithi050 ceph-mon[92315]: Saving service ceph-exporter spec with placement * 2023-09-30T13:55:16.457 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:16 smithi050 ceph-mon[92315]: from='mgr.14120 172.21.15.50:0/718597456' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:16.458 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:16 smithi050 ceph-mon[92315]: from='mgr.14120 172.21.15.50:0/718597456' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:16.985 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2023-09-30T13:55:16.985 INFO:teuthology.orchestra.run.smithi050.stdout:Deploying grafana service with default placement... 2023-09-30T13:55:17.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:17 smithi050 ceph-mon[92315]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:55:17.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:17 smithi050 ceph-mon[92315]: Saving service prometheus spec with placement count:1 2023-09-30T13:55:17.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:17 smithi050 ceph-mon[92315]: from='mgr.14120 172.21.15.50:0/718597456' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:18.412 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2023-09-30T13:55:18.412 INFO:teuthology.orchestra.run.smithi050.stdout:Deploying node-exporter service with default placement... 2023-09-30T13:55:19.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:19 smithi050 ceph-mon[92315]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:55:19.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:19 smithi050 ceph-mon[92315]: Saving service grafana spec with placement count:1 2023-09-30T13:55:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:19 smithi050 ceph-mon[92315]: from='mgr.14120 172.21.15.50:0/718597456' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:19.754 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2023-09-30T13:55:19.754 INFO:teuthology.orchestra.run.smithi050.stdout:Deploying alertmanager service with default placement... 2023-09-30T13:55:20.754 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:20 smithi050 ceph-mon[92315]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:55:20.754 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:20 smithi050 ceph-mon[92315]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:55:20.754 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:20 smithi050 ceph-mon[92315]: Saving service node-exporter spec with placement * 2023-09-30T13:55:20.755 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:20 smithi050 ceph-mon[92315]: from='mgr.14120 172.21.15.50:0/718597456' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:20.998 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2023-09-30T13:55:21.865 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:21 smithi050 ceph-mon[92315]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:55:21.866 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:21 smithi050 ceph-mon[92315]: Saving service alertmanager spec with placement count:1 2023-09-30T13:55:21.866 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:21 smithi050 ceph-mon[92315]: from='mgr.14120 172.21.15.50:0/718597456' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:23.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:22 smithi050 ceph-mon[92315]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:55:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:22 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/2798611385' entity='client.admin' 2023-09-30T13:55:23.485 INFO:teuthology.orchestra.run.smithi050.stdout:Enabling the dashboard module... 2023-09-30T13:55:24.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:24 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/1514898004' entity='client.admin' 2023-09-30T13:55:25.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:25 smithi050 ceph-mon[92315]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:55:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:25 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/1859731669' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-09-30T13:55:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:26 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/1859731669' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-09-30T13:55:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:26 smithi050 ceph-mon[92315]: mgrmap e9: smithi050.rphaie(active, since 25s) 2023-09-30T13:55:26.770 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout { 2023-09-30T13:55:26.770 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-09-30T13:55:26.771 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "available": true, 2023-09-30T13:55:26.771 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "active_name": "smithi050.rphaie", 2023-09-30T13:55:26.771 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-09-30T13:55:26.771 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout } 2023-09-30T13:55:26.771 INFO:teuthology.orchestra.run.smithi050.stdout:Waiting for the mgr to restart... 2023-09-30T13:55:26.772 INFO:teuthology.orchestra.run.smithi050.stdout:Waiting for mgr epoch 9... 2023-09-30T13:55:27.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:27 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/844044697' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-09-30T13:55:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:34 smithi050 ceph-mon[92315]: Active manager daemon smithi050.rphaie restarted 2023-09-30T13:55:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:34 smithi050 ceph-mon[92315]: Activating manager daemon smithi050.rphaie 2023-09-30T13:55:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:34 smithi050 ceph-mon[92315]: osdmap e3: 0 total, 0 up, 0 in 2023-09-30T13:55:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:34 smithi050 ceph-mon[92315]: mgrmap e10: smithi050.rphaie(active, starting, since 0.00302663s) 2023-09-30T13:55:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:34 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-09-30T13:55:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:34 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mgr metadata", "who": "smithi050.rphaie", "id": "smithi050.rphaie"}]: dispatch 2023-09-30T13:55:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:34 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T13:55:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:34 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T13:55:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:34 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T13:55:34.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:34 smithi050 ceph-mon[92315]: Manager daemon smithi050.rphaie is now available 2023-09-30T13:55:34.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:34 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T13:55:34.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:34 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T13:55:34.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:34 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.rphaie/mirror_snapshot_schedule"}]: dispatch 2023-09-30T13:55:34.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:34 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.rphaie/trash_purge_schedule"}]: dispatch 2023-09-30T13:55:34.930 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout { 2023-09-30T13:55:34.930 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-09-30T13:55:34.930 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "initialized": true 2023-09-30T13:55:34.930 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout } 2023-09-30T13:55:34.930 INFO:teuthology.orchestra.run.smithi050.stdout:mgr epoch 9 is available 2023-09-30T13:55:34.930 INFO:teuthology.orchestra.run.smithi050.stdout:Generating a dashboard self-signed certificate... 2023-09-30T13:55:35.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:35 smithi050 ceph-mon[92315]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-09-30T13:55:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:35 smithi050 ceph-mon[92315]: mgrmap e11: smithi050.rphaie(active, since 1.0068s) 2023-09-30T13:55:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:35 smithi050 ceph-mon[92315]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-09-30T13:55:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:35 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:36.472 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-09-30T13:55:36.472 INFO:teuthology.orchestra.run.smithi050.stdout:Creating initial admin user... 2023-09-30T13:55:37.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:37 smithi050 ceph-mon[92315]: [30/Sep/2023:13:55:35] ENGINE Bus STARTING 2023-09-30T13:55:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:37 smithi050 ceph-mon[92315]: [30/Sep/2023:13:55:35] ENGINE Serving on http://172.21.15.50:8765 2023-09-30T13:55:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:37 smithi050 ceph-mon[92315]: [30/Sep/2023:13:55:35] ENGINE Serving on https://172.21.15.50:7150 2023-09-30T13:55:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:37 smithi050 ceph-mon[92315]: [30/Sep/2023:13:55:35] ENGINE Bus STARTED 2023-09-30T13:55:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:37 smithi050 ceph-mon[92315]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:55:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:37 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:37 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:37 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:37 smithi050 ceph-mon[92315]: mgrmap e12: smithi050.rphaie(active, since 2s) 2023-09-30T13:55:38.014 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$c7mQTSoop2JtIwLXWvQJPOJl9cNKN0mW74.k0MqSRr2y/KnHP2ZjG", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1696082137, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-09-30T13:55:38.015 INFO:teuthology.orchestra.run.smithi050.stdout:Fetching dashboard port number... 2023-09-30T13:55:38.917 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:38 smithi050 ceph-mon[92315]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:55:38.917 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:38 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:39.255 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 8443 2023-09-30T13:55:39.265 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-09-30T13:55:39.265 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout disabled 2023-09-30T13:55:39.272 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-09-30T13:55:39.273 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout inactive 2023-09-30T13:55:39.273 INFO:teuthology.orchestra.run.smithi050.stdout:firewalld.service is not enabled 2023-09-30T13:55:39.273 INFO:teuthology.orchestra.run.smithi050.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-09-30T13:55:39.274 INFO:teuthology.orchestra.run.smithi050.stdout:Ceph Dashboard is now available at: 2023-09-30T13:55:39.274 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:55:39.274 INFO:teuthology.orchestra.run.smithi050.stdout: URL: https://smithi050:8443/ 2023-09-30T13:55:39.274 INFO:teuthology.orchestra.run.smithi050.stdout: User: admin 2023-09-30T13:55:39.274 INFO:teuthology.orchestra.run.smithi050.stdout: Password: zlo6mmjzzf 2023-09-30T13:55:39.275 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:55:39.275 INFO:teuthology.orchestra.run.smithi050.stdout:Saving cluster configuration to /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/config directory 2023-09-30T13:55:39.275 INFO:teuthology.orchestra.run.smithi050.stdout:Enabling autotune for osd_memory_target 2023-09-30T13:55:39.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:39 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/3009794334' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-09-30T13:55:40.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:40 smithi050 ceph-mon[92315]: mgrmap e13: smithi050.rphaie(active, since 6s) 2023-09-30T13:55:41.857 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-09-30T13:55:41.857 INFO:teuthology.orchestra.run.smithi050.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-09-30T13:55:41.857 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:55:41.857 INFO:teuthology.orchestra.run.smithi050.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-09-30T13:55:41.857 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:55:41.857 INFO:teuthology.orchestra.run.smithi050.stdout:Or, if you are only running a single cluster on this host: 2023-09-30T13:55:41.857 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:55:41.857 INFO:teuthology.orchestra.run.smithi050.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-09-30T13:55:41.857 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:55:41.858 INFO:teuthology.orchestra.run.smithi050.stdout:Please consider enabling telemetry to help improve Ceph: 2023-09-30T13:55:41.858 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:55:41.858 INFO:teuthology.orchestra.run.smithi050.stdout: ceph telemetry on 2023-09-30T13:55:41.858 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:55:41.858 INFO:teuthology.orchestra.run.smithi050.stdout:For more information see: 2023-09-30T13:55:41.858 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:55:41.858 INFO:teuthology.orchestra.run.smithi050.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-09-30T13:55:41.858 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:55:41.858 INFO:teuthology.orchestra.run.smithi050.stdout:Bootstrap complete. 2023-09-30T13:55:41.894 INFO:tasks.cephadm:Fetching config... 2023-09-30T13:55:41.894 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-09-30T13:55:41.894 DEBUG:teuthology.orchestra.run.smithi050:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-09-30T13:55:41.911 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-09-30T13:55:41.911 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-09-30T13:55:41.911 DEBUG:teuthology.orchestra.run.smithi050:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-09-30T13:55:41.970 INFO:tasks.cephadm:Fetching mon keyring... 2023-09-30T13:55:41.970 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-09-30T13:55:41.970 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/keyring of=/dev/stdout 2023-09-30T13:55:42.039 INFO:tasks.cephadm:Fetching pub ssh key... 2023-09-30T13:55:42.040 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-09-30T13:55:42.040 DEBUG:teuthology.orchestra.run.smithi050:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-09-30T13:55:42.097 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-09-30T13:55:42.098 DEBUG:teuthology.orchestra.run.smithi050:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDViv/6X5Kj9x9QIWM3H5SSDz8nrHYo3+06DYwhcdOE2AAxP6NIkLyzrYFzNp4LS2RbeORdg5toMHv1JF52Ub5DdHGpnbIJrihoF/ycd2pEM2H4CDoRvltbV6Bv9TfmSWIyCWPTMPnAe/Vi7S55Z/E5NKVxniTl8jbHrgxu44L1i8nqv57S7Z53DRt4/LdoaN4rZd7632+jLKeNN0fG3EGN3zhsdGY5yqt4Fz8dJ38p1956dESsUng2+roBcec17pCtoMfqm0br4IF5WjB0Fjvw+893CudCJe0/eBDmMyvQya+lFyRLSUYgCPxldoiSa5C2s0FtKjCaMMrTVk61FmqgN7ZuSYbzuP6eXpn79bV9kRMyqBGl0HFpZyqh0GtwX5XgFumlHSMFJHlQdkp8L/+5IvALfRiJzzWvQ43q1c1gfQKriopo3I3RLePQoq1/92xtPF3AHcM6tu/6QPaVlfuugvj2v7yuWhwJf3011kFsvEwnnFn+iMqao9YqbdZYYBk= ceph-b49c2858-5f98-11ee-8db5-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-09-30T13:55:42.180 INFO:teuthology.orchestra.run.smithi050.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDViv/6X5Kj9x9QIWM3H5SSDz8nrHYo3+06DYwhcdOE2AAxP6NIkLyzrYFzNp4LS2RbeORdg5toMHv1JF52Ub5DdHGpnbIJrihoF/ycd2pEM2H4CDoRvltbV6Bv9TfmSWIyCWPTMPnAe/Vi7S55Z/E5NKVxniTl8jbHrgxu44L1i8nqv57S7Z53DRt4/LdoaN4rZd7632+jLKeNN0fG3EGN3zhsdGY5yqt4Fz8dJ38p1956dESsUng2+roBcec17pCtoMfqm0br4IF5WjB0Fjvw+893CudCJe0/eBDmMyvQya+lFyRLSUYgCPxldoiSa5C2s0FtKjCaMMrTVk61FmqgN7ZuSYbzuP6eXpn79bV9kRMyqBGl0HFpZyqh0GtwX5XgFumlHSMFJHlQdkp8L/+5IvALfRiJzzWvQ43q1c1gfQKriopo3I3RLePQoq1/92xtPF3AHcM6tu/6QPaVlfuugvj2v7yuWhwJf3011kFsvEwnnFn+iMqao9YqbdZYYBk= ceph-b49c2858-5f98-11ee-8db5-212e2dc638e7 2023-09-30T13:55:42.192 DEBUG:teuthology.orchestra.run.smithi172:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDViv/6X5Kj9x9QIWM3H5SSDz8nrHYo3+06DYwhcdOE2AAxP6NIkLyzrYFzNp4LS2RbeORdg5toMHv1JF52Ub5DdHGpnbIJrihoF/ycd2pEM2H4CDoRvltbV6Bv9TfmSWIyCWPTMPnAe/Vi7S55Z/E5NKVxniTl8jbHrgxu44L1i8nqv57S7Z53DRt4/LdoaN4rZd7632+jLKeNN0fG3EGN3zhsdGY5yqt4Fz8dJ38p1956dESsUng2+roBcec17pCtoMfqm0br4IF5WjB0Fjvw+893CudCJe0/eBDmMyvQya+lFyRLSUYgCPxldoiSa5C2s0FtKjCaMMrTVk61FmqgN7ZuSYbzuP6eXpn79bV9kRMyqBGl0HFpZyqh0GtwX5XgFumlHSMFJHlQdkp8L/+5IvALfRiJzzWvQ43q1c1gfQKriopo3I3RLePQoq1/92xtPF3AHcM6tu/6QPaVlfuugvj2v7yuWhwJf3011kFsvEwnnFn+iMqao9YqbdZYYBk= ceph-b49c2858-5f98-11ee-8db5-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-09-30T13:55:42.237 INFO:teuthology.orchestra.run.smithi172.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDViv/6X5Kj9x9QIWM3H5SSDz8nrHYo3+06DYwhcdOE2AAxP6NIkLyzrYFzNp4LS2RbeORdg5toMHv1JF52Ub5DdHGpnbIJrihoF/ycd2pEM2H4CDoRvltbV6Bv9TfmSWIyCWPTMPnAe/Vi7S55Z/E5NKVxniTl8jbHrgxu44L1i8nqv57S7Z53DRt4/LdoaN4rZd7632+jLKeNN0fG3EGN3zhsdGY5yqt4Fz8dJ38p1956dESsUng2+roBcec17pCtoMfqm0br4IF5WjB0Fjvw+893CudCJe0/eBDmMyvQya+lFyRLSUYgCPxldoiSa5C2s0FtKjCaMMrTVk61FmqgN7ZuSYbzuP6eXpn79bV9kRMyqBGl0HFpZyqh0GtwX5XgFumlHSMFJHlQdkp8L/+5IvALfRiJzzWvQ43q1c1gfQKriopo3I3RLePQoq1/92xtPF3AHcM6tu/6QPaVlfuugvj2v7yuWhwJf3011kFsvEwnnFn+iMqao9YqbdZYYBk= ceph-b49c2858-5f98-11ee-8db5-212e2dc638e7 2023-09-30T13:55:42.250 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-09-30T13:55:42.821 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:55:42.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:42 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/3648703446' entity='client.admin' 2023-09-30T13:55:45.003 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:44 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:45.003 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:44 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:45.003 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:44 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd/host:smithi050", "name": "osd_memory_target"}]: dispatch 2023-09-30T13:55:45.003 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:44 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:45.003 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:44 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi050", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-09-30T13:55:45.003 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:44 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi050", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-09-30T13:55:45.003 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:44 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:55:45.004 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:44 smithi050 ceph-mon[92315]: Deploying daemon ceph-exporter.smithi050 on smithi050 2023-09-30T13:55:45.004 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:44 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/381648495' entity='client.admin' 2023-09-30T13:55:45.057 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-09-30T13:55:45.058 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-09-30T13:55:45.739 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:55:48.007 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi172 2023-09-30T13:55:48.007 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-09-30T13:55:48.007 DEBUG:teuthology.orchestra.run.smithi172:> dd of=/etc/ceph/ceph.conf 2023-09-30T13:55:48.028 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-09-30T13:55:48.028 DEBUG:teuthology.orchestra.run.smithi172:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-30T13:55:48.087 INFO:tasks.cephadm:Adding host smithi172 to orchestrator... 2023-09-30T13:55:48.088 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph orch host add smithi172 2023-09-30T13:55:48.728 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:55:48.907 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:48 smithi050 ceph-mon[92315]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:55:48.907 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:48 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:48.907 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:48 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:48.907 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:48 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:48.907 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:48 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:48.908 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:48 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:48.908 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:48 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi050", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-30T13:55:48.908 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:48 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi050", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-09-30T13:55:48.908 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:48 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:55:48.908 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:48 smithi050 ceph-mon[92315]: Deploying daemon crash.smithi050 on smithi050 2023-09-30T13:55:48.908 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:48 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:51 smithi050 ceph-mon[92315]: from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi172", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:55:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:51 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:51.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:51 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:51.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:51 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:51.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:51 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:51.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:51 smithi050 ceph-mon[92315]: Deploying daemon node-exporter.smithi050 on smithi050 2023-09-30T13:55:51.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:51 smithi050 ceph-mon[92315]: Deploying cephadm binary to smithi172 2023-09-30T13:55:53.459 INFO:teuthology.orchestra.run.smithi050.stdout:Added host 'smithi172' with addr '172.21.15.172' 2023-09-30T13:55:54.110 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph orch host ls --format=json 2023-09-30T13:55:54.688 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:55:54.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:54 smithi050 ceph-mon[92315]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:55:54.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:54 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:54 smithi050 ceph-mon[92315]: Added host smithi172 2023-09-30T13:55:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:54 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:54 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:54 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:54 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:54 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:55:55.778 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:55 smithi050 ceph-mon[92315]: Deploying daemon alertmanager.smithi050 on smithi050 2023-09-30T13:55:56.298 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:55:56.298 INFO:teuthology.orchestra.run.smithi050.stdout:[{"addr": "172.21.15.50", "hostname": "smithi050", "labels": [], "status": ""}, {"addr": "172.21.15.172", "hostname": "smithi172", "labels": [], "status": ""}] 2023-09-30T13:55:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:56 smithi050 ceph-mon[92315]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:55:57.650 INFO:tasks.cephadm:Setting crush tunables to default 2023-09-30T13:55:57.651 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph osd crush tunables default 2023-09-30T13:55:57.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:57 smithi050 ceph-mon[92315]: from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T13:55:58.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:58 smithi050 ceph-mon[92315]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:55:58.979 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:55:59.522 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:55:59 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:00.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:00 smithi050 ceph-mon[92315]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:56:01.487 INFO:teuthology.orchestra.run.smithi050.stderr:adjusted tunables profile to default 2023-09-30T13:56:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:01 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/361885926' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-09-30T13:56:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:01 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:01 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:01 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:01 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:01 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:01 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:01.888 INFO:tasks.cephadm:Adding mon.smithi050 on smithi050 2023-09-30T13:56:01.888 INFO:tasks.cephadm:Adding mon.smithi172 on smithi172 2023-09-30T13:56:01.889 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph orch apply mon '2;smithi050:172.21.15.50=smithi050;smithi172:172.21.15.172=smithi172' 2023-09-30T13:56:02.479 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T13:56:02.765 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T13:56:02.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:02 smithi050 ceph-mon[92315]: Regenerating cephadm self-signed grafana TLS certificates 2023-09-30T13:56:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:02 smithi050 ceph-mon[92315]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:56:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:02 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/361885926' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-09-30T13:56:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:02 smithi050 ceph-mon[92315]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T13:56:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:02 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:02 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:02 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-30T13:56:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:02 smithi050 ceph-mon[92315]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-30T13:56:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:02 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:02 smithi050 ceph-mon[92315]: Deploying daemon grafana.smithi050 on smithi050 2023-09-30T13:56:04.193 INFO:teuthology.orchestra.run.smithi172.stdout:Scheduled mon update... 2023-09-30T13:56:04.652 DEBUG:teuthology.orchestra.run.smithi172:mon.smithi172> sudo journalctl -f -n 0 -u ceph-b49c2858-5f98-11ee-8db5-212e2dc638e7@mon.smithi172.service 2023-09-30T13:56:04.654 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T13:56:04.654 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T13:56:04.683 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:-- Logs begin at Sat 2023-09-30 13:42:49 UTC. -- 2023-09-30T13:56:04.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:04 smithi050 ceph-mon[92315]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:56:04.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:04 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:04.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:04 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:05.247 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T13:56:05.532 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T13:56:05.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:05 smithi050 ceph-mon[92315]: from='client.14197 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi050:172.21.15.50=smithi050;smithi172:172.21.15.172=smithi172", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:56:05.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:05 smithi050 ceph-mon[92315]: Saving service mon spec with placement smithi050:172.21.15.50=smithi050;smithi172:172.21.15.172=smithi172;count:2 2023-09-30T13:56:06.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:06 smithi050 ceph-mon[92315]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:56:06.988 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-09-30T13:56:06.988 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":1,"fsid":"b49c2858-5f98-11ee-8db5-212e2dc638e7","modified":"2023-09-30T13:54:26.748457Z","created":"2023-09-30T13:54:26.748457Z","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":"smithi050","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:3300","nonce":0},{"type":"v1","addr":"172.21.15.50:6789","nonce":0}]},"addr":"172.21.15.50:6789/0","public_addr":"172.21.15.50:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T13:56:06.990 INFO:teuthology.orchestra.run.smithi172.stderr:dumped monmap epoch 1 2023-09-30T13:56:07.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:07 smithi050 ceph-mon[92315]: from='client.? 172.21.15.172:0/498827431' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T13:56:08.399 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T13:56:08.399 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T13:56:08.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:08 smithi050 ceph-mon[92315]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:56:08.989 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T13:56:09.274 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T13:56:10.734 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-09-30T13:56:10.734 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":1,"fsid":"b49c2858-5f98-11ee-8db5-212e2dc638e7","modified":"2023-09-30T13:54:26.748457Z","created":"2023-09-30T13:54:26.748457Z","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":"smithi050","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:3300","nonce":0},{"type":"v1","addr":"172.21.15.50:6789","nonce":0}]},"addr":"172.21.15.50:6789/0","public_addr":"172.21.15.50:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T13:56:10.736 INFO:teuthology.orchestra.run.smithi172.stderr:dumped monmap epoch 1 2023-09-30T13:56:10.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:10 smithi050 ceph-mon[92315]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:56:11.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:11 smithi050 ceph-mon[92315]: from='client.? 172.21.15.172:0/1632499990' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T13:56:12.132 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T13:56:12.133 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T13:56:12.726 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T13:56:12.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:12 smithi050 ceph-mon[92315]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:56:13.008 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T13:56:14.439 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:14 smithi050 ceph-mon[92315]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:56:14.517 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-09-30T13:56:14.517 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":1,"fsid":"b49c2858-5f98-11ee-8db5-212e2dc638e7","modified":"2023-09-30T13:54:26.748457Z","created":"2023-09-30T13:54:26.748457Z","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":"smithi050","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:3300","nonce":0},{"type":"v1","addr":"172.21.15.50:6789","nonce":0}]},"addr":"172.21.15.50:6789/0","public_addr":"172.21.15.50:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T13:56:14.519 INFO:teuthology.orchestra.run.smithi172.stderr:dumped monmap epoch 1 2023-09-30T13:56:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:15 smithi050 ceph-mon[92315]: from='client.? 172.21.15.172:0/1911342175' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T13:56:15.882 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T13:56:15.882 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T13:56:16.475 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T13:56:16.566 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:16 smithi050 ceph-mon[92315]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:56:16.567 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:16 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:16.567 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:16 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:16.567 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:16 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:16.567 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:16 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:16.567 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:16 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:16.567 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:16 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:16.568 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:16 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:16.568 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:16 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:16.760 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T13:56:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:17 smithi050 ceph-mon[92315]: Deploying daemon prometheus.smithi050 on smithi050 2023-09-30T13:56:18.209 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-09-30T13:56:18.209 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":1,"fsid":"b49c2858-5f98-11ee-8db5-212e2dc638e7","modified":"2023-09-30T13:54:26.748457Z","created":"2023-09-30T13:54:26.748457Z","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":"smithi050","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:3300","nonce":0},{"type":"v1","addr":"172.21.15.50:6789","nonce":0}]},"addr":"172.21.15.50:6789/0","public_addr":"172.21.15.50:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T13:56:18.211 INFO:teuthology.orchestra.run.smithi172.stderr:dumped monmap epoch 1 2023-09-30T13:56:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:18 smithi050 ceph-mon[92315]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:56:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:18 smithi050 ceph-mon[92315]: from='client.? 172.21.15.172:0/2137663565' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T13:56:19.635 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T13:56:19.635 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T13:56:19.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:19 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:20.225 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T13:56:20.506 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T13:56:20.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:20 smithi050 ceph-mon[92315]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:56:21.963 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-09-30T13:56:21.963 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":1,"fsid":"b49c2858-5f98-11ee-8db5-212e2dc638e7","modified":"2023-09-30T13:54:26.748457Z","created":"2023-09-30T13:54:26.748457Z","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":"smithi050","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:3300","nonce":0},{"type":"v1","addr":"172.21.15.50:6789","nonce":0}]},"addr":"172.21.15.50:6789/0","public_addr":"172.21.15.50:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T13:56:21.966 INFO:teuthology.orchestra.run.smithi172.stderr:dumped monmap epoch 1 2023-09-30T13:56:22.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:22 smithi050 ceph-mon[92315]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:56:22.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:22 smithi050 ceph-mon[92315]: from='client.? 172.21.15.172:0/2396767255' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T13:56:23.388 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T13:56:23.388 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T13:56:23.972 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T13:56:24.255 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T13:56:24.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:24 smithi050 ceph-mon[92315]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:56:25.641 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-09-30T13:56:25.642 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":1,"fsid":"b49c2858-5f98-11ee-8db5-212e2dc638e7","modified":"2023-09-30T13:54:26.748457Z","created":"2023-09-30T13:54:26.748457Z","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":"smithi050","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:3300","nonce":0},{"type":"v1","addr":"172.21.15.50:6789","nonce":0}]},"addr":"172.21.15.50:6789/0","public_addr":"172.21.15.50:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T13:56:25.644 INFO:teuthology.orchestra.run.smithi172.stderr:dumped monmap epoch 1 2023-09-30T13:56:25.756 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:25 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:25.756 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:25 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:25.756 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:25 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:25.756 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:25 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-09-30T13:56:26.819 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:26 smithi050 ceph-mon[92315]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-09-30T13:56:26.819 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:26 smithi050 ceph-mon[92315]: mgrmap e14: smithi050.rphaie(active, since 52s) 2023-09-30T13:56:26.820 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:26 smithi050 ceph-mon[92315]: from='client.? 172.21.15.172:0/4150338172' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T13:56:27.129 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T13:56:27.130 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T13:56:27.718 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T13:56:28.001 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T13:56:29.337 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-09-30T13:56:29.337 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":1,"fsid":"b49c2858-5f98-11ee-8db5-212e2dc638e7","modified":"2023-09-30T13:54:26.748457Z","created":"2023-09-30T13:54:26.748457Z","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":"smithi050","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:3300","nonce":0},{"type":"v1","addr":"172.21.15.50:6789","nonce":0}]},"addr":"172.21.15.50:6789/0","public_addr":"172.21.15.50:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T13:56:29.339 INFO:teuthology.orchestra.run.smithi172.stderr:dumped monmap epoch 1 2023-09-30T13:56:29.779 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:29 smithi050 ceph-mon[92315]: from='client.? 172.21.15.172:0/3726662410' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T13:56:30.869 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T13:56:30.869 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T13:56:31.452 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T13:56:31.736 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T13:56:33.178 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-09-30T13:56:33.179 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":1,"fsid":"b49c2858-5f98-11ee-8db5-212e2dc638e7","modified":"2023-09-30T13:54:26.748457Z","created":"2023-09-30T13:54:26.748457Z","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":"smithi050","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:3300","nonce":0},{"type":"v1","addr":"172.21.15.50:6789","nonce":0}]},"addr":"172.21.15.50:6789/0","public_addr":"172.21.15.50:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T13:56:33.180 INFO:teuthology.orchestra.run.smithi172.stderr:dumped monmap epoch 1 2023-09-30T13:56:33.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:33 smithi050 ceph-mon[92315]: from='client.? 172.21.15.172:0/3180663303' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T13:56:34.595 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T13:56:34.595 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T13:56:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:34 smithi050 ceph-mon[92315]: Active manager daemon smithi050.rphaie restarted 2023-09-30T13:56:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:34 smithi050 ceph-mon[92315]: Activating manager daemon smithi050.rphaie 2023-09-30T13:56:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:34 smithi050 ceph-mon[92315]: osdmap e5: 0 total, 0 up, 0 in 2023-09-30T13:56:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:34 smithi050 ceph-mon[92315]: mgrmap e15: smithi050.rphaie(active, starting, since 0.00316473s) 2023-09-30T13:56:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-09-30T13:56:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mgr metadata", "who": "smithi050.rphaie", "id": "smithi050.rphaie"}]: dispatch 2023-09-30T13:56:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T13:56:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T13:56:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T13:56:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:34 smithi050 ceph-mon[92315]: Manager daemon smithi050.rphaie is now available 2023-09-30T13:56:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T13:56:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T13:56:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T13:56:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.rphaie/mirror_snapshot_schedule"}]: dispatch 2023-09-30T13:56:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.rphaie/trash_purge_schedule"}]: dispatch 2023-09-30T13:56:35.179 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T13:56:35.474 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T13:56:35.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:35 smithi050 ceph-mon[92315]: [30/Sep/2023:13:56:34] ENGINE Bus STARTING 2023-09-30T13:56:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:35 smithi050 ceph-mon[92315]: [30/Sep/2023:13:56:34] ENGINE Serving on http://172.21.15.50:8765 2023-09-30T13:56:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:35 smithi050 ceph-mon[92315]: [30/Sep/2023:13:56:34] ENGINE Serving on https://172.21.15.50:7150 2023-09-30T13:56:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:35 smithi050 ceph-mon[92315]: [30/Sep/2023:13:56:34] ENGINE Bus STARTED 2023-09-30T13:56:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:35 smithi050 ceph-mon[92315]: mgrmap e16: smithi050.rphaie(active, since 1.00618s) 2023-09-30T13:56:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:37.025 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-09-30T13:56:37.025 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":1,"fsid":"b49c2858-5f98-11ee-8db5-212e2dc638e7","modified":"2023-09-30T13:54:26.748457Z","created":"2023-09-30T13:54:26.748457Z","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":"smithi050","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:3300","nonce":0},{"type":"v1","addr":"172.21.15.50:6789","nonce":0}]},"addr":"172.21.15.50:6789/0","public_addr":"172.21.15.50:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T13:56:37.028 INFO:teuthology.orchestra.run.smithi172.stderr:dumped monmap epoch 1 2023-09-30T13:56:37.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:37.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:37 smithi050 ceph-mon[92315]: mgrmap e17: smithi050.rphaie(active, since 2s) 2023-09-30T13:56:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:37 smithi050 ceph-mon[92315]: from='client.? 172.21.15.172:0/4264504835' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T13:56:38.774 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T13:56:38.774 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T13:56:39.586 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T13:56:39.878 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-30T13:56:40.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd/host:smithi172", "name": "osd_memory_target"}]: dispatch 2023-09-30T13:56:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd/host:smithi050", "name": "osd_memory_target"}]: dispatch 2023-09-30T13:56:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:56:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T13:56:41.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:40 smithi050 ceph-mon[92315]: Updating smithi050:/etc/ceph/ceph.conf 2023-09-30T13:56:41.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:40 smithi050 ceph-mon[92315]: Updating smithi172:/etc/ceph/ceph.conf 2023-09-30T13:56:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:40 smithi050 ceph-mon[92315]: Updating smithi050:/var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-09-30T13:56:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:40 smithi050 ceph-mon[92315]: Updating smithi172:/var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-09-30T13:56:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:40 smithi050 ceph-mon[92315]: Updating smithi050:/etc/ceph/ceph.client.admin.keyring 2023-09-30T13:56:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:40 smithi050 ceph-mon[92315]: Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-09-30T13:56:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:41.427 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-09-30T13:56:41.427 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":1,"fsid":"b49c2858-5f98-11ee-8db5-212e2dc638e7","modified":"2023-09-30T13:54:26.748457Z","created":"2023-09-30T13:54:26.748457Z","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":"smithi050","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:3300","nonce":0},{"type":"v1","addr":"172.21.15.50:6789","nonce":0}]},"addr":"172.21.15.50:6789/0","public_addr":"172.21.15.50:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T13:56:41.430 INFO:teuthology.orchestra.run.smithi172.stderr:dumped monmap epoch 1 2023-09-30T13:56:42.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:41 smithi050 ceph-mon[92315]: Updating smithi050:/var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T13:56:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:41 smithi050 ceph-mon[92315]: Updating smithi172:/var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T13:56:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi172", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-09-30T13:56:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi172", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-09-30T13:56:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:56:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:41 smithi050 ceph-mon[92315]: Deploying daemon ceph-exporter.smithi172 on smithi172 2023-09-30T13:56:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:41 smithi050 ceph-mon[92315]: from='client.? 172.21.15.172:0/276595651' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T13:56:43.042 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T13:56:43.042 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T13:56:43.711 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-09-30T13:56:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi172", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-30T13:56:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi172", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-09-30T13:56:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:56:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:45.219 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-09-30T13:56:45.219 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":1,"fsid":"b49c2858-5f98-11ee-8db5-212e2dc638e7","modified":"2023-09-30T13:54:26.748457Z","created":"2023-09-30T13:54:26.748457Z","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":"smithi050","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:3300","nonce":0},{"type":"v1","addr":"172.21.15.50:6789","nonce":0}]},"addr":"172.21.15.50:6789/0","public_addr":"172.21.15.50:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T13:56:45.220 INFO:teuthology.orchestra.run.smithi172.stderr:dumped monmap epoch 1 2023-09-30T13:56:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:45 smithi050 ceph-mon[92315]: Deploying daemon crash.smithi172 on smithi172 2023-09-30T13:56:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:45 smithi050 ceph-mon[92315]: from='client.? 172.21.15.172:0/3998290511' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T13:56:46.574 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T13:56:46.574 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T13:56:47.219 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-09-30T13:56:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:47 smithi050 ceph-mon[92315]: Deploying daemon node-exporter.smithi172 on smithi172 2023-09-30T13:56:49.057 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-09-30T13:56:49.057 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":1,"fsid":"b49c2858-5f98-11ee-8db5-212e2dc638e7","modified":"2023-09-30T13:54:26.748457Z","created":"2023-09-30T13:54:26.748457Z","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":"smithi050","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:3300","nonce":0},{"type":"v1","addr":"172.21.15.50:6789","nonce":0}]},"addr":"172.21.15.50:6789/0","public_addr":"172.21.15.50:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T13:56:49.059 INFO:teuthology.orchestra.run.smithi172.stderr:dumped monmap epoch 1 2023-09-30T13:56:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T13:56:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:49 smithi050 ceph-mon[92315]: from='client.? 172.21.15.172:0/515795467' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T13:56:50.720 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T13:56:50.720 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T13:56:51.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi172.adrlvg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T13:56:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi172.adrlvg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-09-30T13:56:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T13:56:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:56:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:51 smithi050 ceph-mon[92315]: Deploying daemon mgr.smithi172.adrlvg on smithi172 2023-09-30T13:56:51.524 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-09-30T13:56:53.134 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-09-30T13:56:53.134 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":1,"fsid":"b49c2858-5f98-11ee-8db5-212e2dc638e7","modified":"2023-09-30T13:54:26.748457Z","created":"2023-09-30T13:54:26.748457Z","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":"smithi050","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:3300","nonce":0},{"type":"v1","addr":"172.21.15.50:6789","nonce":0}]},"addr":"172.21.15.50:6789/0","public_addr":"172.21.15.50:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T13:56:53.137 INFO:teuthology.orchestra.run.smithi172.stderr:dumped monmap epoch 1 2023-09-30T13:56:54.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T13:56:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:56:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:53 smithi050 ceph-mon[92315]: Deploying daemon mon.smithi172 on smithi172 2023-09-30T13:56:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:53 smithi050 ceph-mon[92315]: from='client.? 172.21.15.172:0/2485893884' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T13:56:54.665 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T13:56:54.665 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T13:56:55.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:54 smithi050 ceph-mon[92315]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:56:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:56:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:54 smithi172 systemd[1]: Starting Ceph mon.smithi172 for b49c2858-5f98-11ee-8db5-212e2dc638e7... 2023-09-30T13:56:55.486 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 podman[103640]: 2023-09-30T13:56:55.545 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi172/config 2023-09-30T13:56:55.757 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: set uid:gid to 167:167 (ceph:ceph) 2023-09-30T13:56:55.757 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev), process ceph-mon, pid 7 2023-09-30T13:56:55.757 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: pidfile_write: ignore empty --pid-file 2023-09-30T13:56:55.758 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: load: jerasure load: lrc 2023-09-30T13:56:55.758 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: RocksDB version: 7.9.2 2023-09-30T13:56:55.758 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Git sha 0 2023-09-30T13:56:55.758 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Compile date 2023-09-29 16:35:50 2023-09-30T13:56:55.758 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: DB SUMMARY 2023-09-30T13:56:55.758 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: DB Session ID: E6S3DH6AUVT0F7X6KDW0 2023-09-30T13:56:55.758 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: CURRENT file: CURRENT 2023-09-30T13:56:55.758 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: IDENTITY file: IDENTITY 2023-09-30T13:56:55.758 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2023-09-30T13:56:55.758 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi172/store.db dir, Total Num: 0, files: 2023-09-30T13:56:55.758 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi172/store.db: 000004.log size: 511 ; 2023-09-30T13:56:55.759 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.error_if_exists: 0 2023-09-30T13:56:55.759 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.create_if_missing: 0 2023-09-30T13:56:55.759 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.paranoid_checks: 1 2023-09-30T13:56:55.759 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.flush_verify_memtable_count: 1 2023-09-30T13:56:55.759 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-09-30T13:56:55.759 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-09-30T13:56:55.759 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.env: 0x562039d3bda0 2023-09-30T13:56:55.759 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.fs: PosixFileSystem 2023-09-30T13:56:55.759 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.info_log: 0x56203c221480 2023-09-30T13:56:55.759 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.max_file_opening_threads: 16 2023-09-30T13:56:55.759 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.statistics: (nil) 2023-09-30T13:56:55.759 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.use_fsync: 0 2023-09-30T13:56:55.759 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.max_log_file_size: 0 2023-09-30T13:56:55.760 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-30T13:56:55.760 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.log_file_time_to_roll: 0 2023-09-30T13:56:55.760 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.keep_log_file_num: 1000 2023-09-30T13:56:55.760 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.recycle_log_file_num: 0 2023-09-30T13:56:55.760 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.allow_fallocate: 1 2023-09-30T13:56:55.760 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.allow_mmap_reads: 0 2023-09-30T13:56:55.760 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.allow_mmap_writes: 0 2023-09-30T13:56:55.760 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.use_direct_reads: 0 2023-09-30T13:56:55.760 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-30T13:56:55.760 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.create_missing_column_families: 0 2023-09-30T13:56:55.760 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.db_log_dir: 2023-09-30T13:56:55.760 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.wal_dir: 2023-09-30T13:56:55.761 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.table_cache_numshardbits: 6 2023-09-30T13:56:55.761 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.WAL_ttl_seconds: 0 2023-09-30T13:56:55.761 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.WAL_size_limit_MB: 0 2023-09-30T13:56:55.761 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-30T13:56:55.761 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-30T13:56:55.761 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.is_fd_close_on_exec: 1 2023-09-30T13:56:55.761 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.advise_random_on_open: 1 2023-09-30T13:56:55.761 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.db_write_buffer_size: 0 2023-09-30T13:56:55.761 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.write_buffer_manager: 0x56203c1d9360 2023-09-30T13:56:55.761 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-30T13:56:55.761 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-30T13:56:55.761 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.use_adaptive_mutex: 0 2023-09-30T13:56:55.761 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.rate_limiter: (nil) 2023-09-30T13:56:55.762 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-30T13:56:55.762 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.wal_recovery_mode: 2 2023-09-30T13:56:55.762 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.enable_thread_tracking: 0 2023-09-30T13:56:55.762 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.enable_pipelined_write: 0 2023-09-30T13:56:55.762 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.unordered_write: 0 2023-09-30T13:56:55.762 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-30T13:56:55.762 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-30T13:56:55.762 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-30T13:56:55.762 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-30T13:56:55.762 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.row_cache: None 2023-09-30T13:56:55.762 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.wal_filter: None 2023-09-30T13:56:55.762 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-30T13:56:55.763 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.allow_ingest_behind: 0 2023-09-30T13:56:55.763 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.two_write_queues: 0 2023-09-30T13:56:55.763 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.manual_wal_flush: 0 2023-09-30T13:56:55.763 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.wal_compression: 0 2023-09-30T13:56:55.763 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.atomic_flush: 0 2023-09-30T13:56:55.763 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-30T13:56:55.763 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.persist_stats_to_disk: 0 2023-09-30T13:56:55.763 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.write_dbid_to_manifest: 0 2023-09-30T13:56:55.763 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.log_readahead_size: 0 2023-09-30T13:56:55.763 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-09-30T13:56:55.763 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.best_efforts_recovery: 0 2023-09-30T13:56:55.763 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-09-30T13:56:55.763 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-09-30T13:56:55.764 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.allow_data_in_errors: 0 2023-09-30T13:56:55.764 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.db_host_id: __hostname__ 2023-09-30T13:56:55.765 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.enforce_single_del_contracts: true 2023-09-30T13:56:55.765 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.max_background_jobs: 2 2023-09-30T13:56:55.766 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.max_background_compactions: -1 2023-09-30T13:56:55.766 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.max_subcompactions: 1 2023-09-30T13:56:55.766 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-30T13:56:55.766 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-30T13:56:55.766 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.delayed_write_rate : 16777216 2023-09-30T13:56:55.766 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.max_total_wal_size: 0 2023-09-30T13:56:55.766 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-30T13:56:55.766 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.stats_dump_period_sec: 600 2023-09-30T13:56:55.766 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.stats_persist_period_sec: 600 2023-09-30T13:56:55.766 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-30T13:56:55.766 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.max_open_files: -1 2023-09-30T13:56:55.767 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.bytes_per_sync: 0 2023-09-30T13:56:55.767 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.wal_bytes_per_sync: 0 2023-09-30T13:56:55.767 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.strict_bytes_per_sync: 0 2023-09-30T13:56:55.767 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.compaction_readahead_size: 0 2023-09-30T13:56:55.767 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.max_background_flushes: -1 2023-09-30T13:56:55.767 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Compression algorithms supported: 2023-09-30T13:56:55.767 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-30T13:56:55.767 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: kZSTD supported: 0 2023-09-30T13:56:55.767 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: kXpressCompression supported: 0 2023-09-30T13:56:55.767 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: kLZ4HCCompression supported: 1 2023-09-30T13:56:55.767 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: kZlibCompression supported: 1 2023-09-30T13:56:55.767 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: kSnappyCompression supported: 1 2023-09-30T13:56:55.767 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: kLZ4Compression supported: 1 2023-09-30T13:56:55.768 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: kBZip2Compression supported: 0 2023-09-30T13:56:55.768 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Fast CRC32 supported: Supported on x86 2023-09-30T13:56:55.768 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: DMutex implementation: pthread_mutex_t 2023-09-30T13:56:55.768 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi172/store.db/MANIFEST-000005 2023-09-30T13:56:55.768 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-09-30T13:56:55.768 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-30T13:56:55.768 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.merge_operator: 2023-09-30T13:56:55.768 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.compaction_filter: None 2023-09-30T13:56:55.768 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.compaction_filter_factory: None 2023-09-30T13:56:55.768 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.sst_partitioner_factory: None 2023-09-30T13:56:55.768 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.memtable_factory: SkipListFactory 2023-09-30T13:56:55.768 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.table_factory: BlockBasedTable 2023-09-30T13:56:55.768 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56203c221580) 2023-09-30T13:56:55.769 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: cache_index_and_filter_blocks: 1 2023-09-30T13:56:55.769 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-09-30T13:56:55.769 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-30T13:56:55.769 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: pin_top_level_index_and_filter: 1 2023-09-30T13:56:55.769 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: index_type: 0 2023-09-30T13:56:55.769 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: data_block_index_type: 0 2023-09-30T13:56:55.769 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: index_shortening: 1 2023-09-30T13:56:55.769 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: data_block_hash_table_util_ratio: 0.750000 2023-09-30T13:56:55.769 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: checksum: 4 2023-09-30T13:56:55.769 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: no_block_cache: 0 2023-09-30T13:56:55.769 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: block_cache: 0x56203c2771f0 2023-09-30T13:56:55.769 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: block_cache_name: BinnedLRUCache 2023-09-30T13:56:55.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: block_cache_options: 2023-09-30T13:56:55.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: capacity : 536870912 2023-09-30T13:56:55.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: num_shard_bits : 4 2023-09-30T13:56:55.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: strict_capacity_limit : 0 2023-09-30T13:56:55.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: high_pri_pool_ratio: 0.000 2023-09-30T13:56:55.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: block_cache_compressed: (nil) 2023-09-30T13:56:55.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: persistent_cache: (nil) 2023-09-30T13:56:55.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: block_size: 4096 2023-09-30T13:56:55.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: block_size_deviation: 10 2023-09-30T13:56:55.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: block_restart_interval: 16 2023-09-30T13:56:55.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: index_block_restart_interval: 1 2023-09-30T13:56:55.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: metadata_block_size: 4096 2023-09-30T13:56:55.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: partition_filters: 0 2023-09-30T13:56:55.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: use_delta_encoding: 1 2023-09-30T13:56:55.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: filter_policy: bloomfilter 2023-09-30T13:56:55.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: whole_key_filtering: 1 2023-09-30T13:56:55.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: verify_compression: 0 2023-09-30T13:56:55.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: read_amp_bytes_per_bit: 0 2023-09-30T13:56:55.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: format_version: 5 2023-09-30T13:56:55.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: enable_index_compression: 1 2023-09-30T13:56:55.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: block_align: 0 2023-09-30T13:56:55.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: max_auto_readahead_size: 262144 2023-09-30T13:56:55.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: prepopulate_block_cache: 0 2023-09-30T13:56:55.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: initial_auto_readahead_size: 8192 2023-09-30T13:56:55.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: num_file_reads_for_auto_readahead: 2 2023-09-30T13:56:55.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.write_buffer_size: 33554432 2023-09-30T13:56:55.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.max_write_buffer_number: 2 2023-09-30T13:56:55.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.compression: NoCompression 2023-09-30T13:56:55.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.bottommost_compression: Disabled 2023-09-30T13:56:55.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.prefix_extractor: nullptr 2023-09-30T13:56:55.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-30T13:56:55.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.num_levels: 7 2023-09-30T13:56:55.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-30T13:56:55.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-30T13:56:55.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-30T13:56:55.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-30T13:56:55.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-30T13:56:55.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-30T13:56:55.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-30T13:56:55.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-30T13:56:55.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-09-30T13:56:55.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-30T13:56:55.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-09-30T13:56:55.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-09-30T13:56:55.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.compression_opts.window_bits: -14 2023-09-30T13:56:55.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.compression_opts.level: 32767 2023-09-30T13:56:55.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.compression_opts.strategy: 0 2023-09-30T13:56:55.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-30T13:56:55.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-30T13:56:55.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-09-30T13:56:55.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-09-30T13:56:55.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.compression_opts.enabled: false 2023-09-30T13:56:55.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-09-30T13:56:55.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-30T13:56:55.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-30T13:56:55.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-30T13:56:55.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.target_file_size_base: 67108864 2023-09-30T13:56:55.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.target_file_size_multiplier: 1 2023-09-30T13:56:55.775 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-30T13:56:55.775 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-30T13:56:55.775 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-30T13:56:55.775 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-30T13:56:55.775 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-30T13:56:55.775 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-30T13:56:55.775 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-30T13:56:55.775 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-30T13:56:55.775 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-30T13:56:55.775 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-30T13:56:55.775 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-30T13:56:55.775 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-30T13:56:55.776 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-09-30T13:56:55.776 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.arena_block_size: 1048576 2023-09-30T13:56:55.776 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-30T13:56:55.776 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-30T13:56:55.776 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.disable_auto_compactions: 0 2023-09-30T13:56:55.776 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-30T13:56:55.776 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-30T13:56:55.776 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-30T13:56:55.776 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-30T13:56:55.776 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-30T13:56:55.776 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-30T13:56:55.776 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-30T13:56:55.776 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-30T13:56:55.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-30T13:56:55.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-30T13:56:55.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.table_properties_collectors: 2023-09-30T13:56:55.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.inplace_update_support: 0 2023-09-30T13:56:55.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.inplace_update_num_locks: 10000 2023-09-30T13:56:55.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-30T13:56:55.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-30T13:56:55.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.memtable_huge_page_size: 0 2023-09-30T13:56:55.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.bloom_locality: 0 2023-09-30T13:56:55.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.max_successive_merges: 0 2023-09-30T13:56:55.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.optimize_filters_for_hits: 0 2023-09-30T13:56:55.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.paranoid_file_checks: 0 2023-09-30T13:56:55.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.force_consistency_checks: 1 2023-09-30T13:56:55.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.report_bg_io_stats: 0 2023-09-30T13:56:55.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.ttl: 2592000 2023-09-30T13:56:55.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.periodic_compaction_seconds: 0 2023-09-30T13:56:55.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-09-30T13:56:55.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-09-30T13:56:55.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.enable_blob_files: false 2023-09-30T13:56:55.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.min_blob_size: 0 2023-09-30T13:56:55.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.blob_file_size: 268435456 2023-09-30T13:56:55.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.blob_compression_type: NoCompression 2023-09-30T13:56:55.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.enable_blob_garbage_collection: false 2023-09-30T13:56:55.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-09-30T13:56:55.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-09-30T13:56:55.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-09-30T13:56:55.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.blob_file_starting_level: 0 2023-09-30T13:56:55.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-09-30T13:56:55.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi172/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-09-30T13:56:55.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-09-30T13:56:55.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: e3dca35b-3561-4ff3-8f15-2aad524216bf 2023-09-30T13:56:55.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696082215493118, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-09-30T13:56:55.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2023-09-30T13:56:55.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696082215493543, "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": 1696082215, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "e3dca35b-3561-4ff3-8f15-2aad524216bf", "db_session_id": "E6S3DH6AUVT0F7X6KDW0", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2023-09-30T13:56:55.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696082215493609, "job": 1, "event": "recovery_finished"} 2023-09-30T13:56:55.780 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2023-09-30T13:56:55.780 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi172/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-09-30T13:56:55.780 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56203c314000 2023-09-30T13:56:55.780 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: DB pointer 0x56203c300000 2023-09-30T13:56:55.780 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-09-30T13:56:55.780 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-09-30T13:56:55.780 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: ** DB Stats ** 2023-09-30T13:56:55.780 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T13:56:55.780 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-09-30T13:56:55.780 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-30T13:56:55.780 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-30T13:56:55.780 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-09-30T13:56:55.780 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-30T13:56:55.781 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-30T13:56:55.781 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: 2023-09-30T13:56:55.781 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: ** Compaction Stats [default] ** 2023-09-30T13:56:55.781 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-09-30T13:56:55.781 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-09-30T13:56:55.781 INFO:journalctl@ceph.mon.smithi172.smithi172.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.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-09-30T13:56:55.781 INFO:journalctl@ceph.mon.smithi172.smithi172.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.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-09-30T13:56:55.781 INFO:journalctl@ceph.mon.smithi172.smithi172.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.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-09-30T13:56:55.781 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: 2023-09-30T13:56:55.781 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: ** Compaction Stats [default] ** 2023-09-30T13:56:55.781 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-09-30T13:56:55.781 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T13:56:55.782 INFO:journalctl@ceph.mon.smithi172.smithi172.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.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-09-30T13:56:55.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: 2023-09-30T13:56:55.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-09-30T13:56:55.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: 2023-09-30T13:56:55.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T13:56:55.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-09-30T13:56:55.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-30T13:56:55.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-30T13:56:55.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-30T13:56:55.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-30T13:56:55.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Cumulative compaction: 0.00 GB write, 0.64 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T13:56:55.783 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Interval compaction: 0.00 GB write, 0.64 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T13:56:55.783 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-09-30T13:56:55.783 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Block cache BinnedLRUCache@0x56203c2771f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2023-09-30T13:56:55.783 INFO:journalctl@ceph.mon.smithi172.smithi172.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-09-30T13:56:55.783 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: 2023-09-30T13:56:55.783 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-30T13:56:55.783 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: mon.smithi172 does not exist in monmap, will attempt to join an existing cluster 2023-09-30T13:56:55.783 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: using public_addr v2:172.21.15.172:0/0 -> [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] 2023-09-30T13:56:55.783 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: starting mon.smithi172 rank -1 at public addrs [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] at bind addrs [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi172 fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 2023-09-30T13:56:55.783 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: mon.smithi172@-1(???) e0 preinit fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 2023-09-30T13:56:55.784 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 bash[103640]: 75e9c0d88493639c418f56f16c16d0e3d6224f856697cf7d240d7964cd9f0f53 2023-09-30T13:56:55.784 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: mon.smithi172@-1(synchronizing).mds e1 new map 2023-09-30T13:56:55.784 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: mon.smithi172@-1(synchronizing).mds e1 print_map 2023-09-30T13:56:55.784 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: e1 2023-09-30T13:56:55.784 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-09-30T13:56:55.784 INFO:journalctl@ceph.mon.smithi172.smithi172.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-09-30T13:56:55.784 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: legacy client fscid: -1 2023-09-30T13:56:55.784 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: 2023-09-30T13:56:55.784 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: No filesystems configured 2023-09-30T13:56:55.784 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: mon.smithi172@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-09-30T13:56:55.784 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: mon.smithi172@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-09-30T13:56:55.784 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: mon.smithi172@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-09-30T13:56:55.785 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: mon.smithi172@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-09-30T13:56:55.785 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: mon.smithi172@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-09-30T13:56:55.785 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: mon.smithi172@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-09-30T13:56:55.785 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: mon.smithi172@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-09-30T13:56:55.785 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: mon.smithi172@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-09-30T13:56:55.785 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: mon.smithi172@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T13:56:55.785 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: mon.smithi172@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T13:56:55.785 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: mon.smithi172@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T13:56:55.785 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: Deploying daemon alertmanager.smithi050 on smithi050 2023-09-30T13:56:55.786 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:56:55.786 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T13:56:55.786 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:56:55.786 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.786 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:56:55.786 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/361885926' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-09-30T13:56:55.786 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.786 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.786 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.786 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.786 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.786 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.787 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: Regenerating cephadm self-signed grafana TLS certificates 2023-09-30T13:56:55.787 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:56:55.787 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/361885926' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-09-30T13:56:55.787 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T13:56:55.787 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.787 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.787 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-30T13:56:55.787 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-30T13:56:55.787 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.787 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: Deploying daemon grafana.smithi050 on smithi050 2023-09-30T13:56:55.787 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:56:55.787 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.788 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.788 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='client.14197 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi050:172.21.15.50=smithi050;smithi172:172.21.15.172=smithi172", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:56:55.788 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: Saving service mon spec with placement smithi050:172.21.15.50=smithi050;smithi172:172.21.15.172=smithi172;count:2 2023-09-30T13:56:55.788 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:56:55.788 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='client.? 172.21.15.172:0/498827431' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T13:56:55.788 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:56:55.788 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:56:55.788 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='client.? 172.21.15.172:0/1632499990' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T13:56:55.788 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:56:55.788 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:56:55.788 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='client.? 172.21.15.172:0/1911342175' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T13:56:55.788 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:56:55.789 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.789 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.789 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.789 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.789 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.789 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.789 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.789 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.789 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: Deploying daemon prometheus.smithi050 on smithi050 2023-09-30T13:56:55.789 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:56:55.789 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='client.? 172.21.15.172:0/2137663565' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T13:56:55.789 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.790 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:56:55.790 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:56:55.790 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='client.? 172.21.15.172:0/2396767255' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T13:56:55.790 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:56:55.790 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.790 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.790 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.790 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-09-30T13:56:55.790 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14164 172.21.15.50:0/2668944472' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-09-30T13:56:55.790 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: mgrmap e14: smithi050.rphaie(active, since 52s) 2023-09-30T13:56:55.790 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='client.? 172.21.15.172:0/4150338172' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T13:56:55.790 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='client.? 172.21.15.172:0/3726662410' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T13:56:55.791 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='client.? 172.21.15.172:0/3180663303' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T13:56:55.791 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: Active manager daemon smithi050.rphaie restarted 2023-09-30T13:56:55.791 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: Activating manager daemon smithi050.rphaie 2023-09-30T13:56:55.791 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: osdmap e5: 0 total, 0 up, 0 in 2023-09-30T13:56:55.791 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: mgrmap e15: smithi050.rphaie(active, starting, since 0.00316473s) 2023-09-30T13:56:55.791 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-09-30T13:56:55.791 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mgr metadata", "who": "smithi050.rphaie", "id": "smithi050.rphaie"}]: dispatch 2023-09-30T13:56:55.791 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T13:56:55.791 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T13:56:55.791 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T13:56:55.791 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: Manager daemon smithi050.rphaie is now available 2023-09-30T13:56:55.791 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T13:56:55.791 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T13:56:55.792 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.792 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T13:56:55.792 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.rphaie/mirror_snapshot_schedule"}]: dispatch 2023-09-30T13:56:55.792 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.rphaie/trash_purge_schedule"}]: dispatch 2023-09-30T13:56:55.792 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: [30/Sep/2023:13:56:34] ENGINE Bus STARTING 2023-09-30T13:56:55.792 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: [30/Sep/2023:13:56:34] ENGINE Serving on http://172.21.15.50:8765 2023-09-30T13:56:55.792 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: [30/Sep/2023:13:56:34] ENGINE Serving on https://172.21.15.50:7150 2023-09-30T13:56:55.792 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: [30/Sep/2023:13:56:34] ENGINE Bus STARTED 2023-09-30T13:56:55.792 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.792 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: mgrmap e16: smithi050.rphaie(active, since 1.00618s) 2023-09-30T13:56:55.792 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.792 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.793 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: mgrmap e17: smithi050.rphaie(active, since 2s) 2023-09-30T13:56:55.793 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='client.? 172.21.15.172:0/4264504835' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T13:56:55.793 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.793 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.793 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.793 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.793 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.793 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.793 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd/host:smithi172", "name": "osd_memory_target"}]: dispatch 2023-09-30T13:56:55.793 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.793 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.794 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd/host:smithi050", "name": "osd_memory_target"}]: dispatch 2023-09-30T13:56:55.794 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:56:55.794 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T13:56:55.794 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: Updating smithi050:/etc/ceph/ceph.conf 2023-09-30T13:56:55.794 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: Updating smithi172:/etc/ceph/ceph.conf 2023-09-30T13:56:55.794 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: Updating smithi050:/var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-09-30T13:56:55.794 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: Updating smithi172:/var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-09-30T13:56:55.794 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: Updating smithi050:/etc/ceph/ceph.client.admin.keyring 2023-09-30T13:56:55.794 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-09-30T13:56:55.794 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.794 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.794 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: Updating smithi050:/var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T13:56:55.795 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: Updating smithi172:/var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T13:56:55.795 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.795 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.795 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.795 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi172", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-09-30T13:56:55.795 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi172", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-09-30T13:56:55.795 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:56:55.795 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: Deploying daemon ceph-exporter.smithi172 on smithi172 2023-09-30T13:56:55.795 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='client.? 172.21.15.172:0/276595651' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T13:56:55.795 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.795 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.795 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.796 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.796 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi172", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-30T13:56:55.796 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi172", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-09-30T13:56:55.796 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:56:55.796 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.796 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: Deploying daemon crash.smithi172 on smithi172 2023-09-30T13:56:55.796 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='client.? 172.21.15.172:0/3998290511' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T13:56:55.796 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.796 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.796 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.796 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.796 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: Deploying daemon node-exporter.smithi172 on smithi172 2023-09-30T13:56:55.797 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T13:56:55.797 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.797 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='client.? 172.21.15.172:0/515795467' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T13:56:55.797 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.797 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.797 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.797 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.797 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi172.adrlvg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T13:56:55.797 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi172.adrlvg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-09-30T13:56:55.797 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T13:56:55.797 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:56:55.797 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: Deploying daemon mgr.smithi172.adrlvg on smithi172 2023-09-30T13:56:55.798 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.798 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.798 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.798 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.798 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T13:56:55.798 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:56:55.798 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: Deploying daemon mon.smithi172 on smithi172 2023-09-30T13:56:55.798 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='client.? 172.21.15.172:0/2485893884' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T13:56:55.798 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:56:55.798 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:56:55.798 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: mon.smithi172@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2023-09-30T13:56:55.798 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: mon.smithi172@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-09-30T13:56:55.799 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: expand_channel_meta expand map: {default=false} 2023-09-30T13:56:55.799 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: expand_channel_meta from 'false' to 'false' 2023-09-30T13:56:55.799 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: expand_channel_meta expanded map: {default=false} 2023-09-30T13:56:55.799 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: expand_channel_meta expand map: {default=info} 2023-09-30T13:56:55.799 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: expand_channel_meta from 'info' to 'info' 2023-09-30T13:56:55.799 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: expand_channel_meta expanded map: {default=info} 2023-09-30T13:56:55.799 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: expand_channel_meta expand map: {default=daemon} 2023-09-30T13:56:55.799 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: expand_channel_meta from 'daemon' to 'daemon' 2023-09-30T13:56:55.799 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: expand_channel_meta expanded map: {default=daemon} 2023-09-30T13:56:55.799 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: expand_channel_meta expand map: {default=debug} 2023-09-30T13:56:55.799 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: expand_channel_meta from 'debug' to 'debug' 2023-09-30T13:56:55.799 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 ceph-mon[103696]: expand_channel_meta expanded map: {default=debug} 2023-09-30T13:56:55.799 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:56:55 smithi172 systemd[1]: Started Ceph mon.smithi172 for b49c2858-5f98-11ee-8db5-212e2dc638e7. 2023-09-30T13:57:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-09-30T13:57:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:00 smithi172 ceph-mon[103696]: mon.smithi050 calling monitor election 2023-09-30T13:57:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-09-30T13:57:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:00 smithi172 ceph-mon[103696]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-09-30T13:57:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-09-30T13:57:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:00 smithi172 ceph-mon[103696]: mon.smithi172 calling monitor election 2023-09-30T13:57:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:00 smithi172 ceph-mon[103696]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-09-30T13:57:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-09-30T13:57:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:00 smithi172 ceph-mon[103696]: from='mgr.? 172.21.15.172:0/973883774' entity='mgr.smithi172.adrlvg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.adrlvg/crt"}]: dispatch 2023-09-30T13:57:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:00 smithi172 ceph-mon[103696]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-09-30T13:57:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:00 smithi172 ceph-mon[103696]: mon.smithi050 is new leader, mons smithi050,smithi172 in quorum (ranks 0,1) 2023-09-30T13:57:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:00 smithi172 ceph-mon[103696]: monmap e2: 2 mons at {smithi050=[v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0],smithi172=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0]} removed_ranks: {} 2023-09-30T13:57:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:00 smithi172 ceph-mon[103696]: fsmap 2023-09-30T13:57:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:00 smithi172 ceph-mon[103696]: osdmap e5: 0 total, 0 up, 0 in 2023-09-30T13:57:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:00 smithi172 ceph-mon[103696]: mgrmap e17: smithi050.rphaie(active, since 26s) 2023-09-30T13:57:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:00 smithi172 ceph-mon[103696]: Standby manager daemon smithi172.adrlvg started 2023-09-30T13:57:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:00 smithi172 ceph-mon[103696]: from='mgr.? 172.21.15.172:0/973883774' entity='mgr.smithi172.adrlvg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T13:57:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T13:57:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:00 smithi172 ceph-mon[103696]: from='mgr.? 172.21.15.172:0/973883774' entity='mgr.smithi172.adrlvg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.adrlvg/key"}]: dispatch 2023-09-30T13:57:00.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:00 smithi172 ceph-mon[103696]: from='mgr.? 172.21.15.172:0/973883774' entity='mgr.smithi172.adrlvg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T13:57:00.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:00.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:01.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-09-30T13:57:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:00 smithi050 ceph-mon[92315]: mon.smithi050 calling monitor election 2023-09-30T13:57:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-09-30T13:57:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:00 smithi050 ceph-mon[92315]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-09-30T13:57:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-09-30T13:57:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:00 smithi050 ceph-mon[92315]: mon.smithi172 calling monitor election 2023-09-30T13:57:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:00 smithi050 ceph-mon[92315]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-09-30T13:57:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-09-30T13:57:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:00 smithi050 ceph-mon[92315]: from='mgr.? 172.21.15.172:0/973883774' entity='mgr.smithi172.adrlvg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.adrlvg/crt"}]: dispatch 2023-09-30T13:57:01.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:00 smithi050 ceph-mon[92315]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:01.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-09-30T13:57:01.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:00 smithi050 ceph-mon[92315]: mon.smithi050 is new leader, mons smithi050,smithi172 in quorum (ranks 0,1) 2023-09-30T13:57:01.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:00 smithi050 ceph-mon[92315]: monmap e2: 2 mons at {smithi050=[v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0],smithi172=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0]} removed_ranks: {} 2023-09-30T13:57:01.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:00 smithi050 ceph-mon[92315]: fsmap 2023-09-30T13:57:01.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:00 smithi050 ceph-mon[92315]: osdmap e5: 0 total, 0 up, 0 in 2023-09-30T13:57:01.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:00 smithi050 ceph-mon[92315]: mgrmap e17: smithi050.rphaie(active, since 26s) 2023-09-30T13:57:01.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:00 smithi050 ceph-mon[92315]: Standby manager daemon smithi172.adrlvg started 2023-09-30T13:57:01.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:00 smithi050 ceph-mon[92315]: from='mgr.? 172.21.15.172:0/973883774' entity='mgr.smithi172.adrlvg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T13:57:01.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T13:57:01.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:00 smithi050 ceph-mon[92315]: from='mgr.? 172.21.15.172:0/973883774' entity='mgr.smithi172.adrlvg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.adrlvg/key"}]: dispatch 2023-09-30T13:57:01.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:00 smithi050 ceph-mon[92315]: from='mgr.? 172.21.15.172:0/973883774' entity='mgr.smithi172.adrlvg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T13:57:01.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:01.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:01.421 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-09-30T13:57:01.421 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":2,"fsid":"b49c2858-5f98-11ee-8db5-212e2dc638e7","modified":"2023-09-30T13:56:55.523040Z","created":"2023-09-30T13:54:26.748457Z","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":"smithi050","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:3300","nonce":0},{"type":"v1","addr":"172.21.15.50:6789","nonce":0}]},"addr":"172.21.15.50:6789/0","public_addr":"172.21.15.50:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi172","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:3300","nonce":0},{"type":"v1","addr":"172.21.15.172:6789","nonce":0}]},"addr":"172.21.15.172:6789/0","public_addr":"172.21.15.172:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-09-30T13:57:01.423 INFO:teuthology.orchestra.run.smithi172.stderr:dumped monmap epoch 2 2023-09-30T13:57:01.707 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:01.708 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:01.708 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:01 smithi172 ceph-mon[103696]: mgrmap e18: smithi050.rphaie(active, since 26s), standbys: smithi172.adrlvg 2023-09-30T13:57:01.708 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mgr metadata", "who": "smithi172.adrlvg", "id": "smithi172.adrlvg"}]: dispatch 2023-09-30T13:57:01.708 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:01.708 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T13:57:01.708 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:01 smithi172 ceph-mon[103696]: from='client.? 172.21.15.172:0/1416953633' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T13:57:01.708 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-09-30T13:57:01.816 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-09-30T13:57:01.816 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph config generate-minimal-conf 2023-09-30T13:57:02.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:01 smithi050 ceph-mon[92315]: mgrmap e18: smithi050.rphaie(active, since 26s), standbys: smithi172.adrlvg 2023-09-30T13:57:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mgr metadata", "who": "smithi172.adrlvg", "id": "smithi172.adrlvg"}]: dispatch 2023-09-30T13:57:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T13:57:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:01 smithi050 ceph-mon[92315]: from='client.? 172.21.15.172:0/1416953633' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T13:57:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-09-30T13:57:02.406 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:57:02.916 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:02 smithi050 ceph-mon[92315]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:03.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:02 smithi172 ceph-mon[103696]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:04.112 INFO:teuthology.orchestra.run.smithi050.stdout:# minimal ceph.conf for b49c2858-5f98-11ee-8db5-212e2dc638e7 2023-09-30T13:57:04.112 INFO:teuthology.orchestra.run.smithi050.stdout:[global] 2023-09-30T13:57:04.112 INFO:teuthology.orchestra.run.smithi050.stdout: fsid = b49c2858-5f98-11ee-8db5-212e2dc638e7 2023-09-30T13:57:04.112 INFO:teuthology.orchestra.run.smithi050.stdout: mon_host = [v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0] [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] 2023-09-30T13:57:04.419 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:04.419 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:04.419 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:04.419 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T13:57:04.419 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:04 smithi050 ceph-mon[92315]: Updating smithi050:/etc/ceph/ceph.conf 2023-09-30T13:57:04.420 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:04 smithi050 ceph-mon[92315]: Updating smithi172:/etc/ceph/ceph.conf 2023-09-30T13:57:04.420 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:04 smithi050 ceph-mon[92315]: Updating smithi172:/var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-09-30T13:57:04.420 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:04 smithi050 ceph-mon[92315]: Updating smithi050:/var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-09-30T13:57:04.420 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T13:57:04.420 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:04.420 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:04.420 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:04.420 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:04.420 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:04.420 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:04.420 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T13:57:04.420 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T13:57:04.421 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:04.421 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:04 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/822235172' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:04.509 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-09-30T13:57:04.510 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-09-30T13:57:04.510 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/etc/ceph/ceph.conf 2023-09-30T13:57:04.541 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-09-30T13:57:04.541 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-30T13:57:04.612 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-09-30T13:57:04.612 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/ceph/ceph.conf 2023-09-30T13:57:04.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T13:57:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:04 smithi172 ceph-mon[103696]: Updating smithi050:/etc/ceph/ceph.conf 2023-09-30T13:57:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:04 smithi172 ceph-mon[103696]: Updating smithi172:/etc/ceph/ceph.conf 2023-09-30T13:57:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:04 smithi172 ceph-mon[103696]: Updating smithi172:/var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-09-30T13:57:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:04 smithi172 ceph-mon[103696]: Updating smithi050:/var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-09-30T13:57:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T13:57:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:04.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:04.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:04.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T13:57:04.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T13:57:04.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:04.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:04 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/822235172' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:04.647 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-09-30T13:57:04.648 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-30T13:57:04.718 INFO:tasks.cephadm:Deploying OSDs... 2023-09-30T13:57:04.718 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-09-30T13:57:04.718 DEBUG:teuthology.orchestra.run.smithi050:> dd if=/scratch_devs of=/dev/stdout 2023-09-30T13:57:04.735 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-09-30T13:57:04.736 DEBUG:teuthology.orchestra.run.smithi050:> stat /dev/nvme1n1 2023-09-30T13:57:04.796 INFO:teuthology.orchestra.run.smithi050.stdout: File: /dev/nvme1n1 2023-09-30T13:57:04.797 INFO:teuthology.orchestra.run.smithi050.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-09-30T13:57:04.797 INFO:teuthology.orchestra.run.smithi050.stdout:Device: 6h/6d Inode: 420668 Links: 1 Device type: 103,1 2023-09-30T13:57:04.797 INFO:teuthology.orchestra.run.smithi050.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-09-30T13:57:04.797 INFO:teuthology.orchestra.run.smithi050.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-09-30T13:57:04.797 INFO:teuthology.orchestra.run.smithi050.stdout:Access: 2023-09-30 13:55:44.666222192 +0000 2023-09-30T13:57:04.797 INFO:teuthology.orchestra.run.smithi050.stdout:Modify: 2023-09-30 13:53:14.089018632 +0000 2023-09-30T13:57:04.797 INFO:teuthology.orchestra.run.smithi050.stdout:Change: 2023-09-30 13:53:14.089018632 +0000 2023-09-30T13:57:04.797 INFO:teuthology.orchestra.run.smithi050.stdout: Birth: - 2023-09-30T13:57:04.797 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-09-30T13:57:04.865 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records in 2023-09-30T13:57:04.865 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records out 2023-09-30T13:57:04.865 INFO:teuthology.orchestra.run.smithi050.stderr:512 bytes copied, 0.000120272 s, 4.3 MB/s 2023-09-30T13:57:04.866 DEBUG:teuthology.orchestra.run.smithi050:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-09-30T13:57:04.925 DEBUG:teuthology.orchestra.run.smithi050:> stat /dev/nvme2n1 2023-09-30T13:57:04.983 INFO:teuthology.orchestra.run.smithi050.stdout: File: /dev/nvme2n1 2023-09-30T13:57:04.983 INFO:teuthology.orchestra.run.smithi050.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-09-30T13:57:04.983 INFO:teuthology.orchestra.run.smithi050.stdout:Device: 6h/6d Inode: 420736 Links: 1 Device type: 103,2 2023-09-30T13:57:04.983 INFO:teuthology.orchestra.run.smithi050.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-09-30T13:57:04.983 INFO:teuthology.orchestra.run.smithi050.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-09-30T13:57:04.983 INFO:teuthology.orchestra.run.smithi050.stdout:Access: 2023-09-30 13:55:44.675221966 +0000 2023-09-30T13:57:04.983 INFO:teuthology.orchestra.run.smithi050.stdout:Modify: 2023-09-30 13:53:14.243014751 +0000 2023-09-30T13:57:04.984 INFO:teuthology.orchestra.run.smithi050.stdout:Change: 2023-09-30 13:53:14.243014751 +0000 2023-09-30T13:57:04.984 INFO:teuthology.orchestra.run.smithi050.stdout: Birth: - 2023-09-30T13:57:04.984 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-09-30T13:57:05.049 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records in 2023-09-30T13:57:05.049 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records out 2023-09-30T13:57:05.049 INFO:teuthology.orchestra.run.smithi050.stderr:512 bytes copied, 0.000118095 s, 4.3 MB/s 2023-09-30T13:57:05.050 DEBUG:teuthology.orchestra.run.smithi050:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-09-30T13:57:05.109 DEBUG:teuthology.orchestra.run.smithi050:> stat /dev/nvme3n1 2023-09-30T13:57:05.168 INFO:teuthology.orchestra.run.smithi050.stdout: File: /dev/nvme3n1 2023-09-30T13:57:05.168 INFO:teuthology.orchestra.run.smithi050.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-09-30T13:57:05.168 INFO:teuthology.orchestra.run.smithi050.stdout:Device: 6h/6d Inode: 420818 Links: 1 Device type: 103,3 2023-09-30T13:57:05.168 INFO:teuthology.orchestra.run.smithi050.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-09-30T13:57:05.168 INFO:teuthology.orchestra.run.smithi050.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-09-30T13:57:05.168 INFO:teuthology.orchestra.run.smithi050.stdout:Access: 2023-09-30 13:55:44.684221739 +0000 2023-09-30T13:57:05.168 INFO:teuthology.orchestra.run.smithi050.stdout:Modify: 2023-09-30 13:53:14.396010894 +0000 2023-09-30T13:57:05.168 INFO:teuthology.orchestra.run.smithi050.stdout:Change: 2023-09-30 13:53:14.396010894 +0000 2023-09-30T13:57:05.169 INFO:teuthology.orchestra.run.smithi050.stdout: Birth: - 2023-09-30T13:57:05.169 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-09-30T13:57:05.235 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records in 2023-09-30T13:57:05.236 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records out 2023-09-30T13:57:05.236 INFO:teuthology.orchestra.run.smithi050.stderr:512 bytes copied, 0.000264177 s, 1.9 MB/s 2023-09-30T13:57:05.237 DEBUG:teuthology.orchestra.run.smithi050:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-09-30T13:57:05.297 DEBUG:teuthology.orchestra.run.smithi050:> stat /dev/nvme4n1 2023-09-30T13:57:05.355 INFO:teuthology.orchestra.run.smithi050.stdout: File: /dev/nvme4n1 2023-09-30T13:57:05.355 INFO:teuthology.orchestra.run.smithi050.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-09-30T13:57:05.356 INFO:teuthology.orchestra.run.smithi050.stdout:Device: 6h/6d Inode: 423867 Links: 1 Device type: 103,4 2023-09-30T13:57:05.356 INFO:teuthology.orchestra.run.smithi050.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-09-30T13:57:05.356 INFO:teuthology.orchestra.run.smithi050.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-09-30T13:57:05.356 INFO:teuthology.orchestra.run.smithi050.stdout:Access: 2023-09-30 13:55:44.692221538 +0000 2023-09-30T13:57:05.356 INFO:teuthology.orchestra.run.smithi050.stdout:Modify: 2023-09-30 13:53:14.550007013 +0000 2023-09-30T13:57:05.356 INFO:teuthology.orchestra.run.smithi050.stdout:Change: 2023-09-30 13:53:14.550007013 +0000 2023-09-30T13:57:05.356 INFO:teuthology.orchestra.run.smithi050.stdout: Birth: - 2023-09-30T13:57:05.356 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-09-30T13:57:05.422 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records in 2023-09-30T13:57:05.423 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records out 2023-09-30T13:57:05.423 INFO:teuthology.orchestra.run.smithi050.stderr:512 bytes copied, 0.000106003 s, 4.8 MB/s 2023-09-30T13:57:05.424 DEBUG:teuthology.orchestra.run.smithi050:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-09-30T13:57:05.483 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-09-30T13:57:05.483 DEBUG:teuthology.orchestra.run.smithi172:> dd if=/scratch_devs of=/dev/stdout 2023-09-30T13:57:05.504 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-09-30T13:57:05.504 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/nvme1n1 2023-09-30T13:57:05.565 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/nvme1n1 2023-09-30T13:57:05.565 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-09-30T13:57:05.565 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 6h/6d Inode: 425050 Links: 1 Device type: 103,1 2023-09-30T13:57:05.565 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-09-30T13:57:05.565 INFO:teuthology.orchestra.run.smithi172.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-09-30T13:57:05.565 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2023-09-30 13:56:38.510575291 +0000 2023-09-30T13:57:05.565 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2023-09-30 13:53:15.767539813 +0000 2023-09-30T13:57:05.566 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2023-09-30 13:53:15.767539813 +0000 2023-09-30T13:57:05.566 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: - 2023-09-30T13:57:05.566 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-09-30T13:57:05.635 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2023-09-30T13:57:05.635 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2023-09-30T13:57:05.635 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000267226 s, 1.9 MB/s 2023-09-30T13:57:05.636 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-09-30T13:57:05.696 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/nvme2n1 2023-09-30T13:57:05.721 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:05 smithi050 ceph-mon[92315]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:05.721 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:05 smithi050 ceph-mon[92315]: Reconfiguring mon.smithi050 (unknown last config time)... 2023-09-30T13:57:05.721 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:05 smithi050 ceph-mon[92315]: Reconfiguring daemon mon.smithi050 on smithi050 2023-09-30T13:57:05.722 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:05.722 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:05.722 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi050.rphaie", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T13:57:05.722 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T13:57:05.722 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:05.755 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/nvme2n1 2023-09-30T13:57:05.756 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-09-30T13:57:05.756 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 6h/6d Inode: 420804 Links: 1 Device type: 103,2 2023-09-30T13:57:05.756 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-09-30T13:57:05.756 INFO:teuthology.orchestra.run.smithi172.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-09-30T13:57:05.756 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2023-09-30 13:56:38.521575022 +0000 2023-09-30T13:57:05.756 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2023-09-30 13:53:15.918536124 +0000 2023-09-30T13:57:05.756 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2023-09-30 13:53:15.918536124 +0000 2023-09-30T13:57:05.756 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: - 2023-09-30T13:57:05.756 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-09-30T13:57:05.822 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:05 smithi172 ceph-mon[103696]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:05.822 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:05 smithi172 ceph-mon[103696]: Reconfiguring mon.smithi050 (unknown last config time)... 2023-09-30T13:57:05.822 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:05 smithi172 ceph-mon[103696]: Reconfiguring daemon mon.smithi050 on smithi050 2023-09-30T13:57:05.822 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:05.822 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:05.822 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi050.rphaie", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T13:57:05.822 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T13:57:05.822 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:05.824 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2023-09-30T13:57:05.824 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2023-09-30T13:57:05.824 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.00024633 s, 2.1 MB/s 2023-09-30T13:57:05.825 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-09-30T13:57:05.885 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/nvme3n1 2023-09-30T13:57:05.944 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/nvme3n1 2023-09-30T13:57:05.944 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-09-30T13:57:05.945 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 6h/6d Inode: 428096 Links: 1 Device type: 103,3 2023-09-30T13:57:05.945 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-09-30T13:57:05.945 INFO:teuthology.orchestra.run.smithi172.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-09-30T13:57:05.945 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2023-09-30 13:56:38.531574776 +0000 2023-09-30T13:57:05.945 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2023-09-30 13:53:16.068532460 +0000 2023-09-30T13:57:05.945 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2023-09-30 13:53:16.068532460 +0000 2023-09-30T13:57:05.945 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: - 2023-09-30T13:57:05.945 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-09-30T13:57:06.012 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2023-09-30T13:57:06.013 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2023-09-30T13:57:06.013 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000230809 s, 2.2 MB/s 2023-09-30T13:57:06.014 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-09-30T13:57:06.072 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/nvme4n1 2023-09-30T13:57:06.130 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/nvme4n1 2023-09-30T13:57:06.130 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-09-30T13:57:06.130 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 6h/6d Inode: 428133 Links: 1 Device type: 103,4 2023-09-30T13:57:06.130 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-09-30T13:57:06.131 INFO:teuthology.orchestra.run.smithi172.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-09-30T13:57:06.131 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2023-09-30 13:56:38.542574507 +0000 2023-09-30T13:57:06.131 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2023-09-30 13:53:16.218528796 +0000 2023-09-30T13:57:06.131 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2023-09-30 13:53:16.218528796 +0000 2023-09-30T13:57:06.131 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: - 2023-09-30T13:57:06.131 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-09-30T13:57:06.197 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2023-09-30T13:57:06.197 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2023-09-30T13:57:06.197 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000246091 s, 2.1 MB/s 2023-09-30T13:57:06.198 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-09-30T13:57:06.256 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph orch apply osd --all-available-devices 2023-09-30T13:57:06.845 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi172/config 2023-09-30T13:57:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:06 smithi050 ceph-mon[92315]: Reconfiguring mgr.smithi050.rphaie (unknown last config time)... 2023-09-30T13:57:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:06 smithi050 ceph-mon[92315]: Reconfiguring daemon mgr.smithi050.rphaie on smithi050 2023-09-30T13:57:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi050", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-09-30T13:57:06.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:06.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:06 smithi172 ceph-mon[103696]: Reconfiguring mgr.smithi050.rphaie (unknown last config time)... 2023-09-30T13:57:06.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:06 smithi172 ceph-mon[103696]: Reconfiguring daemon mgr.smithi050.rphaie on smithi050 2023-09-30T13:57:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi050", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-09-30T13:57:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:07.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:07 smithi172 ceph-mon[103696]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:07 smithi172 ceph-mon[103696]: Reconfiguring ceph-exporter.smithi050 (monmap changed)... 2023-09-30T13:57:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:07 smithi172 ceph-mon[103696]: Reconfiguring daemon ceph-exporter.smithi050 on smithi050 2023-09-30T13:57:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi050", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-30T13:57:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:07.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:07 smithi050 ceph-mon[92315]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:07.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:07 smithi050 ceph-mon[92315]: Reconfiguring ceph-exporter.smithi050 (monmap changed)... 2023-09-30T13:57:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:07 smithi050 ceph-mon[92315]: Reconfiguring daemon ceph-exporter.smithi050 on smithi050 2023-09-30T13:57:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi050", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-30T13:57:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:08.203 INFO:teuthology.orchestra.run.smithi172.stdout:Scheduled osd.all-available-devices update... 2023-09-30T13:57:08.589 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-09-30T13:57:08.589 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T13:57:08.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:08 smithi050 ceph-mon[92315]: Reconfiguring crash.smithi050 (monmap changed)... 2023-09-30T13:57:08.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:08 smithi050 ceph-mon[92315]: Reconfiguring daemon crash.smithi050 on smithi050 2023-09-30T13:57:08.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:08.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:08 smithi172 ceph-mon[103696]: Reconfiguring crash.smithi050 (monmap changed)... 2023-09-30T13:57:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:08 smithi172 ceph-mon[103696]: Reconfiguring daemon crash.smithi050 on smithi050 2023-09-30T13:57:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:09.243 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:57:09.807 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:09 smithi050 ceph-mon[92315]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:09.807 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:09 smithi050 ceph-mon[92315]: from='client.14246 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:57:09.807 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:09 smithi050 ceph-mon[92315]: Marking host: smithi050 for OSDSpec preview refresh. 2023-09-30T13:57:09.807 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:09 smithi050 ceph-mon[92315]: Marking host: smithi172 for OSDSpec preview refresh. 2023-09-30T13:57:09.807 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:09 smithi050 ceph-mon[92315]: Saving service osd.all-available-devices spec with placement * 2023-09-30T13:57:09.807 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:09.807 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:09 smithi172 ceph-mon[103696]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:09 smithi172 ceph-mon[103696]: from='client.14246 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:57:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:09 smithi172 ceph-mon[103696]: Marking host: smithi050 for OSDSpec preview refresh. 2023-09-30T13:57:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:09 smithi172 ceph-mon[103696]: Marking host: smithi172 for OSDSpec preview refresh. 2023-09-30T13:57:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:09 smithi172 ceph-mon[103696]: Saving service osd.all-available-devices spec with placement * 2023-09-30T13:57:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:10.751 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:10 smithi050 ceph-mon[92315]: Reconfiguring alertmanager.smithi050 (dependencies changed)... 2023-09-30T13:57:10.751 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:10 smithi050 ceph-mon[92315]: Reconfiguring daemon alertmanager.smithi050 on smithi050 2023-09-30T13:57:10.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:10 smithi172 ceph-mon[103696]: Reconfiguring alertmanager.smithi050 (dependencies changed)... 2023-09-30T13:57:10.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:10 smithi172 ceph-mon[103696]: Reconfiguring daemon alertmanager.smithi050 on smithi050 2023-09-30T13:57:10.933 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:57:11.620 INFO:teuthology.orchestra.run.smithi050.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-09-30T13:57:11.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:11 smithi050 ceph-mon[92315]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:11 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/1170627480' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:57:11.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:11 smithi172 ceph-mon[103696]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:12.437 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:11 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/1170627480' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:57:12.622 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T13:57:13.201 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:57:13.704 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:13 smithi050 ceph-mon[92315]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:13.705 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:13.705 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:13 smithi172 ceph-mon[103696]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:14.622 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:14 smithi050 ceph-mon[92315]: Reconfiguring grafana.smithi050 (dependencies changed)... 2023-09-30T13:57:14.622 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:14 smithi050 ceph-mon[92315]: Reconfiguring daemon grafana.smithi050 on smithi050 2023-09-30T13:57:14.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:14 smithi172 ceph-mon[103696]: Reconfiguring grafana.smithi050 (dependencies changed)... 2023-09-30T13:57:14.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:14 smithi172 ceph-mon[103696]: Reconfiguring daemon grafana.smithi050 on smithi050 2023-09-30T13:57:14.995 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:57:15.529 INFO:teuthology.orchestra.run.smithi050.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-09-30T13:57:15.643 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:15 smithi050 ceph-mon[92315]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:15.643 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:15 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/866882942' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:57:15.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:15 smithi172 ceph-mon[103696]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:15 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/866882942' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:57:16.530 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T13:57:17.256 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:57:17.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:17 smithi050 ceph-mon[92315]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:17.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:17.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:17 smithi172 ceph-mon[103696]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:18.688 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:57:18.830 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:18 smithi050 ceph-mon[92315]: Reconfiguring prometheus.smithi050 (dependencies changed)... 2023-09-30T13:57:18.831 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:18 smithi050 ceph-mon[92315]: Reconfiguring daemon prometheus.smithi050 on smithi050 2023-09-30T13:57:18.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:18 smithi172 ceph-mon[103696]: Reconfiguring prometheus.smithi050 (dependencies changed)... 2023-09-30T13:57:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:18 smithi172 ceph-mon[103696]: Reconfiguring daemon prometheus.smithi050 on smithi050 2023-09-30T13:57:19.223 INFO:teuthology.orchestra.run.smithi050.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-09-30T13:57:19.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:19 smithi050 ceph-mon[92315]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:19 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/1200524132' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:57:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T13:57:19.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:19 smithi172 ceph-mon[103696]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:19.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:19 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/1200524132' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:57:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T13:57:20.225 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T13:57:20.689 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:20 smithi050 ceph-mon[92315]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:20.868 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:57:20.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:20 smithi172 ceph-mon[103696]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:22.375 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:57:22.742 INFO:teuthology.orchestra.run.smithi050.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-09-30T13:57:22.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:22 smithi172 ceph-mon[103696]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:22.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:22 smithi172 ceph-mon[103696]: Reconfiguring ceph-exporter.smithi172 (monmap changed)... 2023-09-30T13:57:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi172", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-09-30T13:57:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:22 smithi172 ceph-mon[103696]: Reconfiguring daemon ceph-exporter.smithi172 on smithi172 2023-09-30T13:57:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:22 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/855850124' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:57:23.059 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:22 smithi050 ceph-mon[92315]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:23.060 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:23.060 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:23.060 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:22 smithi050 ceph-mon[92315]: Reconfiguring ceph-exporter.smithi172 (monmap changed)... 2023-09-30T13:57:23.060 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi172", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-09-30T13:57:23.060 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:23.060 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:22 smithi050 ceph-mon[92315]: Reconfiguring daemon ceph-exporter.smithi172 on smithi172 2023-09-30T13:57:23.060 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:22 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/855850124' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:57:23.743 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T13:57:23.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:23 smithi172 ceph-mon[103696]: Reconfiguring crash.smithi172 (monmap changed)... 2023-09-30T13:57:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi172", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-30T13:57:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:23 smithi172 ceph-mon[103696]: Reconfiguring daemon crash.smithi172 on smithi172 2023-09-30T13:57:24.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:23 smithi050 ceph-mon[92315]: Reconfiguring crash.smithi172 (monmap changed)... 2023-09-30T13:57:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi172", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-30T13:57:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:23 smithi050 ceph-mon[92315]: Reconfiguring daemon crash.smithi172 on smithi172 2023-09-30T13:57:24.326 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:57:25.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:24 smithi050 ceph-mon[92315]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:24 smithi050 ceph-mon[92315]: Reconfiguring mgr.smithi172.adrlvg (monmap changed)... 2023-09-30T13:57:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi172.adrlvg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T13:57:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T13:57:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:24 smithi050 ceph-mon[92315]: Reconfiguring daemon mgr.smithi172.adrlvg on smithi172 2023-09-30T13:57:25.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:24 smithi172 ceph-mon[103696]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:24 smithi172 ceph-mon[103696]: Reconfiguring mgr.smithi172.adrlvg (monmap changed)... 2023-09-30T13:57:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi172.adrlvg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T13:57:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T13:57:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:24 smithi172 ceph-mon[103696]: Reconfiguring daemon mgr.smithi172.adrlvg on smithi172 2023-09-30T13:57:25.691 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:57:26.091 INFO:teuthology.orchestra.run.smithi050.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-09-30T13:57:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:25 smithi172 ceph-mon[103696]: Reconfiguring mon.smithi172 (monmap changed)... 2023-09-30T13:57:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T13:57:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T13:57:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:26.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:25 smithi172 ceph-mon[103696]: Reconfiguring daemon mon.smithi172 on smithi172 2023-09-30T13:57:26.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:25 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/3725160986' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:57:26.274 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:26.275 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:26.275 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:25 smithi050 ceph-mon[92315]: Reconfiguring mon.smithi172 (monmap changed)... 2023-09-30T13:57:26.275 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T13:57:26.275 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T13:57:26.275 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:26.275 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:25 smithi050 ceph-mon[92315]: Reconfiguring daemon mon.smithi172 on smithi172 2023-09-30T13:57:26.275 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:25 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/3725160986' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:57:27.092 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T13:57:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:27 smithi050 ceph-mon[92315]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:27.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:27.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T13:57:27.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:27 smithi050 ceph-mon[92315]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T13:57:27.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi050:9093"}]: dispatch 2023-09-30T13:57:27.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:27 smithi050 ceph-mon[92315]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi050:9093"}]: dispatch 2023-09-30T13:57:27.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:27.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T13:57:27.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:27 smithi050 ceph-mon[92315]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T13:57:27.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi050:3000"}]: dispatch 2023-09-30T13:57:27.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:27 smithi050 ceph-mon[92315]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi050:3000"}]: dispatch 2023-09-30T13:57:27.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:27.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T13:57:27.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:27 smithi050 ceph-mon[92315]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T13:57:27.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi050:9095"}]: dispatch 2023-09-30T13:57:27.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:27 smithi050 ceph-mon[92315]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi050:9095"}]: dispatch 2023-09-30T13:57:27.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:27.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T13:57:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:27 smithi172 ceph-mon[103696]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T13:57:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:27 smithi172 ceph-mon[103696]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T13:57:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi050:9093"}]: dispatch 2023-09-30T13:57:27.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:27 smithi172 ceph-mon[103696]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi050:9093"}]: dispatch 2023-09-30T13:57:27.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:27.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T13:57:27.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:27 smithi172 ceph-mon[103696]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T13:57:27.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi050:3000"}]: dispatch 2023-09-30T13:57:27.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:27 smithi172 ceph-mon[103696]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi050:3000"}]: dispatch 2023-09-30T13:57:27.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:27.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T13:57:27.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:27 smithi172 ceph-mon[103696]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T13:57:27.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi050:9095"}]: dispatch 2023-09-30T13:57:27.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:27 smithi172 ceph-mon[103696]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi050:9095"}]: dispatch 2023-09-30T13:57:27.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:27.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T13:57:27.661 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:57:28.977 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:57:29.608 INFO:teuthology.orchestra.run.smithi050.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-09-30T13:57:29.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:29 smithi050 ceph-mon[92315]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:29.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:29 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/3315167404' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:57:29.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:29 smithi172 ceph-mon[103696]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:29 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/3315167404' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:57:30.610 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T13:57:31.239 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:57:31.754 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:31 smithi050 ceph-mon[92315]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:31.755 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:31.755 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:31.755 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:31.755 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:31.755 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:31.755 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T13:57:31.755 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:31.755 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T13:57:31.755 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T13:57:31.755 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:31.756 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T13:57:31.756 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:31 smithi172 ceph-mon[103696]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T13:57:31.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:31.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T13:57:31.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T13:57:31.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:31.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T13:57:31.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:33.122 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:57:33.553 INFO:teuthology.orchestra.run.smithi050.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-09-30T13:57:33.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:33 smithi050 ceph-mon[92315]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:33.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:33 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/398473838' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:57:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:33 smithi172 ceph-mon[103696]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:33 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/398473838' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:57:34.554 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T13:57:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T13:57:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:34 smithi050 ceph-mon[92315]: from='client.? 172.21.15.172:0/2532151120' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "763da995-edc2-40df-bcfa-c7827274e650"}]: dispatch 2023-09-30T13:57:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:34 smithi050 ceph-mon[92315]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "763da995-edc2-40df-bcfa-c7827274e650"}]: dispatch 2023-09-30T13:57:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:34 smithi050 ceph-mon[92315]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "763da995-edc2-40df-bcfa-c7827274e650"}]': finished 2023-09-30T13:57:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:34 smithi050 ceph-mon[92315]: osdmap e6: 1 total, 0 up, 1 in 2023-09-30T13:57:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T13:57:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:34 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/548314549' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fd7eef8e-fcf1-4a2f-96ca-fc9487d08faa"}]: dispatch 2023-09-30T13:57:34.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:34 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/548314549' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fd7eef8e-fcf1-4a2f-96ca-fc9487d08faa"}]': finished 2023-09-30T13:57:34.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:34 smithi050 ceph-mon[92315]: osdmap e7: 2 total, 0 up, 2 in 2023-09-30T13:57:34.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T13:57:34.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T13:57:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T13:57:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:34 smithi172 ceph-mon[103696]: from='client.? 172.21.15.172:0/2532151120' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "763da995-edc2-40df-bcfa-c7827274e650"}]: dispatch 2023-09-30T13:57:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:34 smithi172 ceph-mon[103696]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "763da995-edc2-40df-bcfa-c7827274e650"}]: dispatch 2023-09-30T13:57:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:34 smithi172 ceph-mon[103696]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "763da995-edc2-40df-bcfa-c7827274e650"}]': finished 2023-09-30T13:57:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:34 smithi172 ceph-mon[103696]: osdmap e6: 1 total, 0 up, 1 in 2023-09-30T13:57:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T13:57:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:34 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/548314549' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fd7eef8e-fcf1-4a2f-96ca-fc9487d08faa"}]: dispatch 2023-09-30T13:57:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:34 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/548314549' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fd7eef8e-fcf1-4a2f-96ca-fc9487d08faa"}]': finished 2023-09-30T13:57:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:34 smithi172 ceph-mon[103696]: osdmap e7: 2 total, 0 up, 2 in 2023-09-30T13:57:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T13:57:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T13:57:35.137 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:57:35.767 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:35 smithi050 ceph-mon[92315]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:35.767 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:35 smithi050 ceph-mon[92315]: from='client.? 172.21.15.172:0/547764392' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T13:57:35.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:35 smithi172 ceph-mon[103696]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:35.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:35 smithi172 ceph-mon[103696]: from='client.? 172.21.15.172:0/547764392' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T13:57:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:36 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/3330704443' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T13:57:36.654 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:57:36.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:36 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/3330704443' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T13:57:37.000 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1696082254,"num_remapped_pgs":0} 2023-09-30T13:57:37.754 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:37 smithi172 ceph-mon[103696]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:37.754 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:37 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/3234062320' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:57:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:37 smithi050 ceph-mon[92315]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:37 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/3234062320' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:57:38.001 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T13:57:38.592 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:57:38.822 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:38 smithi050 ceph-mon[92315]: from='client.? 172.21.15.172:0/1791145322' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0452381a-dbc4-4bba-aca7-a35fc63f86b7"}]: dispatch 2023-09-30T13:57:38.822 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:38 smithi050 ceph-mon[92315]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0452381a-dbc4-4bba-aca7-a35fc63f86b7"}]: dispatch 2023-09-30T13:57:38.822 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:38 smithi050 ceph-mon[92315]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0452381a-dbc4-4bba-aca7-a35fc63f86b7"}]': finished 2023-09-30T13:57:38.823 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:38 smithi050 ceph-mon[92315]: osdmap e8: 3 total, 0 up, 3 in 2023-09-30T13:57:38.823 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T13:57:38.823 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T13:57:38.823 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T13:57:38.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:38 smithi172 ceph-mon[103696]: from='client.? 172.21.15.172:0/1791145322' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0452381a-dbc4-4bba-aca7-a35fc63f86b7"}]: dispatch 2023-09-30T13:57:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:38 smithi172 ceph-mon[103696]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0452381a-dbc4-4bba-aca7-a35fc63f86b7"}]: dispatch 2023-09-30T13:57:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:38 smithi172 ceph-mon[103696]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0452381a-dbc4-4bba-aca7-a35fc63f86b7"}]': finished 2023-09-30T13:57:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:38 smithi172 ceph-mon[103696]: osdmap e8: 3 total, 0 up, 3 in 2023-09-30T13:57:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T13:57:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T13:57:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T13:57:39.831 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:39 smithi050 ceph-mon[92315]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:39.831 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:39 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/4191058575' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "420bcb66-bc79-4cbd-9066-23ab49775d36"}]: dispatch 2023-09-30T13:57:39.831 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:39 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/4191058575' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "420bcb66-bc79-4cbd-9066-23ab49775d36"}]': finished 2023-09-30T13:57:39.831 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:39 smithi050 ceph-mon[92315]: osdmap e9: 4 total, 0 up, 4 in 2023-09-30T13:57:39.831 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T13:57:39.832 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T13:57:39.832 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T13:57:39.832 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T13:57:39.832 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:39 smithi050 ceph-mon[92315]: from='client.? 172.21.15.172:0/2632778173' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T13:57:39.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:39 smithi172 ceph-mon[103696]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:39 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/4191058575' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "420bcb66-bc79-4cbd-9066-23ab49775d36"}]: dispatch 2023-09-30T13:57:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:39 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/4191058575' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "420bcb66-bc79-4cbd-9066-23ab49775d36"}]': finished 2023-09-30T13:57:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:39 smithi172 ceph-mon[103696]: osdmap e9: 4 total, 0 up, 4 in 2023-09-30T13:57:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T13:57:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T13:57:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T13:57:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T13:57:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:39 smithi172 ceph-mon[103696]: from='client.? 172.21.15.172:0/2632778173' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T13:57:40.249 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:57:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:40 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/534342764' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T13:57:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:40 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/4234000721' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:57:40.661 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1696082258,"num_remapped_pgs":0} 2023-09-30T13:57:40.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:40 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/534342764' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T13:57:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:40 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/4234000721' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:57:41.662 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T13:57:41.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:41 smithi050 ceph-mon[92315]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:41 smithi172 ceph-mon[103696]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:42.241 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:57:42.728 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:42 smithi050 ceph-mon[92315]: from='client.? 172.21.15.172:0/1271663115' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "82725f9b-5cca-461c-b0a0-e59474e407db"}]: dispatch 2023-09-30T13:57:42.728 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:42 smithi050 ceph-mon[92315]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "82725f9b-5cca-461c-b0a0-e59474e407db"}]: dispatch 2023-09-30T13:57:42.728 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:42 smithi050 ceph-mon[92315]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "82725f9b-5cca-461c-b0a0-e59474e407db"}]': finished 2023-09-30T13:57:42.728 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:42 smithi050 ceph-mon[92315]: osdmap e10: 5 total, 0 up, 5 in 2023-09-30T13:57:42.728 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T13:57:42.728 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T13:57:42.728 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T13:57:42.729 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T13:57:42.729 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T13:57:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:42 smithi172 ceph-mon[103696]: from='client.? 172.21.15.172:0/1271663115' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "82725f9b-5cca-461c-b0a0-e59474e407db"}]: dispatch 2023-09-30T13:57:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:42 smithi172 ceph-mon[103696]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "82725f9b-5cca-461c-b0a0-e59474e407db"}]: dispatch 2023-09-30T13:57:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:42 smithi172 ceph-mon[103696]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "82725f9b-5cca-461c-b0a0-e59474e407db"}]': finished 2023-09-30T13:57:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:42 smithi172 ceph-mon[103696]: osdmap e10: 5 total, 0 up, 5 in 2023-09-30T13:57:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T13:57:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T13:57:42.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T13:57:42.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T13:57:42.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T13:57:43.777 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:57:43.806 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:43 smithi050 ceph-mon[92315]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:43.806 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:43 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/1544272781' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5d6b7ae-fb91-4d04-a7e6-b4ce9e372ab3"}]: dispatch 2023-09-30T13:57:43.806 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:43 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/1544272781' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b5d6b7ae-fb91-4d04-a7e6-b4ce9e372ab3"}]': finished 2023-09-30T13:57:43.806 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:43 smithi050 ceph-mon[92315]: osdmap e11: 6 total, 0 up, 6 in 2023-09-30T13:57:43.806 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T13:57:43.806 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T13:57:43.806 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T13:57:43.806 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T13:57:43.807 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T13:57:43.807 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:57:43.807 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:43 smithi050 ceph-mon[92315]: from='client.? 172.21.15.172:0/2311571399' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T13:57:43.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:43 smithi172 ceph-mon[103696]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:43 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/1544272781' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5d6b7ae-fb91-4d04-a7e6-b4ce9e372ab3"}]: dispatch 2023-09-30T13:57:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:43 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/1544272781' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b5d6b7ae-fb91-4d04-a7e6-b4ce9e372ab3"}]': finished 2023-09-30T13:57:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:43 smithi172 ceph-mon[103696]: osdmap e11: 6 total, 0 up, 6 in 2023-09-30T13:57:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T13:57:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T13:57:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T13:57:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T13:57:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T13:57:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:57:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:43 smithi172 ceph-mon[103696]: from='client.? 172.21.15.172:0/2311571399' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T13:57:44.202 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1696082262,"num_remapped_pgs":0} 2023-09-30T13:57:44.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:44 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/1220302739' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:57:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:44 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/1998962340' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T13:57:44.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:44 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/1220302739' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:57:44.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:44 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/1998962340' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T13:57:45.203 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T13:57:45.778 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:57:45.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:45 smithi050 ceph-mon[92315]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:45 smithi050 ceph-mon[92315]: from='client.? 172.21.15.172:0/1217854479' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5b820657-83c6-486e-aa8b-eddde51fcdf1"}]: dispatch 2023-09-30T13:57:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:45 smithi050 ceph-mon[92315]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5b820657-83c6-486e-aa8b-eddde51fcdf1"}]: dispatch 2023-09-30T13:57:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:45 smithi050 ceph-mon[92315]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5b820657-83c6-486e-aa8b-eddde51fcdf1"}]': finished 2023-09-30T13:57:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:45 smithi050 ceph-mon[92315]: osdmap e12: 7 total, 0 up, 7 in 2023-09-30T13:57:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T13:57:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T13:57:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T13:57:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T13:57:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T13:57:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:57:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:57:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:45 smithi172 ceph-mon[103696]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:45 smithi172 ceph-mon[103696]: from='client.? 172.21.15.172:0/1217854479' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5b820657-83c6-486e-aa8b-eddde51fcdf1"}]: dispatch 2023-09-30T13:57:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:45 smithi172 ceph-mon[103696]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5b820657-83c6-486e-aa8b-eddde51fcdf1"}]: dispatch 2023-09-30T13:57:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:45 smithi172 ceph-mon[103696]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5b820657-83c6-486e-aa8b-eddde51fcdf1"}]': finished 2023-09-30T13:57:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:45 smithi172 ceph-mon[103696]: osdmap e12: 7 total, 0 up, 7 in 2023-09-30T13:57:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T13:57:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T13:57:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T13:57:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T13:57:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T13:57:45.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:57:45.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:57:47.209 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:57:47.773 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:47 smithi050 ceph-mon[92315]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:47.773 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:47 smithi050 ceph-mon[92315]: from='client.? 172.21.15.172:0/1375580508' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T13:57:47.773 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:47 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/1475001' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0a6b82d5-4b49-45b5-acd6-3f33a8e8fde9"}]: dispatch 2023-09-30T13:57:47.773 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:47 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/1475001' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0a6b82d5-4b49-45b5-acd6-3f33a8e8fde9"}]': finished 2023-09-30T13:57:47.773 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:47 smithi050 ceph-mon[92315]: osdmap e13: 8 total, 0 up, 8 in 2023-09-30T13:57:47.774 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T13:57:47.774 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T13:57:47.774 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T13:57:47.774 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T13:57:47.774 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T13:57:47.774 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:57:47.774 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:57:47.774 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:57:47.774 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:47 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/3706322056' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:57:47.845 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1696082266,"num_remapped_pgs":0} 2023-09-30T13:57:47.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:47 smithi172 ceph-mon[103696]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:47 smithi172 ceph-mon[103696]: from='client.? 172.21.15.172:0/1375580508' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T13:57:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:47 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/1475001' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0a6b82d5-4b49-45b5-acd6-3f33a8e8fde9"}]: dispatch 2023-09-30T13:57:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:47 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/1475001' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0a6b82d5-4b49-45b5-acd6-3f33a8e8fde9"}]': finished 2023-09-30T13:57:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:47 smithi172 ceph-mon[103696]: osdmap e13: 8 total, 0 up, 8 in 2023-09-30T13:57:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T13:57:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T13:57:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T13:57:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T13:57:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T13:57:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:57:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:57:47.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:57:47.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:47 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/3706322056' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:57:48.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:48 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/1167112994' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T13:57:48.846 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T13:57:48.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:48 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/1167112994' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T13:57:49.421 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:57:49.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:49 smithi172 ceph-mon[103696]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:49.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T13:57:49.815 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:49 smithi050 ceph-mon[92315]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:49.815 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T13:57:50.798 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:57:51.383 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1696082266,"num_remapped_pgs":0} 2023-09-30T13:57:51.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:51 smithi050 ceph-mon[92315]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:51.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:51 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/565754211' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:57:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:51 smithi172 ceph-mon[103696]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:51 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/565754211' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:57:52.384 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T13:57:52.556 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-30T13:57:52.556 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-30T13:57:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:52.973 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:57:53.760 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:53 smithi172 ceph-mon[103696]: Deploying daemon osd.0 on smithi172 2023-09-30T13:57:53.761 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:53 smithi172 ceph-mon[103696]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:53.761 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-30T13:57:53.761 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:53 smithi050 ceph-mon[92315]: Deploying daemon osd.0 on smithi172 2023-09-30T13:57:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:53 smithi050 ceph-mon[92315]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-30T13:57:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:54.710 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:57:54.752 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:54 smithi050 ceph-mon[92315]: Deploying daemon osd.1 on smithi050 2023-09-30T13:57:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:54 smithi172 ceph-mon[103696]: Deploying daemon osd.1 on smithi050 2023-09-30T13:57:55.080 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1696082266,"num_remapped_pgs":0} 2023-09-30T13:57:55.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:55 smithi172 ceph-mon[103696]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:55.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:55 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/28757745' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:57:55.807 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:55 smithi050 ceph-mon[92315]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:55.807 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:55 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/28757745' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:57:56.081 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T13:57:56.950 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:57:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:57 smithi172 ceph-mon[103696]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-30T13:57:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:57 smithi172 ceph-mon[103696]: Deploying daemon osd.2 on smithi172 2023-09-30T13:57:57.406 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:57 smithi050 ceph-mon[92315]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:57.406 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:57.406 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:57.406 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-30T13:57:57.406 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:57.406 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:57 smithi050 ceph-mon[92315]: Deploying daemon osd.2 on smithi172 2023-09-30T13:57:58.584 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:57:59.129 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1696082266,"num_remapped_pgs":0} 2023-09-30T13:57:59.767 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:59 smithi050 ceph-mon[92315]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:59.767 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:59 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/976061321' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:57:59.767 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:59.767 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:59.767 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-30T13:57:59.767 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:59.767 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:59 smithi050 ceph-mon[92315]: from='osd.0 [v2:172.21.15.172:6800/228538752,v1:172.21.15.172:6801/228538752]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-30T13:57:59.767 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:57:59 smithi050 ceph-mon[92315]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-30T13:57:59.839 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:59 smithi172 ceph-mon[103696]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:57:59.839 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:59 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/976061321' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:57:59.839 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:59.839 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:57:59.839 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-30T13:57:59.839 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:57:59.839 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:59 smithi172 ceph-mon[103696]: from='osd.0 [v2:172.21.15.172:6800/228538752,v1:172.21.15.172:6801/228538752]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-30T13:57:59.839 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:57:59 smithi172 ceph-mon[103696]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-30T13:58:00.130 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T13:58:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:00 smithi172 ceph-mon[103696]: Deploying daemon osd.3 on smithi050 2023-09-30T13:58:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:00 smithi172 ceph-mon[103696]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-30T13:58:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:00 smithi172 ceph-mon[103696]: osdmap e14: 8 total, 0 up, 8 in 2023-09-30T13:58:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T13:58:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T13:58:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:00 smithi172 ceph-mon[103696]: from='osd.0 [v2:172.21.15.172:6800/228538752,v1:172.21.15.172:6801/228538752]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-09-30T13:58:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T13:58:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T13:58:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T13:58:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:00 smithi172 ceph-mon[103696]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-09-30T13:58:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:58:00.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:00.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:00.750 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:00 smithi050 ceph-mon[92315]: Deploying daemon osd.3 on smithi050 2023-09-30T13:58:00.750 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:00 smithi050 ceph-mon[92315]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-30T13:58:00.750 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:00 smithi050 ceph-mon[92315]: osdmap e14: 8 total, 0 up, 8 in 2023-09-30T13:58:00.750 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T13:58:00.750 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T13:58:00.750 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:00 smithi050 ceph-mon[92315]: from='osd.0 [v2:172.21.15.172:6800/228538752,v1:172.21.15.172:6801/228538752]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-09-30T13:58:00.750 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T13:58:00.751 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T13:58:00.751 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T13:58:00.751 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:00 smithi050 ceph-mon[92315]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-09-30T13:58:00.751 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:58:00.751 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:00.751 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:00.760 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:58:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:01 smithi050 ceph-mon[92315]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:58:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-30T13:58:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:58:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:01 smithi050 ceph-mon[92315]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-09-30T13:58:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:01 smithi050 ceph-mon[92315]: osdmap e15: 8 total, 0 up, 8 in 2023-09-30T13:58:01.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T13:58:01.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T13:58:01.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T13:58:01.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T13:58:01.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T13:58:01.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:58:01.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:01.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:01.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T13:58:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:01 smithi172 ceph-mon[103696]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:58:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-30T13:58:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:58:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:01 smithi172 ceph-mon[103696]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-09-30T13:58:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:01 smithi172 ceph-mon[103696]: osdmap e15: 8 total, 0 up, 8 in 2023-09-30T13:58:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T13:58:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T13:58:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T13:58:01.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T13:58:01.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T13:58:01.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:58:01.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:01.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:01.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T13:58:02.379 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:58:02.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:02 smithi050 ceph-mon[92315]: purged_snaps scrub starts 2023-09-30T13:58:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:02 smithi050 ceph-mon[92315]: purged_snaps scrub ok 2023-09-30T13:58:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:02 smithi050 ceph-mon[92315]: Deploying daemon osd.4 on smithi172 2023-09-30T13:58:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:02 smithi050 ceph-mon[92315]: osd.0 [v2:172.21.15.172:6800/228538752,v1:172.21.15.172:6801/228538752] boot 2023-09-30T13:58:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:02 smithi050 ceph-mon[92315]: osdmap e16: 8 total, 1 up, 8 in 2023-09-30T13:58:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T13:58:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T13:58:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T13:58:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T13:58:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T13:58:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:58:02.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:02.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:02.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:02 smithi050 ceph-mon[92315]: from='osd.1 [v2:172.21.15.50:6802/2792729603,v1:172.21.15.50:6803/2792729603]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-30T13:58:02.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:02 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/1149326037' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:58:02.849 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":16,"num_osds":8,"num_up_osds":1,"osd_up_since":1696082281,"num_in_osds":8,"osd_in_since":1696082266,"num_remapped_pgs":0} 2023-09-30T13:58:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:02 smithi172 ceph-mon[103696]: purged_snaps scrub starts 2023-09-30T13:58:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:02 smithi172 ceph-mon[103696]: purged_snaps scrub ok 2023-09-30T13:58:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:02 smithi172 ceph-mon[103696]: Deploying daemon osd.4 on smithi172 2023-09-30T13:58:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:02 smithi172 ceph-mon[103696]: osd.0 [v2:172.21.15.172:6800/228538752,v1:172.21.15.172:6801/228538752] boot 2023-09-30T13:58:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:02 smithi172 ceph-mon[103696]: osdmap e16: 8 total, 1 up, 8 in 2023-09-30T13:58:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T13:58:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T13:58:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T13:58:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T13:58:02.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T13:58:02.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:58:02.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:02.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:02.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:02 smithi172 ceph-mon[103696]: from='osd.1 [v2:172.21.15.50:6802/2792729603,v1:172.21.15.50:6803/2792729603]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-30T13:58:02.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:02 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/1149326037' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:58:03.533 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:03 smithi172 ceph-mon[103696]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:58:03.533 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:03 smithi172 ceph-mon[103696]: from='osd.1 [v2:172.21.15.50:6802/2792729603,v1:172.21.15.50:6803/2792729603]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-30T13:58:03.533 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:03 smithi172 ceph-mon[103696]: osdmap e17: 8 total, 1 up, 8 in 2023-09-30T13:58:03.533 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:03 smithi172 ceph-mon[103696]: from='osd.1 [v2:172.21.15.50:6802/2792729603,v1:172.21.15.50:6803/2792729603]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-09-30T13:58:03.534 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T13:58:03.534 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T13:58:03.534 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T13:58:03.534 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T13:58:03.534 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:58:03.534 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:03.534 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:03.743 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:03 smithi050 ceph-mon[92315]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T13:58:03.744 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:03 smithi050 ceph-mon[92315]: from='osd.1 [v2:172.21.15.50:6802/2792729603,v1:172.21.15.50:6803/2792729603]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-30T13:58:03.744 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:03 smithi050 ceph-mon[92315]: osdmap e17: 8 total, 1 up, 8 in 2023-09-30T13:58:03.744 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:03 smithi050 ceph-mon[92315]: from='osd.1 [v2:172.21.15.50:6802/2792729603,v1:172.21.15.50:6803/2792729603]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-09-30T13:58:03.744 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T13:58:03.744 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T13:58:03.744 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T13:58:03.744 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T13:58:03.744 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:58:03.744 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:03.744 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:03.850 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T13:58:04.435 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:58:04.454 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T13:58:04.454 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:04 smithi050 ceph-mon[92315]: from='osd.2 [v2:172.21.15.172:6808/1172461965,v1:172.21.15.172:6809/1172461965]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T13:58:04.454 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:04 smithi050 ceph-mon[92315]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T13:58:04.454 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:04 smithi050 ceph-mon[92315]: from='osd.1 [v2:172.21.15.50:6802/2792729603,v1:172.21.15.50:6803/2792729603]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-09-30T13:58:04.455 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:04 smithi050 ceph-mon[92315]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-30T13:58:04.455 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:04 smithi050 ceph-mon[92315]: osdmap e18: 8 total, 1 up, 8 in 2023-09-30T13:58:04.455 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T13:58:04.455 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T13:58:04.455 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T13:58:04.455 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T13:58:04.455 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:58:04.455 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:04.455 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:04.455 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:04 smithi050 ceph-mon[92315]: from='osd.2 [v2:172.21.15.172:6808/1172461965,v1:172.21.15.172:6809/1172461965]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-09-30T13:58:04.455 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:04 smithi050 ceph-mon[92315]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-09-30T13:58:04.455 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T13:58:04.456 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:04.456 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:04.456 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-30T13:58:04.456 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:58:04.781 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T13:58:04.781 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:04 smithi172 ceph-mon[103696]: from='osd.2 [v2:172.21.15.172:6808/1172461965,v1:172.21.15.172:6809/1172461965]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T13:58:04.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:04 smithi172 ceph-mon[103696]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T13:58:04.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:04 smithi172 ceph-mon[103696]: from='osd.1 [v2:172.21.15.50:6802/2792729603,v1:172.21.15.50:6803/2792729603]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-09-30T13:58:04.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:04 smithi172 ceph-mon[103696]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-30T13:58:04.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:04 smithi172 ceph-mon[103696]: osdmap e18: 8 total, 1 up, 8 in 2023-09-30T13:58:04.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T13:58:04.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T13:58:04.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T13:58:04.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T13:58:04.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:58:04.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:04.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:04.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:04 smithi172 ceph-mon[103696]: from='osd.2 [v2:172.21.15.172:6808/1172461965,v1:172.21.15.172:6809/1172461965]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-09-30T13:58:04.783 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:04 smithi172 ceph-mon[103696]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-09-30T13:58:04.783 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T13:58:04.783 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:04.783 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:04.783 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-30T13:58:04.783 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:58:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:05 smithi050 ceph-mon[92315]: purged_snaps scrub starts 2023-09-30T13:58:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:05 smithi050 ceph-mon[92315]: purged_snaps scrub ok 2023-09-30T13:58:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:05 smithi050 ceph-mon[92315]: pgmap v50: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2023-09-30T13:58:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:05 smithi050 ceph-mon[92315]: Deploying daemon osd.5 on smithi050 2023-09-30T13:58:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:05 smithi050 ceph-mon[92315]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-09-30T13:58:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:05 smithi050 ceph-mon[92315]: osd.1 [v2:172.21.15.50:6802/2792729603,v1:172.21.15.50:6803/2792729603] boot 2023-09-30T13:58:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:05 smithi050 ceph-mon[92315]: osdmap e19: 8 total, 2 up, 8 in 2023-09-30T13:58:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T13:58:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T13:58:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T13:58:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T13:58:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:58:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T13:58:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-30T13:58:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:58:05.728 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:05 smithi172 ceph-mon[103696]: purged_snaps scrub starts 2023-09-30T13:58:05.728 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:05 smithi172 ceph-mon[103696]: purged_snaps scrub ok 2023-09-30T13:58:05.728 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:05 smithi172 ceph-mon[103696]: pgmap v50: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2023-09-30T13:58:05.728 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:05 smithi172 ceph-mon[103696]: Deploying daemon osd.5 on smithi050 2023-09-30T13:58:05.729 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:05 smithi172 ceph-mon[103696]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-09-30T13:58:05.729 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:05 smithi172 ceph-mon[103696]: osd.1 [v2:172.21.15.50:6802/2792729603,v1:172.21.15.50:6803/2792729603] boot 2023-09-30T13:58:05.729 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:05 smithi172 ceph-mon[103696]: osdmap e19: 8 total, 2 up, 8 in 2023-09-30T13:58:05.729 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T13:58:05.729 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T13:58:05.729 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T13:58:05.729 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T13:58:05.729 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:58:05.729 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:05.729 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:05.729 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T13:58:05.729 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:05.730 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:05.730 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-30T13:58:05.730 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:58:06.557 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:58:06.724 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:06 smithi050 ceph-mon[92315]: Deploying daemon osd.6 on smithi172 2023-09-30T13:58:06.724 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:06 smithi050 ceph-mon[92315]: osd.2 [v2:172.21.15.172:6808/1172461965,v1:172.21.15.172:6809/1172461965] boot 2023-09-30T13:58:06.725 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:06 smithi050 ceph-mon[92315]: osdmap e20: 8 total, 3 up, 8 in 2023-09-30T13:58:06.725 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T13:58:06.725 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T13:58:06.725 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T13:58:06.725 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:58:06.725 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:06.725 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:06.865 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:06 smithi172 ceph-mon[103696]: Deploying daemon osd.6 on smithi172 2023-09-30T13:58:06.865 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:06 smithi172 ceph-mon[103696]: osd.2 [v2:172.21.15.172:6808/1172461965,v1:172.21.15.172:6809/1172461965] boot 2023-09-30T13:58:06.865 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:06 smithi172 ceph-mon[103696]: osdmap e20: 8 total, 3 up, 8 in 2023-09-30T13:58:06.865 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T13:58:06.865 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T13:58:06.865 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T13:58:06.865 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:58:06.866 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:06.866 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:07.180 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":20,"num_osds":8,"num_up_osds":3,"osd_up_since":1696082285,"num_in_osds":8,"osd_in_since":1696082266,"num_remapped_pgs":0} 2023-09-30T13:58:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:07 smithi050 ceph-mon[92315]: purged_snaps scrub starts 2023-09-30T13:58:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:07 smithi050 ceph-mon[92315]: purged_snaps scrub ok 2023-09-30T13:58:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:07 smithi050 ceph-mon[92315]: pgmap v53: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-09-30T13:58:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:07 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/3755465305' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:58:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:07 smithi050 ceph-mon[92315]: from='osd.3 [v2:172.21.15.50:6810/1021640981,v1:172.21.15.50:6811/1021640981]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-30T13:58:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:07 smithi050 ceph-mon[92315]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-30T13:58:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:07 smithi172 ceph-mon[103696]: purged_snaps scrub starts 2023-09-30T13:58:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:07 smithi172 ceph-mon[103696]: purged_snaps scrub ok 2023-09-30T13:58:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:07 smithi172 ceph-mon[103696]: pgmap v53: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-09-30T13:58:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:07 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/3755465305' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:58:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:07 smithi172 ceph-mon[103696]: from='osd.3 [v2:172.21.15.50:6810/1021640981,v1:172.21.15.50:6811/1021640981]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-30T13:58:07.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:07 smithi172 ceph-mon[103696]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-30T13:58:08.181 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T13:58:08.542 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:08 smithi172 ceph-mon[103696]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-09-30T13:58:08.542 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:08 smithi172 ceph-mon[103696]: osdmap e21: 8 total, 3 up, 8 in 2023-09-30T13:58:08.542 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T13:58:08.542 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T13:58:08.543 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:08 smithi172 ceph-mon[103696]: from='osd.3 [v2:172.21.15.50:6810/1021640981,v1:172.21.15.50:6811/1021640981]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-09-30T13:58:08.543 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:58:08.543 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:08.543 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:08 smithi172 ceph-mon[103696]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-09-30T13:58:08.543 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:08.543 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 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-09-30T13:58:08.543 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:08 smithi172 ceph-mon[103696]: from='osd.4 [v2:172.21.15.172:6816/2620882075,v1:172.21.15.172:6817/2620882075]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-30T13:58:08.543 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:08 smithi172 ceph-mon[103696]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-30T13:58:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:08 smithi050 ceph-mon[92315]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-09-30T13:58:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:08 smithi050 ceph-mon[92315]: osdmap e21: 8 total, 3 up, 8 in 2023-09-30T13:58:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T13:58:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T13:58:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:08 smithi050 ceph-mon[92315]: from='osd.3 [v2:172.21.15.50:6810/1021640981,v1:172.21.15.50:6811/1021640981]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-09-30T13:58:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:58:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:08 smithi050 ceph-mon[92315]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-09-30T13:58:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 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-09-30T13:58:08.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:08 smithi050 ceph-mon[92315]: from='osd.4 [v2:172.21.15.172:6816/2620882075,v1:172.21.15.172:6817/2620882075]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-30T13:58:08.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:08 smithi050 ceph-mon[92315]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-30T13:58:08.969 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:58:09.777 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:09 smithi050 ceph-mon[92315]: pgmap v56: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-09-30T13:58:09.777 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:09 smithi050 ceph-mon[92315]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-09-30T13:58:09.777 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 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-09-30T13:58:09.778 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:09 smithi050 ceph-mon[92315]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-09-30T13:58:09.778 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:09 smithi050 ceph-mon[92315]: osdmap e22: 8 total, 3 up, 8 in 2023-09-30T13:58:09.778 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:09 smithi050 ceph-mon[92315]: from='osd.4 [v2:172.21.15.172:6816/2620882075,v1:172.21.15.172:6817/2620882075]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-09-30T13:58:09.778 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T13:58:09.778 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T13:58:09.779 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:09 smithi050 ceph-mon[92315]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-09-30T13:58:09.779 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:58:09.779 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:09.779 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:09.779 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T13:58:09.779 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T13:58:09.780 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:09.780 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:09.780 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:09 smithi050 ceph-mon[92315]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-09-30T13:58:09.780 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-09-30T13:58:09.780 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:09 smithi050 ceph-mon[92315]: osd.3 [v2:172.21.15.50:6810/1021640981,v1:172.21.15.50:6811/1021640981] boot 2023-09-30T13:58:09.780 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:09 smithi050 ceph-mon[92315]: osdmap e23: 8 total, 4 up, 8 in 2023-09-30T13:58:09.830 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:09 smithi172 ceph-mon[103696]: pgmap v56: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-09-30T13:58:09.831 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:09 smithi172 ceph-mon[103696]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-09-30T13:58:09.831 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 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-09-30T13:58:09.831 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:09 smithi172 ceph-mon[103696]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-09-30T13:58:09.831 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:09 smithi172 ceph-mon[103696]: osdmap e22: 8 total, 3 up, 8 in 2023-09-30T13:58:09.831 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:09 smithi172 ceph-mon[103696]: from='osd.4 [v2:172.21.15.172:6816/2620882075,v1:172.21.15.172:6817/2620882075]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-09-30T13:58:09.831 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T13:58:09.831 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T13:58:09.832 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:09 smithi172 ceph-mon[103696]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-09-30T13:58:09.832 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:58:09.832 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:09.832 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:09.832 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T13:58:09.832 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T13:58:09.832 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:09.832 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:09.832 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:09 smithi172 ceph-mon[103696]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-09-30T13:58:09.833 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-09-30T13:58:09.833 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:09 smithi172 ceph-mon[103696]: osd.3 [v2:172.21.15.50:6810/1021640981,v1:172.21.15.50:6811/1021640981] boot 2023-09-30T13:58:09.833 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:09 smithi172 ceph-mon[103696]: osdmap e23: 8 total, 4 up, 8 in 2023-09-30T13:58:10.527 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:58:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:10 smithi050 ceph-mon[92315]: purged_snaps scrub starts 2023-09-30T13:58:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:10 smithi050 ceph-mon[92315]: purged_snaps scrub ok 2023-09-30T13:58:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T13:58:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T13:58:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:58:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T13:58:10.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:10.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:10.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-30T13:58:10.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:58:10.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:10 smithi050 ceph-mon[92315]: osd.4 [v2:172.21.15.172:6816/2620882075,v1:172.21.15.172:6817/2620882075] boot 2023-09-30T13:58:10.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:10 smithi050 ceph-mon[92315]: osdmap e24: 8 total, 5 up, 8 in 2023-09-30T13:58:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:10 smithi172 ceph-mon[103696]: purged_snaps scrub starts 2023-09-30T13:58:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:10 smithi172 ceph-mon[103696]: purged_snaps scrub ok 2023-09-30T13:58:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T13:58:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T13:58:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:58:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:10.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:10.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T13:58:10.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:10.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:10.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-30T13:58:10.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:58:10.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:10 smithi172 ceph-mon[103696]: osd.4 [v2:172.21.15.172:6816/2620882075,v1:172.21.15.172:6817/2620882075] boot 2023-09-30T13:58:10.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:10 smithi172 ceph-mon[103696]: osdmap e24: 8 total, 5 up, 8 in 2023-09-30T13:58:11.133 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":24,"num_osds":8,"num_up_osds":5,"osd_up_since":1696082290,"num_in_osds":8,"osd_in_since":1696082266,"num_remapped_pgs":0} 2023-09-30T13:58:11.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:11 smithi172 ceph-mon[103696]: purged_snaps scrub starts 2023-09-30T13:58:11.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:11 smithi172 ceph-mon[103696]: purged_snaps scrub ok 2023-09-30T13:58:11.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:11 smithi172 ceph-mon[103696]: pgmap v59: 1 pgs: 1 unknown; 0 B data, 106 MiB used, 357 GiB / 358 GiB avail 2023-09-30T13:58:11.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:11 smithi172 ceph-mon[103696]: Deploying daemon osd.7 on smithi050 2023-09-30T13:58:11.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T13:58:11.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:58:11.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:11.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:11.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:11 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/1040293718' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:58:11.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:11 smithi050 ceph-mon[92315]: purged_snaps scrub starts 2023-09-30T13:58:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:11 smithi050 ceph-mon[92315]: purged_snaps scrub ok 2023-09-30T13:58:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:11 smithi050 ceph-mon[92315]: pgmap v59: 1 pgs: 1 unknown; 0 B data, 106 MiB used, 357 GiB / 358 GiB avail 2023-09-30T13:58:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:11 smithi050 ceph-mon[92315]: Deploying daemon osd.7 on smithi050 2023-09-30T13:58:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T13:58:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:58:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:11 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/1040293718' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:58:12.134 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T13:58:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:12 smithi050 ceph-mon[92315]: osdmap e25: 8 total, 5 up, 8 in 2023-09-30T13:58:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:58:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:12.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:12.728 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:58:12.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:12 smithi172 ceph-mon[103696]: osdmap e25: 8 total, 5 up, 8 in 2023-09-30T13:58:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:58:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:13.589 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:13 smithi172 ceph-mon[103696]: pgmap v62: 1 pgs: 1 creating+peering; 0 B data, 133 MiB used, 447 GiB / 447 GiB avail 2023-09-30T13:58:13.589 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:13 smithi172 ceph-mon[103696]: from='osd.6 [v2:172.21.15.172:6824/1554185035,v1:172.21.15.172:6825/1554185035]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-30T13:58:13.589 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:13 smithi172 ceph-mon[103696]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-30T13:58:13.589 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:13.589 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:13 smithi172 ceph-mon[103696]: mgrmap e19: smithi050.rphaie(active, since 99s), standbys: smithi172.adrlvg 2023-09-30T13:58:13.589 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:13 smithi172 ceph-mon[103696]: from='osd.5 [v2:172.21.15.50:6818/2702191590,v1:172.21.15.50:6819/2702191590]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-30T13:58:13.589 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:13 smithi172 ceph-mon[103696]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-30T13:58:13.590 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:13.728 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:13 smithi050 ceph-mon[92315]: pgmap v62: 1 pgs: 1 creating+peering; 0 B data, 133 MiB used, 447 GiB / 447 GiB avail 2023-09-30T13:58:13.729 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:13 smithi050 ceph-mon[92315]: from='osd.6 [v2:172.21.15.172:6824/1554185035,v1:172.21.15.172:6825/1554185035]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-30T13:58:13.729 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:13 smithi050 ceph-mon[92315]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-30T13:58:13.729 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:13.729 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:13 smithi050 ceph-mon[92315]: mgrmap e19: smithi050.rphaie(active, since 99s), standbys: smithi172.adrlvg 2023-09-30T13:58:13.729 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:13 smithi050 ceph-mon[92315]: from='osd.5 [v2:172.21.15.50:6818/2702191590,v1:172.21.15.50:6819/2702191590]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-30T13:58:13.729 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:13 smithi050 ceph-mon[92315]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-30T13:58:13.729 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:14.249 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:58:14.718 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:14 smithi172 ceph-mon[103696]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-09-30T13:58:14.718 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:14 smithi172 ceph-mon[103696]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-09-30T13:58:14.718 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:14 smithi172 ceph-mon[103696]: osdmap e26: 8 total, 5 up, 8 in 2023-09-30T13:58:14.718 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:58:14.718 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:14.718 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:14.718 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:14 smithi172 ceph-mon[103696]: from='osd.6 [v2:172.21.15.172:6824/1554185035,v1:172.21.15.172:6825/1554185035]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-09-30T13:58:14.718 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:14 smithi172 ceph-mon[103696]: from='osd.5 [v2:172.21.15.50:6818/2702191590,v1:172.21.15.50:6819/2702191590]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-09-30T13:58:14.718 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:14 smithi172 ceph-mon[103696]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-09-30T13:58:14.719 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:14 smithi172 ceph-mon[103696]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-09-30T13:58:14.719 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:14.719 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:14 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/2375517813' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:58:14.770 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:14 smithi050 ceph-mon[92315]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-09-30T13:58:14.770 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:14 smithi050 ceph-mon[92315]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-09-30T13:58:14.770 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:14 smithi050 ceph-mon[92315]: osdmap e26: 8 total, 5 up, 8 in 2023-09-30T13:58:14.770 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:58:14.770 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:14.770 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:14.771 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:14 smithi050 ceph-mon[92315]: from='osd.6 [v2:172.21.15.172:6824/1554185035,v1:172.21.15.172:6825/1554185035]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-09-30T13:58:14.771 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:14 smithi050 ceph-mon[92315]: from='osd.5 [v2:172.21.15.50:6818/2702191590,v1:172.21.15.50:6819/2702191590]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-09-30T13:58:14.771 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:14 smithi050 ceph-mon[92315]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-09-30T13:58:14.771 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:14 smithi050 ceph-mon[92315]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-09-30T13:58:14.771 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:14.771 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:14 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/2375517813' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:58:14.772 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":26,"num_osds":8,"num_up_osds":5,"osd_up_since":1696082290,"num_in_osds":8,"osd_in_since":1696082266,"num_remapped_pgs":0} 2023-09-30T13:58:15.330 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:15 smithi050 sudo[129897]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-30T13:58:15.331 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:15 smithi050 sudo[129897]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T13:58:15.331 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:15 smithi050 sudo[129897]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T13:58:15.331 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:15 smithi050 sudo[129897]: pam_unix(sudo:session): session closed for user root 2023-09-30T13:58:15.773 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T13:58:15.930 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:15 smithi172 ceph-mon[103696]: pgmap v64: 1 pgs: 1 creating+peering; 0 B data, 133 MiB used, 447 GiB / 447 GiB avail 2023-09-30T13:58:15.930 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:15 smithi172 ceph-mon[103696]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-09-30T13:58:15.930 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:15 smithi172 ceph-mon[103696]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-09-30T13:58:15.930 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:15 smithi172 ceph-mon[103696]: osdmap e27: 8 total, 5 up, 8 in 2023-09-30T13:58:15.930 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:58:15.931 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:15.931 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:15.931 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:15.931 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:58:15.931 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:15.931 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:15 smithi172 ceph-mon[103696]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T13:58:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:15 smithi050 sudo[129926]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-30T13:58:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:15 smithi050 sudo[129926]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T13:58:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:15 smithi050 sudo[129926]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T13:58:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:15 smithi050 sudo[129926]: pam_unix(sudo:session): session closed for user root 2023-09-30T13:58:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:15 smithi050 ceph-mon[92315]: pgmap v64: 1 pgs: 1 creating+peering; 0 B data, 133 MiB used, 447 GiB / 447 GiB avail 2023-09-30T13:58:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:15 smithi050 ceph-mon[92315]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-09-30T13:58:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:15 smithi050 ceph-mon[92315]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-09-30T13:58:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:15 smithi050 ceph-mon[92315]: osdmap e27: 8 total, 5 up, 8 in 2023-09-30T13:58:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:58:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:58:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:15 smithi050 ceph-mon[92315]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T13:58:16.181 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:15 smithi172 sudo[115711]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-30T13:58:16.181 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:15 smithi172 sudo[115711]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T13:58:16.182 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:15 smithi172 sudo[115711]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T13:58:16.182 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:15 smithi172 sudo[115711]: pam_unix(sudo:session): session closed for user root 2023-09-30T13:58:16.411 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:58:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:16 smithi172 sudo[115714]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-30T13:58:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:16 smithi172 sudo[115714]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T13:58:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:16 smithi172 sudo[115714]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T13:58:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:16 smithi172 sudo[115714]: pam_unix(sudo:session): session closed for user root 2023-09-30T13:58:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:16 smithi050 ceph-mon[92315]: purged_snaps scrub starts 2023-09-30T13:58:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:16 smithi050 ceph-mon[92315]: purged_snaps scrub ok 2023-09-30T13:58:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:16 smithi050 ceph-mon[92315]: purged_snaps scrub starts 2023-09-30T13:58:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:16 smithi050 ceph-mon[92315]: purged_snaps scrub ok 2023-09-30T13:58:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:16 smithi050 ceph-mon[92315]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T13:58:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-09-30T13:58:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-09-30T13:58:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:16 smithi050 ceph-mon[92315]: osd.5 [v2:172.21.15.50:6818/2702191590,v1:172.21.15.50:6819/2702191590] boot 2023-09-30T13:58:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:16 smithi050 ceph-mon[92315]: osd.6 [v2:172.21.15.172:6824/1554185035,v1:172.21.15.172:6825/1554185035] boot 2023-09-30T13:58:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:16 smithi050 ceph-mon[92315]: osdmap e28: 8 total, 7 up, 8 in 2023-09-30T13:58:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:58:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:16.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:16.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:16 smithi050 ceph-mon[92315]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-09-30T13:58:16.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:16.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:16 smithi050 ceph-mon[92315]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T13:58:16.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-09-30T13:58:16.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-09-30T13:58:16.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:16 smithi050 ceph-mon[92315]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T13:58:16.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:16 smithi172 ceph-mon[103696]: purged_snaps scrub starts 2023-09-30T13:58:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:16 smithi172 ceph-mon[103696]: purged_snaps scrub ok 2023-09-30T13:58:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:16 smithi172 ceph-mon[103696]: purged_snaps scrub starts 2023-09-30T13:58:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:16 smithi172 ceph-mon[103696]: purged_snaps scrub ok 2023-09-30T13:58:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:16 smithi172 ceph-mon[103696]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T13:58:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-09-30T13:58:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-09-30T13:58:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:17.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:16 smithi172 ceph-mon[103696]: osd.5 [v2:172.21.15.50:6818/2702191590,v1:172.21.15.50:6819/2702191590] boot 2023-09-30T13:58:17.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:16 smithi172 ceph-mon[103696]: osd.6 [v2:172.21.15.172:6824/1554185035,v1:172.21.15.172:6825/1554185035] boot 2023-09-30T13:58:17.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:16 smithi172 ceph-mon[103696]: osdmap e28: 8 total, 7 up, 8 in 2023-09-30T13:58:17.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T13:58:17.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T13:58:17.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:17.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:17.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:17.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:16 smithi172 ceph-mon[103696]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-09-30T13:58:17.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:17.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:16 smithi172 ceph-mon[103696]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T13:58:17.128 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-09-30T13:58:17.128 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-09-30T13:58:17.128 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:16 smithi172 ceph-mon[103696]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T13:58:17.128 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:17.772 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:17 smithi050 ceph-mon[92315]: osdmap e29: 8 total, 7 up, 8 in 2023-09-30T13:58:17.772 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:17 smithi172 ceph-mon[103696]: osdmap e29: 8 total, 7 up, 8 in 2023-09-30T13:58:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:18.204 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:58:18.682 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":29,"num_osds":8,"num_up_osds":7,"osd_up_since":1696082295,"num_in_osds":8,"osd_in_since":1696082266,"num_remapped_pgs":0} 2023-09-30T13:58:18.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:18 smithi050 ceph-mon[92315]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2023-09-30T13:58:18.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:18 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/330249615' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:58:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:18 smithi050 ceph-mon[92315]: from='osd.7 [v2:172.21.15.50:6826/3092527020,v1:172.21.15.50:6827/3092527020]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-30T13:58:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:18 smithi172 ceph-mon[103696]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2023-09-30T13:58:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:18 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/330249615' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:58:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:18 smithi172 ceph-mon[103696]: from='osd.7 [v2:172.21.15.50:6826/3092527020,v1:172.21.15.50:6827/3092527020]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-30T13:58:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:19.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:19.683 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T13:58:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T13:58:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T13:58:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:19 smithi050 ceph-mon[92315]: from='osd.7 [v2:172.21.15.50:6826/3092527020,v1:172.21.15.50:6827/3092527020]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-09-30T13:58:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:19 smithi050 ceph-mon[92315]: osdmap e30: 8 total, 7 up, 8 in 2023-09-30T13:58:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:19 smithi050 ceph-mon[92315]: from='osd.7 [v2:172.21.15.50:6826/3092527020,v1:172.21.15.50:6827/3092527020]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-09-30T13:58:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:20.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T13:58:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T13:58:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:19 smithi172 ceph-mon[103696]: from='osd.7 [v2:172.21.15.50:6826/3092527020,v1:172.21.15.50:6827/3092527020]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-09-30T13:58:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:19 smithi172 ceph-mon[103696]: osdmap e30: 8 total, 7 up, 8 in 2023-09-30T13:58:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:19 smithi172 ceph-mon[103696]: from='osd.7 [v2:172.21.15.50:6826/3092527020,v1:172.21.15.50:6827/3092527020]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-09-30T13:58:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:20.327 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:58:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:21 smithi050 ceph-mon[92315]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2023-09-30T13:58:21.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:21 smithi050 ceph-mon[92315]: from='osd.7 [v2:172.21.15.50:6826/3092527020,v1:172.21.15.50:6827/3092527020]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-09-30T13:58:21.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:21 smithi050 ceph-mon[92315]: osdmap e31: 8 total, 7 up, 8 in 2023-09-30T13:58:21.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:21.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:21.776 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:58:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:21 smithi172 ceph-mon[103696]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2023-09-30T13:58:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:21 smithi172 ceph-mon[103696]: from='osd.7 [v2:172.21.15.50:6826/3092527020,v1:172.21.15.50:6827/3092527020]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-09-30T13:58:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:21 smithi172 ceph-mon[103696]: osdmap e31: 8 total, 7 up, 8 in 2023-09-30T13:58:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:22.342 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":32,"num_osds":8,"num_up_osds":8,"osd_up_since":1696082301,"num_in_osds":8,"osd_in_since":1696082266,"num_remapped_pgs":1} 2023-09-30T13:58:22.342 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph osd dump --format=json 2023-09-30T13:58:22.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:22 smithi050 ceph-mon[92315]: purged_snaps scrub starts 2023-09-30T13:58:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:22 smithi050 ceph-mon[92315]: purged_snaps scrub ok 2023-09-30T13:58:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:22 smithi050 ceph-mon[92315]: osd.7 [v2:172.21.15.50:6826/3092527020,v1:172.21.15.50:6827/3092527020] boot 2023-09-30T13:58:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:22 smithi050 ceph-mon[92315]: osdmap e32: 8 total, 8 up, 8 in 2023-09-30T13:58:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:22 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/3640440795' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:58:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:22.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:22 smithi172 ceph-mon[103696]: purged_snaps scrub starts 2023-09-30T13:58:22.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:22 smithi172 ceph-mon[103696]: purged_snaps scrub ok 2023-09-30T13:58:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:22 smithi172 ceph-mon[103696]: osd.7 [v2:172.21.15.50:6826/3092527020,v1:172.21.15.50:6827/3092527020] boot 2023-09-30T13:58:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:22 smithi172 ceph-mon[103696]: osdmap e32: 8 total, 8 up, 8 in 2023-09-30T13:58:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T13:58:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:22 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/3640440795' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T13:58:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:23.023 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:58:23.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:23 smithi172 ceph-mon[103696]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail; 5.4 KiB/s rd, 261 KiB/s wr, 17 op/s 2023-09-30T13:58:23.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:23 smithi172 ceph-mon[103696]: osdmap e33: 8 total, 8 up, 8 in 2023-09-30T13:58:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:23 smithi050 ceph-mon[92315]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail; 5.4 KiB/s rd, 261 KiB/s wr, 17 op/s 2023-09-30T13:58:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:23 smithi050 ceph-mon[92315]: osdmap e33: 8 total, 8 up, 8 in 2023-09-30T13:58:24.429 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:58:24.429 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":34,"fsid":"b49c2858-5f98-11ee-8db5-212e2dc638e7","created":"2023-09-30T13:54:29.076742+0000","modified":"2023-09-30T13:58:23.451548+0000","last_up_change":"2023-09-30T13:58:21.443643+0000","last_in_change":"2023-09-30T13:57:46.735687+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-09-30T13:58:08.201286+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":"25","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":"763da995-edc2-40df-bcfa-c7827274e650","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6800","nonce":228538752},{"type":"v1","addr":"172.21.15.172:6801","nonce":228538752}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6802","nonce":228538752},{"type":"v1","addr":"172.21.15.172:6803","nonce":228538752}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6806","nonce":228538752},{"type":"v1","addr":"172.21.15.172:6807","nonce":228538752}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6804","nonce":228538752},{"type":"v1","addr":"172.21.15.172:6805","nonce":228538752}]},"public_addr":"172.21.15.172:6801/228538752","cluster_addr":"172.21.15.172:6803/228538752","heartbeat_back_addr":"172.21.15.172:6807/228538752","heartbeat_front_addr":"172.21.15.172:6805/228538752","state":["exists","up"]},{"osd":1,"uuid":"fd7eef8e-fcf1-4a2f-96ca-fc9487d08faa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6802","nonce":2792729603},{"type":"v1","addr":"172.21.15.50:6803","nonce":2792729603}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6804","nonce":2792729603},{"type":"v1","addr":"172.21.15.50:6805","nonce":2792729603}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6808","nonce":2792729603},{"type":"v1","addr":"172.21.15.50:6809","nonce":2792729603}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6806","nonce":2792729603},{"type":"v1","addr":"172.21.15.50:6807","nonce":2792729603}]},"public_addr":"172.21.15.50:6803/2792729603","cluster_addr":"172.21.15.50:6805/2792729603","heartbeat_back_addr":"172.21.15.50:6809/2792729603","heartbeat_front_addr":"172.21.15.50:6807/2792729603","state":["exists","up"]},{"osd":2,"uuid":"0452381a-dbc4-4bba-aca7-a35fc63f86b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6808","nonce":1172461965},{"type":"v1","addr":"172.21.15.172:6809","nonce":1172461965}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6810","nonce":1172461965},{"type":"v1","addr":"172.21.15.172:6811","nonce":1172461965}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6814","nonce":1172461965},{"type":"v1","addr":"172.21.15.172:6815","nonce":1172461965}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6812","nonce":1172461965},{"type":"v1","addr":"172.21.15.172:6813","nonce":1172461965}]},"public_addr":"172.21.15.172:6809/1172461965","cluster_addr":"172.21.15.172:6811/1172461965","heartbeat_back_addr":"172.21.15.172:6815/1172461965","heartbeat_front_addr":"172.21.15.172:6813/1172461965","state":["exists","up"]},{"osd":3,"uuid":"420bcb66-bc79-4cbd-9066-23ab49775d36","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6810","nonce":1021640981},{"type":"v1","addr":"172.21.15.50:6811","nonce":1021640981}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6812","nonce":1021640981},{"type":"v1","addr":"172.21.15.50:6813","nonce":1021640981}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6816","nonce":1021640981},{"type":"v1","addr":"172.21.15.50:6817","nonce":1021640981}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6814","nonce":1021640981},{"type":"v1","addr":"172.21.15.50:6815","nonce":1021640981}]},"public_addr":"172.21.15.50:6811/1021640981","cluster_addr":"172.21.15.50:6813/1021640981","heartbeat_back_addr":"172.21.15.50:6817/1021640981","heartbeat_front_addr":"172.21.15.50:6815/1021640981","state":["exists","up"]},{"osd":4,"uuid":"82725f9b-5cca-461c-b0a0-e59474e407db","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.172:6816","nonce":2620882075},{"type":"v1","addr":"172.21.15.172:6817","nonce":2620882075}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6818","nonce":2620882075},{"type":"v1","addr":"172.21.15.172:6819","nonce":2620882075}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6822","nonce":2620882075},{"type":"v1","addr":"172.21.15.172:6823","nonce":2620882075}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6820","nonce":2620882075},{"type":"v1","addr":"172.21.15.172:6821","nonce":2620882075}]},"public_addr":"172.21.15.172:6817/2620882075","cluster_addr":"172.21.15.172:6819/2620882075","heartbeat_back_addr":"172.21.15.172:6823/2620882075","heartbeat_front_addr":"172.21.15.172:6821/2620882075","state":["exists","up"]},{"osd":5,"uuid":"b5d6b7ae-fb91-4d04-a7e6-b4ce9e372ab3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6818","nonce":2702191590},{"type":"v1","addr":"172.21.15.50:6819","nonce":2702191590}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6820","nonce":2702191590},{"type":"v1","addr":"172.21.15.50:6821","nonce":2702191590}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6824","nonce":2702191590},{"type":"v1","addr":"172.21.15.50:6825","nonce":2702191590}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6822","nonce":2702191590},{"type":"v1","addr":"172.21.15.50:6823","nonce":2702191590}]},"public_addr":"172.21.15.50:6819/2702191590","cluster_addr":"172.21.15.50:6821/2702191590","heartbeat_back_addr":"172.21.15.50:6825/2702191590","heartbeat_front_addr":"172.21.15.50:6823/2702191590","state":["exists","up"]},{"osd":6,"uuid":"5b820657-83c6-486e-aa8b-eddde51fcdf1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6824","nonce":1554185035},{"type":"v1","addr":"172.21.15.172:6825","nonce":1554185035}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6826","nonce":1554185035},{"type":"v1","addr":"172.21.15.172:6827","nonce":1554185035}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6830","nonce":1554185035},{"type":"v1","addr":"172.21.15.172:6831","nonce":1554185035}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6828","nonce":1554185035},{"type":"v1","addr":"172.21.15.172:6829","nonce":1554185035}]},"public_addr":"172.21.15.172:6825/1554185035","cluster_addr":"172.21.15.172:6827/1554185035","heartbeat_back_addr":"172.21.15.172:6831/1554185035","heartbeat_front_addr":"172.21.15.172:6829/1554185035","state":["exists","up"]},{"osd":7,"uuid":"0a6b82d5-4b49-45b5-acd6-3f33a8e8fde9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6826","nonce":3092527020},{"type":"v1","addr":"172.21.15.50:6827","nonce":3092527020}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6828","nonce":3092527020},{"type":"v1","addr":"172.21.15.50:6829","nonce":3092527020}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6832","nonce":3092527020},{"type":"v1","addr":"172.21.15.50:6833","nonce":3092527020}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6830","nonce":3092527020},{"type":"v1","addr":"172.21.15.50:6831","nonce":3092527020}]},"public_addr":"172.21.15.50:6827/3092527020","cluster_addr":"172.21.15.50:6829/3092527020","heartbeat_back_addr":"172.21.15.50:6833/3092527020","heartbeat_front_addr":"172.21.15.50:6831/3092527020","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T13:58:00.207123+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-09-30T13:58:02.896727+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-09-30T13:58:04.718403+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-09-30T13:58:08.136416+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-09-30T13:58:09.240407+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-09-30T13:58:14.074062+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-09-30T13:58:13.578003+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-09-30T13:58:19.543908+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[{"pgid":"1.0","osds":[0,3]}],"primary_temp":[],"blocklist":{"172.21.15.50:6801/271722176":"2023-10-01T13:56:33.667860+0000","172.21.15.50:0/4172169591":"2023-10-01T13:55:33.409340+0000","172.21.15.50:0/1920092580":"2023-10-01T13:56:33.667860+0000","172.21.15.50:6801/4263558197":"2023-10-01T13:55:33.409340+0000","172.21.15.50:6800/271722176":"2023-10-01T13:56:33.667860+0000","172.21.15.50:0/44472173":"2023-10-01T13:56:33.667860+0000","172.21.15.50:6800/4263558197":"2023-10-01T13:55:33.409340+0000","172.21.15.50:6801/528764171":"2023-10-01T13:54:59.391618+0000","172.21.15.50:0/2609510825":"2023-10-01T13:56:33.667860+0000","172.21.15.50:0/3845055626":"2023-10-01T13:55:33.409340+0000","172.21.15.50:6800/528764171":"2023-10-01T13:54:59.391618+0000","172.21.15.50:0/8486612":"2023-10-01T13:54:59.391618+0000","172.21.15.50:0/3965661483":"2023-10-01T13:55:33.409340+0000","172.21.15.50:0/2714078570":"2023-10-01T13:54:59.391618+0000","172.21.15.50:0/2851540700":"2023-10-01T13:54:59.391618+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-09-30T13:58:24.786 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:24 smithi050 ceph-mon[92315]: osdmap e34: 8 total, 8 up, 8 in 2023-09-30T13:58:24.787 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:24 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/509085757' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T13:58:24.788 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-09-30T13:58:08.201286+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': '25', '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-09-30T13:58:24.788 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph osd pool get .mgr pg_num 2023-09-30T13:58:24.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:24 smithi172 ceph-mon[103696]: osdmap e34: 8 total, 8 up, 8 in 2023-09-30T13:58:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:24 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/509085757' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T13:58:25.373 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:58:25.751 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:25 smithi172 ceph-mon[103696]: pgmap v77: 1 pgs: 1 remapped; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 21 op/s 2023-09-30T13:58:25.751 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:25 smithi172 ceph-mon[103696]: osdmap e35: 8 total, 8 up, 8 in 2023-09-30T13:58:25.751 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:25.752 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:25.758 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:25 smithi050 ceph-mon[92315]: pgmap v77: 1 pgs: 1 remapped; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 21 op/s 2023-09-30T13:58:25.758 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:25 smithi050 ceph-mon[92315]: osdmap e35: 8 total, 8 up, 8 in 2023-09-30T13:58:25.758 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:25.758 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:26.668 INFO:teuthology.orchestra.run.smithi050.stdout:pg_num: 1 2023-09-30T13:58:26.723 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:26 smithi050 ceph-mon[92315]: osdmap e36: 8 total, 8 up, 8 in 2023-09-30T13:58:26.725 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:26.725 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:26.726 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T13:58:26.726 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T13:58:26.726 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T13:58:26.726 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T13:58:26.726 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:26.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:26 smithi172 ceph-mon[103696]: osdmap e36: 8 total, 8 up, 8 in 2023-09-30T13:58:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T13:58:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T13:58:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T13:58:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T13:58:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:27.236 INFO:tasks.cephadm:Setting up client nodes... 2023-09-30T13:58:27.236 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-09-30T13:58:27.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:27 smithi050 ceph-mon[92315]: pgmap v80: 1 pgs: 1 remapped; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:58:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:27 smithi050 ceph-mon[92315]: Detected new or changed devices on smithi172 2023-09-30T13:58:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:27 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi172 to 3748M 2023-09-30T13:58:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:27 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/2073757179' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-30T13:58:27.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:27 smithi172 ceph-mon[103696]: pgmap v80: 1 pgs: 1 remapped; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:58:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:27 smithi172 ceph-mon[103696]: Detected new or changed devices on smithi172 2023-09-30T13:58:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:27 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi172 to 3748M 2023-09-30T13:58:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:27 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/2073757179' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-30T13:58:27.889 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:58:29.389 INFO:teuthology.orchestra.run.smithi050.stdout:[client.0] 2023-09-30T13:58:29.389 INFO:teuthology.orchestra.run.smithi050.stdout: key = AQCFKRhlmugmFxAApBaGS63WSuU1IEXXd9rXyw== 2023-09-30T13:58:29.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:29 smithi050 ceph-mon[92315]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 110 KiB/s, 0 objects/s recovering 2023-09-30T13:58:29.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:29 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/3530387814' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-30T13:58:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:29 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/3530387814' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-30T13:58:29.847 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-09-30T13:58:29.848 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-09-30T13:58:29.848 DEBUG:teuthology.orchestra.run.smithi050:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-09-30T13:58:29.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:29 smithi172 ceph-mon[103696]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 110 KiB/s, 0 objects/s recovering 2023-09-30T13:58:29.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:29 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/3530387814' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-30T13:58:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:29 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/3530387814' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-30T13:58:29.891 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-09-30T13:58:30.505 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi172/config 2023-09-30T13:58:30.796 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:30 smithi050 ceph-mon[92315]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 92 KiB/s, 0 objects/s recovering 2023-09-30T13:58:30.796 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:30 smithi050 ceph-mon[92315]: Detected new or changed devices on smithi050 2023-09-30T13:58:30.796 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:30.796 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:30.796 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T13:58:30.797 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T13:58:30.797 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T13:58:30.797 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T13:58:30.797 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:30 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 2981M 2023-09-30T13:58:30.797 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:30.797 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:58:30.797 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T13:58:30.797 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:30.797 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T13:58:30.797 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T13:58:30.797 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:58:30.797 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T13:58:30.798 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:58:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:30 smithi172 ceph-mon[103696]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 92 KiB/s, 0 objects/s recovering 2023-09-30T13:58:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:30 smithi172 ceph-mon[103696]: Detected new or changed devices on smithi050 2023-09-30T13:58:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T13:58:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T13:58:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T13:58:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T13:58:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:30 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 2981M 2023-09-30T13:58:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:30.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:58:30.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T13:58:30.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:30.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T13:58:30.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T13:58:30.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:58:30.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T13:58:30.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:58:32.445 INFO:teuthology.orchestra.run.smithi172.stdout:[client.1] 2023-09-30T13:58:32.445 INFO:teuthology.orchestra.run.smithi172.stdout: key = AQCIKRhlaCdkGhAAol4A79TMQ2oH4mERl3IPeQ== 2023-09-30T13:58:32.724 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:32 smithi172 ceph-mon[103696]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-09-30T13:58:32.724 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:32 smithi172 ceph-mon[103696]: from='client.? 172.21.15.172:0/3858824756' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-30T13:58:32.724 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:32 smithi172 ceph-mon[103696]: from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-30T13:58:33.015 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:32 smithi172 ceph-mon[103696]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-30T13:58:33.017 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-09-30T13:58:33.017 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-09-30T13:58:33.017 DEBUG:teuthology.orchestra.run.smithi172:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-09-30T13:58:33.065 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-09-30T13:58:33.065 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-09-30T13:58:33.065 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph mgr dump --format=json 2023-09-30T13:58:33.093 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:32 smithi050 ceph-mon[92315]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-09-30T13:58:33.093 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:32 smithi050 ceph-mon[92315]: from='client.? 172.21.15.172:0/3858824756' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-30T13:58:33.093 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:32 smithi050 ceph-mon[92315]: from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-30T13:58:33.093 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:32 smithi050 ceph-mon[92315]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-30T13:58:33.782 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:58:34.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T13:58:34.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T13:58:35.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:35 smithi050 ceph-mon[92315]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 62 KiB/s, 0 objects/s recovering 2023-09-30T13:58:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:35 smithi172 ceph-mon[103696]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 62 KiB/s, 0 objects/s recovering 2023-09-30T13:58:35.881 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:58:36.525 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":19,"active_gid":14211,"active_name":"smithi050.rphaie","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6800","nonce":1306331162},{"type":"v1","addr":"172.21.15.50:6801","nonce":1306331162}]},"active_addr":"172.21.15.50:6801/1306331162","active_change":"2023-09-30T13:56:33.667969+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":14232,"name":"smithi172.adrlvg","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":[]},"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":[]},"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.50:8443/","prometheus":"http://172.21.15.50: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.50:0","nonce":1802333191}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.50:0","nonce":2195073998}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.50:0","nonce":202099361}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.50:0","nonce":908445306}]}]} 2023-09-30T13:58:36.530 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-09-30T13:58:36.530 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-09-30T13:58:36.530 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph osd dump --format=json 2023-09-30T13:58:36.762 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:36 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/3449524792' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-09-30T13:58:36.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:36 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/3449524792' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-09-30T13:58:37.280 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:58:37.773 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:37 smithi050 ceph-mon[92315]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-09-30T13:58:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:37 smithi172 ceph-mon[103696]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-09-30T13:58:38.928 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:58:38.928 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":36,"fsid":"b49c2858-5f98-11ee-8db5-212e2dc638e7","created":"2023-09-30T13:54:29.076742+0000","modified":"2023-09-30T13:58:25.462442+0000","last_up_change":"2023-09-30T13:58:21.443643+0000","last_in_change":"2023-09-30T13:57:46.735687+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-09-30T13:58:08.201286+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":"25","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":"763da995-edc2-40df-bcfa-c7827274e650","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6800","nonce":228538752},{"type":"v1","addr":"172.21.15.172:6801","nonce":228538752}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6802","nonce":228538752},{"type":"v1","addr":"172.21.15.172:6803","nonce":228538752}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6806","nonce":228538752},{"type":"v1","addr":"172.21.15.172:6807","nonce":228538752}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6804","nonce":228538752},{"type":"v1","addr":"172.21.15.172:6805","nonce":228538752}]},"public_addr":"172.21.15.172:6801/228538752","cluster_addr":"172.21.15.172:6803/228538752","heartbeat_back_addr":"172.21.15.172:6807/228538752","heartbeat_front_addr":"172.21.15.172:6805/228538752","state":["exists","up"]},{"osd":1,"uuid":"fd7eef8e-fcf1-4a2f-96ca-fc9487d08faa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6802","nonce":2792729603},{"type":"v1","addr":"172.21.15.50:6803","nonce":2792729603}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6804","nonce":2792729603},{"type":"v1","addr":"172.21.15.50:6805","nonce":2792729603}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6808","nonce":2792729603},{"type":"v1","addr":"172.21.15.50:6809","nonce":2792729603}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6806","nonce":2792729603},{"type":"v1","addr":"172.21.15.50:6807","nonce":2792729603}]},"public_addr":"172.21.15.50:6803/2792729603","cluster_addr":"172.21.15.50:6805/2792729603","heartbeat_back_addr":"172.21.15.50:6809/2792729603","heartbeat_front_addr":"172.21.15.50:6807/2792729603","state":["exists","up"]},{"osd":2,"uuid":"0452381a-dbc4-4bba-aca7-a35fc63f86b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6808","nonce":1172461965},{"type":"v1","addr":"172.21.15.172:6809","nonce":1172461965}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6810","nonce":1172461965},{"type":"v1","addr":"172.21.15.172:6811","nonce":1172461965}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6814","nonce":1172461965},{"type":"v1","addr":"172.21.15.172:6815","nonce":1172461965}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6812","nonce":1172461965},{"type":"v1","addr":"172.21.15.172:6813","nonce":1172461965}]},"public_addr":"172.21.15.172:6809/1172461965","cluster_addr":"172.21.15.172:6811/1172461965","heartbeat_back_addr":"172.21.15.172:6815/1172461965","heartbeat_front_addr":"172.21.15.172:6813/1172461965","state":["exists","up"]},{"osd":3,"uuid":"420bcb66-bc79-4cbd-9066-23ab49775d36","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6810","nonce":1021640981},{"type":"v1","addr":"172.21.15.50:6811","nonce":1021640981}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6812","nonce":1021640981},{"type":"v1","addr":"172.21.15.50:6813","nonce":1021640981}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6816","nonce":1021640981},{"type":"v1","addr":"172.21.15.50:6817","nonce":1021640981}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6814","nonce":1021640981},{"type":"v1","addr":"172.21.15.50:6815","nonce":1021640981}]},"public_addr":"172.21.15.50:6811/1021640981","cluster_addr":"172.21.15.50:6813/1021640981","heartbeat_back_addr":"172.21.15.50:6817/1021640981","heartbeat_front_addr":"172.21.15.50:6815/1021640981","state":["exists","up"]},{"osd":4,"uuid":"82725f9b-5cca-461c-b0a0-e59474e407db","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.172:6816","nonce":2620882075},{"type":"v1","addr":"172.21.15.172:6817","nonce":2620882075}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6818","nonce":2620882075},{"type":"v1","addr":"172.21.15.172:6819","nonce":2620882075}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6822","nonce":2620882075},{"type":"v1","addr":"172.21.15.172:6823","nonce":2620882075}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6820","nonce":2620882075},{"type":"v1","addr":"172.21.15.172:6821","nonce":2620882075}]},"public_addr":"172.21.15.172:6817/2620882075","cluster_addr":"172.21.15.172:6819/2620882075","heartbeat_back_addr":"172.21.15.172:6823/2620882075","heartbeat_front_addr":"172.21.15.172:6821/2620882075","state":["exists","up"]},{"osd":5,"uuid":"b5d6b7ae-fb91-4d04-a7e6-b4ce9e372ab3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6818","nonce":2702191590},{"type":"v1","addr":"172.21.15.50:6819","nonce":2702191590}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6820","nonce":2702191590},{"type":"v1","addr":"172.21.15.50:6821","nonce":2702191590}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6824","nonce":2702191590},{"type":"v1","addr":"172.21.15.50:6825","nonce":2702191590}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6822","nonce":2702191590},{"type":"v1","addr":"172.21.15.50:6823","nonce":2702191590}]},"public_addr":"172.21.15.50:6819/2702191590","cluster_addr":"172.21.15.50:6821/2702191590","heartbeat_back_addr":"172.21.15.50:6825/2702191590","heartbeat_front_addr":"172.21.15.50:6823/2702191590","state":["exists","up"]},{"osd":6,"uuid":"5b820657-83c6-486e-aa8b-eddde51fcdf1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6824","nonce":1554185035},{"type":"v1","addr":"172.21.15.172:6825","nonce":1554185035}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6826","nonce":1554185035},{"type":"v1","addr":"172.21.15.172:6827","nonce":1554185035}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6830","nonce":1554185035},{"type":"v1","addr":"172.21.15.172:6831","nonce":1554185035}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6828","nonce":1554185035},{"type":"v1","addr":"172.21.15.172:6829","nonce":1554185035}]},"public_addr":"172.21.15.172:6825/1554185035","cluster_addr":"172.21.15.172:6827/1554185035","heartbeat_back_addr":"172.21.15.172:6831/1554185035","heartbeat_front_addr":"172.21.15.172:6829/1554185035","state":["exists","up"]},{"osd":7,"uuid":"0a6b82d5-4b49-45b5-acd6-3f33a8e8fde9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6826","nonce":3092527020},{"type":"v1","addr":"172.21.15.50:6827","nonce":3092527020}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6828","nonce":3092527020},{"type":"v1","addr":"172.21.15.50:6829","nonce":3092527020}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6832","nonce":3092527020},{"type":"v1","addr":"172.21.15.50:6833","nonce":3092527020}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6830","nonce":3092527020},{"type":"v1","addr":"172.21.15.50:6831","nonce":3092527020}]},"public_addr":"172.21.15.50:6827/3092527020","cluster_addr":"172.21.15.50:6829/3092527020","heartbeat_back_addr":"172.21.15.50:6833/3092527020","heartbeat_front_addr":"172.21.15.50:6831/3092527020","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T13:58:00.207123+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-09-30T13:58:02.896727+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-09-30T13:58:04.718403+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-09-30T13:58:08.136416+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-09-30T13:58:09.240407+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-09-30T13:58:14.074062+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-09-30T13:58:13.578003+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-09-30T13:58:19.543908+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.50:6801/271722176":"2023-10-01T13:56:33.667860+0000","172.21.15.50:0/4172169591":"2023-10-01T13:55:33.409340+0000","172.21.15.50:0/1920092580":"2023-10-01T13:56:33.667860+0000","172.21.15.50:6801/4263558197":"2023-10-01T13:55:33.409340+0000","172.21.15.50:6800/271722176":"2023-10-01T13:56:33.667860+0000","172.21.15.50:0/44472173":"2023-10-01T13:56:33.667860+0000","172.21.15.50:6800/4263558197":"2023-10-01T13:55:33.409340+0000","172.21.15.50:6801/528764171":"2023-10-01T13:54:59.391618+0000","172.21.15.50:0/2609510825":"2023-10-01T13:56:33.667860+0000","172.21.15.50:0/3845055626":"2023-10-01T13:55:33.409340+0000","172.21.15.50:6800/528764171":"2023-10-01T13:54:59.391618+0000","172.21.15.50:0/8486612":"2023-10-01T13:54:59.391618+0000","172.21.15.50:0/3965661483":"2023-10-01T13:55:33.409340+0000","172.21.15.50:0/2714078570":"2023-10-01T13:54:59.391618+0000","172.21.15.50:0/2851540700":"2023-10-01T13:54:59.391618+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-09-30T13:58:39.291 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-09-30T13:58:39.291 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph osd dump --format=json 2023-09-30T13:58:39.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:39 smithi050 ceph-mon[92315]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2023-09-30T13:58:39.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:39 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/491017257' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T13:58:39.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:39 smithi172 ceph-mon[103696]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2023-09-30T13:58:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:58:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:39 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/491017257' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T13:58:39.860 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:58:41.250 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:58:41.251 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":36,"fsid":"b49c2858-5f98-11ee-8db5-212e2dc638e7","created":"2023-09-30T13:54:29.076742+0000","modified":"2023-09-30T13:58:25.462442+0000","last_up_change":"2023-09-30T13:58:21.443643+0000","last_in_change":"2023-09-30T13:57:46.735687+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-09-30T13:58:08.201286+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":"25","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":"763da995-edc2-40df-bcfa-c7827274e650","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6800","nonce":228538752},{"type":"v1","addr":"172.21.15.172:6801","nonce":228538752}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6802","nonce":228538752},{"type":"v1","addr":"172.21.15.172:6803","nonce":228538752}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6806","nonce":228538752},{"type":"v1","addr":"172.21.15.172:6807","nonce":228538752}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6804","nonce":228538752},{"type":"v1","addr":"172.21.15.172:6805","nonce":228538752}]},"public_addr":"172.21.15.172:6801/228538752","cluster_addr":"172.21.15.172:6803/228538752","heartbeat_back_addr":"172.21.15.172:6807/228538752","heartbeat_front_addr":"172.21.15.172:6805/228538752","state":["exists","up"]},{"osd":1,"uuid":"fd7eef8e-fcf1-4a2f-96ca-fc9487d08faa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6802","nonce":2792729603},{"type":"v1","addr":"172.21.15.50:6803","nonce":2792729603}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6804","nonce":2792729603},{"type":"v1","addr":"172.21.15.50:6805","nonce":2792729603}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6808","nonce":2792729603},{"type":"v1","addr":"172.21.15.50:6809","nonce":2792729603}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6806","nonce":2792729603},{"type":"v1","addr":"172.21.15.50:6807","nonce":2792729603}]},"public_addr":"172.21.15.50:6803/2792729603","cluster_addr":"172.21.15.50:6805/2792729603","heartbeat_back_addr":"172.21.15.50:6809/2792729603","heartbeat_front_addr":"172.21.15.50:6807/2792729603","state":["exists","up"]},{"osd":2,"uuid":"0452381a-dbc4-4bba-aca7-a35fc63f86b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6808","nonce":1172461965},{"type":"v1","addr":"172.21.15.172:6809","nonce":1172461965}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6810","nonce":1172461965},{"type":"v1","addr":"172.21.15.172:6811","nonce":1172461965}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6814","nonce":1172461965},{"type":"v1","addr":"172.21.15.172:6815","nonce":1172461965}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6812","nonce":1172461965},{"type":"v1","addr":"172.21.15.172:6813","nonce":1172461965}]},"public_addr":"172.21.15.172:6809/1172461965","cluster_addr":"172.21.15.172:6811/1172461965","heartbeat_back_addr":"172.21.15.172:6815/1172461965","heartbeat_front_addr":"172.21.15.172:6813/1172461965","state":["exists","up"]},{"osd":3,"uuid":"420bcb66-bc79-4cbd-9066-23ab49775d36","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6810","nonce":1021640981},{"type":"v1","addr":"172.21.15.50:6811","nonce":1021640981}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6812","nonce":1021640981},{"type":"v1","addr":"172.21.15.50:6813","nonce":1021640981}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6816","nonce":1021640981},{"type":"v1","addr":"172.21.15.50:6817","nonce":1021640981}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6814","nonce":1021640981},{"type":"v1","addr":"172.21.15.50:6815","nonce":1021640981}]},"public_addr":"172.21.15.50:6811/1021640981","cluster_addr":"172.21.15.50:6813/1021640981","heartbeat_back_addr":"172.21.15.50:6817/1021640981","heartbeat_front_addr":"172.21.15.50:6815/1021640981","state":["exists","up"]},{"osd":4,"uuid":"82725f9b-5cca-461c-b0a0-e59474e407db","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.172:6816","nonce":2620882075},{"type":"v1","addr":"172.21.15.172:6817","nonce":2620882075}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6818","nonce":2620882075},{"type":"v1","addr":"172.21.15.172:6819","nonce":2620882075}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6822","nonce":2620882075},{"type":"v1","addr":"172.21.15.172:6823","nonce":2620882075}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6820","nonce":2620882075},{"type":"v1","addr":"172.21.15.172:6821","nonce":2620882075}]},"public_addr":"172.21.15.172:6817/2620882075","cluster_addr":"172.21.15.172:6819/2620882075","heartbeat_back_addr":"172.21.15.172:6823/2620882075","heartbeat_front_addr":"172.21.15.172:6821/2620882075","state":["exists","up"]},{"osd":5,"uuid":"b5d6b7ae-fb91-4d04-a7e6-b4ce9e372ab3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6818","nonce":2702191590},{"type":"v1","addr":"172.21.15.50:6819","nonce":2702191590}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6820","nonce":2702191590},{"type":"v1","addr":"172.21.15.50:6821","nonce":2702191590}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6824","nonce":2702191590},{"type":"v1","addr":"172.21.15.50:6825","nonce":2702191590}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6822","nonce":2702191590},{"type":"v1","addr":"172.21.15.50:6823","nonce":2702191590}]},"public_addr":"172.21.15.50:6819/2702191590","cluster_addr":"172.21.15.50:6821/2702191590","heartbeat_back_addr":"172.21.15.50:6825/2702191590","heartbeat_front_addr":"172.21.15.50:6823/2702191590","state":["exists","up"]},{"osd":6,"uuid":"5b820657-83c6-486e-aa8b-eddde51fcdf1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6824","nonce":1554185035},{"type":"v1","addr":"172.21.15.172:6825","nonce":1554185035}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6826","nonce":1554185035},{"type":"v1","addr":"172.21.15.172:6827","nonce":1554185035}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6830","nonce":1554185035},{"type":"v1","addr":"172.21.15.172:6831","nonce":1554185035}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6828","nonce":1554185035},{"type":"v1","addr":"172.21.15.172:6829","nonce":1554185035}]},"public_addr":"172.21.15.172:6825/1554185035","cluster_addr":"172.21.15.172:6827/1554185035","heartbeat_back_addr":"172.21.15.172:6831/1554185035","heartbeat_front_addr":"172.21.15.172:6829/1554185035","state":["exists","up"]},{"osd":7,"uuid":"0a6b82d5-4b49-45b5-acd6-3f33a8e8fde9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6826","nonce":3092527020},{"type":"v1","addr":"172.21.15.50:6827","nonce":3092527020}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6828","nonce":3092527020},{"type":"v1","addr":"172.21.15.50:6829","nonce":3092527020}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6832","nonce":3092527020},{"type":"v1","addr":"172.21.15.50:6833","nonce":3092527020}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6830","nonce":3092527020},{"type":"v1","addr":"172.21.15.50:6831","nonce":3092527020}]},"public_addr":"172.21.15.50:6827/3092527020","cluster_addr":"172.21.15.50:6829/3092527020","heartbeat_back_addr":"172.21.15.50:6833/3092527020","heartbeat_front_addr":"172.21.15.50:6831/3092527020","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T13:58:00.207123+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-09-30T13:58:02.896727+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-09-30T13:58:04.718403+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-09-30T13:58:08.136416+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-09-30T13:58:09.240407+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-09-30T13:58:14.074062+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-09-30T13:58:13.578003+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-09-30T13:58:19.543908+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.50:6801/271722176":"2023-10-01T13:56:33.667860+0000","172.21.15.50:0/4172169591":"2023-10-01T13:55:33.409340+0000","172.21.15.50:0/1920092580":"2023-10-01T13:56:33.667860+0000","172.21.15.50:6801/4263558197":"2023-10-01T13:55:33.409340+0000","172.21.15.50:6800/271722176":"2023-10-01T13:56:33.667860+0000","172.21.15.50:0/44472173":"2023-10-01T13:56:33.667860+0000","172.21.15.50:6800/4263558197":"2023-10-01T13:55:33.409340+0000","172.21.15.50:6801/528764171":"2023-10-01T13:54:59.391618+0000","172.21.15.50:0/2609510825":"2023-10-01T13:56:33.667860+0000","172.21.15.50:0/3845055626":"2023-10-01T13:55:33.409340+0000","172.21.15.50:6800/528764171":"2023-10-01T13:54:59.391618+0000","172.21.15.50:0/8486612":"2023-10-01T13:54:59.391618+0000","172.21.15.50:0/3965661483":"2023-10-01T13:55:33.409340+0000","172.21.15.50:0/2714078570":"2023-10-01T13:54:59.391618+0000","172.21.15.50:0/2851540700":"2023-10-01T13:54:59.391618+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-09-30T13:58:41.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:41 smithi050 ceph-mon[92315]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:58:41.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:41 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/2339174754' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T13:58:41.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:41 smithi172 ceph-mon[103696]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:58:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:41 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/2339174754' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T13:58:41.721 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-09-30T13:58:41.722 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-09-30T13:58:41.722 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-09-30T13:58:41.723 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-09-30T13:58:41.723 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-09-30T13:58:41.724 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-09-30T13:58:41.724 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-09-30T13:58:41.724 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-09-30T13:58:42.380 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:58:42.584 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:58:42.665 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:58:42.813 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:58:42.845 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:58:42.862 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:58:42.982 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:58:43.160 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:58:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:43 smithi050 ceph-mon[92315]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:58:43.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:43 smithi172 ceph-mon[103696]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:58:45.562 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:45 smithi050 ceph-mon[92315]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:58:45.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:45 smithi172 ceph-mon[103696]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:58:47.535 INFO:teuthology.orchestra.run.smithi050.stdout:85899345930 2023-09-30T13:58:47.536 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-09-30T13:58:47.752 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:47 smithi050 ceph-mon[92315]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:58:47.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:47 smithi172 ceph-mon[103696]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:58:48.284 INFO:teuthology.orchestra.run.smithi050.stdout:103079215114 2023-09-30T13:58:48.285 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-09-30T13:58:48.309 INFO:teuthology.orchestra.run.smithi050.stdout:81604378634 2023-09-30T13:58:48.310 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-09-30T13:58:48.505 INFO:teuthology.orchestra.run.smithi050.stdout:68719476747 2023-09-30T13:58:48.506 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-09-30T13:58:48.761 INFO:teuthology.orchestra.run.smithi050.stdout:137438953480 2023-09-30T13:58:48.761 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-09-30T13:58:49.772 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:49 smithi050 ceph-mon[92315]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:58:49.772 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T13:58:49.821 INFO:teuthology.orchestra.run.smithi050.stdout:98784247818 2023-09-30T13:58:49.822 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-09-30T13:58:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:49 smithi172 ceph-mon[103696]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:58:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T13:58:49.881 INFO:teuthology.orchestra.run.smithi050.stdout:120259084298 2023-09-30T13:58:49.881 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-09-30T13:58:49.946 INFO:teuthology.orchestra.run.smithi050.stdout:120259084298 2023-09-30T13:58:49.946 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-09-30T13:58:50.158 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:58:50.212 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:58:50.346 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:58:50.353 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:58:50.480 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:58:50.786 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:58:51.038 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:58:51.766 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:51 smithi050 ceph-mon[92315]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:58:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:51 smithi172 ceph-mon[103696]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:58:52.976 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:58:53.508 INFO:teuthology.orchestra.run.smithi050.stdout:137438953480 2023-09-30T13:58:53.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:53 smithi050 ceph-mon[92315]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:58:53.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:53 smithi172 ceph-mon[103696]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:58:53.923 INFO:teuthology.orchestra.run.smithi050.stdout:103079215115 2023-09-30T13:58:54.175 INFO:teuthology.orchestra.run.smithi050.stdout:85899345931 2023-09-30T13:58:54.357 INFO:teuthology.orchestra.run.smithi050.stdout:81604378635 2023-09-30T13:58:54.761 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:54 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/2229758755' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-09-30T13:58:54.761 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:54 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/3232556363' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-09-30T13:58:54.761 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:54 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/3568367628' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-09-30T13:58:54.761 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:54 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/3264287790' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-09-30T13:58:54.762 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953480 got 137438953480 for osd.7 2023-09-30T13:58:54.762 DEBUG:teuthology.parallel:result is None 2023-09-30T13:58:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:54 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/2229758755' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-09-30T13:58:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:54 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/3232556363' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-09-30T13:58:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:54 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/3568367628' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-09-30T13:58:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:54 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/3264287790' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-09-30T13:58:54.966 INFO:teuthology.orchestra.run.smithi050.stdout:68719476748 2023-09-30T13:58:55.225 INFO:teuthology.orchestra.run.smithi050.stdout:98784247819 2023-09-30T13:58:55.447 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378634 got 81604378635 for osd.1 2023-09-30T13:58:55.447 DEBUG:teuthology.parallel:result is None 2023-09-30T13:58:55.718 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:55 smithi050 ceph-mon[92315]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:58:55.718 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:55 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/1229298610' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-09-30T13:58:55.719 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:55 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/2482357307' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-09-30T13:58:55.739 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476747 got 68719476748 for osd.0 2023-09-30T13:58:55.740 DEBUG:teuthology.parallel:result is None 2023-09-30T13:58:55.855 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247818 got 98784247819 for osd.3 2023-09-30T13:58:55.855 DEBUG:teuthology.parallel:result is None 2023-09-30T13:58:55.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:55 smithi172 ceph-mon[103696]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:58:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:55 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/1229298610' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-09-30T13:58:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:55 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/2482357307' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-09-30T13:58:56.340 INFO:teuthology.orchestra.run.smithi050.stdout:120259084299 2023-09-30T13:58:56.391 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215114 got 103079215115 for osd.4 2023-09-30T13:58:56.392 DEBUG:teuthology.parallel:result is None 2023-09-30T13:58:56.624 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:56 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/1279420635' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-09-30T13:58:56.625 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345930 got 85899345931 for osd.2 2023-09-30T13:58:56.626 DEBUG:teuthology.parallel:result is None 2023-09-30T13:58:56.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:56 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/1279420635' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-09-30T13:58:56.944 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084298 got 120259084299 for osd.5 2023-09-30T13:58:56.944 DEBUG:teuthology.parallel:result is None 2023-09-30T13:58:56.963 INFO:teuthology.orchestra.run.smithi050.stdout:120259084299 2023-09-30T13:58:57.290 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084298 got 120259084299 for osd.6 2023-09-30T13:58:57.290 DEBUG:teuthology.parallel:result is None 2023-09-30T13:58:57.290 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-09-30T13:58:57.291 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph pg dump --format=json 2023-09-30T13:58:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:57 smithi050 ceph-mon[92315]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:58:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:57 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/3186323642' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-09-30T13:58:57.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:57 smithi172 ceph-mon[103696]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:58:57.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:57 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/3186323642' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-09-30T13:58:57.898 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:58:59.313 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:58:59.315 INFO:teuthology.orchestra.run.smithi050.stderr:dumped all 2023-09-30T13:58:59.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:58:59 smithi050 ceph-mon[92315]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:58:59.666 INFO:teuthology.orchestra.run.smithi050.stdout:{"pg_ready":true,"pg_map":{"version":96,"stamp":"2023-09-30T13:58:57.694631+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":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"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":217,"ondisk_log_size":217,"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":220740,"kb_used_data":4556,"kb_used_omap":12,"kb_used_meta":216051,"kb_avail":749707708,"statfs":{"total":767926730752,"available":767700692992,"internally_reserved":0,"allocated":4665344,"data_stored":2913264,"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.002152"},"pg_stats":[{"pgid":"1.0","version":"28'217","reported_seq":297,"reported_epoch":36,"state":"active+clean","last_fresh":"2023-09-30T13:58:25.471578+0000","last_change":"2023-09-30T13:58:25.471306+0000","last_active":"2023-09-30T13:58:25.471578+0000","last_peered":"2023-09-30T13:58:25.471578+0000","last_clean":"2023-09-30T13:58:25.471578+0000","last_became_active":"2023-09-30T13:58:25.470875+0000","last_became_peered":"2023-09-30T13:58:25.470875+0000","last_unstale":"2023-09-30T13:58:25.471578+0000","last_undegraded":"2023-09-30T13:58:25.471578+0000","last_fullsized":"2023-09-30T13:58:25.471578+0000","mapping_epoch":35,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":36,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T13:58:08.464847+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T13:58:08.464847+0000","last_clean_scrub_stamp":"2023-09-30T13:58:08.464847+0000","objects_scrubbed":0,"log_size":217,"log_dups_size":0,"ondisk_log_size":217,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:52:50.207107+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":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"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":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"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":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":217,"ondisk_log_size":217,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":32,"seq":137438953482,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27952,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713104,"statfs":{"total":95990841344,"available":95962218496,"internally_reserved":0,"allocated":954368,"data_stored":733138,"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.749}]},{"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.56899999999999995}]},{"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.497}]},{"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.69699999999999995}]},{"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.626}]},{"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.64600000000000002}]},{"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.73099999999999998}]}]},{"osd":6,"up_from":28,"seq":120259084300,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27372,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713684,"statfs":{"total":95990841344,"available":95962812416,"internally_reserved":0,"allocated":360448,"data_stored":142770,"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.33300000000000002}]},{"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.44}]},{"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.39400000000000002}]},{"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.54100000000000004}]},{"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.52600000000000002}]},{"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.67900000000000005}]}]},{"osd":1,"up_from":19,"seq":81604378636,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27380,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713676,"statfs":{"total":95990841344,"available":95962804224,"internally_reserved":0,"allocated":360448,"data_stored":142770,"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.54300000000000004}]},{"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.71299999999999997}]},{"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.44900000000000001}]},{"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.67900000000000005}]},{"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.40699999999999997}]},{"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.69499999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48899999999999999}]}]},{"osd":0,"up_from":16,"seq":68719476749,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27952,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713104,"statfs":{"total":95990841344,"available":95962218496,"internally_reserved":0,"allocated":954368,"data_stored":733138,"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.39900000000000002}]},{"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.315}]},{"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":3.6619999999999999}]},{"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.42699999999999999}]},{"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.56299999999999994}]},{"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.57899999999999996}]},{"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.60999999999999999}]}]},{"osd":2,"up_from":20,"seq":85899345932,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27372,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713684,"statfs":{"total":95990841344,"available":95962812416,"internally_reserved":0,"allocated":360448,"data_stored":142770,"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.41099999999999998}]},{"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.60599999999999998}]},{"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.59399999999999997}]},{"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.48199999999999998}]},{"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.43099999999999999}]},{"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.55800000000000005}]},{"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.54100000000000004}]}]},{"osd":3,"up_from":23,"seq":98784247820,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27960,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713096,"statfs":{"total":95990841344,"available":95962210304,"internally_reserved":0,"allocated":954368,"data_stored":733138,"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.59399999999999997}]},{"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.56699999999999995}]},{"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.64500000000000002}]},{"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.61399999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69199999999999995}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.70299999999999996}]},{"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.85599999999999998}]}]},{"osd":4,"up_from":24,"seq":103079215116,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27380,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713676,"statfs":{"total":95990841344,"available":95962804224,"internally_reserved":0,"allocated":360448,"data_stored":142770,"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.505}]},{"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.45700000000000002}]},{"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.59399999999999997}]},{"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.56899999999999995}]},{"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.55000000000000004}]},{"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.628}]},{"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.68000000000000005}]}]},{"osd":5,"up_from":28,"seq":120259084300,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27372,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713684,"statfs":{"total":95990841344,"available":95962812416,"internally_reserved":0,"allocated":360448,"data_stored":142770,"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.66600000000000004}]},{"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.36299999999999999}]},{"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.76700000000000002}]},{"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.34899999999999998}]},{"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.67900000000000005}]},{"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.72699999999999998}]},{"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.52400000000000002}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":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-09-30T13:58:59.667 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph pg dump --format=json 2023-09-30T13:58:59.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:58:59 smithi172 ceph-mon[103696]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:00.234 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:59:00.718 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:00 smithi050 ceph-mon[92315]: from='client.14520 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T13:59:00.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:00 smithi172 ceph-mon[103696]: from='client.14520 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T13:59:01.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:01 smithi050 ceph-mon[92315]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:01.656 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:59:01.658 INFO:teuthology.orchestra.run.smithi050.stderr:dumped all 2023-09-30T13:59:01.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:01 smithi172 ceph-mon[103696]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:02.094 INFO:teuthology.orchestra.run.smithi050.stdout:{"pg_ready":true,"pg_map":{"version":97,"stamp":"2023-09-30T13:58:59.694937+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":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"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":217,"ondisk_log_size":217,"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":220740,"kb_used_data":4556,"kb_used_omap":12,"kb_used_meta":216051,"kb_avail":749707708,"statfs":{"total":767926730752,"available":767700692992,"internally_reserved":0,"allocated":4665344,"data_stored":2913264,"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.002130"},"pg_stats":[{"pgid":"1.0","version":"28'217","reported_seq":297,"reported_epoch":36,"state":"active+clean","last_fresh":"2023-09-30T13:58:25.471578+0000","last_change":"2023-09-30T13:58:25.471306+0000","last_active":"2023-09-30T13:58:25.471578+0000","last_peered":"2023-09-30T13:58:25.471578+0000","last_clean":"2023-09-30T13:58:25.471578+0000","last_became_active":"2023-09-30T13:58:25.470875+0000","last_became_peered":"2023-09-30T13:58:25.470875+0000","last_unstale":"2023-09-30T13:58:25.471578+0000","last_undegraded":"2023-09-30T13:58:25.471578+0000","last_fullsized":"2023-09-30T13:58:25.471578+0000","mapping_epoch":35,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":36,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T13:58:08.464847+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T13:58:08.464847+0000","last_clean_scrub_stamp":"2023-09-30T13:58:08.464847+0000","objects_scrubbed":0,"log_size":217,"log_dups_size":0,"ondisk_log_size":217,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:52:50.207107+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":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"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":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"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":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":217,"ondisk_log_size":217,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":32,"seq":137438953482,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27952,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713104,"statfs":{"total":95990841344,"available":95962218496,"internally_reserved":0,"allocated":954368,"data_stored":733138,"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.749}]},{"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.56899999999999995}]},{"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.497}]},{"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.69699999999999995}]},{"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.626}]},{"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.64600000000000002}]},{"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.73099999999999998}]}]},{"osd":6,"up_from":28,"seq":120259084300,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27372,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713684,"statfs":{"total":95990841344,"available":95962812416,"internally_reserved":0,"allocated":360448,"data_stored":142770,"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.33300000000000002}]},{"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.44}]},{"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.39400000000000002}]},{"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.54100000000000004}]},{"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.52600000000000002}]},{"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.67900000000000005}]}]},{"osd":1,"up_from":19,"seq":81604378636,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27380,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713676,"statfs":{"total":95990841344,"available":95962804224,"internally_reserved":0,"allocated":360448,"data_stored":142770,"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.54300000000000004}]},{"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.71299999999999997}]},{"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.44900000000000001}]},{"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.67900000000000005}]},{"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.40699999999999997}]},{"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.69499999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48899999999999999}]}]},{"osd":0,"up_from":16,"seq":68719476749,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27952,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713104,"statfs":{"total":95990841344,"available":95962218496,"internally_reserved":0,"allocated":954368,"data_stored":733138,"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.39900000000000002}]},{"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.315}]},{"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":3.6619999999999999}]},{"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.42699999999999999}]},{"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.56299999999999994}]},{"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.57899999999999996}]},{"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.60999999999999999}]}]},{"osd":2,"up_from":20,"seq":85899345932,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27372,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713684,"statfs":{"total":95990841344,"available":95962812416,"internally_reserved":0,"allocated":360448,"data_stored":142770,"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.41099999999999998}]},{"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.60599999999999998}]},{"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.59399999999999997}]},{"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.48199999999999998}]},{"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.43099999999999999}]},{"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.55800000000000005}]},{"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.54100000000000004}]}]},{"osd":3,"up_from":23,"seq":98784247821,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27960,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713096,"statfs":{"total":95990841344,"available":95962210304,"internally_reserved":0,"allocated":954368,"data_stored":733138,"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.78500000000000003}]},{"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.36699999999999999}]},{"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.57399999999999995}]},{"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.64900000000000002}]},{"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.45000000000000001}]},{"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.71599999999999997}]},{"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.52700000000000002}]}]},{"osd":4,"up_from":24,"seq":103079215116,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27380,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713676,"statfs":{"total":95990841344,"available":95962804224,"internally_reserved":0,"allocated":360448,"data_stored":142770,"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.505}]},{"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.45700000000000002}]},{"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.59399999999999997}]},{"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.56899999999999995}]},{"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.55000000000000004}]},{"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.628}]},{"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.68000000000000005}]}]},{"osd":5,"up_from":28,"seq":120259084300,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27372,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713684,"statfs":{"total":95990841344,"available":95962812416,"internally_reserved":0,"allocated":360448,"data_stored":142770,"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.66600000000000004}]},{"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.36299999999999999}]},{"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.76700000000000002}]},{"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.34899999999999998}]},{"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.67900000000000005}]},{"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.72699999999999998}]},{"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.52400000000000002}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":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-09-30T13:59:02.095 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-09-30T13:59:02.096 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-09-30T13:59:02.096 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-09-30T13:59:02.096 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph health --format=json 2023-09-30T13:59:02.663 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:59:03.749 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:03 smithi050 ceph-mon[92315]: from='client.14524 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T13:59:03.750 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:03 smithi050 ceph-mon[92315]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:03.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:03 smithi172 ceph-mon[103696]: from='client.14524 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T13:59:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:03 smithi172 ceph-mon[103696]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:03.995 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:59:03.995 INFO:teuthology.orchestra.run.smithi050.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-09-30T13:59:04.415 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-09-30T13:59:04.416 INFO:tasks.cephadm:Setup complete, yielding 2023-09-30T13:59:04.416 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-30T13:59:04.425 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi050.front.sepia.ceph.com 2023-09-30T13:59:04.425 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch status' 2023-09-30T13:59:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T13:59:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:04 smithi050 ceph-mon[92315]: from='client.? 172.21.15.50:0/25095758' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T13:59:04.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T13:59:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:04 smithi172 ceph-mon[103696]: from='client.? 172.21.15.50:0/25095758' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T13:59:04.988 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:59:05.735 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:05 smithi050 ceph-mon[92315]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:05.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:05 smithi172 ceph-mon[103696]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:06.448 INFO:teuthology.orchestra.run.smithi050.stdout:Backend: cephadm 2023-09-30T13:59:06.448 INFO:teuthology.orchestra.run.smithi050.stdout:Available: Yes 2023-09-30T13:59:06.448 INFO:teuthology.orchestra.run.smithi050.stdout:Paused: No 2023-09-30T13:59:06.850 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-09-30T13:59:07.414 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:59:07.803 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:07 smithi050 ceph-mon[92315]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:07.803 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:07 smithi050 ceph-mon[92315]: from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:59:07.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:07 smithi172 ceph-mon[103696]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:07.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:07 smithi172 ceph-mon[103696]: from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:59:08.836 INFO:teuthology.orchestra.run.smithi050.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T13:59:08.837 INFO:teuthology.orchestra.run.smithi050.stdout:alertmanager.smithi050 smithi050 *:9093,9094 running (116s) - 3m 27.5M - 0.25.0 c8568f914cd2 9143b18d6e9d 2023-09-30T13:59:08.837 INFO:teuthology.orchestra.run.smithi050.stdout:ceph-exporter.smithi050 smithi050 running (3m) - 3m 8010k - 18.0.0-6447-g1d10b717 dda7fab67785 8aa2fa33ac56 2023-09-30T13:59:08.837 INFO:teuthology.orchestra.run.smithi050.stdout:ceph-exporter.smithi172 smithi172 running (2m) - 2m 8254k - 18.0.0-6447-g1d10b717 dda7fab67785 64d8fef45d57 2023-09-30T13:59:08.837 INFO:teuthology.orchestra.run.smithi050.stdout:crash.smithi050 smithi050 running (3m) - 3m 7499k - 18.0.0-6447-g1d10b717 dda7fab67785 91142defdf60 2023-09-30T13:59:08.837 INFO:teuthology.orchestra.run.smithi050.stdout:crash.smithi172 smithi172 running (2m) - 2m 7453k - 18.0.0-6447-g1d10b717 dda7fab67785 c22911cc738b 2023-09-30T13:59:08.837 INFO:teuthology.orchestra.run.smithi050.stdout:grafana.smithi050 smithi050 *:3000 running (112s) - 2m 83.8M - 9.4.7 2c41d148cca3 3f5813722d9b 2023-09-30T13:59:08.837 INFO:teuthology.orchestra.run.smithi050.stdout:mgr.smithi050.rphaie smithi050 *:9283,8765,8443 running (4m) - 4m 500M - 18.0.0-6447-g1d10b717 dda7fab67785 e25105b5cd94 2023-09-30T13:59:08.837 INFO:teuthology.orchestra.run.smithi050.stdout:mgr.smithi172.adrlvg smithi172 *:8443,9283,8765 running (2m) - 2m 450M - 18.0.0-6447-g1d10b717 dda7fab67785 8678e9f46821 2023-09-30T13:59:08.837 INFO:teuthology.orchestra.run.smithi050.stdout:mon.smithi050 smithi050 running (4m) - 4m 67.3M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 6b0531712899 2023-09-30T13:59:08.837 INFO:teuthology.orchestra.run.smithi050.stdout:mon.smithi172 smithi172 running (2m) - 2m 55.8M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 75e9c0d88493 2023-09-30T13:59:08.838 INFO:teuthology.orchestra.run.smithi050.stdout:node-exporter.smithi050 smithi050 *:9100 running (3m) - 3m 18.7M - 1.5.0 0da6a335fe13 ac210fc71ce2 2023-09-30T13:59:08.838 INFO:teuthology.orchestra.run.smithi050.stdout:node-exporter.smithi172 smithi172 *:9100 running (2m) - 2m 15.5M - 1.5.0 0da6a335fe13 d5841c4d679c 2023-09-30T13:59:08.838 INFO:teuthology.orchestra.run.smithi050.stdout:osd.0 smithi172 running (73s) - 72s 45.4M 3748M 18.0.0-6447-g1d10b717 dda7fab67785 290876ca21f8 2023-09-30T13:59:08.838 INFO:teuthology.orchestra.run.smithi050.stdout:osd.1 smithi050 running (70s) - 70s 52.3M 2981M 18.0.0-6447-g1d10b717 dda7fab67785 54743ea380ff 2023-09-30T13:59:08.838 INFO:teuthology.orchestra.run.smithi050.stdout:osd.2 smithi172 running (68s) - 68s 33.9M 3748M 18.0.0-6447-g1d10b717 dda7fab67785 e36e161b5678 2023-09-30T13:59:08.838 INFO:teuthology.orchestra.run.smithi050.stdout:osd.3 smithi050 running (65s) - 64s 47.3M 2981M 18.0.0-6447-g1d10b717 dda7fab67785 52e3eb0f2bc3 2023-09-30T13:59:08.838 INFO:teuthology.orchestra.run.smithi050.stdout:osd.4 smithi172 running (64s) - 63s 33.9M 3748M 18.0.0-6447-g1d10b717 dda7fab67785 4a3265d4e71f 2023-09-30T13:59:08.838 INFO:teuthology.orchestra.run.smithi050.stdout:osd.5 smithi050 running (59s) - 58s 34.0M 2981M 18.0.0-6447-g1d10b717 dda7fab67785 9960ea9db166 2023-09-30T13:59:08.838 INFO:teuthology.orchestra.run.smithi050.stdout:osd.6 smithi172 running (59s) - 59s 33.2M 3748M 18.0.0-6447-g1d10b717 dda7fab67785 5ff70f0e1aa5 2023-09-30T13:59:08.838 INFO:teuthology.orchestra.run.smithi050.stdout:osd.7 smithi050 running (53s) - 53s 28.3M 2981M 18.0.0-6447-g1d10b717 dda7fab67785 a28ec8c87c1b 2023-09-30T13:59:08.838 INFO:teuthology.orchestra.run.smithi050.stdout:prometheus.smithi050 smithi050 *:9095 running (107s) - 2m 39.4M - 2.43.0 a07b618ecd1d 899fe4c828f9 2023-09-30T13:59:09.163 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-09-30T13:59:09.729 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:59:09.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:09 smithi050 ceph-mon[92315]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:09.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:09 smithi172 ceph-mon[103696]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:10.578 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:10 smithi050 ceph-mon[92315]: from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:59:10.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:10 smithi172 ceph-mon[103696]: from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:59:11.270 INFO:teuthology.orchestra.run.smithi050.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-09-30T13:59:11.270 INFO:teuthology.orchestra.run.smithi050.stdout:alertmanager ?:9093,9094 1/1 - 3m count:1 2023-09-30T13:59:11.270 INFO:teuthology.orchestra.run.smithi050.stdout:ceph-exporter 2/2 - 3m * 2023-09-30T13:59:11.270 INFO:teuthology.orchestra.run.smithi050.stdout:crash 2/2 - 3m * 2023-09-30T13:59:11.270 INFO:teuthology.orchestra.run.smithi050.stdout:grafana ?:3000 1/1 - 3m count:1 2023-09-30T13:59:11.270 INFO:teuthology.orchestra.run.smithi050.stdout:mgr 2/2 - 3m count:2 2023-09-30T13:59:11.271 INFO:teuthology.orchestra.run.smithi050.stdout:mon 2/2 - 3m smithi050:172.21.15.50=smithi050;smithi172:172.21.15.172=smithi172;count:2 2023-09-30T13:59:11.271 INFO:teuthology.orchestra.run.smithi050.stdout:node-exporter ?:9100 2/2 - 3m * 2023-09-30T13:59:11.271 INFO:teuthology.orchestra.run.smithi050.stdout:osd.all-available-devices 8 - 2m * 2023-09-30T13:59:11.271 INFO:teuthology.orchestra.run.smithi050.stdout:prometheus ?:9095 1/1 - 3m count:1 2023-09-30T13:59:11.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:11 smithi050 ceph-mon[92315]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:11.791 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-09-30T13:59:11.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:11 smithi172 ceph-mon[103696]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:12.356 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:59:12.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:12 smithi050 ceph-mon[92315]: from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:59:12.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:12 smithi172 ceph-mon[103696]: from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:59:13.631 INFO:teuthology.orchestra.run.smithi050.stdout:HOST ADDR LABELS STATUS 2023-09-30T13:59:13.631 INFO:teuthology.orchestra.run.smithi050.stdout:smithi050 172.21.15.50 2023-09-30T13:59:13.631 INFO:teuthology.orchestra.run.smithi050.stdout:smithi172 172.21.15.172 2023-09-30T13:59:13.632 INFO:teuthology.orchestra.run.smithi050.stdout:2 hosts in cluster 2023-09-30T13:59:13.774 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:13 smithi050 ceph-mon[92315]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:13.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:13 smithi172 ceph-mon[103696]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:14.005 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-09-30T13:59:14.568 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:59:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:15 smithi050 ceph-mon[92315]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:59:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:15 smithi050 ceph-mon[92315]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:15.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:15 smithi172 ceph-mon[103696]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:59:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:15 smithi172 ceph-mon[103696]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:15.889 INFO:teuthology.orchestra.run.smithi050.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-09-30T13:59:15.889 INFO:teuthology.orchestra.run.smithi050.stdout:smithi050 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7513001F480DGN 447G No 46s ago Has a FileSystem, LVM detected 2023-09-30T13:59:15.889 INFO:teuthology.orchestra.run.smithi050.stdout:smithi050 /dev/nvme1n1 ssd Linux_ad583eeb3348ba072d6d 89.4G No 46s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-30T13:59:15.889 INFO:teuthology.orchestra.run.smithi050.stdout:smithi050 /dev/nvme2n1 ssd Linux_f7747afc887990737dd6 89.4G No 46s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-30T13:59:15.889 INFO:teuthology.orchestra.run.smithi050.stdout:smithi050 /dev/nvme3n1 ssd Linux_ea005de6e4c41613d76e 89.4G No 46s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-30T13:59:15.889 INFO:teuthology.orchestra.run.smithi050.stdout:smithi050 /dev/nvme4n1 ssd Linux_bd21d87bacbc25d87929 89.4G No 46s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-30T13:59:15.889 INFO:teuthology.orchestra.run.smithi050.stdout:smithi172 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT6233005M400BGN 372G No 49s ago Has a FileSystem, LVM detected 2023-09-30T13:59:15.889 INFO:teuthology.orchestra.run.smithi050.stdout:smithi172 /dev/nvme1n1 ssd Linux_63bd96730e0e55e53249 89.4G No 49s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-30T13:59:15.890 INFO:teuthology.orchestra.run.smithi050.stdout:smithi172 /dev/nvme2n1 ssd Linux_1b078bc385f6a848509d 89.4G No 49s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-30T13:59:15.890 INFO:teuthology.orchestra.run.smithi050.stdout:smithi172 /dev/nvme3n1 ssd Linux_dc72054c2069a4d7cd7b 89.4G No 49s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-30T13:59:15.890 INFO:teuthology.orchestra.run.smithi050.stdout:smithi172 /dev/nvme4n1 ssd Linux_3a5c7be89e247c3253bb 89.4G No 49s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-30T13:59:16.217 INFO:teuthology.run_tasks:Running task vip... 2023-09-30T13:59:16.227 INFO:tasks.vip:Allocating static IPs for each host... 2023-09-30T13:59:16.227 INFO:tasks.vip:peername 172.21.15.50 2023-09-30T13:59:16.232 INFO:tasks.vip:172.21.15.50 in 172.21.0.0/20, pos 3889 2023-09-30T13:59:16.236 INFO:tasks.vip:smithi050.front.sepia.ceph.com static 10.0.15.50, vnet 10.0.0.0/16 2023-09-30T13:59:16.236 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-09-30T13:59:16.236 DEBUG:teuthology.orchestra.run.smithi050:> sudo ip route ls 2023-09-30T13:59:16.266 INFO:teuthology.orchestra.run.smithi050.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2023-09-30T13:59:16.267 INFO:teuthology.orchestra.run.smithi050.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.50 metric 100 2023-09-30T13:59:16.268 INFO:tasks.vip:Configuring 10.0.15.50 on smithi050.front.sepia.ceph.com iface ens1f0... 2023-09-30T13:59:16.268 DEBUG:teuthology.orchestra.run.smithi050:> sudo ip addr add 10.0.15.50/16 dev ens1f0 2023-09-30T13:59:16.336 INFO:tasks.vip:peername 172.21.15.172 2023-09-30T13:59:16.339 INFO:tasks.vip:172.21.15.172 in 172.21.0.0/20, pos 4011 2023-09-30T13:59:16.344 INFO:tasks.vip:smithi172.front.sepia.ceph.com static 10.0.15.172, vnet 10.0.0.0/16 2023-09-30T13:59:16.344 DEBUG:teuthology.orchestra.run.smithi172:> sudo ip route ls 2023-09-30T13:59:16.381 INFO:teuthology.orchestra.run.smithi172.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-09-30T13:59:16.381 INFO:teuthology.orchestra.run.smithi172.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.172 metric 100 2023-09-30T13:59:16.382 INFO:tasks.vip:Configuring 10.0.15.172 on smithi172.front.sepia.ceph.com iface enp3s0f1... 2023-09-30T13:59:16.383 DEBUG:teuthology.orchestra.run.smithi172:> sudo ip addr add 10.0.15.172/16 dev enp3s0f1 2023-09-30T13:59:16.454 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-30T13:59:16.463 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi050.front.sepia.ceph.com 2023-09-30T13:59:16.463 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch device ls --refresh' 2023-09-30T13:59:17.026 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:59:17.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:17 smithi050 ceph-mon[92315]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:17.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:17 smithi050 ceph-mon[92315]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:59:17.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:17 smithi172 ceph-mon[103696]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:17 smithi172 ceph-mon[103696]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:59:18.421 INFO:teuthology.orchestra.run.smithi050.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-09-30T13:59:18.421 INFO:teuthology.orchestra.run.smithi050.stdout:smithi050 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7513001F480DGN 447G No 48s ago Has a FileSystem, LVM detected 2023-09-30T13:59:18.421 INFO:teuthology.orchestra.run.smithi050.stdout:smithi050 /dev/nvme1n1 ssd Linux_ad583eeb3348ba072d6d 89.4G No 48s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-30T13:59:18.422 INFO:teuthology.orchestra.run.smithi050.stdout:smithi050 /dev/nvme2n1 ssd Linux_f7747afc887990737dd6 89.4G No 48s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-30T13:59:18.422 INFO:teuthology.orchestra.run.smithi050.stdout:smithi050 /dev/nvme3n1 ssd Linux_ea005de6e4c41613d76e 89.4G No 48s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-30T13:59:18.422 INFO:teuthology.orchestra.run.smithi050.stdout:smithi050 /dev/nvme4n1 ssd Linux_bd21d87bacbc25d87929 89.4G No 48s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-30T13:59:18.422 INFO:teuthology.orchestra.run.smithi050.stdout:smithi172 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT6233005M400BGN 372G No 52s ago Has a FileSystem, LVM detected 2023-09-30T13:59:18.422 INFO:teuthology.orchestra.run.smithi050.stdout:smithi172 /dev/nvme1n1 ssd Linux_63bd96730e0e55e53249 89.4G No 52s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-30T13:59:18.422 INFO:teuthology.orchestra.run.smithi050.stdout:smithi172 /dev/nvme2n1 ssd Linux_1b078bc385f6a848509d 89.4G No 52s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-30T13:59:18.422 INFO:teuthology.orchestra.run.smithi050.stdout:smithi172 /dev/nvme3n1 ssd Linux_dc72054c2069a4d7cd7b 89.4G No 52s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-30T13:59:18.422 INFO:teuthology.orchestra.run.smithi050.stdout:smithi172 /dev/nvme4n1 ssd Linux_3a5c7be89e247c3253bb 89.4G No 52s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-30T13:59:18.777 INFO:teuthology.run_tasks:Running task vip.exec... 2023-09-30T13:59:18.786 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi050.front.sepia.ceph.com 2023-09-30T13:59:18.787 DEBUG:teuthology.orchestra.run.smithi050:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-09-30T13:59:18.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ systemctl stop nfs-server 2023-09-30T13:59:18.824 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi172.front.sepia.ceph.com 2023-09-30T13:59:18.825 DEBUG:teuthology.orchestra.run.smithi172:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-09-30T13:59:18.851 INFO:teuthology.orchestra.run.smithi172.stderr:+ systemctl stop nfs-server 2023-09-30T13:59:18.858 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-30T13:59:18.868 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi050.front.sepia.ceph.com 2023-09-30T13:59:18.868 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- bash -c 'ceph fs volume create foofs' 2023-09-30T13:59:19.453 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:59:19.717 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:19 smithi050 ceph-mon[92315]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:19.718 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:19 smithi050 ceph-mon[92315]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:59:19.718 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T13:59:19.718 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T13:59:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:19 smithi172 ceph-mon[103696]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:19 smithi172 ceph-mon[103696]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:59:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T13:59:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T13:59:21.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:21 smithi050 ceph-mon[92315]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-09-30T13:59:21.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:21 smithi172 ceph-mon[103696]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-09-30T13:59:22.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:22 smithi050 ceph-mon[92315]: from='client.14556 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:59:22.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-09-30T13:59:22.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:22 smithi050 ceph-mon[92315]: osdmap e37: 8 total, 8 up, 8 in 2023-09-30T13:59:22.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-09-30T13:59:22.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:22.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:22.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:22.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:22.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:22 smithi050 ceph-b49c2858-5f98-11ee-8db5-212e2dc638e7-mon-smithi050[92291]: 2023-09-30T13:59:22.469+0000 7f9bcffc6700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-30T13:59:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:22 smithi172 ceph-mon[103696]: from='client.14556 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:59:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-09-30T13:59:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:22 smithi172 ceph-mon[103696]: osdmap e37: 8 total, 8 up, 8 in 2023-09-30T13:59:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-09-30T13:59:22.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:22.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:22.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:22.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:22.921 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.50/16 --port 2999' 2023-09-30T13:59:23.556 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:59:23.690 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:23 smithi172 ceph-mon[103696]: pgmap v109: 33 pgs: 11 creating+peering, 1 active+clean, 21 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:23.690 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:23 smithi172 ceph-mon[103696]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-09-30T13:59:23.690 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-09-30T13:59:23.691 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:23 smithi172 ceph-mon[103696]: osdmap e38: 8 total, 8 up, 8 in 2023-09-30T13:59:23.691 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-09-30T13:59:23.691 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:23 smithi172 ceph-mon[103696]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-30T13:59:23.691 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:23 smithi172 ceph-mon[103696]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-09-30T13:59:23.691 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-09-30T13:59:23.691 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:23 smithi172 ceph-mon[103696]: osdmap e39: 8 total, 8 up, 8 in 2023-09-30T13:59:23.691 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:23 smithi172 ceph-mon[103696]: fsmap foofs:0 2023-09-30T13:59:23.692 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:23 smithi172 ceph-mon[103696]: Saving service mds.foofs spec with placement count:2 2023-09-30T13:59:23.692 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:23.753 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:23 smithi050 ceph-mon[92315]: pgmap v109: 33 pgs: 11 creating+peering, 1 active+clean, 21 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:23.754 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:23 smithi050 ceph-mon[92315]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-09-30T13:59:23.754 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-09-30T13:59:23.754 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:23 smithi050 ceph-mon[92315]: osdmap e38: 8 total, 8 up, 8 in 2023-09-30T13:59:23.754 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-09-30T13:59:23.754 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:23 smithi050 ceph-mon[92315]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-30T13:59:23.754 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:23 smithi050 ceph-mon[92315]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-09-30T13:59:23.755 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-09-30T13:59:23.755 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:23 smithi050 ceph-mon[92315]: osdmap e39: 8 total, 8 up, 8 in 2023-09-30T13:59:23.755 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:23 smithi050 ceph-mon[92315]: fsmap foofs:0 2023-09-30T13:59:23.755 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:23 smithi050 ceph-mon[92315]: Saving service mds.foofs spec with placement count:2 2023-09-30T13:59:23.755 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:24.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:24 smithi050 ceph-mon[92315]: osdmap e40: 8 total, 8 up, 8 in 2023-09-30T13:59:24.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:24 smithi172 ceph-mon[103696]: osdmap e40: 8 total, 8 up, 8 in 2023-09-30T13:59:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:25.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:25 smithi172 ceph-mon[103696]: pgmap v113: 65 pgs: 1 active+clean, 17 creating+peering, 47 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:25 smithi172 ceph-mon[103696]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-09-30T13:59:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:25 smithi172 ceph-mon[103696]: osdmap e41: 8 total, 8 up, 8 in 2023-09-30T13:59:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T13:59:25.815 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:25 smithi050 ceph-mon[92315]: pgmap v113: 65 pgs: 1 active+clean, 17 creating+peering, 47 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:25.815 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:25 smithi050 ceph-mon[92315]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-09-30T13:59:25.816 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:25 smithi050 ceph-mon[92315]: osdmap e41: 8 total, 8 up, 8 in 2023-09-30T13:59:25.816 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:25.816 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:25.816 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T13:59:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:26 smithi050 ceph-mon[92315]: from='client.14560 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.50/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:59:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:26.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-09-30T13:59:26.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:26 smithi050 ceph-mon[92315]: osdmap e42: 8 total, 8 up, 8 in 2023-09-30T13:59:26.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-09-30T13:59:26.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:26 smithi172 ceph-mon[103696]: from='client.14560 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.50/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:59:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-09-30T13:59:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:26 smithi172 ceph-mon[103696]: osdmap e42: 8 total, 8 up, 8 in 2023-09-30T13:59:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-09-30T13:59:27.218 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-09-30T13:59:27.795 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:59:27.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:27 smithi050 ceph-mon[92315]: pgmap v115: 65 pgs: 23 active+clean, 17 creating+peering, 25 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-09-30T13:59:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:27 smithi050 ceph-mon[92315]: osdmap e43: 8 total, 8 up, 8 in 2023-09-30T13:59:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:27.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:27 smithi172 ceph-mon[103696]: pgmap v115: 65 pgs: 23 active+clean, 17 creating+peering, 25 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-09-30T13:59:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:27 smithi172 ceph-mon[103696]: osdmap e43: 8 total, 8 up, 8 in 2023-09-30T13:59:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:28.679 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:28 smithi050 ceph-mon[92315]: Saving service nfs.foo spec with placement count:1 2023-09-30T13:59:28.680 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:28 smithi050 ceph-mon[92315]: Saving service ingress.nfs.foo spec with placement count:2 2023-09-30T13:59:28.680 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:28 smithi050 ceph-mon[92315]: osdmap e44: 8 total, 8 up, 8 in 2023-09-30T13:59:28.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:28 smithi172 ceph-mon[103696]: Saving service nfs.foo spec with placement count:1 2023-09-30T13:59:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:28 smithi172 ceph-mon[103696]: Saving service ingress.nfs.foo spec with placement count:2 2023-09-30T13:59:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:28 smithi172 ceph-mon[103696]: osdmap e44: 8 total, 8 up, 8 in 2023-09-30T13:59:29.812 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:29 smithi172 ceph-mon[103696]: pgmap v118: 97 pgs: 66 active+clean, 13 creating+peering, 18 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:29.812 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:29.813 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:29.813 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:59:29.813 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T13:59:29.813 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:29.813 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T13:59:29.813 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi172.ltowjf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-30T13:59:29.813 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi172.ltowjf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-30T13:59:29.813 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:59:29.813 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:29 smithi172 ceph-mon[103696]: mgrmap e20: smithi050.rphaie(active, since 2m), standbys: smithi172.adrlvg 2023-09-30T13:59:29.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:29 smithi050 ceph-mon[92315]: pgmap v118: 97 pgs: 66 active+clean, 13 creating+peering, 18 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:59:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T13:59:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T13:59:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi172.ltowjf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-30T13:59:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi172.ltowjf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-30T13:59:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:59:29.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:29 smithi050 ceph-mon[92315]: mgrmap e20: smithi050.rphaie(active, since 2m), standbys: smithi172.adrlvg 2023-09-30T13:59:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:30 smithi172 ceph-mon[103696]: Deploying daemon mds.foofs.smithi172.ltowjf on smithi172 2023-09-30T13:59:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:30 smithi172 ceph-mon[103696]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:59:30.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:30 smithi050 ceph-mon[92315]: Deploying daemon mds.foofs.smithi172.ltowjf on smithi172 2023-09-30T13:59:31.151 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:30 smithi050 ceph-mon[92315]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T13:59:31.698 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:31 smithi050 ceph-mon[92315]: pgmap v120: 97 pgs: 73 active+clean, 13 creating+peering, 11 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:31.698 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:31.698 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:31.699 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:31.699 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi050.iegmwk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-30T13:59:31.699 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi050.iegmwk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-30T13:59:31.699 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:59:31.699 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:31 smithi050 ceph-mon[92315]: Deploying daemon mds.foofs.smithi050.iegmwk on smithi050 2023-09-30T13:59:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:31 smithi172 ceph-mon[103696]: pgmap v120: 97 pgs: 73 active+clean, 13 creating+peering, 11 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi050.iegmwk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-30T13:59:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi050.iegmwk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-30T13:59:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:59:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:31 smithi172 ceph-mon[103696]: Deploying daemon mds.foofs.smithi050.iegmwk on smithi050 2023-09-30T13:59:32.578 INFO:teuthology.orchestra.run.smithi050.stdout:{ 2023-09-30T13:59:32.578 INFO:teuthology.orchestra.run.smithi050.stdout: "bind": "/fake", 2023-09-30T13:59:32.578 INFO:teuthology.orchestra.run.smithi050.stdout: "cluster": "foo", 2023-09-30T13:59:32.578 INFO:teuthology.orchestra.run.smithi050.stdout: "fs": "foofs", 2023-09-30T13:59:32.578 INFO:teuthology.orchestra.run.smithi050.stdout: "mode": "RW", 2023-09-30T13:59:32.578 INFO:teuthology.orchestra.run.smithi050.stdout: "path": "/" 2023-09-30T13:59:32.578 INFO:teuthology.orchestra.run.smithi050.stdout:} 2023-09-30T13:59:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:32 smithi050 ceph-mon[92315]: mds.? [v2:172.21.15.172:6832/1280833314,v1:172.21.15.172:6833/1280833314] up:boot 2023-09-30T13:59:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:32 smithi050 ceph-mon[92315]: daemon mds.foofs.smithi172.ltowjf assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-09-30T13:59:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:32 smithi050 ceph-mon[92315]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-09-30T13:59:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:32 smithi050 ceph-mon[92315]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-09-30T13:59:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:32 smithi050 ceph-mon[92315]: Cluster is now healthy 2023-09-30T13:59:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:32 smithi050 ceph-mon[92315]: fsmap foofs:0 1 up:standby 2023-09-30T13:59:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi172.ltowjf"}]: dispatch 2023-09-30T13:59:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:32 smithi050 ceph-mon[92315]: fsmap foofs:1 {0=foofs.smithi172.ltowjf=up:creating} 2023-09-30T13:59:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:32 smithi050 ceph-mon[92315]: daemon mds.foofs.smithi172.ltowjf is now active in filesystem foofs as rank 0 2023-09-30T13:59:32.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:32 smithi050 ceph-mon[92315]: pgmap v121: 97 pgs: 90 active+clean, 7 creating+peering; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:32 smithi172 ceph-mon[103696]: mds.? [v2:172.21.15.172:6832/1280833314,v1:172.21.15.172:6833/1280833314] up:boot 2023-09-30T13:59:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:32 smithi172 ceph-mon[103696]: daemon mds.foofs.smithi172.ltowjf assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-09-30T13:59:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:32 smithi172 ceph-mon[103696]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-09-30T13:59:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:32 smithi172 ceph-mon[103696]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-09-30T13:59:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:32 smithi172 ceph-mon[103696]: Cluster is now healthy 2023-09-30T13:59:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:32 smithi172 ceph-mon[103696]: fsmap foofs:0 1 up:standby 2023-09-30T13:59:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi172.ltowjf"}]: dispatch 2023-09-30T13:59:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:32 smithi172 ceph-mon[103696]: fsmap foofs:1 {0=foofs.smithi172.ltowjf=up:creating} 2023-09-30T13:59:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:32 smithi172 ceph-mon[103696]: daemon mds.foofs.smithi172.ltowjf is now active in filesystem foofs as rank 0 2023-09-30T13:59:32.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:32 smithi172 ceph-mon[103696]: pgmap v121: 97 pgs: 90 active+clean, 7 creating+peering; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-30T13:59:32.960 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-09-30T13:59:32.970 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-09-30T13:59:32.971 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-09-30T13:59:33.552 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:59:33.825 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:33 smithi050 ceph-mon[92315]: mds.? [v2:172.21.15.172:6832/1280833314,v1:172.21.15.172:6833/1280833314] up:active 2023-09-30T13:59:33.825 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:33 smithi050 ceph-mon[92315]: fsmap foofs:1 {0=foofs.smithi172.ltowjf=up:active} 2023-09-30T13:59:33.825 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 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-09-30T13:59:33.825 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 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-09-30T13:59:33.825 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:33.825 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:33.825 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:33.825 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:33.825 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:33.825 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:33.826 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:33 smithi050 ceph-mon[92315]: Creating key for client.nfs.foo.0.0.smithi050.agtyzx 2023-09-30T13:59:33.826 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi050.agtyzx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-30T13:59:33.826 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi050.agtyzx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-30T13:59:33.826 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:33 smithi050 ceph-mon[92315]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-30T13:59:33.826 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-30T13:59:33.826 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-30T13:59:33.826 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:59:33.826 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-30T13:59:33.826 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-30T13:59:33.826 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:33 smithi050 ceph-mon[92315]: Rados config object exists: conf-nfs.foo 2023-09-30T13:59:33.826 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:33 smithi050 ceph-mon[92315]: Creating key for client.nfs.foo.0.0.smithi050.agtyzx-rgw 2023-09-30T13:59:33.827 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi050.agtyzx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-30T13:59:33.827 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi050.agtyzx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-30T13:59:33.827 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:33 smithi050 ceph-mon[92315]: Bind address in nfs.foo.0.0.smithi050.agtyzx's ganesha conf is defaulting to empty 2023-09-30T13:59:33.827 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:59:33.827 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:33 smithi050 ceph-mon[92315]: Deploying daemon nfs.foo.0.0.smithi050.agtyzx on smithi050 2023-09-30T13:59:33.827 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:33 smithi050 ceph-mon[92315]: mds.? [v2:172.21.15.50:6834/4247072954,v1:172.21.15.50:6835/4247072954] up:boot 2023-09-30T13:59:33.827 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:33 smithi050 ceph-mon[92315]: fsmap foofs:1 {0=foofs.smithi172.ltowjf=up:active} 1 up:standby 2023-09-30T13:59:33.827 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi050.iegmwk"}]: dispatch 2023-09-30T13:59:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:33 smithi172 ceph-mon[103696]: mds.? [v2:172.21.15.172:6832/1280833314,v1:172.21.15.172:6833/1280833314] up:active 2023-09-30T13:59:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:33 smithi172 ceph-mon[103696]: fsmap foofs:1 {0=foofs.smithi172.ltowjf=up:active} 2023-09-30T13:59:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 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-09-30T13:59:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 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-09-30T13:59:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:33.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:33.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:33.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:33 smithi172 ceph-mon[103696]: Creating key for client.nfs.foo.0.0.smithi050.agtyzx 2023-09-30T13:59:33.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi050.agtyzx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-30T13:59:33.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi050.agtyzx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-30T13:59:33.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:33 smithi172 ceph-mon[103696]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-30T13:59:33.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-30T13:59:33.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-30T13:59:33.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:59:33.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-30T13:59:33.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-30T13:59:33.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:33 smithi172 ceph-mon[103696]: Rados config object exists: conf-nfs.foo 2023-09-30T13:59:33.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:33 smithi172 ceph-mon[103696]: Creating key for client.nfs.foo.0.0.smithi050.agtyzx-rgw 2023-09-30T13:59:33.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi050.agtyzx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-30T13:59:33.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi050.agtyzx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-30T13:59:33.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:33 smithi172 ceph-mon[103696]: Bind address in nfs.foo.0.0.smithi050.agtyzx's ganesha conf is defaulting to empty 2023-09-30T13:59:33.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T13:59:33.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:33 smithi172 ceph-mon[103696]: Deploying daemon nfs.foo.0.0.smithi050.agtyzx on smithi050 2023-09-30T13:59:33.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:33 smithi172 ceph-mon[103696]: mds.? [v2:172.21.15.50:6834/4247072954,v1:172.21.15.50:6835/4247072954] up:boot 2023-09-30T13:59:33.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:33 smithi172 ceph-mon[103696]: fsmap foofs:1 {0=foofs.smithi172.ltowjf=up:active} 1 up:standby 2023-09-30T13:59:33.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi050.iegmwk"}]: dispatch 2023-09-30T13:59:34.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:34 smithi050 ceph-mon[92315]: pgmap v122: 97 pgs: 97 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s wr, 1 op/s 2023-09-30T13:59:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T13:59:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:34 smithi172 ceph-mon[103696]: pgmap v122: 97 pgs: 97 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s wr, 1 op/s 2023-09-30T13:59:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T13:59:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:35.597 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:59:35.597 INFO:teuthology.orchestra.run.smithi050.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-30T13:55:20.608394Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-30T13:56:43.532805Z 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-09-30T13:55:15.120476Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:56:46.213414Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-30T13:55:13.825359Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-30T13:55:18.063412Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-30T13:59:26.863773Z 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.50/16"}, "status": {"created": "2023-09-30T13:59:26.861196Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.50/16"}}, {"events": ["2023-09-30T13:59:22.498194Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-30T13:59:22.493103Z", "running": 0, "size": 2}}, {"events": ["2023-09-30T13:56:52.676252Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-30T13:55:12.191927Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:57:00.620264Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi050:172.21.15.50=smithi050", "smithi172:172.21.15.172=smithi172"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-30T13:56:04.191639Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:59:26.859677Z 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-09-30T13:59:26.856025Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-30T13:56:50.043985Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-30T13:55:19.412466Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-30T13:57:08.203728Z 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-09-30T13:57:08.200088Z", "running": 8, "size": 8}}, {"events": ["2023-09-30T13:57:00.641303Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-30T13:55:16.422378Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-30T13:59:35.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:35 smithi050 ceph-mon[92315]: mgrmap e21: smithi050.rphaie(active, since 3m), standbys: smithi172.adrlvg 2023-09-30T13:59:36.027 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-30T13:59:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:35 smithi172 ceph-mon[103696]: mgrmap e21: smithi050.rphaie(active, since 3m), standbys: smithi172.adrlvg 2023-09-30T13:59:36.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:36 smithi172 ceph-mon[103696]: from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T13:59:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:36 smithi172 ceph-mon[103696]: pgmap v123: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s wr, 3 op/s 2023-09-30T13:59:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:36 smithi172 ceph-mon[103696]: mds.? [v2:172.21.15.172:6832/1280833314,v1:172.21.15.172:6833/1280833314] up:active 2023-09-30T13:59:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:36 smithi172 ceph-mon[103696]: fsmap foofs:1 {0=foofs.smithi172.ltowjf=up:active} 1 up:standby 2023-09-30T13:59:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:36.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:36 smithi172 ceph-mon[103696]: Deploying daemon haproxy.nfs.foo.smithi050.exkkcl on smithi050 2023-09-30T13:59:37.029 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-09-30T13:59:37.057 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:36 smithi050 ceph-mon[92315]: from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T13:59:37.058 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:36 smithi050 ceph-mon[92315]: pgmap v123: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s wr, 3 op/s 2023-09-30T13:59:37.058 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:36 smithi050 ceph-mon[92315]: mds.? [v2:172.21.15.172:6832/1280833314,v1:172.21.15.172:6833/1280833314] up:active 2023-09-30T13:59:37.058 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:36 smithi050 ceph-mon[92315]: fsmap foofs:1 {0=foofs.smithi172.ltowjf=up:active} 1 up:standby 2023-09-30T13:59:37.058 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:37.058 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:37.058 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:37.058 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:37.058 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:37.058 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:36 smithi050 ceph-mon[92315]: Deploying daemon haproxy.nfs.foo.smithi050.exkkcl on smithi050 2023-09-30T13:59:37.614 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:59:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:38 smithi050 ceph-mon[92315]: pgmap v124: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.5 KiB/s wr, 6 op/s 2023-09-30T13:59:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:38 smithi050 ceph-mon[92315]: mds.? [v2:172.21.15.50:6834/4247072954,v1:172.21.15.50:6835/4247072954] up:standby 2023-09-30T13:59:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:38 smithi050 ceph-mon[92315]: fsmap foofs:1 {0=foofs.smithi172.ltowjf=up:active} 1 up:standby 2023-09-30T13:59:39.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:38 smithi172 ceph-mon[103696]: pgmap v124: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.5 KiB/s wr, 6 op/s 2023-09-30T13:59:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:38 smithi172 ceph-mon[103696]: mds.? [v2:172.21.15.50:6834/4247072954,v1:172.21.15.50:6835/4247072954] up:standby 2023-09-30T13:59:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:38 smithi172 ceph-mon[103696]: fsmap foofs:1 {0=foofs.smithi172.ltowjf=up:active} 1 up:standby 2023-09-30T13:59:40.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:40.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:40.590 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:59:40.591 INFO:teuthology.orchestra.run.smithi050.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-30T13:55:20.608394Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-30T13:56:43.532805Z 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-09-30T13:55:15.120476Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:56:46.213414Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-30T13:55:13.825359Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-30T13:55:18.063412Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-30T13:59:26.863773Z 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.50/16"}, "status": {"created": "2023-09-30T13:59:26.861196Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.50/16"}}, {"events": ["2023-09-30T13:59:22.498194Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-30T13:59:22.493103Z", "running": 0, "size": 2}}, {"events": ["2023-09-30T13:56:52.676252Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-30T13:55:12.191927Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:57:00.620264Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi050:172.21.15.50=smithi050", "smithi172:172.21.15.172=smithi172"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-30T13:56:04.191639Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:59:26.859677Z 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-09-30T13:59:26.856025Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-30T13:56:50.043985Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-30T13:55:19.412466Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-30T13:57:08.203728Z 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-09-30T13:57:08.200088Z", "running": 8, "size": 8}}, {"events": ["2023-09-30T13:57:00.641303Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-30T13:55:16.422378Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-30T13:59:41.037 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:40 smithi050 ceph-mon[92315]: pgmap v125: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 2.4 KiB/s wr, 6 op/s 2023-09-30T13:59:41.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:40 smithi172 ceph-mon[103696]: pgmap v125: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 2.4 KiB/s wr, 6 op/s 2023-09-30T13:59:41.399 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-30T13:59:41.899 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:41 smithi050 ceph-mon[92315]: from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T13:59:42.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:41 smithi172 ceph-mon[103696]: from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T13:59:42.400 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-09-30T13:59:42.973 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:59:43.487 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:43 smithi050 ceph-mon[92315]: pgmap v126: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2023-09-30T13:59:43.487 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:43.487 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:43.487 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:43.487 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:43 smithi050 ceph-mon[92315]: Deploying daemon haproxy.nfs.foo.smithi172.zjrpdu on smithi172 2023-09-30T13:59:43.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:43 smithi172 ceph-mon[103696]: pgmap v126: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2023-09-30T13:59:43.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:43 smithi172 ceph-mon[103696]: Deploying daemon haproxy.nfs.foo.smithi172.zjrpdu on smithi172 2023-09-30T13:59:44.378 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:59:44.378 INFO:teuthology.orchestra.run.smithi050.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-30T13:55:20.608394Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-30T13:56:43.532805Z 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-09-30T13:55:15.120476Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:56:46.213414Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-30T13:55:13.825359Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-30T13:55:18.063412Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-30T13:59:26.863773Z 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.50/16"}, "status": {"created": "2023-09-30T13:59:26.861196Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.50/16"}}, {"events": ["2023-09-30T13:59:22.498194Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-30T13:59:22.493103Z", "running": 0, "size": 2}}, {"events": ["2023-09-30T13:56:52.676252Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-30T13:55:12.191927Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:57:00.620264Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi050:172.21.15.50=smithi050", "smithi172:172.21.15.172=smithi172"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-30T13:56:04.191639Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:59:26.859677Z 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-09-30T13:59:26.856025Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-30T13:56:50.043985Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-30T13:55:19.412466Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-30T13:57:08.203728Z 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-09-30T13:57:08.200088Z", "running": 8, "size": 8}}, {"events": ["2023-09-30T13:57:00.641303Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-30T13:55:16.422378Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-30T13:59:44.723 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-30T13:59:45.724 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-09-30T13:59:45.758 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:45 smithi050 ceph-mon[92315]: pgmap v127: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2023-09-30T13:59:45.759 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:45 smithi050 ceph-mon[92315]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T13:59:45.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:45 smithi172 ceph-mon[103696]: pgmap v127: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2023-09-30T13:59:45.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:45 smithi172 ceph-mon[103696]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T13:59:46.310 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:59:47.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:47 smithi172 ceph-mon[103696]: pgmap v128: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.7 KiB/s wr, 5 op/s 2023-09-30T13:59:47.772 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:59:47.772 INFO:teuthology.orchestra.run.smithi050.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-30T13:55:20.608394Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-30T13:56:43.532805Z 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-09-30T13:55:15.120476Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:56:46.213414Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-30T13:55:13.825359Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-30T13:55:18.063412Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-30T13:59:26.863773Z 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.50/16"}, "status": {"created": "2023-09-30T13:59:26.861196Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.50/16"}}, {"events": ["2023-09-30T13:59:22.498194Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-30T13:59:22.493103Z", "running": 0, "size": 2}}, {"events": ["2023-09-30T13:56:52.676252Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-30T13:55:12.191927Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:57:00.620264Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi050:172.21.15.50=smithi050", "smithi172:172.21.15.172=smithi172"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-30T13:56:04.191639Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:59:26.859677Z 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-09-30T13:59:26.856025Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-30T13:56:50.043985Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-30T13:55:19.412466Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-30T13:57:08.203728Z 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-09-30T13:57:08.200088Z", "running": 8, "size": 8}}, {"events": ["2023-09-30T13:57:00.641303Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-30T13:55:16.422378Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-30T13:59:47.797 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:47 smithi050 ceph-mon[92315]: pgmap v128: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.7 KiB/s wr, 5 op/s 2023-09-30T13:59:48.174 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-30T13:59:49.176 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-09-30T13:59:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:49 smithi050 ceph-mon[92315]: pgmap v129: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.1 KiB/s wr, 3 op/s 2023-09-30T13:59:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:49 smithi050 ceph-mon[92315]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T13:59:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:49.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:49 smithi050 ceph-mon[92315]: 10.0.31.50 is in 10.0.0.0/16 on smithi050 interface ens1f0 2023-09-30T13:59:49.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:49 smithi050 ceph-mon[92315]: 10.0.31.50 is in 10.0.0.0/16 on smithi172 interface enp3s0f1 2023-09-30T13:59:49.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:49 smithi050 ceph-mon[92315]: Deploying daemon keepalived.nfs.foo.smithi050.boqevr on smithi050 2023-09-30T13:59:49.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T13:59:49.741 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:59:49.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:49 smithi172 ceph-mon[103696]: pgmap v129: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.1 KiB/s wr, 3 op/s 2023-09-30T13:59:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:49 smithi172 ceph-mon[103696]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T13:59:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:49 smithi172 ceph-mon[103696]: 10.0.31.50 is in 10.0.0.0/16 on smithi050 interface ens1f0 2023-09-30T13:59:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:49 smithi172 ceph-mon[103696]: 10.0.31.50 is in 10.0.0.0/16 on smithi172 interface enp3s0f1 2023-09-30T13:59:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:49 smithi172 ceph-mon[103696]: Deploying daemon keepalived.nfs.foo.smithi050.boqevr on smithi050 2023-09-30T13:59:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T13:59:51.442 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:59:51.442 INFO:teuthology.orchestra.run.smithi050.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-30T13:55:20.608394Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-30T13:56:43.532805Z 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-09-30T13:55:15.120476Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:56:46.213414Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-30T13:55:13.825359Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-30T13:55:18.063412Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-30T13:59:26.863773Z 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.50/16"}, "status": {"created": "2023-09-30T13:59:26.861196Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.50/16"}}, {"events": ["2023-09-30T13:59:22.498194Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-30T13:59:22.493103Z", "running": 0, "size": 2}}, {"events": ["2023-09-30T13:56:52.676252Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-30T13:55:12.191927Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:57:00.620264Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi050:172.21.15.50=smithi050", "smithi172:172.21.15.172=smithi172"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-30T13:56:04.191639Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:59:26.859677Z 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-09-30T13:59:26.856025Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-30T13:56:50.043985Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-30T13:55:19.412466Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-30T13:57:08.203728Z 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-09-30T13:57:08.200088Z", "running": 8, "size": 8}}, {"events": ["2023-09-30T13:57:00.641303Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-30T13:55:16.422378Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-30T13:59:51.779 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:51 smithi050 ceph-mon[92315]: pgmap v130: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-30T13:59:51.804 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-30T13:59:51.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:51 smithi172 ceph-mon[103696]: pgmap v130: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-30T13:59:52.805 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-09-30T13:59:52.834 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:52 smithi050 ceph-mon[92315]: from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T13:59:52.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:52 smithi172 ceph-mon[103696]: from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T13:59:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:53 smithi050 ceph-mon[92315]: pgmap v131: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T13:59:53.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:53 smithi172 ceph-mon[103696]: pgmap v131: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T13:59:54.259 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:59:55.739 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:55 smithi050 ceph-mon[92315]: pgmap v132: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T13:59:55.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:55 smithi172 ceph-mon[103696]: pgmap v132: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T13:59:56.678 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T13:59:56.678 INFO:teuthology.orchestra.run.smithi050.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-30T13:55:20.608394Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-30T13:56:43.532805Z 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-09-30T13:55:15.120476Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:56:46.213414Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-30T13:55:13.825359Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-30T13:55:18.063412Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-30T13:59:26.863773Z 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.50/16"}, "status": {"created": "2023-09-30T13:59:26.861196Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.50/16"}}, {"events": ["2023-09-30T13:59:22.498194Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-30T13:59:22.493103Z", "running": 0, "size": 2}}, {"events": ["2023-09-30T13:56:52.676252Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-30T13:55:12.191927Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:57:00.620264Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi050:172.21.15.50=smithi050", "smithi172:172.21.15.172=smithi172"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-30T13:56:04.191639Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:59:26.859677Z 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-09-30T13:59:26.856025Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-30T13:56:50.043985Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-30T13:55:19.412466Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-30T13:57:08.203728Z 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-09-30T13:57:08.200088Z", "running": 8, "size": 8}}, {"events": ["2023-09-30T13:57:00.641303Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-30T13:55:16.422378Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-30T13:59:57.136 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-30T13:59:57.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:57 smithi050 ceph-mon[92315]: pgmap v133: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T13:59:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:57.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:57 smithi172 ceph-mon[103696]: pgmap v133: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T13:59:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T13:59:58.136 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-09-30T13:59:58.469 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:58 smithi050 ceph-mon[92315]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T13:59:58.469 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:58 smithi050 ceph-mon[92315]: 10.0.31.50 is in 10.0.0.0/16 on smithi172 interface enp3s0f1 2023-09-30T13:59:58.469 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:58 smithi050 ceph-mon[92315]: 10.0.31.50 is in 10.0.0.0/16 on smithi050 interface ens1f0 2023-09-30T13:59:58.469 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:58 smithi050 ceph-mon[92315]: Deploying daemon keepalived.nfs.foo.smithi172.jhxspn on smithi172 2023-09-30T13:59:58.724 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T13:59:58.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:58 smithi172 ceph-mon[103696]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T13:59:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:58 smithi172 ceph-mon[103696]: 10.0.31.50 is in 10.0.0.0/16 on smithi172 interface enp3s0f1 2023-09-30T13:59:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:58 smithi172 ceph-mon[103696]: 10.0.31.50 is in 10.0.0.0/16 on smithi050 interface ens1f0 2023-09-30T13:59:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:58 smithi172 ceph-mon[103696]: Deploying daemon keepalived.nfs.foo.smithi172.jhxspn on smithi172 2023-09-30T13:59:59.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 13:59:59 smithi050 ceph-mon[92315]: pgmap v134: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T13:59:59.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 13:59:59 smithi172 ceph-mon[103696]: pgmap v134: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:00:00.248 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T14:00:00.249 INFO:teuthology.orchestra.run.smithi050.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-30T13:55:20.608394Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-30T13:56:43.532805Z 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-09-30T13:55:15.120476Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:56:46.213414Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-30T13:55:13.825359Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-30T13:55:18.063412Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-30T13:59:26.863773Z 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.50/16"}, "status": {"created": "2023-09-30T13:59:26.861196Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.50/16"}}, {"events": ["2023-09-30T13:59:22.498194Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-30T13:59:22.493103Z", "running": 0, "size": 2}}, {"events": ["2023-09-30T13:56:52.676252Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-30T13:55:12.191927Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:57:00.620264Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi050:172.21.15.50=smithi050", "smithi172:172.21.15.172=smithi172"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-30T13:56:04.191639Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:59:26.859677Z 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-09-30T13:59:26.856025Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-30T13:56:50.043985Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-30T13:55:19.412466Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-30T13:57:08.203728Z 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-09-30T13:57:08.200088Z", "running": 8, "size": 8}}, {"events": ["2023-09-30T13:57:00.641303Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-30T13:55:16.422378Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-30T14:00:00.558 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T14:00:00.673 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-30T14:00:00.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T14:00:01.675 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-09-30T14:00:01.759 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:01 smithi172 ceph-mon[103696]: pgmap v135: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:00:01.759 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:01 smithi172 ceph-mon[103696]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T14:00:01.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:01 smithi050 ceph-mon[92315]: pgmap v135: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:00:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:01 smithi050 ceph-mon[92315]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T14:00:02.252 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T14:00:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:03 smithi050 ceph-mon[92315]: pgmap v136: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:00:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:00:03.769 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T14:00:03.769 INFO:teuthology.orchestra.run.smithi050.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-30T13:55:20.608394Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-30T13:56:43.532805Z 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-09-30T13:55:15.120476Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:56:46.213414Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-30T13:55:13.825359Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-30T13:55:18.063412Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-30T13:59:26.863773Z 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.50/16"}, "status": {"created": "2023-09-30T13:59:26.861196Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.50/16"}}, {"events": ["2023-09-30T13:59:22.498194Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-30T13:59:22.493103Z", "running": 0, "size": 2}}, {"events": ["2023-09-30T13:56:52.676252Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-30T13:55:12.191927Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:57:00.620264Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi050:172.21.15.50=smithi050", "smithi172:172.21.15.172=smithi172"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-30T13:56:04.191639Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:59:26.859677Z 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-09-30T13:59:26.856025Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-30T13:56:50.043985Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-30T13:55:19.412466Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-30T13:57:08.203728Z 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-09-30T13:57:08.200088Z", "running": 8, "size": 8}}, {"events": ["2023-09-30T13:57:00.641303Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-30T13:55:16.422378Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-30T14:00:03.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:03 smithi172 ceph-mon[103696]: pgmap v136: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:00:03.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:00:04.213 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-30T14:00:04.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:00:04.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:00:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:05.214 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-09-30T14:00:05.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:05 smithi050 ceph-mon[92315]: pgmap v137: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:00:05.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:05 smithi050 ceph-mon[92315]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T14:00:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:05 smithi172 ceph-mon[103696]: pgmap v137: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:00:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:05 smithi172 ceph-mon[103696]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T14:00:05.943 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T14:00:07.599 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T14:00:07.599 INFO:teuthology.orchestra.run.smithi050.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-30T13:55:20.608394Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-30T13:56:43.532805Z 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-09-30T13:55:15.120476Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:56:46.213414Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-30T13:55:13.825359Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-30T13:55:18.063412Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-30T13:59:26.863773Z 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.50/16"}, "status": {"created": "2023-09-30T13:59:26.861196Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.50/16"}}, {"events": ["2023-09-30T13:59:22.498194Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-30T13:59:22.493103Z", "running": 0, "size": 2}}, {"events": ["2023-09-30T13:56:52.676252Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-30T13:55:12.191927Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:57:00.620264Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi050:172.21.15.50=smithi050", "smithi172:172.21.15.172=smithi172"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-30T13:56:04.191639Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:59:26.859677Z 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-09-30T13:59:26.856025Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-30T13:56:50.043985Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-30T13:55:19.412466Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-30T13:57:08.203728Z 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-09-30T13:57:08.200088Z", "running": 8, "size": 8}}, {"events": ["2023-09-30T13:57:00.641303Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-30T13:55:16.422378Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-30T14:00:07.751 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:07 smithi050 ceph-mon[92315]: pgmap v138: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:00:07.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:07 smithi172 ceph-mon[103696]: pgmap v138: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:00:08.002 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-30T14:00:09.002 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-09-30T14:00:09.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:08 smithi172 ceph-mon[103696]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T14:00:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:08 smithi172 ceph-mon[103696]: pgmap v139: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:00:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:08 smithi050 ceph-mon[92315]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T14:00:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:08 smithi050 ceph-mon[92315]: pgmap v139: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:00:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:10.023 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T14:00:10.917 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:10 smithi050 ceph-mon[92315]: pgmap v140: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:00:11.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:10 smithi172 ceph-mon[103696]: pgmap v140: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:00:11.699 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T14:00:11.700 INFO:teuthology.orchestra.run.smithi050.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-30T13:55:20.608394Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-30T13:56:43.532805Z 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-09-30T13:55:15.120476Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:56:46.213414Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-30T13:55:13.825359Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-30T13:55:18.063412Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-30T13:59:26.863773Z 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.50/16"}, "status": {"created": "2023-09-30T13:59:26.861196Z", "ports": [2999, 9999], "running": 2, "size": 4, "virtual_ip": "10.0.31.50/16"}}, {"events": ["2023-09-30T13:59:22.498194Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-30T13:59:22.493103Z", "running": 1, "size": 2}}, {"events": ["2023-09-30T13:56:52.676252Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-30T13:55:12.191927Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:57:00.620264Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi050:172.21.15.50=smithi050", "smithi172:172.21.15.172=smithi172"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-30T13:56:04.191639Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:59:26.859677Z 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-09-30T13:59:26.856025Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-09-30T13:56:50.043985Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-30T13:55:19.412466Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-30T13:57:08.203728Z 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-09-30T13:57:08.200088Z", "running": 8, "size": 8}}, {"events": ["2023-09-30T13:57:00.641303Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-30T13:55:16.422378Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-30T14:00:12.085 INFO:tasks.cephadm:nfs.foo has 0/1 2023-09-30T14:00:13.086 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-09-30T14:00:13.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:12 smithi050 ceph-mon[92315]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T14:00:13.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:12 smithi050 ceph-mon[92315]: pgmap v141: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:00:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:00:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:00:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:00:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:12 smithi050 ceph-mon[92315]: Reconfiguring prometheus.smithi050 (dependencies changed)... 2023-09-30T14:00:13.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:12 smithi172 ceph-mon[103696]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T14:00:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:12 smithi172 ceph-mon[103696]: pgmap v141: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:00:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:00:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:00:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:00:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:12 smithi172 ceph-mon[103696]: Reconfiguring prometheus.smithi050 (dependencies changed)... 2023-09-30T14:00:13.906 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T14:00:14.729 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:14 smithi172 ceph-mon[103696]: Reconfiguring daemon prometheus.smithi050 on smithi050 2023-09-30T14:00:14.789 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:14 smithi050 ceph-mon[92315]: Reconfiguring daemon prometheus.smithi050 on smithi050 2023-09-30T14:00:15.763 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:15 smithi050 ceph-mon[92315]: pgmap v142: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:00:15.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:15 smithi172 ceph-mon[103696]: pgmap v142: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:00:15.906 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T14:00:15.906 INFO:teuthology.orchestra.run.smithi050.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-30T13:55:20.608394Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-30T13:56:43.532805Z 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-09-30T13:55:15.120476Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:56:46.213414Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-30T13:55:13.825359Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-30T13:55:18.063412Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-30T13:59:26.863773Z 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.50/16"}, "status": {"created": "2023-09-30T13:59:26.861196Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.50/16"}}, {"events": ["2023-09-30T13:59:22.498194Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-30T13:59:22.493103Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:56:52.676252Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-30T13:55:12.191927Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:57:00.620264Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi050:172.21.15.50=smithi050", "smithi172:172.21.15.172=smithi172"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-30T13:56:04.191639Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:59:26.859677Z 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-09-30T13:59:26.856025Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2023-09-30T13:56:50.043985Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-30T13:55:19.412466Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-30T13:57:08.203728Z 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-09-30T13:57:08.200088Z", "running": 8, "size": 8}}, {"events": ["2023-09-30T13:57:00.641303Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-30T13:55:16.422378Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-30T14:00:16.369 INFO:tasks.cephadm:nfs.foo has 1/1 2023-09-30T14:00:16.369 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-09-30T14:00:16.380 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-09-30T14:00:16.380 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-09-30T14:00:17.177 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T14:00:17.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:17 smithi050 ceph-mon[92315]: pgmap v143: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:00:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:17 smithi050 ceph-mon[92315]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T14:00:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T14:00:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:00:17.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:17 smithi172 ceph-mon[103696]: pgmap v143: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:00:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:17 smithi172 ceph-mon[103696]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T14:00:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T14:00:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:00:18.482 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:18 smithi050 ceph-mon[92315]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T14:00:18.705 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-09-30T14:00:18.705 INFO:teuthology.orchestra.run.smithi050.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-30T13:55:20.608394Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-30T13:56:43.532805Z 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-09-30T13:55:15.120476Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:56:46.213414Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-30T13:55:13.825359Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-30T13:55:18.063412Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-30T13:59:26.863773Z 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.50/16"}, "status": {"created": "2023-09-30T13:59:26.861196Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.50/16"}}, {"events": ["2023-09-30T13:59:22.498194Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-30T13:59:22.493103Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:56:52.676252Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-30T13:55:12.191927Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:57:00.620264Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi050:172.21.15.50=smithi050", "smithi172:172.21.15.172=smithi172"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-30T13:56:04.191639Z", "running": 2, "size": 2}}, {"events": ["2023-09-30T13:59:26.859677Z 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-09-30T13:59:26.856025Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2023-09-30T13:56:50.043985Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-30T13:55:19.412466Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-30T13:57:08.203728Z 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-09-30T13:57:08.200088Z", "running": 8, "size": 8}}, {"events": ["2023-09-30T13:57:00.641303Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-30T13:55:16.422378Z", "ports": [9095], "running": 0, "size": 1}}] 2023-09-30T14:00:18.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:18 smithi172 ceph-mon[103696]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T14:00:19.088 INFO:tasks.cephadm:ingress.nfs.foo has 4/4 2023-09-30T14:00:19.089 INFO:teuthology.run_tasks:Running task vip.exec... 2023-09-30T14:00:19.099 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi050.front.sepia.ceph.com 2023-09-30T14:00:19.100 DEBUG:teuthology.orchestra.run.smithi050:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-09-30T14:00:19.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ mkdir /mnt/foo 2023-09-30T14:00:19.144 DEBUG:teuthology.orchestra.run.smithi050:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 5' 2023-09-30T14:00:19.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ sleep 5 2023-09-30T14:00:19.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:19 smithi172 ceph-mon[103696]: pgmap v144: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:00:19.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:00:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:19 smithi050 ceph-mon[92315]: pgmap v144: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:00:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:00:20.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:20 smithi050 ceph-mon[92315]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T14:00:20.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:20 smithi172 ceph-mon[103696]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T14:00:21.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:21 smithi050 ceph-mon[92315]: pgmap v145: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:00:21.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:21 smithi172 ceph-mon[103696]: pgmap v145: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:00:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:22 smithi172 ceph-mon[103696]: pgmap v146: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:00:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:23.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:22 smithi050 ceph-mon[92315]: pgmap v146: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:00:23.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:24.218 DEBUG:teuthology.orchestra.run.smithi050:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.50:/fake /mnt/foo -o port=2999' 2023-09-30T14:00:24.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ mount -t nfs 10.0.31.50:/fake /mnt/foo -o port=2999 2023-09-30T14:00:24.739 DEBUG:teuthology.orchestra.run.smithi050:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-09-30T14:00:24.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ echo test 2023-09-30T14:00:24.824 DEBUG:teuthology.orchestra.run.smithi050:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-09-30T14:00:24.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ sync 2023-09-30T14:00:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:25 smithi050 ceph-mon[92315]: pgmap v147: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:00:25.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:25.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:25.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:00:25.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:00:25.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:25.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:00:25.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:25.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:25 smithi172 ceph-mon[103696]: pgmap v147: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:00:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:00:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:00:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:00:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:27.075 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-30T14:00:27.086 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi050.front.sepia.ceph.com 2023-09-30T14:00:27.086 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 -v /mnt/foo:/mnt/foo -- bash -c 'echo "Check with each haproxy down in turn..." 2023-09-30T14:00:27.086 DEBUG:teuthology.orchestra.run.smithi050:> for haproxy in `ceph orch ps | grep ^haproxy.nfs.foo. | awk '"'"'{print $1}'"'"'`; do 2023-09-30T14:00:27.086 DEBUG:teuthology.orchestra.run.smithi050:> ceph orch daemon stop $haproxy 2023-09-30T14:00:27.087 DEBUG:teuthology.orchestra.run.smithi050:> while ! ceph orch ps | grep $haproxy | grep stopped; do sleep 1 ; done 2023-09-30T14:00:27.087 DEBUG:teuthology.orchestra.run.smithi050:> cat /mnt/foo/testfile 2023-09-30T14:00:27.087 DEBUG:teuthology.orchestra.run.smithi050:> echo $haproxy > /mnt/foo/testfile 2023-09-30T14:00:27.087 DEBUG:teuthology.orchestra.run.smithi050:> sync 2023-09-30T14:00:27.087 DEBUG:teuthology.orchestra.run.smithi050:> ceph orch daemon start $haproxy 2023-09-30T14:00:27.087 DEBUG:teuthology.orchestra.run.smithi050:> while ! ceph orch ps | grep $haproxy | grep running; do sleep 1 ; done 2023-09-30T14:00:27.087 DEBUG:teuthology.orchestra.run.smithi050:> done 2023-09-30T14:00:27.087 DEBUG:teuthology.orchestra.run.smithi050:> ' 2023-09-30T14:00:27.694 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T14:00:27.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:27 smithi050 ceph-mon[92315]: pgmap v148: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:00:27.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:27 smithi172 ceph-mon[103696]: pgmap v148: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:00:28.820 INFO:teuthology.orchestra.run.smithi050.stdout:Check with each haproxy down in turn... 2023-09-30T14:00:29.475 INFO:teuthology.orchestra.run.smithi050.stdout:Scheduled to stop haproxy.nfs.foo.smithi050.exkkcl on host 'smithi050' 2023-09-30T14:00:29.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:29 smithi050 ceph-mon[92315]: pgmap v149: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-09-30T14:00:29.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:29 smithi172 ceph-mon[103696]: pgmap v149: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-09-30T14:00:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:30.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:30 smithi050 ceph-mon[92315]: from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:30 smithi050 ceph-mon[92315]: from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi050.exkkcl", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:30 smithi050 ceph-mon[92315]: Schedule stop daemon haproxy.nfs.foo.smithi050.exkkcl 2023-09-30T14:00:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:00:30.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:30 smithi172 ceph-mon[103696]: from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:30 smithi172 ceph-mon[103696]: from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi050.exkkcl", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:30 smithi172 ceph-mon[103696]: Schedule stop daemon haproxy.nfs.foo.smithi050.exkkcl 2023-09-30T14:00:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:00:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:31 smithi050 ceph-mon[92315]: pgmap v150: 97 pgs: 97 active+clean; 587 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2023-09-30T14:00:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:31 smithi050 ceph-mon[92315]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:31 smithi172 ceph-mon[103696]: pgmap v150: 97 pgs: 97 active+clean; 587 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2023-09-30T14:00:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:31 smithi172 ceph-mon[103696]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:32.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:32 smithi050 ceph-mon[92315]: from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:32.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:32 smithi172 ceph-mon[103696]: from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:33 smithi050 ceph-mon[92315]: pgmap v151: 97 pgs: 97 active+clean; 587 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 1 op/s 2023-09-30T14:00:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:33 smithi050 ceph-mon[92315]: from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:33.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:33 smithi172 ceph-mon[103696]: pgmap v151: 97 pgs: 97 active+clean; 587 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 1 op/s 2023-09-30T14:00:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:33 smithi172 ceph-mon[103696]: from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:34.493 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:00:34.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:00:35.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:35 smithi050 ceph-mon[92315]: pgmap v152: 97 pgs: 97 active+clean; 587 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2023-09-30T14:00:35.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:35 smithi050 ceph-mon[92315]: from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:35.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:35 smithi172 ceph-mon[103696]: pgmap v152: 97 pgs: 97 active+clean; 587 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2023-09-30T14:00:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:35 smithi172 ceph-mon[103696]: from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:36.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:36 smithi050 ceph-mon[92315]: from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:36.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:36.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:36.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:36 smithi172 ceph-mon[103696]: from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:37.730 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:37 smithi050 ceph-mon[92315]: pgmap v153: 97 pgs: 97 active+clean; 589 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-09-30T14:00:37.730 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:37.730 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:37.731 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:00:37.731 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:00:37.731 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:37.731 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:00:37.731 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:37.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:37 smithi172 ceph-mon[103696]: pgmap v153: 97 pgs: 97 active+clean; 589 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-09-30T14:00:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:00:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:00:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:00:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:38.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:38 smithi050 ceph-mon[92315]: from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:00:38.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:38 smithi172 ceph-mon[103696]: from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:00:39.824 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:39 smithi050 ceph-mon[92315]: pgmap v154: 97 pgs: 97 active+clean; 589 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-09-30T14:00:39.824 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:39 smithi050 ceph-mon[92315]: from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:39.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:39 smithi172 ceph-mon[103696]: pgmap v154: 97 pgs: 97 active+clean; 589 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-09-30T14:00:39.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:39 smithi172 ceph-mon[103696]: from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:40.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:40 smithi050 ceph-mon[92315]: from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:40.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:40 smithi172 ceph-mon[103696]: from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:41.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:41 smithi050 ceph-mon[92315]: pgmap v155: 97 pgs: 97 active+clean; 589 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2023-09-30T14:00:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:41 smithi172 ceph-mon[103696]: pgmap v155: 97 pgs: 97 active+clean; 589 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2023-09-30T14:00:42.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:42 smithi050 ceph-mon[92315]: from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:42.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:42 smithi172 ceph-mon[103696]: from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:43.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:43 smithi050 ceph-mon[92315]: pgmap v156: 97 pgs: 97 active+clean; 589 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-30T14:00:43.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:43 smithi050 ceph-mon[92315]: from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:43.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:43 smithi172 ceph-mon[103696]: pgmap v156: 97 pgs: 97 active+clean; 589 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-30T14:00:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:43 smithi172 ceph-mon[103696]: from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:44.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:44 smithi050 ceph-mon[92315]: from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:44.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:44 smithi172 ceph-mon[103696]: from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:45.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:45 smithi050 ceph-mon[92315]: pgmap v157: 97 pgs: 97 active+clean; 589 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-09-30T14:00:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:00:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:00:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:00:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:45.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:45 smithi172 ceph-mon[103696]: pgmap v157: 97 pgs: 97 active+clean; 589 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-09-30T14:00:45.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:00:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:00:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:00:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:46.201 INFO:teuthology.orchestra.run.smithi050.stdout:haproxy.nfs.foo.smithi050.exkkcl smithi050 *:2999,9999 stopped - 63s - - 2023-09-30T14:00:46.224 INFO:teuthology.orchestra.run.smithi050.stdout:test 2023-09-30T14:00:46.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:46 smithi050 ceph-mon[92315]: from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:46 smithi050 ceph-mon[92315]: pgmap v158: 97 pgs: 97 active+clean; 589 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-09-30T14:00:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:46 smithi050 ceph-mon[92315]: from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:46.859 INFO:teuthology.orchestra.run.smithi050.stdout:Scheduled to start haproxy.nfs.foo.smithi050.exkkcl on host 'smithi050' 2023-09-30T14:00:46.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:46 smithi172 ceph-mon[103696]: from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:46.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:46 smithi172 ceph-mon[103696]: pgmap v158: 97 pgs: 97 active+clean; 589 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-09-30T14:00:46.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:46 smithi172 ceph-mon[103696]: from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:47 smithi172 ceph-mon[103696]: from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi050.exkkcl", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:47 smithi172 ceph-mon[103696]: Schedule start daemon haproxy.nfs.foo.smithi050.exkkcl 2023-09-30T14:00:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:00:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:47 smithi172 ceph-mon[103696]: from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:48.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:47 smithi050 ceph-mon[92315]: from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi050.exkkcl", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:47 smithi050 ceph-mon[92315]: Schedule start daemon haproxy.nfs.foo.smithi050.exkkcl 2023-09-30T14:00:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:00:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:47 smithi050 ceph-mon[92315]: from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:49.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:49 smithi050 ceph-mon[92315]: pgmap v159: 97 pgs: 97 active+clean; 589 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2023-09-30T14:00:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:00:49.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:49 smithi172 ceph-mon[103696]: pgmap v159: 97 pgs: 97 active+clean; 589 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2023-09-30T14:00:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:00:50.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:50 smithi050 ceph-mon[92315]: from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:50.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:50 smithi172 ceph-mon[103696]: from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:51.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:51 smithi050 ceph-mon[92315]: pgmap v160: 97 pgs: 97 active+clean; 598 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-09-30T14:00:51.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:51 smithi050 ceph-mon[92315]: from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:51.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:51 smithi172 ceph-mon[103696]: pgmap v160: 97 pgs: 97 active+clean; 598 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-09-30T14:00:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:51 smithi172 ceph-mon[103696]: from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:52.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:52 smithi050 ceph-mon[92315]: from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:52 smithi172 ceph-mon[103696]: from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:53.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:53 smithi050 ceph-mon[92315]: pgmap v161: 97 pgs: 97 active+clean; 598 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-09-30T14:00:53.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:53 smithi172 ceph-mon[103696]: pgmap v161: 97 pgs: 97 active+clean; 598 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-09-30T14:00:54.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:54 smithi050 ceph-mon[92315]: from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:00:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:00:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:00:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:54 smithi172 ceph-mon[103696]: from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:00:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:00:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:00:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:55.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:55 smithi050 ceph-mon[92315]: pgmap v162: 97 pgs: 97 active+clean; 598 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-09-30T14:00:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:55 smithi050 ceph-mon[92315]: from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:55 smithi050 ceph-mon[92315]: from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:55 smithi172 ceph-mon[103696]: pgmap v162: 97 pgs: 97 active+clean; 598 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-09-30T14:00:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:55 smithi172 ceph-mon[103696]: from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:55 smithi172 ceph-mon[103696]: from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:56.955 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:56.955 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:56.955 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:00:56.955 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:56 smithi050 ceph-mon[92315]: pgmap v163: 97 pgs: 97 active+clean; 598 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-09-30T14:00:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:00:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:00:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:56 smithi172 ceph-mon[103696]: pgmap v163: 97 pgs: 97 active+clean; 598 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-09-30T14:00:58.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:57 smithi050 ceph-mon[92315]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:58.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:57 smithi172 ceph-mon[103696]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:59.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:59 smithi050 ceph-mon[92315]: pgmap v164: 97 pgs: 97 active+clean; 598 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-09-30T14:00:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:00:59 smithi050 ceph-mon[92315]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:00:59.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:59 smithi172 ceph-mon[103696]: pgmap v164: 97 pgs: 97 active+clean; 598 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-09-30T14:00:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:00:59 smithi172 ceph-mon[103696]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:00.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:00 smithi050 ceph-mon[92315]: from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:00.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:00 smithi172 ceph-mon[103696]: from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:01.824 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:01 smithi050 ceph-mon[92315]: pgmap v165: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-09-30T14:01:01.824 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:01 smithi172 ceph-mon[103696]: pgmap v165: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-09-30T14:01:02.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:02 smithi050 ceph-mon[92315]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:02.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:02 smithi050 ceph-mon[92315]: mgrmap e22: smithi050.rphaie(active, since 4m), standbys: smithi172.adrlvg 2023-09-30T14:01:02.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:02 smithi172 ceph-mon[103696]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:02 smithi172 ceph-mon[103696]: mgrmap e22: smithi050.rphaie(active, since 4m), standbys: smithi172.adrlvg 2023-09-30T14:01:03.638 INFO:teuthology.orchestra.run.smithi050.stdout:haproxy.nfs.foo.smithi050.exkkcl smithi050 *:2999,9999 running (8s) - 81s 6945k - 2.3.17-d1c9119 e85424b0d443 f54eb979e13a 2023-09-30T14:01:03.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:03 smithi050 ceph-mon[92315]: pgmap v166: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-30T14:01:03.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:03 smithi050 ceph-mon[92315]: from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:01:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:01:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:01:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:03.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:03 smithi172 ceph-mon[103696]: pgmap v166: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-30T14:01:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:03 smithi172 ceph-mon[103696]: from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:01:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:01:03.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:03.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:01:03.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:03.973 INFO:teuthology.orchestra.run.smithi050.stdout:Scheduled to stop haproxy.nfs.foo.smithi172.zjrpdu on host 'smithi172' 2023-09-30T14:01:04.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:01:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:01:04.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:01:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:01:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:05 smithi172 ceph-mon[103696]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:05 smithi172 ceph-mon[103696]: pgmap v167: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-09-30T14:01:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:05 smithi172 ceph-mon[103696]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi172.zjrpdu", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:05 smithi172 ceph-mon[103696]: Schedule stop daemon haproxy.nfs.foo.smithi172.zjrpdu 2023-09-30T14:01:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:05 smithi172 ceph-mon[103696]: from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:05.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:05 smithi050 ceph-mon[92315]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:05.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:05 smithi050 ceph-mon[92315]: pgmap v167: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-09-30T14:01:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:05 smithi050 ceph-mon[92315]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi172.zjrpdu", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:05 smithi050 ceph-mon[92315]: Schedule stop daemon haproxy.nfs.foo.smithi172.zjrpdu 2023-09-30T14:01:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:05 smithi050 ceph-mon[92315]: from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:07.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:07 smithi050 ceph-mon[92315]: from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:07 smithi050 ceph-mon[92315]: pgmap v168: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-09-30T14:01:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:07 smithi172 ceph-mon[103696]: from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:07 smithi172 ceph-mon[103696]: pgmap v168: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-09-30T14:01:08.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:08 smithi050 ceph-mon[92315]: from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:08.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:08 smithi172 ceph-mon[103696]: from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:09.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:09 smithi050 ceph-mon[92315]: pgmap v169: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-09-30T14:01:09.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:09 smithi050 ceph-mon[92315]: from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:09.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:09 smithi172 ceph-mon[103696]: pgmap v169: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-09-30T14:01:09.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:09 smithi172 ceph-mon[103696]: from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:11 smithi050 ceph-mon[92315]: pgmap v170: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-09-30T14:01:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:11 smithi050 ceph-mon[92315]: from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:01:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:01:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:11.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:01:11.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:11.856 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:11 smithi172 ceph-mon[103696]: pgmap v170: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-09-30T14:01:11.857 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:11 smithi172 ceph-mon[103696]: from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:11.857 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:11.857 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:11.857 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:01:11.857 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:01:11.857 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:11.858 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:01:11.858 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:12.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:12 smithi050 ceph-mon[92315]: from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:12 smithi172 ceph-mon[103696]: from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:13.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:13 smithi050 ceph-mon[92315]: pgmap v171: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:01:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:13 smithi050 ceph-mon[92315]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:01:13.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:13 smithi172 ceph-mon[103696]: pgmap v171: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:01:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:13 smithi172 ceph-mon[103696]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:01:15.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:15 smithi172 ceph-mon[103696]: pgmap v172: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:01:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:15 smithi172 ceph-mon[103696]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:15.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:15 smithi050 ceph-mon[92315]: pgmap v172: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:01:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:15 smithi050 ceph-mon[92315]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:16.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:16 smithi050 ceph-mon[92315]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:16.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:16 smithi172 ceph-mon[103696]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:17.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:17 smithi050 ceph-mon[92315]: pgmap v173: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:01:17.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:17.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:17 smithi172 ceph-mon[103696]: pgmap v173: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:01:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:17.992 INFO:teuthology.orchestra.run.smithi050.stdout:haproxy.nfs.foo.smithi172.zjrpdu smithi172 *:2999,9999 stopped - 89s - - 2023-09-30T14:01:17.995 INFO:teuthology.orchestra.run.smithi050.stdout:haproxy.nfs.foo.smithi050.exkkcl 2023-09-30T14:01:18.738 INFO:teuthology.orchestra.run.smithi050.stdout:Scheduled to start haproxy.nfs.foo.smithi172.zjrpdu on host 'smithi172' 2023-09-30T14:01:18.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:18 smithi050 ceph-mon[92315]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:18.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:18 smithi172 ceph-mon[103696]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:19.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:19 smithi050 ceph-mon[92315]: pgmap v174: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:01:19.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:19 smithi050 ceph-mon[92315]: from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:01:19.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:19 smithi172 ceph-mon[103696]: pgmap v174: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:01:19.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:19 smithi172 ceph-mon[103696]: from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:01:20.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:20 smithi050 ceph-mon[92315]: from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi172.zjrpdu", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:20 smithi050 ceph-mon[92315]: Schedule start daemon haproxy.nfs.foo.smithi172.zjrpdu 2023-09-30T14:01:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:20 smithi050 ceph-mon[92315]: from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:20.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:20 smithi172 ceph-mon[103696]: from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi172.zjrpdu", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:20.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:20 smithi172 ceph-mon[103696]: Schedule start daemon haproxy.nfs.foo.smithi172.zjrpdu 2023-09-30T14:01:20.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:20 smithi172 ceph-mon[103696]: from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:21 smithi050 ceph-mon[92315]: pgmap v175: 97 pgs: 97 active+clean; 609 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2023-09-30T14:01:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:21 smithi050 ceph-mon[92315]: from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:01:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:01:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:01:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:21.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:21 smithi172 ceph-mon[103696]: pgmap v175: 97 pgs: 97 active+clean; 609 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2023-09-30T14:01:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:21 smithi172 ceph-mon[103696]: from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:01:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:01:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:01:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:23.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:23 smithi050 ceph-mon[92315]: pgmap v176: 97 pgs: 97 active+clean; 609 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-09-30T14:01:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:23 smithi050 ceph-mon[92315]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:01:23.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:23 smithi172 ceph-mon[103696]: pgmap v176: 97 pgs: 97 active+clean; 609 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-09-30T14:01:23.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:23 smithi172 ceph-mon[103696]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:23.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:01:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:24 smithi050 ceph-mon[92315]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:24.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:24 smithi172 ceph-mon[103696]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:25.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:25 smithi050 ceph-mon[92315]: pgmap v177: 97 pgs: 97 active+clean; 609 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-09-30T14:01:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:25 smithi050 ceph-mon[92315]: from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:25 smithi172 ceph-mon[103696]: pgmap v177: 97 pgs: 97 active+clean; 609 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-09-30T14:01:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:25 smithi172 ceph-mon[103696]: from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:27.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:27 smithi050 ceph-mon[92315]: pgmap v178: 97 pgs: 97 active+clean; 609 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-09-30T14:01:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:27 smithi050 ceph-mon[92315]: from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:27.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:27 smithi172 ceph-mon[103696]: pgmap v178: 97 pgs: 97 active+clean; 609 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-09-30T14:01:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:27 smithi172 ceph-mon[103696]: from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:28.718 INFO:teuthology.orchestra.run.smithi050.stdout:haproxy.nfs.foo.smithi172.zjrpdu smithi172 *:2999,9999 running (6s) - 100s 7008k - 2.3.17-d1c9119 e85424b0d443 643a91681ca5 2023-09-30T14:01:28.831 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:28 smithi050 ceph-mon[92315]: from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:28.831 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:28.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:28 smithi172 ceph-mon[103696]: from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:29.086 INFO:teuthology.run_tasks:Running task vip.exec... 2023-09-30T14:01:29.096 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi050.front.sepia.ceph.com 2023-09-30T14:01:29.097 DEBUG:teuthology.orchestra.run.smithi050:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo "Check with $(hostname) ganesha(s) down..." 2023-09-30T14:01:29.097 DEBUG:teuthology.orchestra.run.smithi050:> for c in `systemctl | grep ceph- | grep @nfs | awk '"'"'{print $1}'"'"'`; do 2023-09-30T14:01:29.097 DEBUG:teuthology.orchestra.run.smithi050:> cid=`echo $c | sed '"'"'s/@/-/'"'"'` 2023-09-30T14:01:29.097 DEBUG:teuthology.orchestra.run.smithi050:> id=`echo $c | cut -d @ -f 2 | sed '"'"'s/.service$//'"'"'` 2023-09-30T14:01:29.097 DEBUG:teuthology.orchestra.run.smithi050:> fsid=`echo $c | cut -d @ -f 1 | cut -d - -f 2-` 2023-09-30T14:01:29.097 DEBUG:teuthology.orchestra.run.smithi050:> echo "Removing daemon $id fsid $fsid..." 2023-09-30T14:01:29.097 DEBUG:teuthology.orchestra.run.smithi050:> sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id 2023-09-30T14:01:29.097 DEBUG:teuthology.orchestra.run.smithi050:> 2023-09-30T14:01:29.097 DEBUG:teuthology.orchestra.run.smithi050:> echo "Waking up cephadm..." 2023-09-30T14:01:29.098 DEBUG:teuthology.orchestra.run.smithi050:> sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh 2023-09-30T14:01:29.098 DEBUG:teuthology.orchestra.run.smithi050:> 2023-09-30T14:01:29.098 DEBUG:teuthology.orchestra.run.smithi050:> while ! timeout 1 cat /mnt/foo/testfile ; do true ; done 2023-09-30T14:01:29.098 DEBUG:teuthology.orchestra.run.smithi050:> echo "Mount is back!" 2023-09-30T14:01:29.099 DEBUG:teuthology.orchestra.run.smithi050:> done 2023-09-30T14:01:29.099 DEBUG:teuthology.orchestra.run.smithi050:> ' 2023-09-30T14:01:29.134 INFO:teuthology.orchestra.run.smithi050.stderr:++ hostname 2023-09-30T14:01:29.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ echo 'Check with smithi050 ganesha(s) down...' 2023-09-30T14:01:29.135 INFO:teuthology.orchestra.run.smithi050.stdout:Check with smithi050 ganesha(s) down... 2023-09-30T14:01:29.135 INFO:teuthology.orchestra.run.smithi050.stderr:++ systemctl 2023-09-30T14:01:29.136 INFO:teuthology.orchestra.run.smithi050.stderr:++ grep ceph- 2023-09-30T14:01:29.145 INFO:teuthology.orchestra.run.smithi050.stderr:++ grep @nfs 2023-09-30T14:01:29.145 INFO:teuthology.orchestra.run.smithi050.stderr:++ awk '{print $1}' 2023-09-30T14:01:29.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ for c in `systemctl | grep ceph- | grep @nfs | awk '{print $1}'` 2023-09-30T14:01:29.147 INFO:teuthology.orchestra.run.smithi050.stderr:++ echo ceph-b49c2858-5f98-11ee-8db5-212e2dc638e7@nfs.foo.0.0.smithi050.agtyzx.service 2023-09-30T14:01:29.147 INFO:teuthology.orchestra.run.smithi050.stderr:++ sed s/@/-/ 2023-09-30T14:01:29.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ cid=ceph-b49c2858-5f98-11ee-8db5-212e2dc638e7-nfs.foo.0.0.smithi050.agtyzx.service 2023-09-30T14:01:29.149 INFO:teuthology.orchestra.run.smithi050.stderr:++ echo ceph-b49c2858-5f98-11ee-8db5-212e2dc638e7@nfs.foo.0.0.smithi050.agtyzx.service 2023-09-30T14:01:29.149 INFO:teuthology.orchestra.run.smithi050.stderr:++ cut -d @ -f 2 2023-09-30T14:01:29.149 INFO:teuthology.orchestra.run.smithi050.stderr:++ sed 's/.service$//' 2023-09-30T14:01:29.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ id=nfs.foo.0.0.smithi050.agtyzx 2023-09-30T14:01:29.150 INFO:teuthology.orchestra.run.smithi050.stderr:++ echo ceph-b49c2858-5f98-11ee-8db5-212e2dc638e7@nfs.foo.0.0.smithi050.agtyzx.service 2023-09-30T14:01:29.150 INFO:teuthology.orchestra.run.smithi050.stderr:++ cut -d @ -f 1 2023-09-30T14:01:29.151 INFO:teuthology.orchestra.run.smithi050.stderr:++ cut -d - -f 2- 2023-09-30T14:01:29.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ fsid=b49c2858-5f98-11ee-8db5-212e2dc638e7 2023-09-30T14:01:29.151 INFO:teuthology.orchestra.run.smithi050.stdout:Removing daemon nfs.foo.0.0.smithi050.agtyzx fsid b49c2858-5f98-11ee-8db5-212e2dc638e7... 2023-09-30T14:01:29.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ echo 'Removing daemon nfs.foo.0.0.smithi050.agtyzx fsid b49c2858-5f98-11ee-8db5-212e2dc638e7...' 2023-09-30T14:01:29.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ sudo /home/ubuntu/cephtest/cephadm rm-daemon --fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 --name nfs.foo.0.0.smithi050.agtyzx 2023-09-30T14:01:29.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:29 smithi050 ceph-mon[92315]: pgmap v179: 97 pgs: 97 active+clean; 609 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-09-30T14:01:29.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:29 smithi172 ceph-mon[103696]: pgmap v179: 97 pgs: 97 active+clean; 609 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-09-30T14:01:30.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ echo 'Waking up cephadm...' 2023-09-30T14:01:30.805 INFO:teuthology.orchestra.run.smithi050.stdout:Waking up cephadm... 2023-09-30T14:01:30.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ sudo /home/ubuntu/cephtest/cephadm shell -- ceph orch ps --refresh 2023-09-30T14:01:30.815 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:30 smithi050 ceph-mon[92315]: from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:30.815 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:30.816 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:30.816 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:01:30.816 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:01:30.816 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:30.816 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:01:30.816 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:30 smithi172 ceph-mon[103696]: from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:01:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:01:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:01:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:31.357 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring fsid b49c2858-5f98-11ee-8db5-212e2dc638e7 2023-09-30T14:01:31.633 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/b49c2858-5f98-11ee-8db5-212e2dc638e7/mon.smithi050/config 2023-09-30T14:01:31.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:31 smithi050 ceph-mon[92315]: pgmap v180: 97 pgs: 97 active+clean; 611 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-09-30T14:01:31.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:31 smithi172 ceph-mon[103696]: pgmap v180: 97 pgs: 97 active+clean; 611 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-09-30T14:01:32.183 INFO:teuthology.orchestra.run.smithi050.stderr:Using ceph image with id 'dda7fab67785' and tag '1d10b71792f3be8887a7631e69851ac2df3585af' created on 2023-09-29 17:58:24 +0000 UTC 2023-09-30T14:01:32.183 INFO:teuthology.orchestra.run.smithi050.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:842fd637775ede364d8d63f7b11a1a5940cb8e14653cebf5ae1ff346603854c0 2023-09-30T14:01:33.605 INFO:teuthology.orchestra.run.smithi050.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T14:01:33.606 INFO:teuthology.orchestra.run.smithi050.stdout:alertmanager.smithi050 smithi050 *:9093,9094 running (4m) - 5m 27.5M - 0.25.0 c8568f914cd2 9143b18d6e9d 2023-09-30T14:01:33.606 INFO:teuthology.orchestra.run.smithi050.stdout:ceph-exporter.smithi050 smithi050 running (5m) - 5m 8376k - 18.0.0-6447-g1d10b717 dda7fab67785 8aa2fa33ac56 2023-09-30T14:01:33.606 INFO:teuthology.orchestra.run.smithi050.stdout:ceph-exporter.smithi172 smithi172 running (4m) - 4m 8841k - 18.0.0-6447-g1d10b717 dda7fab67785 64d8fef45d57 2023-09-30T14:01:33.606 INFO:teuthology.orchestra.run.smithi050.stdout:crash.smithi050 smithi050 running (5m) - 5m 7499k - 18.0.0-6447-g1d10b717 dda7fab67785 91142defdf60 2023-09-30T14:01:33.606 INFO:teuthology.orchestra.run.smithi050.stdout:crash.smithi172 smithi172 running (4m) - 4m 7453k - 18.0.0-6447-g1d10b717 dda7fab67785 c22911cc738b 2023-09-30T14:01:33.606 INFO:teuthology.orchestra.run.smithi050.stdout:grafana.smithi050 smithi050 *:3000 running (4m) - 5m 90.2M - 9.4.7 2c41d148cca3 3f5813722d9b 2023-09-30T14:01:33.606 INFO:teuthology.orchestra.run.smithi050.stdout:haproxy.nfs.foo.smithi050.exkkcl smithi050 *:2999,9999 running (38s) - 111s 7415k - 2.3.17-d1c9119 e85424b0d443 f54eb979e13a 2023-09-30T14:01:33.607 INFO:teuthology.orchestra.run.smithi050.stdout:haproxy.nfs.foo.smithi172.zjrpdu smithi172 *:2999,9999 running (11s) - 105s 7008k - 2.3.17-d1c9119 e85424b0d443 643a91681ca5 2023-09-30T14:01:33.607 INFO:teuthology.orchestra.run.smithi050.stdout:keepalived.nfs.foo.smithi050.boqevr smithi050 running (97s) - 96s 2617k - 2.2.4 4a3a1ff181d9 93d12e0a3752 2023-09-30T14:01:33.607 INFO:teuthology.orchestra.run.smithi050.stdout:keepalived.nfs.foo.smithi172.jhxspn smithi172 running (91s) - 90s 2637k - 2.2.4 4a3a1ff181d9 52cd14723485 2023-09-30T14:01:33.607 INFO:teuthology.orchestra.run.smithi050.stdout:mds.foofs.smithi050.iegmwk smithi050 running (2m) - 2m 17.5M - 18.0.0-6447-g1d10b717 dda7fab67785 fc9ec10d7619 2023-09-30T14:01:33.607 INFO:teuthology.orchestra.run.smithi050.stdout:mds.foofs.smithi172.ltowjf smithi172 running (2m) - 2m 17.7M - 18.0.0-6447-g1d10b717 dda7fab67785 ebea5969a84a 2023-09-30T14:01:33.607 INFO:teuthology.orchestra.run.smithi050.stdout:mgr.smithi050.rphaie smithi050 *:9283,8765,8443 running (6m) - 6m 524M - 18.0.0-6447-g1d10b717 dda7fab67785 e25105b5cd94 2023-09-30T14:01:33.607 INFO:teuthology.orchestra.run.smithi050.stdout:mgr.smithi172.adrlvg smithi172 *:8443,9283,8765 running (4m) - 4m 452M - 18.0.0-6447-g1d10b717 dda7fab67785 8678e9f46821 2023-09-30T14:01:33.607 INFO:teuthology.orchestra.run.smithi050.stdout:mon.smithi050 smithi050 running (7m) - 7m 85.0M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 6b0531712899 2023-09-30T14:01:33.608 INFO:teuthology.orchestra.run.smithi050.stdout:mon.smithi172 smithi172 running (4m) - 4m 58.0M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 75e9c0d88493 2023-09-30T14:01:33.608 INFO:teuthology.orchestra.run.smithi050.stdout:nfs.foo.0.0.smithi050.agtyzx smithi050 *:12999 running (118s) - 117s 76.2M - 5.5 dda7fab67785 cc08b0c185b3 2023-09-30T14:01:33.608 INFO:teuthology.orchestra.run.smithi050.stdout:node-exporter.smithi050 smithi050 *:9100 running (5m) - 5m 18.3M - 1.5.0 0da6a335fe13 ac210fc71ce2 2023-09-30T14:01:33.608 INFO:teuthology.orchestra.run.smithi050.stdout:node-exporter.smithi172 smithi172 *:9100 running (4m) - 4m 17.8M - 1.5.0 0da6a335fe13 d5841c4d679c 2023-09-30T14:01:33.608 INFO:teuthology.orchestra.run.smithi050.stdout:osd.0 smithi172 running (3m) - 3m 64.1M 3748M 18.0.0-6447-g1d10b717 dda7fab67785 290876ca21f8 2023-09-30T14:01:33.608 INFO:teuthology.orchestra.run.smithi050.stdout:osd.1 smithi050 running (3m) - 3m 67.6M 2981M 18.0.0-6447-g1d10b717 dda7fab67785 54743ea380ff 2023-09-30T14:01:33.608 INFO:teuthology.orchestra.run.smithi050.stdout:osd.2 smithi172 running (3m) - 3m 54.6M 3748M 18.0.0-6447-g1d10b717 dda7fab67785 e36e161b5678 2023-09-30T14:01:33.608 INFO:teuthology.orchestra.run.smithi050.stdout:osd.3 smithi050 running (3m) - 3m 67.9M 2981M 18.0.0-6447-g1d10b717 dda7fab67785 52e3eb0f2bc3 2023-09-30T14:01:33.608 INFO:teuthology.orchestra.run.smithi050.stdout:osd.4 smithi172 running (3m) - 3m 53.9M 3748M 18.0.0-6447-g1d10b717 dda7fab67785 4a3265d4e71f 2023-09-30T14:01:33.608 INFO:teuthology.orchestra.run.smithi050.stdout:osd.5 smithi050 running (3m) - 3m 56.9M 2981M 18.0.0-6447-g1d10b717 dda7fab67785 9960ea9db166 2023-09-30T14:01:33.608 INFO:teuthology.orchestra.run.smithi050.stdout:osd.6 smithi172 running (3m) - 3m 56.8M 3748M 18.0.0-6447-g1d10b717 dda7fab67785 5ff70f0e1aa5 2023-09-30T14:01:33.609 INFO:teuthology.orchestra.run.smithi050.stdout:osd.7 smithi050 running (3m) - 3m 58.6M 2981M 18.0.0-6447-g1d10b717 dda7fab67785 a28ec8c87c1b 2023-09-30T14:01:33.609 INFO:teuthology.orchestra.run.smithi050.stdout:prometheus.smithi050 smithi050 *:9095 running (76s) - 5m 49.8M - 2.43.0 a07b618ecd1d 5e732e9c5b2d 2023-09-30T14:01:33.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:33 smithi050 ceph-mon[92315]: pgmap v181: 97 pgs: 97 active+clean; 611 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 511 B/s wr, 1 op/s 2023-09-30T14:01:33.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:33 smithi172 ceph-mon[103696]: pgmap v181: 97 pgs: 97 active+clean; 611 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 511 B/s wr, 1 op/s 2023-09-30T14:01:33.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:01:34.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:01:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:01:34.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:01:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:01:34.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:01:34.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:01:35.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:35 smithi050 ceph-mon[92315]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:35.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:35 smithi050 ceph-mon[92315]: pgmap v182: 97 pgs: 97 active+clean; 611 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 426 B/s wr, 0 op/s 2023-09-30T14:01:35.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:35 smithi172 ceph-mon[103696]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T14:01:35.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:35 smithi172 ceph-mon[103696]: pgmap v182: 97 pgs: 97 active+clean; 611 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 426 B/s wr, 0 op/s 2023-09-30T14:01:35.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:01:35.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:01:36.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:36 smithi050 ceph-mon[92315]: pgmap v183: 97 pgs: 97 active+clean; 611 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-09-30T14:01:36.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:36 smithi172 ceph-mon[103696]: pgmap v183: 97 pgs: 97 active+clean; 611 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-09-30T14:01:36.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:01:36.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:01:37.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:01:37.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:01:38.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:01:38.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:01:39.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:39 smithi050 ceph-mon[92315]: pgmap v184: 97 pgs: 97 active+clean; 611 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-09-30T14:01:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:39.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:39 smithi172 ceph-mon[103696]: pgmap v184: 97 pgs: 97 active+clean; 611 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-09-30T14:01:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:39.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:01:39.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:01:40.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:01:40.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:01:41.078 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:40 smithi050 ceph-mon[92315]: pgmap v185: 97 pgs: 97 active+clean; 611 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-09-30T14:01:41.078 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:41.079 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:41.079 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:01:41.079 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:01:41.079 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:41.079 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:01:41.079 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:41.079 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:40 smithi050 ceph-mon[92315]: Fencing old nfs.foo.0.0.smithi050.agtyzx 2023-09-30T14:01:41.079 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi050.agtyzx"}]: dispatch 2023-09-30T14:01:41.079 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi050.agtyzx"}]': finished 2023-09-30T14:01:41.079 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:41.080 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:40 smithi050 ceph-mon[92315]: Creating key for client.nfs.foo.0.1.smithi050.ufedgh 2023-09-30T14:01:41.080 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi050.ufedgh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-30T14:01:41.080 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi050.ufedgh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-30T14:01:41.080 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:40 smithi050 ceph-mon[92315]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-30T14:01:41.080 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-30T14:01:41.080 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-30T14:01:41.080 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:01:41.080 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-30T14:01:41.080 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-30T14:01:41.080 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:40 smithi050 ceph-mon[92315]: Rados config object exists: conf-nfs.foo 2023-09-30T14:01:41.081 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:40 smithi050 ceph-mon[92315]: Creating key for client.nfs.foo.0.1.smithi050.ufedgh-rgw 2023-09-30T14:01:41.081 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi050.ufedgh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-30T14:01:41.081 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi050.ufedgh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-30T14:01:41.081 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:40 smithi050 ceph-mon[92315]: Bind address in nfs.foo.0.1.smithi050.ufedgh's ganesha conf is defaulting to empty 2023-09-30T14:01:41.081 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:01:41.081 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:40 smithi050 ceph-mon[92315]: Deploying daemon nfs.foo.0.1.smithi050.ufedgh on smithi050 2023-09-30T14:01:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:40 smithi172 ceph-mon[103696]: pgmap v185: 97 pgs: 97 active+clean; 611 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-09-30T14:01:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:01:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:01:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:01:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:40 smithi172 ceph-mon[103696]: Fencing old nfs.foo.0.0.smithi050.agtyzx 2023-09-30T14:01:41.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi050.agtyzx"}]: dispatch 2023-09-30T14:01:41.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi050.agtyzx"}]': finished 2023-09-30T14:01:41.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:41.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:40 smithi172 ceph-mon[103696]: Creating key for client.nfs.foo.0.1.smithi050.ufedgh 2023-09-30T14:01:41.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi050.ufedgh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-30T14:01:41.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi050.ufedgh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-30T14:01:41.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:40 smithi172 ceph-mon[103696]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-30T14:01:41.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-30T14:01:41.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-30T14:01:41.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:01:41.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-30T14:01:41.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-30T14:01:41.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:40 smithi172 ceph-mon[103696]: Rados config object exists: conf-nfs.foo 2023-09-30T14:01:41.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:40 smithi172 ceph-mon[103696]: Creating key for client.nfs.foo.0.1.smithi050.ufedgh-rgw 2023-09-30T14:01:41.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi050.ufedgh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-30T14:01:41.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi050.ufedgh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-30T14:01:41.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:40 smithi172 ceph-mon[103696]: Bind address in nfs.foo.0.1.smithi050.ufedgh's ganesha conf is defaulting to empty 2023-09-30T14:01:41.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:01:41.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:40 smithi172 ceph-mon[103696]: Deploying daemon nfs.foo.0.1.smithi050.ufedgh on smithi050 2023-09-30T14:01:41.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:01:41.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:01:42.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:01:42.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:01:43.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:42 smithi050 ceph-mon[92315]: pgmap v186: 97 pgs: 97 active+clean; 611 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 170 B/s wr, 0 op/s 2023-09-30T14:01:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:42 smithi050 ceph-mon[92315]: Evicting (and blocklisting) client session 14602 (172.21.15.50:0/1919418320) 2023-09-30T14:01:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:42 smithi050 ceph-mon[92315]: from='mds.? [v2:172.21.15.172:6832/1280833314,v1:172.21.15.172:6833/1280833314]' entity='mds.foofs.smithi172.ltowjf' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.50:0/1919418320"}]: dispatch 2023-09-30T14:01:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:42 smithi050 ceph-mon[92315]: from='mds.? ' entity='mds.foofs.smithi172.ltowjf' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.50:0/1919418320"}]: dispatch 2023-09-30T14:01:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:01:43.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:42 smithi172 ceph-mon[103696]: pgmap v186: 97 pgs: 97 active+clean; 611 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 170 B/s wr, 0 op/s 2023-09-30T14:01:43.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:42 smithi172 ceph-mon[103696]: Evicting (and blocklisting) client session 14602 (172.21.15.50:0/1919418320) 2023-09-30T14:01:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:42 smithi172 ceph-mon[103696]: from='mds.? [v2:172.21.15.172:6832/1280833314,v1:172.21.15.172:6833/1280833314]' entity='mds.foofs.smithi172.ltowjf' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.50:0/1919418320"}]: dispatch 2023-09-30T14:01:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:42 smithi172 ceph-mon[103696]: from='mds.? ' entity='mds.foofs.smithi172.ltowjf' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.50:0/1919418320"}]: dispatch 2023-09-30T14:01:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:01:43.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:01:43.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:01:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:43 smithi050 ceph-mon[92315]: from='mds.? ' entity='mds.foofs.smithi172.ltowjf' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.50:0/1919418320"}]': finished 2023-09-30T14:01:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:43 smithi050 ceph-mon[92315]: osdmap e45: 8 total, 8 up, 8 in 2023-09-30T14:01:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:44.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:43 smithi172 ceph-mon[103696]: from='mds.? ' entity='mds.foofs.smithi172.ltowjf' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.50:0/1919418320"}]': finished 2023-09-30T14:01:44.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:43 smithi172 ceph-mon[103696]: osdmap e45: 8 total, 8 up, 8 in 2023-09-30T14:01:44.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:44.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:01:44.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:01:45.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:45 smithi050 ceph-mon[92315]: pgmap v188: 97 pgs: 97 active+clean; 611 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-09-30T14:01:45.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:45 smithi172 ceph-mon[103696]: pgmap v188: 97 pgs: 97 active+clean; 611 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-09-30T14:01:45.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:01:45.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:01:46.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:01:46.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:01:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:47 smithi050 ceph-mon[92315]: pgmap v189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 409 B/s rd, 614 B/s wr, 1 op/s 2023-09-30T14:01:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:47 smithi172 ceph-mon[103696]: pgmap v189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 409 B/s rd, 614 B/s wr, 1 op/s 2023-09-30T14:01:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:47.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:01:47.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:01:48.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:01:48.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:01:49.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:49 smithi050 ceph-mon[92315]: pgmap v190: 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-09-30T14:01:49.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:01:49.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:49 smithi172 ceph-mon[103696]: pgmap v190: 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-09-30T14:01:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:01:49.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:01:49.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:01:50.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:01:50.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:01:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:01:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:01:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:01:51.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:51.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:50 smithi050 ceph-mon[92315]: pgmap v191: 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-09-30T14:01:51.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:50 smithi050 ceph-mon[92315]: Reconfiguring haproxy.nfs.foo.smithi050.exkkcl (dependencies changed)... 2023-09-30T14:01:51.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:50 smithi050 ceph-mon[92315]: Reconfiguring daemon haproxy.nfs.foo.smithi050.exkkcl on smithi050 2023-09-30T14:01:51.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:01:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:01:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:01:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:50 smithi172 ceph-mon[103696]: pgmap v191: 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-09-30T14:01:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:50 smithi172 ceph-mon[103696]: Reconfiguring haproxy.nfs.foo.smithi050.exkkcl (dependencies changed)... 2023-09-30T14:01:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:50 smithi172 ceph-mon[103696]: Reconfiguring daemon haproxy.nfs.foo.smithi050.exkkcl on smithi050 2023-09-30T14:01:51.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:01:51.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:01:52.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:01:52.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:01:53.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:53 smithi050 ceph-mon[92315]: pgmap v192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 921 B/s wr, 2 op/s 2023-09-30T14:01:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:53 smithi050 ceph-mon[92315]: Reconfiguring haproxy.nfs.foo.smithi172.zjrpdu (dependencies changed)... 2023-09-30T14:01:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:53 smithi050 ceph-mon[92315]: Reconfiguring daemon haproxy.nfs.foo.smithi172.zjrpdu on smithi172 2023-09-30T14:01:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:53 smithi172 ceph-mon[103696]: pgmap v192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 921 B/s wr, 2 op/s 2023-09-30T14:01:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:53 smithi172 ceph-mon[103696]: Reconfiguring haproxy.nfs.foo.smithi172.zjrpdu (dependencies changed)... 2023-09-30T14:01:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:53 smithi172 ceph-mon[103696]: Reconfiguring daemon haproxy.nfs.foo.smithi172.zjrpdu on smithi172 2023-09-30T14:01:53.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:01:53.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:01:54.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:01:54.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:01:55.783 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:55 smithi172 ceph-mon[103696]: pgmap v193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 857 B/s rd, 857 B/s wr, 1 op/s 2023-09-30T14:01:55.783 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:55.783 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:55.784 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:01:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:55 smithi050 ceph-mon[92315]: pgmap v193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 857 B/s rd, 857 B/s wr, 1 op/s 2023-09-30T14:01:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:01:55.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:01:55.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:01:56.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:01:56.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:01:57.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:57 smithi050 ceph-mon[92315]: pgmap v194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 767 B/s wr, 1 op/s 2023-09-30T14:01:57.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:57 smithi172 ceph-mon[103696]: pgmap v194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 767 B/s wr, 1 op/s 2023-09-30T14:01:57.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:01:57.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:01:58.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:01:58.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:01:59.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:59 smithi050 ceph-mon[92315]: pgmap v195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 597 B/s wr, 1 op/s 2023-09-30T14:01:59.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:59.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:01:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:59.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:59 smithi172 ceph-mon[103696]: pgmap v195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 597 B/s wr, 1 op/s 2023-09-30T14:01:59.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:59.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:01:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:01:59.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:01:59.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:00.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:00.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:01.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:01 smithi050 ceph-mon[92315]: pgmap v196: 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-09-30T14:02:01.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:01 smithi172 ceph-mon[103696]: pgmap v196: 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-09-30T14:02:01.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:01.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:02.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:02.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:03.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:02:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:02:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:02:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:02:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:02:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:02:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:02:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:02 smithi050 ceph-mon[92315]: pgmap v197: 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-09-30T14:02:03.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:02:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:02:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:02:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:02:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:02:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:02:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:02:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:02 smithi172 ceph-mon[103696]: pgmap v197: 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-09-30T14:02:03.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:03.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:04.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:02:04.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:02:04.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:04.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:05.790 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:05 smithi050 ceph-mon[92315]: pgmap v198: 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-09-30T14:02:05.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:05 smithi172 ceph-mon[103696]: pgmap v198: 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-09-30T14:02:05.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:05.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:06.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:06.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:07.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:07 smithi050 ceph-mon[92315]: pgmap v199: 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-09-30T14:02:07.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:07 smithi172 ceph-mon[103696]: pgmap v199: 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-09-30T14:02:07.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:07.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:08.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:08.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:09 smithi050 ceph-mon[92315]: pgmap v200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 341 B/s wr, 0 op/s 2023-09-30T14:02:09.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:09 smithi172 ceph-mon[103696]: pgmap v200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 341 B/s wr, 0 op/s 2023-09-30T14:02:09.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:09.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:10.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:10.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:11.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:11 smithi050 ceph-mon[92315]: pgmap v201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:02:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:11 smithi172 ceph-mon[103696]: pgmap v201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:02:11.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:11.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:12.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:12.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:13.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:13 smithi050 ceph-mon[92315]: pgmap v202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:02:13.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:13 smithi172 ceph-mon[103696]: pgmap v202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:02:13.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:13.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:14.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:14.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:15.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:15 smithi050 ceph-mon[92315]: pgmap v203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:02:15.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:15 smithi172 ceph-mon[103696]: pgmap v203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:02:15.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:15.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:16.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:16.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:17.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:17 smithi050 ceph-mon[92315]: pgmap v204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:02:17.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:17 smithi172 ceph-mon[103696]: pgmap v204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:02:17.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:17.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:18.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:18.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:19.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:19 smithi050 ceph-mon[92315]: pgmap v205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:02:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:02:19.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:19 smithi172 ceph-mon[103696]: pgmap v205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:02:19.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:02:19.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:19.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:20.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:21.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:21.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:21 smithi050 ceph-mon[92315]: 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-09-30T14:02:21.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:21 smithi172 ceph-mon[103696]: 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-09-30T14:02:22.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:22.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:23.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:23.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:23.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:23 smithi050 ceph-mon[92315]: pgmap v207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:02:23.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:23 smithi172 ceph-mon[103696]: pgmap v207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:02:24.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:24.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:25.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:25.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:25.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:25 smithi050 ceph-mon[92315]: 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-09-30T14:02:25.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:25 smithi172 ceph-mon[103696]: 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-09-30T14:02:26.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:26.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:27.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:27.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:27.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:27 smithi050 ceph-mon[92315]: 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-09-30T14:02:27.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:27 smithi172 ceph-mon[103696]: 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-09-30T14:02:28.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:28.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:29.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:29.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:29.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:29 smithi050 ceph-mon[92315]: pgmap v210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:02:29.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:29 smithi172 ceph-mon[103696]: pgmap v210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:02:30.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:30.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:31.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:31.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:31.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:31 smithi050 ceph-mon[92315]: 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-09-30T14:02:31.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:31 smithi172 ceph-mon[103696]: 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-09-30T14:02:32.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:32.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:33.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:33.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:33 smithi050 ceph-mon[92315]: pgmap v212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:02:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:33 smithi172 ceph-mon[103696]: pgmap v212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:02:34.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:34.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:34.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:02:34.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:02:35.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:35.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:35.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:35 smithi050 ceph-mon[92315]: 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-09-30T14:02:35.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:35 smithi172 ceph-mon[103696]: 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-09-30T14:02:36.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:36.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:37.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:37.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:37.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:37 smithi050 ceph-mon[92315]: 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-09-30T14:02:37.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:37 smithi172 ceph-mon[103696]: 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-09-30T14:02:38.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:38.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:39.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:39.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:39 smithi050 ceph-mon[92315]: pgmap v215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:02:39.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:39 smithi172 ceph-mon[103696]: pgmap v215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:02:40.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:40.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:41.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:41.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:41.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:41 smithi050 ceph-mon[92315]: 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-09-30T14:02:41.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:41 smithi172 ceph-mon[103696]: 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-09-30T14:02:42.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:42.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:43.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:43.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:43.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:43 smithi050 ceph-mon[92315]: pgmap v217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:02:43.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:43 smithi172 ceph-mon[103696]: pgmap v217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:02:44.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:44.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:45.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:45.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:45.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:45 smithi050 ceph-mon[92315]: 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-09-30T14:02:45.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:45 smithi172 ceph-mon[103696]: 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-09-30T14:02:46.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:46.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:47.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:47.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:47 smithi050 ceph-mon[92315]: 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-09-30T14:02:47.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:47 smithi172 ceph-mon[103696]: 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-09-30T14:02:48.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:48.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:49.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:49.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:49.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:49 smithi050 ceph-mon[92315]: pgmap v220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:02:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:02:49.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:49 smithi172 ceph-mon[103696]: pgmap v220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:02:49.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:02:50.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:50.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:51.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:51.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:51.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:51 smithi172 ceph-mon[103696]: 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-09-30T14:02:51.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:51 smithi050 ceph-mon[92315]: 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-09-30T14:02:52.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:52.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:53.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:53.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:53.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:53 smithi050 ceph-mon[92315]: pgmap v222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:02:53.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:53 smithi172 ceph-mon[103696]: pgmap v222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:02:54.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:54.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:55.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:55.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:55.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:55 smithi050 ceph-mon[92315]: 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-09-30T14:02:55.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:55 smithi172 ceph-mon[103696]: 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-09-30T14:02:56.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:56.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:57.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:57.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:57.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:57 smithi050 ceph-mon[92315]: 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-09-30T14:02:57.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:57 smithi172 ceph-mon[103696]: 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-09-30T14:02:58.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:58.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:59.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:02:59.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:02:59.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:02:59 smithi050 ceph-mon[92315]: pgmap v225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:02:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:02:59 smithi172 ceph-mon[103696]: pgmap v225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:03:00.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:00.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:01.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:01.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:01.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:01 smithi050 ceph-mon[92315]: 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-09-30T14:03:01.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:01 smithi172 ceph-mon[103696]: 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-09-30T14:03:02.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:02.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:02.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:03:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:03:03.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:03.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:03.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:03 smithi050 ceph-mon[92315]: pgmap v227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:03:03.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:03 smithi172 ceph-mon[103696]: pgmap v227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:03:04.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:04.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:03:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:04 smithi172 ceph-mon[103696]: 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-09-30T14:03:05.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:05.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:05.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:03:05.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:04 smithi050 ceph-mon[92315]: 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-09-30T14:03:06.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:06.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:07.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:07.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:07.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:06 smithi050 ceph-mon[92315]: 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-09-30T14:03:07.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:06 smithi172 ceph-mon[103696]: 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-09-30T14:03:08.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:08.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:09.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:09.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:09.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:09 smithi050 ceph-mon[92315]: pgmap v230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:03:09.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:03:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:03:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:03:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:03:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:03:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:03:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:03:09.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:09 smithi172 ceph-mon[103696]: pgmap v230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:03:09.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:03:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:03:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:03:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:03:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:03:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:03:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:03:10.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:10.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:11.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:11.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:11 smithi050 ceph-mon[92315]: 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-09-30T14:03:11.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:11 smithi172 ceph-mon[103696]: 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-09-30T14:03:12.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:12.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:13.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:13.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:13.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:13 smithi050 ceph-mon[92315]: pgmap v232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:03:13.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:13 smithi172 ceph-mon[103696]: pgmap v232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:03:14.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:14.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:15.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:15.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:15.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:15 smithi050 ceph-mon[92315]: 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-09-30T14:03:15.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:15 smithi172 ceph-mon[103696]: 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-09-30T14:03:16.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:16.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:17.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:17.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:17.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:17 smithi050 ceph-mon[92315]: 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-09-30T14:03:17.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:17 smithi172 ceph-mon[103696]: 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-09-30T14:03:18.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:18.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:19.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:19.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:19.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:19 smithi050 ceph-mon[92315]: pgmap v235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:03:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:03:19.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:19 smithi172 ceph-mon[103696]: pgmap v235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:03:19.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:03:20.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:20.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:21.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:21.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:21.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:21 smithi050 ceph-mon[92315]: 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-09-30T14:03:21.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:21 smithi172 ceph-mon[103696]: 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-09-30T14:03:22.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:22.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:23.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:23.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:23.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:23 smithi050 ceph-mon[92315]: pgmap v237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:03:23.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:23 smithi172 ceph-mon[103696]: pgmap v237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:03:24.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:24.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:25.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:25.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:25 smithi050 ceph-mon[92315]: 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-09-30T14:03:25.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:25 smithi172 ceph-mon[103696]: 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-09-30T14:03:26.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:26.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:27.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:27.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:27.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:27 smithi050 ceph-mon[92315]: 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-09-30T14:03:27.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:27 smithi172 ceph-mon[103696]: 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-09-30T14:03:28.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:28.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:29.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:29.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:29.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:29 smithi050 ceph-mon[92315]: pgmap v240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:03:29.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:29 smithi172 ceph-mon[103696]: pgmap v240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:03:30.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:30.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:31.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:31.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:31.790 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:31 smithi172 ceph-mon[103696]: 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-09-30T14:03:31.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:31 smithi050 ceph-mon[92315]: 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-09-30T14:03:32.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:32.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:33.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:33.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:33.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:33 smithi050 ceph-mon[92315]: pgmap v242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:03:33.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:33 smithi172 ceph-mon[103696]: pgmap v242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:03:34.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:34.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:34.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:03:34.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:03:35.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:35.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:35.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:35 smithi050 ceph-mon[92315]: 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-09-30T14:03:35.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:35 smithi172 ceph-mon[103696]: 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-09-30T14:03:36.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:36.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:37.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:37.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:37.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:37 smithi050 ceph-mon[92315]: 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-09-30T14:03:37.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:37 smithi172 ceph-mon[103696]: 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-09-30T14:03:38.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:38.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:39.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:39.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:39.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:39 smithi050 ceph-mon[92315]: pgmap v245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:03:39.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:39 smithi172 ceph-mon[103696]: pgmap v245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:03:40.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:40.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:41.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:41.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:41 smithi050 ceph-mon[92315]: 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-09-30T14:03:41.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:41 smithi172 ceph-mon[103696]: 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-09-30T14:03:42.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:42.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:43.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:43.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:43.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:43 smithi050 ceph-mon[92315]: pgmap v247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:03:43.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:43 smithi172 ceph-mon[103696]: pgmap v247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:03:44.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:44.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:45.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:45.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:45.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:45 smithi050 ceph-mon[92315]: 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-09-30T14:03:45.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:45 smithi172 ceph-mon[103696]: 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-09-30T14:03:46.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:46.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:47.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:47.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:47.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:47 smithi050 ceph-mon[92315]: 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-09-30T14:03:47.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:47 smithi172 ceph-mon[103696]: 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-09-30T14:03:48.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:48.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:49.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:49.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:49.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:49 smithi050 ceph-mon[92315]: pgmap v250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:03:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:03:49.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:49 smithi172 ceph-mon[103696]: pgmap v250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:03:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:03:50.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:50.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:51.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:51.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:51.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:51 smithi050 ceph-mon[92315]: 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-09-30T14:03:51.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:51 smithi172 ceph-mon[103696]: 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-09-30T14:03:52.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:52.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:53.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:53.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:53.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:53 smithi050 ceph-mon[92315]: pgmap v252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:03:53.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:53 smithi172 ceph-mon[103696]: pgmap v252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:03:54.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:54.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:55.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:55.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:55.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:55 smithi050 ceph-mon[92315]: 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-09-30T14:03:55.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:55 smithi172 ceph-mon[103696]: 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-09-30T14:03:56.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:56.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:57.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:57.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:57.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:57 smithi050 ceph-mon[92315]: 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-09-30T14:03:57.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:57 smithi172 ceph-mon[103696]: 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-09-30T14:03:58.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:58.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:59.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:03:59.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:03:59.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:03:59 smithi050 ceph-mon[92315]: pgmap v255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:03:59.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:03:59 smithi172 ceph-mon[103696]: pgmap v255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:04:00.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:00.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:01.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:01.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:01.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:01 smithi050 ceph-mon[92315]: 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-09-30T14:04:01.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:01 smithi172 ceph-mon[103696]: 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-09-30T14:04:02.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:02.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:03.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:03.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:03.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:03 smithi050 ceph-mon[92315]: pgmap v257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:04:03.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:03 smithi172 ceph-mon[103696]: pgmap v257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:04:04.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:04.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:04.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:04:04.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:04:05.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:05.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:05 smithi172 ceph-mon[103696]: 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-09-30T14:04:06.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:05 smithi050 ceph-mon[92315]: 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-09-30T14:04:06.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:06.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:07.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:06 smithi050 ceph-mon[92315]: 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-09-30T14:04:07.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:06 smithi172 ceph-mon[103696]: 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-09-30T14:04:07.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:07.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:08.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:08.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:09.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:09.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:09 smithi050 ceph-mon[92315]: pgmap v260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:04:09.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:09 smithi172 ceph-mon[103696]: pgmap v260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:04:10.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:10.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:10.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:04:10.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:04:11.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:11.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:11.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:11 smithi050 ceph-mon[92315]: 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-09-30T14:04:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:11 smithi172 ceph-mon[103696]: 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-09-30T14:04:12.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:12.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:13.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:13.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:13 smithi050 ceph-mon[92315]: pgmap v262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:04:13.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:13 smithi172 ceph-mon[103696]: pgmap v262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:04:14.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:14.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:15.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:15.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:15.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:15 smithi050 ceph-mon[92315]: 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-09-30T14:04:15.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:15 smithi172 ceph-mon[103696]: 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-09-30T14:04:16.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:16.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:17.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:17.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:17.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:17 smithi050 ceph-mon[92315]: 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-09-30T14:04:17.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:04:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:04:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:04:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:04:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:04:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:04:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:04:17.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:17 smithi172 ceph-mon[103696]: 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-09-30T14:04:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:04:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:04:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:04:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:04:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:04:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:04:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:04:18.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:18.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:19.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:19.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:19.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:19 smithi050 ceph-mon[92315]: pgmap v265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:04:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:04:19.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:19 smithi172 ceph-mon[103696]: pgmap v265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:04:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:04:20.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:20.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:21.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:21.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:21.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:21 smithi050 ceph-mon[92315]: 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-09-30T14:04:22.010 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:21 smithi172 ceph-mon[103696]: 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-09-30T14:04:22.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:22.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:23.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:23.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:23.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:23 smithi050 ceph-mon[92315]: pgmap v267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:04:23.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:23 smithi172 ceph-mon[103696]: pgmap v267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:04:24.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:24.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:25.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:25.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:25.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:25 smithi050 ceph-mon[92315]: 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-09-30T14:04:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:25 smithi172 ceph-mon[103696]: 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-09-30T14:04:26.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:26.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:27.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:27.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:27.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:27 smithi172 ceph-mon[103696]: 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-09-30T14:04:27.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:27 smithi050 ceph-mon[92315]: 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-09-30T14:04:28.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:28.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:29.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:29.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:29.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:29 smithi050 ceph-mon[92315]: pgmap v270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:04:29.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:29 smithi172 ceph-mon[103696]: pgmap v270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:04:30.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:30.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:31.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:31.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:31.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:31 smithi050 ceph-mon[92315]: 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-09-30T14:04:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:31 smithi172 ceph-mon[103696]: 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-09-30T14:04:32.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:32.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:33.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:33.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:33.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:33 smithi050 ceph-mon[92315]: pgmap v272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:04:33.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:33 smithi172 ceph-mon[103696]: pgmap v272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:04:34.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:34.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:34.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:04:34.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:04:35.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:35.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:35.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:35 smithi050 ceph-mon[92315]: 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-09-30T14:04:35.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:35 smithi172 ceph-mon[103696]: 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-09-30T14:04:36.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:36.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:37.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:37.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:37.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:37 smithi050 ceph-mon[92315]: 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-09-30T14:04:37.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:37 smithi172 ceph-mon[103696]: 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-09-30T14:04:38.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:38.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:39.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:39.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:39.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:39 smithi050 ceph-mon[92315]: pgmap v275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:04:39.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:39 smithi172 ceph-mon[103696]: pgmap v275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:04:40.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:40.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:41.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:41.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:41.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:41 smithi050 ceph-mon[92315]: 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-09-30T14:04:41.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:41 smithi172 ceph-mon[103696]: 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-09-30T14:04:42.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:42.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:43.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:43.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:43.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:43 smithi050 ceph-mon[92315]: pgmap v277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:04:43.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:43 smithi172 ceph-mon[103696]: pgmap v277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:04:44.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:44.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:45.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:45.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:45.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:45 smithi050 ceph-mon[92315]: 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-09-30T14:04:45.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:45 smithi172 ceph-mon[103696]: 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-09-30T14:04:46.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:46.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:47.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:47.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:47.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:47 smithi050 ceph-mon[92315]: 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-09-30T14:04:47.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:47 smithi172 ceph-mon[103696]: 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-09-30T14:04:48.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:48.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:49.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:49.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:49.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:49 smithi050 ceph-mon[92315]: pgmap v280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:04:49.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:04:49.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:49 smithi172 ceph-mon[103696]: pgmap v280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:04:49.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:04:50.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:50.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:51.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:51.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:51.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:51 smithi050 ceph-mon[92315]: 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-09-30T14:04:51.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:51 smithi172 ceph-mon[103696]: 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-09-30T14:04:52.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:52.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:53.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:53.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:53.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:53 smithi050 ceph-mon[92315]: pgmap v282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:04:53.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:53 smithi172 ceph-mon[103696]: pgmap v282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:04:54.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:54.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:55.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:55.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:55.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:55 smithi050 ceph-mon[92315]: 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-09-30T14:04:55.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:55 smithi172 ceph-mon[103696]: 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-09-30T14:04:56.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:56.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:57.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:57.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:57.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:57 smithi050 ceph-mon[92315]: 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-09-30T14:04:57.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:57 smithi172 ceph-mon[103696]: 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-09-30T14:04:58.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:58.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:59.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:04:59.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:04:59.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:04:59 smithi172 ceph-mon[103696]: pgmap v285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:04:59.994 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:04:59 smithi050 ceph-mon[92315]: pgmap v285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:05:00.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:00.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:01.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:01.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:01.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:01 smithi172 ceph-mon[103696]: 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-09-30T14:05:01.978 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:01 smithi050 ceph-mon[92315]: 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-09-30T14:05:02.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:02.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:03.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:03.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:03.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:03 smithi172 ceph-mon[103696]: pgmap v287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:05:04.027 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:03 smithi050 ceph-mon[92315]: pgmap v287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:05:04.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:04.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:04.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:05:04.987 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:05:05.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:05.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:05.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:05 smithi172 ceph-mon[103696]: 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-09-30T14:05:06.011 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:05 smithi050 ceph-mon[92315]: 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-09-30T14:05:06.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:06.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:06.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:06 smithi172 ceph-mon[103696]: 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-09-30T14:05:07.034 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:06 smithi050 ceph-mon[92315]: 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-09-30T14:05:07.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:07.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:08.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:08.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:09.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:09.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:09.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:09 smithi050 ceph-mon[92315]: pgmap v290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:05:09.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:09 smithi172 ceph-mon[103696]: pgmap v290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:05:10.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:10.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:11.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:11.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:11.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:11 smithi050 ceph-mon[92315]: 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-09-30T14:05:11.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:11 smithi172 ceph-mon[103696]: 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-09-30T14:05:12.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:12.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:13.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:13.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:13.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:13 smithi050 ceph-mon[92315]: pgmap v292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:05:13.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:13 smithi172 ceph-mon[103696]: pgmap v292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:05:14.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:14.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:15.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:15.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:15.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:15 smithi050 ceph-mon[92315]: 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-09-30T14:05:15.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:15 smithi172 ceph-mon[103696]: 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-09-30T14:05:16.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:16.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:17.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:17.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:17 smithi050 ceph-mon[92315]: 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-09-30T14:05:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:05:17.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:17 smithi172 ceph-mon[103696]: 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-09-30T14:05:17.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:05:18.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:18.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:19.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:19.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:19.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:18 smithi050 ceph-mon[92315]: pgmap v295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:05:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:05:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:05:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:05:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:05:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:05:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:05:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:05:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:05:19.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:18 smithi172 ceph-mon[103696]: pgmap v295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:05:19.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:05:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:05:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:05:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:05:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:05:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:05:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:05:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:05:20.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:20.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:21.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:21.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:21.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:20 smithi050 ceph-mon[92315]: 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-09-30T14:05:21.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:20 smithi172 ceph-mon[103696]: 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-09-30T14:05:22.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:22.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:23.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:23.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:23.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:22 smithi050 ceph-mon[92315]: pgmap v297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:05:23.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:22 smithi172 ceph-mon[103696]: pgmap v297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:05:24.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:24.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:25.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:25.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:25.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:25 smithi050 ceph-mon[92315]: 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-09-30T14:05:25.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:25 smithi172 ceph-mon[103696]: 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-09-30T14:05:26.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:26.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:27.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:27.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:27.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:27 smithi050 ceph-mon[92315]: 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-09-30T14:05:27.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:27 smithi172 ceph-mon[103696]: 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-09-30T14:05:28.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:28.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:29.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:29.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:29.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:29 smithi050 ceph-mon[92315]: pgmap v300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:05:29.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:29 smithi172 ceph-mon[103696]: pgmap v300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:05:30.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:30.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:31.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:31.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:31 smithi050 ceph-mon[92315]: 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-09-30T14:05:31.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:31 smithi172 ceph-mon[103696]: 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-09-30T14:05:32.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:32.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:33.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:33.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:33.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:33 smithi050 ceph-mon[92315]: pgmap v302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:05:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:33 smithi172 ceph-mon[103696]: pgmap v302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:05:34.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:34.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:34.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:05:34.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:05:35.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:35.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:35.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:35 smithi050 ceph-mon[92315]: 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-09-30T14:05:35.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:35 smithi172 ceph-mon[103696]: 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-09-30T14:05:36.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:36.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:37.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:37.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:37.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:37 smithi050 ceph-mon[92315]: 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-09-30T14:05:37.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:37 smithi172 ceph-mon[103696]: 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-09-30T14:05:38.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:38.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:39.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:39.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:39.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:39 smithi050 ceph-mon[92315]: pgmap v305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:05:39.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:39 smithi172 ceph-mon[103696]: pgmap v305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:05:40.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:40.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:41.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:41.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:41.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:41 smithi050 ceph-mon[92315]: 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-09-30T14:05:41.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:41 smithi172 ceph-mon[103696]: 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-09-30T14:05:42.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:42.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:43.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:43.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:43.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:43 smithi050 ceph-mon[92315]: pgmap v307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:05:43.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:43 smithi172 ceph-mon[103696]: pgmap v307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:05:44.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:44.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:45.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:45.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:45.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:45 smithi050 ceph-mon[92315]: 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-09-30T14:05:45.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:45 smithi172 ceph-mon[103696]: 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-09-30T14:05:46.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:46.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:47.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:47.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:47.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:47 smithi050 ceph-mon[92315]: 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-09-30T14:05:47.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:47 smithi172 ceph-mon[103696]: 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-09-30T14:05:48.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:48.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:49.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:49.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:49.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:49 smithi050 ceph-mon[92315]: pgmap v310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:05:49.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:05:49.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:49 smithi172 ceph-mon[103696]: pgmap v310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:05:49.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:05:50.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:50.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:51.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:51.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:51.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:51 smithi050 ceph-mon[92315]: 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-09-30T14:05:51.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:51 smithi172 ceph-mon[103696]: 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-09-30T14:05:52.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:52.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:53.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:53.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:53.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:53 smithi050 ceph-mon[92315]: pgmap v312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:05:53.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:53 smithi172 ceph-mon[103696]: pgmap v312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:05:54.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:54.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:55.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:55.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:55.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:55 smithi050 ceph-mon[92315]: 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-09-30T14:05:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:55 smithi172 ceph-mon[103696]: 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-09-30T14:05:56.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:56.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:57.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:57.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:57.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:57 smithi050 ceph-mon[92315]: 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-09-30T14:05:57.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:57 smithi172 ceph-mon[103696]: 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-09-30T14:05:58.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:58.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:59.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:05:59.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:05:59.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:05:59 smithi050 ceph-mon[92315]: pgmap v315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:05:59.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:05:59 smithi172 ceph-mon[103696]: pgmap v315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:06:00.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:00.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:01.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:01.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:01.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:01 smithi050 ceph-mon[92315]: 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-09-30T14:06:01.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:01 smithi172 ceph-mon[103696]: 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-09-30T14:06:02.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:02.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:03.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:03.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:03.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:03 smithi172 ceph-mon[103696]: pgmap v317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:06:03.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:03 smithi050 ceph-mon[92315]: pgmap v317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:06:04.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:04.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:04.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:06:05.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:06:05.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:05.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:05.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:05 smithi172 ceph-mon[103696]: 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-09-30T14:06:06.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:05 smithi050 ceph-mon[92315]: 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-09-30T14:06:06.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:06.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:07.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:07.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:07.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:07 smithi172 ceph-mon[103696]: 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-09-30T14:06:08.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:07 smithi050 ceph-mon[92315]: 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-09-30T14:06:08.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:08.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:09.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:09.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:09.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:09 smithi172 ceph-mon[103696]: pgmap v320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:06:10.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:09 smithi050 ceph-mon[92315]: pgmap v320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:06:10.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:10.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:11.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:11.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:11.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:11 smithi172 ceph-mon[103696]: 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-09-30T14:06:12.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:11 smithi050 ceph-mon[92315]: 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-09-30T14:06:12.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:12.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:13.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:13.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:13.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:13 smithi050 ceph-mon[92315]: pgmap v322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:06:13.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:13 smithi172 ceph-mon[103696]: pgmap v322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:06:14.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:14.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:15.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:15.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:15.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:15 smithi172 ceph-mon[103696]: 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-09-30T14:06:16.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:15 smithi050 ceph-mon[92315]: 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-09-30T14:06:16.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:16.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:17.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:17.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:17.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:17 smithi172 ceph-mon[103696]: 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-09-30T14:06:18.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:17 smithi050 ceph-mon[92315]: 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-09-30T14:06:18.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:18.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:19.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:19.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:19.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:19 smithi050 ceph-mon[92315]: pgmap v325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:06:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:06:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:06:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:06:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:06:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:06:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:06:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:06:19.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:19 smithi172 ceph-mon[103696]: pgmap v325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:06:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:06:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:06:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:06:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:06:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:06:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:06:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:06:20.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:20.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:21.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:21.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:21.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:21 smithi050 ceph-mon[92315]: 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-09-30T14:06:21.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:21 smithi172 ceph-mon[103696]: 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-09-30T14:06:22.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:22.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:23.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:23.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:23.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:23 smithi050 ceph-mon[92315]: pgmap v327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:06:23.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:23 smithi172 ceph-mon[103696]: pgmap v327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:06:24.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:24.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:25.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:25.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:25.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:25 smithi050 ceph-mon[92315]: 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-09-30T14:06:25.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:25 smithi172 ceph-mon[103696]: 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-09-30T14:06:26.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:26.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:27.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:27.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:27.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:27 smithi050 ceph-mon[92315]: 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-09-30T14:06:27.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:27 smithi172 ceph-mon[103696]: 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-09-30T14:06:28.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:28.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:29.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:29.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:29.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:29 smithi050 ceph-mon[92315]: pgmap v330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:06:29.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:29 smithi172 ceph-mon[103696]: pgmap v330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:06:30.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:30.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:31.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:31.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:31.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:31 smithi050 ceph-mon[92315]: 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-09-30T14:06:31.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:31 smithi172 ceph-mon[103696]: 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-09-30T14:06:32.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:32.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:33.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:33.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:33.827 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:33 smithi050 ceph-mon[92315]: pgmap v332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:06:33.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:33 smithi172 ceph-mon[103696]: pgmap v332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:06:34.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:34.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:34.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:06:34.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:06:35.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:35.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:35.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:35 smithi050 ceph-mon[92315]: 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-09-30T14:06:35.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:35 smithi172 ceph-mon[103696]: 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-09-30T14:06:36.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:36.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:37.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:37.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:37.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:37 smithi050 ceph-mon[92315]: 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-09-30T14:06:37.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:37 smithi172 ceph-mon[103696]: 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-09-30T14:06:38.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:38.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:39.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:39.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:39.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:39 smithi050 ceph-mon[92315]: pgmap v335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:06:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:39 smithi172 ceph-mon[103696]: pgmap v335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:06:40.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:40.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:41.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:41.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:41.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:41 smithi050 ceph-mon[92315]: 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-09-30T14:06:41.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:41 smithi172 ceph-mon[103696]: 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-09-30T14:06:42.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:42.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:43.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:43.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:43.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:43 smithi050 ceph-mon[92315]: pgmap v337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:06:43.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:43 smithi172 ceph-mon[103696]: pgmap v337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:06:44.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:44.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:45.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:45.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:45.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:45 smithi050 ceph-mon[92315]: 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-09-30T14:06:45.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:45 smithi172 ceph-mon[103696]: 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-09-30T14:06:46.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:46.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:47.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:47.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:47.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:47 smithi050 ceph-mon[92315]: 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-09-30T14:06:47.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:47 smithi172 ceph-mon[103696]: 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-09-30T14:06:48.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:48.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:49.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:49.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:49.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:49 smithi172 ceph-mon[103696]: pgmap v340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:06:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:06:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:49 smithi050 ceph-mon[92315]: pgmap v340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:06:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:06:50.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:50.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:51.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:51.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:51.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:51 smithi172 ceph-mon[103696]: 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-09-30T14:06:52.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:51 smithi050 ceph-mon[92315]: 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-09-30T14:06:52.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:52.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:53.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:53.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:53.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:53 smithi172 ceph-mon[103696]: pgmap v342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:06:54.056 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:53 smithi050 ceph-mon[92315]: pgmap v342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:06:54.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:54.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:55.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:55.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:55.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:55 smithi172 ceph-mon[103696]: 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-09-30T14:06:56.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:55 smithi050 ceph-mon[92315]: 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-09-30T14:06:56.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:56.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:56.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:56 smithi172 ceph-mon[103696]: evicting unresponsive client smithi050:nfs.foo.1 (14872), after 312.608 seconds 2023-09-30T14:06:56.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:56 smithi172 ceph-mon[103696]: Evicting (and blocklisting) client session 14872 (172.21.15.50:0/2072100042) 2023-09-30T14:06:56.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:56 smithi172 ceph-mon[103696]: from='mds.? [v2:172.21.15.172:6832/1280833314,v1:172.21.15.172:6833/1280833314]' entity='mds.foofs.smithi172.ltowjf' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.50:0/2072100042"}]: dispatch 2023-09-30T14:06:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:56 smithi172 ceph-mon[103696]: from='mds.? ' entity='mds.foofs.smithi172.ltowjf' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.50:0/2072100042"}]: dispatch 2023-09-30T14:06:57.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:56 smithi050 ceph-mon[92315]: evicting unresponsive client smithi050:nfs.foo.1 (14872), after 312.608 seconds 2023-09-30T14:06:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:56 smithi050 ceph-mon[92315]: Evicting (and blocklisting) client session 14872 (172.21.15.50:0/2072100042) 2023-09-30T14:06:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:56 smithi050 ceph-mon[92315]: from='mds.? [v2:172.21.15.172:6832/1280833314,v1:172.21.15.172:6833/1280833314]' entity='mds.foofs.smithi172.ltowjf' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.50:0/2072100042"}]: dispatch 2023-09-30T14:06:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:56 smithi050 ceph-mon[92315]: from='mds.? ' entity='mds.foofs.smithi172.ltowjf' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.50:0/2072100042"}]: dispatch 2023-09-30T14:06:57.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:57.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:57.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:57 smithi172 ceph-mon[103696]: 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-09-30T14:06:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:57 smithi172 ceph-mon[103696]: from='mds.? ' entity='mds.foofs.smithi172.ltowjf' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.50:0/2072100042"}]': finished 2023-09-30T14:06:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:57 smithi172 ceph-mon[103696]: osdmap e46: 8 total, 8 up, 8 in 2023-09-30T14:06:58.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:57 smithi050 ceph-mon[92315]: 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-09-30T14:06:58.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:57 smithi050 ceph-mon[92315]: from='mds.? ' entity='mds.foofs.smithi172.ltowjf' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.50:0/2072100042"}]': finished 2023-09-30T14:06:58.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:57 smithi050 ceph-mon[92315]: osdmap e46: 8 total, 8 up, 8 in 2023-09-30T14:06:58.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:58.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:59.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:06:59.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:06:59.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:06:59 smithi172 ceph-mon[103696]: pgmap v346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-09-30T14:07:00.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:06:59 smithi050 ceph-mon[92315]: pgmap v346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-09-30T14:07:00.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:00.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:00.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:00 smithi172 ceph-mon[103696]: Health check failed: 1 client(s) laggy due to laggy OSDs (MDS_CLIENTS_LAGGY) 2023-09-30T14:07:00.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:00 smithi172 ceph-mon[103696]: mds.? [v2:172.21.15.172:6832/1280833314,v1:172.21.15.172:6833/1280833314] up:active 2023-09-30T14:07:00.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:00 smithi172 ceph-mon[103696]: fsmap foofs:1 {0=foofs.smithi172.ltowjf=up:active} 1 up:standby 2023-09-30T14:07:01.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:00 smithi050 ceph-mon[92315]: Health check failed: 1 client(s) laggy due to laggy OSDs (MDS_CLIENTS_LAGGY) 2023-09-30T14:07:01.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:00 smithi050 ceph-mon[92315]: mds.? [v2:172.21.15.172:6832/1280833314,v1:172.21.15.172:6833/1280833314] up:active 2023-09-30T14:07:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:00 smithi050 ceph-mon[92315]: fsmap foofs:1 {0=foofs.smithi172.ltowjf=up:active} 1 up:standby 2023-09-30T14:07:01.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:01.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:01.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:01 smithi172 ceph-mon[103696]: pgmap v347: 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-09-30T14:07:02.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:01 smithi050 ceph-mon[92315]: pgmap v347: 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-09-30T14:07:02.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:02.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:03.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:03.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:03.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:03 smithi172 ceph-mon[103696]: pgmap v348: 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-09-30T14:07:03.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:03 smithi172 ceph-mon[103696]: MDS health message cleared (mds.?): Client 14872 is laggy; not evicted because some OSD(s) is/are laggy 2023-09-30T14:07:04.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:03 smithi050 ceph-mon[92315]: pgmap v348: 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-09-30T14:07:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:03 smithi050 ceph-mon[92315]: MDS health message cleared (mds.?): Client 14872 is laggy; not evicted because some OSD(s) is/are laggy 2023-09-30T14:07:04.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:04.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:07:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:07:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:04 smithi050 ceph-mon[92315]: pgmap v349: 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-09-30T14:07:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:04 smithi050 ceph-mon[92315]: Health check cleared: MDS_CLIENTS_LAGGY (was: 1 client(s) laggy due to laggy OSDs) 2023-09-30T14:07:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:04 smithi050 ceph-mon[92315]: Cluster is now healthy 2023-09-30T14:07:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:04 smithi050 ceph-mon[92315]: mds.? [v2:172.21.15.172:6832/1280833314,v1:172.21.15.172:6833/1280833314] up:active 2023-09-30T14:07:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:04 smithi050 ceph-mon[92315]: fsmap foofs:1 {0=foofs.smithi172.ltowjf=up:active} 1 up:standby 2023-09-30T14:07:05.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:07:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:07:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:04 smithi172 ceph-mon[103696]: pgmap v349: 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-09-30T14:07:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:04 smithi172 ceph-mon[103696]: Health check cleared: MDS_CLIENTS_LAGGY (was: 1 client(s) laggy due to laggy OSDs) 2023-09-30T14:07:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:04 smithi172 ceph-mon[103696]: Cluster is now healthy 2023-09-30T14:07:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:04 smithi172 ceph-mon[103696]: mds.? [v2:172.21.15.172:6832/1280833314,v1:172.21.15.172:6833/1280833314] up:active 2023-09-30T14:07:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:04 smithi172 ceph-mon[103696]: fsmap foofs:1 {0=foofs.smithi172.ltowjf=up:active} 1 up:standby 2023-09-30T14:07:05.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:05.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:06.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:06.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:07.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:06 smithi050 ceph-mon[92315]: 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-09-30T14:07:07.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:06 smithi172 ceph-mon[103696]: 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-09-30T14:07:07.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:07.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:08.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:08.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:09.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:09.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:09.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:09 smithi050 ceph-mon[92315]: pgmap v351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 91 B/s rd, 182 B/s wr, 0 op/s 2023-09-30T14:07:09.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:09 smithi172 ceph-mon[103696]: pgmap v351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 91 B/s rd, 182 B/s wr, 0 op/s 2023-09-30T14:07:10.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:10.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:11.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:11.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:11.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:11 smithi050 ceph-mon[92315]: pgmap v352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-09-30T14:07:11.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:11 smithi172 ceph-mon[103696]: pgmap v352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-09-30T14:07:12.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:12.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:13.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:13.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:13.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:13 smithi050 ceph-mon[92315]: pgmap v353: 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-09-30T14:07:13.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:13 smithi172 ceph-mon[103696]: pgmap v353: 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-09-30T14:07:14.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:14.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:15.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:15.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:15.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:15 smithi050 ceph-mon[92315]: pgmap v354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:07:15.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:15 smithi172 ceph-mon[103696]: pgmap v354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:07:16.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:16.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:17.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:17.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:17.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:17 smithi050 ceph-mon[92315]: pgmap v355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:07:17.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:17 smithi172 ceph-mon[103696]: pgmap v355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:07:18.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:18.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:19.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:19.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:19.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:19 smithi050 ceph-mon[92315]: pgmap v356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:07:19.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:07:19.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:07:19.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:07:19.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:19 smithi172 ceph-mon[103696]: pgmap v356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:07:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:07:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:07:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:07:20.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:20.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:07:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:07:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:20 smithi050 ceph-mon[92315]: pgmap v357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:07:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:07:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:07:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:07:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:07:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:07:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:07:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:07:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:20 smithi172 ceph-mon[103696]: pgmap v357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:07:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:07:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:07:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:07:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:07:21.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:07:21.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:21.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:22.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:22.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:23.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:22 smithi050 ceph-mon[92315]: pgmap v358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:07:23.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:22 smithi172 ceph-mon[103696]: pgmap v358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:07:23.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:23.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:24.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:24.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:25.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:25.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:25.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:25 smithi050 ceph-mon[92315]: pgmap v359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:07:25.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:25 smithi172 ceph-mon[103696]: pgmap v359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:07:26.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:26.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:27.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:27.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:27.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:27 smithi050 ceph-mon[92315]: 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-09-30T14:07:27.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:27 smithi172 ceph-mon[103696]: 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-09-30T14:07:28.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:28.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:29.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:29.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:29.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:29 smithi050 ceph-mon[92315]: pgmap v361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:07:29.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:29 smithi172 ceph-mon[103696]: pgmap v361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:07:30.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:30.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:31.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:31.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:31.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:31 smithi050 ceph-mon[92315]: 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-09-30T14:07:31.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:31 smithi172 ceph-mon[103696]: 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-09-30T14:07:32.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:32.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:33.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:33.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:33.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:33 smithi050 ceph-mon[92315]: pgmap v363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:07:33.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:33 smithi172 ceph-mon[103696]: pgmap v363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:07:34.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:34.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:34.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:07:34.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:07:35.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:35.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:35.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:35 smithi050 ceph-mon[92315]: 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-09-30T14:07:35.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:35 smithi172 ceph-mon[103696]: 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-09-30T14:07:36.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:36.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:37.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:37.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:37.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:37 smithi050 ceph-mon[92315]: 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-09-30T14:07:37.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:37 smithi172 ceph-mon[103696]: 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-09-30T14:07:38.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:38.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:39.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:39.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:39.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:39 smithi050 ceph-mon[92315]: pgmap v366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:07:39.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:39 smithi172 ceph-mon[103696]: pgmap v366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:07:40.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:40.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:41.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:41.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:41.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:41 smithi050 ceph-mon[92315]: 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-09-30T14:07:41.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:41 smithi172 ceph-mon[103696]: 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-09-30T14:07:42.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:42.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:43.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:43.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:43.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:43 smithi050 ceph-mon[92315]: pgmap v368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:07:43.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:43 smithi172 ceph-mon[103696]: pgmap v368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:07:44.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:44.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:45.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:45.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:45.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:45 smithi172 ceph-mon[103696]: 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-09-30T14:07:46.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:45 smithi050 ceph-mon[92315]: 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-09-30T14:07:46.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:46.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:47.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:47.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:47.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:47 smithi172 ceph-mon[103696]: 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-09-30T14:07:48.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:47 smithi050 ceph-mon[92315]: 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-09-30T14:07:48.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:48.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:49.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:49.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:49.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:49 smithi172 ceph-mon[103696]: pgmap v371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:07:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:07:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:49 smithi050 ceph-mon[92315]: pgmap v371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:07:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:07:50.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:50.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:51.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:51.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:51.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:51 smithi172 ceph-mon[103696]: 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-09-30T14:07:52.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:51 smithi050 ceph-mon[92315]: 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-09-30T14:07:52.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:52.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:53.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:53.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:53.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:53 smithi172 ceph-mon[103696]: pgmap v373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:07:54.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:53 smithi050 ceph-mon[92315]: pgmap v373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:07:54.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:54.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:55.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:55.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:55.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:55 smithi172 ceph-mon[103696]: 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-09-30T14:07:56.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:55 smithi050 ceph-mon[92315]: 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-09-30T14:07:56.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:56.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:57.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:57.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:57.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:57 smithi172 ceph-mon[103696]: 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-09-30T14:07:58.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:57 smithi050 ceph-mon[92315]: 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-09-30T14:07:58.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:58.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:59.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:07:59.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:07:59.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:07:59 smithi172 ceph-mon[103696]: pgmap v376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:08:00.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:07:59 smithi050 ceph-mon[92315]: pgmap v376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:08:00.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:00.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:01.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:01.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:01 smithi172 ceph-mon[103696]: 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-09-30T14:08:02.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:01 smithi050 ceph-mon[92315]: 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-09-30T14:08:02.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:02.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:03.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:03.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:04.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:03 smithi050 ceph-mon[92315]: pgmap v378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:08:04.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:03 smithi172 ceph-mon[103696]: pgmap v378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:08:04.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:04.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:05.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:08:05.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:08:05.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:05.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:06.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:05 smithi050 ceph-mon[92315]: 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-09-30T14:08:06.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:05 smithi172 ceph-mon[103696]: 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-09-30T14:08:06.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:06.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:07.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:07.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:08.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:07 smithi050 ceph-mon[92315]: 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-09-30T14:08:08.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:07 smithi172 ceph-mon[103696]: 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-09-30T14:08:08.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:08.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:09.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:09.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:09.917 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:09 smithi050 ceph-mon[92315]: pgmap v381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:08:10.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:09 smithi172 ceph-mon[103696]: pgmap v381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:08:10.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:10.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:11.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:10 smithi050 ceph-mon[92315]: 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-09-30T14:08:11.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:10 smithi172 ceph-mon[103696]: 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-09-30T14:08:11.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:11.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:12.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:12.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:13.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:12 smithi050 ceph-mon[92315]: pgmap v383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:08:13.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:12 smithi172 ceph-mon[103696]: pgmap v383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:08:13.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:13.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:14.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:14.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:15.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:15.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:15.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:15 smithi050 ceph-mon[92315]: 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-09-30T14:08:15.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:15 smithi172 ceph-mon[103696]: 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-09-30T14:08:16.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:16.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:17.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:17.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:17.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:17 smithi050 ceph-mon[92315]: 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-09-30T14:08:17.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:17 smithi172 ceph-mon[103696]: 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-09-30T14:08:18.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:18.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:19.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:19.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:19.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:19 smithi050 ceph-mon[92315]: pgmap v386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:08:19.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:08:19.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:19 smithi172 ceph-mon[103696]: pgmap v386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:08:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:08:20.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:20.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:20.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:08:20.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:08:21.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:21.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:21.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:21 smithi050 ceph-mon[92315]: 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-09-30T14:08:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:08:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:08:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:08:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:08:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:08:21.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:21 smithi172 ceph-mon[103696]: 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-09-30T14:08:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:08:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:08:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:08:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:08:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:08:22.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:22.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:23.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:23.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:23.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:23 smithi050 ceph-mon[92315]: pgmap v388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:08:23.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:23 smithi172 ceph-mon[103696]: pgmap v388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:08:24.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:24.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:25.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:25.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:25.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:25 smithi050 ceph-mon[92315]: 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-09-30T14:08:25.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:25 smithi172 ceph-mon[103696]: 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-09-30T14:08:26.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:26.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:27.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:27.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:27.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:27 smithi172 ceph-mon[103696]: 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-09-30T14:08:28.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:27 smithi050 ceph-mon[92315]: 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-09-30T14:08:28.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:28.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:29.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:29.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:29.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:29 smithi172 ceph-mon[103696]: pgmap v391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:08:30.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:29 smithi050 ceph-mon[92315]: pgmap v391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:08:30.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:30.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:31.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:31.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:31.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:31 smithi172 ceph-mon[103696]: 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-09-30T14:08:32.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:31 smithi050 ceph-mon[92315]: 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-09-30T14:08:32.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:32.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:33.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:33.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:33.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:33 smithi172 ceph-mon[103696]: pgmap v393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:08:34.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:33 smithi050 ceph-mon[92315]: pgmap v393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:08:34.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:34.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:34.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:08:35.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:08:35.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:35.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:35 smithi172 ceph-mon[103696]: 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-09-30T14:08:36.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:35 smithi050 ceph-mon[92315]: 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-09-30T14:08:36.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:36.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:37.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:37.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:37.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:37 smithi172 ceph-mon[103696]: 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-09-30T14:08:38.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:37 smithi050 ceph-mon[92315]: 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-09-30T14:08:38.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:38.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:39.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:39.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:39.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:39 smithi172 ceph-mon[103696]: pgmap v396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:08:40.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:39 smithi050 ceph-mon[92315]: pgmap v396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:08:40.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:40.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:41.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:41.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:41.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:41 smithi172 ceph-mon[103696]: 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-09-30T14:08:42.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:41 smithi050 ceph-mon[92315]: 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-09-30T14:08:42.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:42.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:43.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:43.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:43.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:43 smithi172 ceph-mon[103696]: pgmap v398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:08:44.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:43 smithi050 ceph-mon[92315]: pgmap v398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:08:44.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:44.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:45.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:45.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:46.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:45 smithi050 ceph-mon[92315]: 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-09-30T14:08:46.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:45 smithi172 ceph-mon[103696]: 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-09-30T14:08:46.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:46.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:47.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:47.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:48.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:47 smithi050 ceph-mon[92315]: 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-09-30T14:08:48.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:47 smithi172 ceph-mon[103696]: 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-09-30T14:08:48.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:48.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:49.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:49.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:49 smithi050 ceph-mon[92315]: pgmap v401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:08:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:08:50.117 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:49 smithi172 ceph-mon[103696]: pgmap v401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:08:50.118 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:08:50.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:50.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:51.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:51.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:52.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:51 smithi050 ceph-mon[92315]: 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-09-30T14:08:52.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:51 smithi172 ceph-mon[103696]: 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-09-30T14:08:52.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:52.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:53.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:53.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:54.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:53 smithi050 ceph-mon[92315]: pgmap v403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:08:54.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:53 smithi172 ceph-mon[103696]: pgmap v403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:08:54.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:54.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:55.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:55.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:55.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:55 smithi050 ceph-mon[92315]: 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-09-30T14:08:56.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:55 smithi172 ceph-mon[103696]: 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-09-30T14:08:56.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:56.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:57.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:57.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:58.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:57 smithi050 ceph-mon[92315]: 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-09-30T14:08:58.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:57 smithi172 ceph-mon[103696]: 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-09-30T14:08:58.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:58.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:59.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:08:59.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:08:59.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:08:59 smithi050 ceph-mon[92315]: pgmap v406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:08:59.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:08:59 smithi172 ceph-mon[103696]: pgmap v406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:09:00.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:00.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:01.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:01.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:01.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:01 smithi050 ceph-mon[92315]: 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-09-30T14:09:01.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:01 smithi172 ceph-mon[103696]: 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-09-30T14:09:02.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:02.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:03.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:03.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:03.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:03 smithi050 ceph-mon[92315]: pgmap v408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:09:03.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:03 smithi172 ceph-mon[103696]: pgmap v408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:09:04.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:04.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:04.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:09:05.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:09:05.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:05.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:05.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:05 smithi050 ceph-mon[92315]: 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-09-30T14:09:05.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:05 smithi172 ceph-mon[103696]: 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-09-30T14:09:06.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:06.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:07.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:07.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:07.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:07 smithi172 ceph-mon[103696]: 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-09-30T14:09:08.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:07 smithi050 ceph-mon[92315]: 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-09-30T14:09:08.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:08.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:09.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:09.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:09.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:09 smithi172 ceph-mon[103696]: pgmap v411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:09:10.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:09 smithi050 ceph-mon[92315]: pgmap v411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:09:10.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:10.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:11.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:11.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:11.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:11 smithi172 ceph-mon[103696]: 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-09-30T14:09:12.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:11 smithi050 ceph-mon[92315]: 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-09-30T14:09:12.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:12.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:13.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:13.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:13.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:13 smithi172 ceph-mon[103696]: pgmap v413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:09:14.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:13 smithi050 ceph-mon[92315]: pgmap v413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:09:14.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:14.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:15.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:15.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:15.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:15 smithi172 ceph-mon[103696]: 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-09-30T14:09:16.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:15 smithi050 ceph-mon[92315]: 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-09-30T14:09:16.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:16.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:17.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:17.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:17.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:17 smithi172 ceph-mon[103696]: 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-09-30T14:09:18.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:17 smithi050 ceph-mon[92315]: 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-09-30T14:09:18.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:18.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:19.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:19.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:19.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:19 smithi172 ceph-mon[103696]: pgmap v416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:09:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:09:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:19 smithi050 ceph-mon[92315]: pgmap v416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:09:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:09:20.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:20.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:21.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:21.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:21.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:21 smithi172 ceph-mon[103696]: 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-09-30T14:09:21.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:09:22.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:21 smithi050 ceph-mon[92315]: 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-09-30T14:09:22.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:09:22.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:22.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:22.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T14:09:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T14:09:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T14:09:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T14:09:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T14:09:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T14:09:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T14:09:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T14:09:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:09:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:09:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:09:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:09:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:09:22.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:09:22.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:09:23.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T14:09:23.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T14:09:23.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T14:09:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T14:09:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T14:09:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T14:09:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T14:09:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T14:09:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:09:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:09:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:09:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:09:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:09:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:09:23.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:09:23.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:23.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:24.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:23 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi172 to 2660M 2023-09-30T14:09:24.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:23 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1637M 2023-09-30T14:09:24.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:23 smithi050 ceph-mon[92315]: pgmap v418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:09:24.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:23 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi172 to 2660M 2023-09-30T14:09:24.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:23 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1637M 2023-09-30T14:09:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:23 smithi172 ceph-mon[103696]: pgmap v418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:09:24.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:24.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:25.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:25.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:25.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:25 smithi172 ceph-mon[103696]: 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-09-30T14:09:26.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:25 smithi050 ceph-mon[92315]: 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-09-30T14:09:26.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:26.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:27.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:27.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:28.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:27 smithi050 ceph-mon[92315]: 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-09-30T14:09:28.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:27 smithi172 ceph-mon[103696]: 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-09-30T14:09:28.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:28.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:29.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:29.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:30.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:29 smithi050 ceph-mon[92315]: pgmap v421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:09:30.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:29 smithi172 ceph-mon[103696]: pgmap v421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:09:30.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:30.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:31.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:31.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:32.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:31 smithi050 ceph-mon[92315]: 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-09-30T14:09:32.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:31 smithi172 ceph-mon[103696]: 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-09-30T14:09:32.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:32.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:33.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:33.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:34.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:33 smithi050 ceph-mon[92315]: pgmap v423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:09:34.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:33 smithi172 ceph-mon[103696]: pgmap v423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:09:34.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:34.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:35.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:09:35.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:09:35.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:35.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:35.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:35 smithi172 ceph-mon[103696]: 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-09-30T14:09:36.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:35 smithi050 ceph-mon[92315]: 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-09-30T14:09:36.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:36.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:37.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:37.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:38.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:37 smithi050 ceph-mon[92315]: 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-09-30T14:09:38.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:37 smithi172 ceph-mon[103696]: 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-09-30T14:09:38.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:38.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:39.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:39.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:40.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:39 smithi050 ceph-mon[92315]: pgmap v426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:09:40.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:39 smithi172 ceph-mon[103696]: pgmap v426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:09:40.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:40.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:41.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:41.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:42.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:41 smithi050 ceph-mon[92315]: 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-09-30T14:09:42.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:41 smithi172 ceph-mon[103696]: 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-09-30T14:09:42.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:42.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:43.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:42 smithi050 ceph-mon[92315]: pgmap v428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:09:43.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:42 smithi172 ceph-mon[103696]: pgmap v428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:09:43.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:43.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:44.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:44.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:45.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:45.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:45.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:45 smithi172 ceph-mon[103696]: 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-09-30T14:09:46.006 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:45 smithi050 ceph-mon[92315]: 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-09-30T14:09:46.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:46.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:47.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:47.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:47.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:47 smithi172 ceph-mon[103696]: 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-09-30T14:09:48.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:47 smithi050 ceph-mon[92315]: 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-09-30T14:09:48.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:48.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:49.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:49.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:49.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:49 smithi172 ceph-mon[103696]: pgmap v431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:09:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:09:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:49 smithi050 ceph-mon[92315]: pgmap v431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:09:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:09:50.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:50.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:51.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:51.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:51.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:51 smithi172 ceph-mon[103696]: 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-09-30T14:09:52.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:51 smithi050 ceph-mon[92315]: 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-09-30T14:09:52.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:52.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:53.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:53.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:53.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:53 smithi172 ceph-mon[103696]: pgmap v433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:09:54.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:53 smithi050 ceph-mon[92315]: pgmap v433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:09:54.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:54.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:55.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:55.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:55.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:55 smithi172 ceph-mon[103696]: 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-09-30T14:09:56.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:55 smithi050 ceph-mon[92315]: 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-09-30T14:09:56.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:56.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:57.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:57.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:57.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:57 smithi172 ceph-mon[103696]: 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-09-30T14:09:58.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:57 smithi050 ceph-mon[92315]: 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-09-30T14:09:58.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:58.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:59.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:09:59.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:09:59.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:09:59 smithi172 ceph-mon[103696]: pgmap v436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:10:00.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:09:59 smithi050 ceph-mon[92315]: pgmap v436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:10:00.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:00.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:00.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T14:10:00.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T14:10:01.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:01.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:01.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:01 smithi172 ceph-mon[103696]: 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-09-30T14:10:02.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:01 smithi050 ceph-mon[92315]: 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-09-30T14:10:02.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:02.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:03.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:03.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:04.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:03 smithi050 ceph-mon[92315]: pgmap v438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:10:04.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:03 smithi172 ceph-mon[103696]: pgmap v438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:10:04.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:04.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:05.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:10:05.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:10:05.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:05.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:05.909 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:05 smithi172 ceph-mon[103696]: 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-09-30T14:10:06.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:05 smithi050 ceph-mon[92315]: 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-09-30T14:10:06.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:06.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:07.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:07.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:08.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:07 smithi050 ceph-mon[92315]: 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-09-30T14:10:08.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:07 smithi172 ceph-mon[103696]: 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-09-30T14:10:08.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:08.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:09.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:09.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:10.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:09 smithi050 ceph-mon[92315]: pgmap v441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:10:10.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:09 smithi172 ceph-mon[103696]: pgmap v441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:10:10.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:10.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:11.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:11.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:12.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:11 smithi050 ceph-mon[92315]: 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-09-30T14:10:12.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:11 smithi172 ceph-mon[103696]: 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-09-30T14:10:12.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:12.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:13.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:13.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:14.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:13 smithi050 ceph-mon[92315]: pgmap v443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:10:14.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:13 smithi172 ceph-mon[103696]: pgmap v443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:10:14.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:14.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:15.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:15.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:16.014 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:15 smithi172 ceph-mon[103696]: 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-09-30T14:10:16.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:15 smithi050 ceph-mon[92315]: 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-09-30T14:10:16.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:16.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:17.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:17.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:18.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:17 smithi050 ceph-mon[92315]: 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-09-30T14:10:18.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:17 smithi172 ceph-mon[103696]: 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-09-30T14:10:18.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:18.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:19.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:19.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:19 smithi050 ceph-mon[92315]: pgmap v446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:10:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:10:20.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:19 smithi172 ceph-mon[103696]: pgmap v446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:10:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:10:20.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:20.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:21.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:21.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:22.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:21 smithi050 ceph-mon[92315]: 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-09-30T14:10:22.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:21 smithi172 ceph-mon[103696]: 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-09-30T14:10:22.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:23.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:23.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:10:23.116 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:10:23.116 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:10:23.116 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:10:23.116 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:10:23.117 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:10:23.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:10:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:10:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:10:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:10:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:10:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:10:23.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:23.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:24.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:23 smithi050 ceph-mon[92315]: pgmap v448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:10:24.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:23 smithi172 ceph-mon[103696]: pgmap v448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:10:24.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:24.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:25.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:24 smithi050 ceph-mon[92315]: 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-09-30T14:10:25.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:24 smithi172 ceph-mon[103696]: 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-09-30T14:10:25.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:25.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:26.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:26.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:27.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:26 smithi050 ceph-mon[92315]: 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-09-30T14:10:27.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:26 smithi172 ceph-mon[103696]: 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-09-30T14:10:27.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:27.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:28.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:28.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:29.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:29.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:29.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:29 smithi172 ceph-mon[103696]: pgmap v451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:10:30.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:29 smithi050 ceph-mon[92315]: pgmap v451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:10:30.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:30.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:31.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:31.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:31.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:31 smithi050 ceph-mon[92315]: 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-09-30T14:10:31.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:31 smithi172 ceph-mon[103696]: 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-09-30T14:10:32.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:32.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:33.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:33.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:33.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:33 smithi172 ceph-mon[103696]: pgmap v453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:10:34.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:33 smithi050 ceph-mon[92315]: pgmap v453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:10:34.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:34.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:34.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:10:35.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:10:35.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:35.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:35.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:35 smithi172 ceph-mon[103696]: 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-09-30T14:10:36.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:35 smithi050 ceph-mon[92315]: 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-09-30T14:10:36.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:36.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:37.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:37.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:37.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:37 smithi172 ceph-mon[103696]: 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-09-30T14:10:38.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:37 smithi050 ceph-mon[92315]: 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-09-30T14:10:38.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:38.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:39.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:39.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:39.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:39 smithi172 ceph-mon[103696]: pgmap v456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:10:40.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:39 smithi050 ceph-mon[92315]: pgmap v456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:10:40.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:40.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:41.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:41.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:42.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:41 smithi050 ceph-mon[92315]: 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-09-30T14:10:42.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:41 smithi172 ceph-mon[103696]: 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-09-30T14:10:42.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:42.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:43.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:43.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:44.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:43 smithi050 ceph-mon[92315]: pgmap v458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:10:44.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:43 smithi172 ceph-mon[103696]: pgmap v458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:10:44.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:44.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:45.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:45.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:46.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:45 smithi050 ceph-mon[92315]: 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-09-30T14:10:46.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:45 smithi172 ceph-mon[103696]: 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-09-30T14:10:46.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:46.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:47.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:47.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:48.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:47 smithi050 ceph-mon[92315]: 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-09-30T14:10:48.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:47 smithi172 ceph-mon[103696]: 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-09-30T14:10:48.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:48.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:49.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:49.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:49 smithi050 ceph-mon[92315]: pgmap v461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:10:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:10:50.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:49 smithi172 ceph-mon[103696]: pgmap v461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:10:50.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:10:50.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:50.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:51.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:51.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:52.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:51 smithi050 ceph-mon[92315]: 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-09-30T14:10:52.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:51 smithi172 ceph-mon[103696]: 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-09-30T14:10:52.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:52.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:53.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:53.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:54.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:53 smithi050 ceph-mon[92315]: pgmap v463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:10:54.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:53 smithi172 ceph-mon[103696]: pgmap v463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:10:54.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:54.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:55.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:55.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:56.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:55 smithi050 ceph-mon[92315]: 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-09-30T14:10:56.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:55 smithi172 ceph-mon[103696]: 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-09-30T14:10:56.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:56.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:57.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:57.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:58.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:57 smithi050 ceph-mon[92315]: 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-09-30T14:10:58.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:57 smithi172 ceph-mon[103696]: 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-09-30T14:10:58.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:58.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:10:59.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:10:59.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:00.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:10:59 smithi050 ceph-mon[92315]: pgmap v466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:11:00.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:10:59 smithi172 ceph-mon[103696]: pgmap v466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:11:00.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:00.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:01.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:01.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:01.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:01 smithi172 ceph-mon[103696]: 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-09-30T14:11:02.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:01 smithi050 ceph-mon[92315]: 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-09-30T14:11:02.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:02.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:03.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:03.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:04.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:03 smithi050 ceph-mon[92315]: pgmap v468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:11:04.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:03 smithi172 ceph-mon[103696]: pgmap v468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:11:04.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:04.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:05.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:11:05.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:11:05.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:05.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:06.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:05 smithi050 ceph-mon[92315]: 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-09-30T14:11:06.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:05 smithi172 ceph-mon[103696]: 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-09-30T14:11:06.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:06.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:06.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:06 smithi172 ceph-mon[103696]: 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-09-30T14:11:07.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:06 smithi050 ceph-mon[92315]: 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-09-30T14:11:07.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:07.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:08.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:08.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:09.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:09.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:09.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:09 smithi172 ceph-mon[103696]: pgmap v471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:11:10.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:09 smithi050 ceph-mon[92315]: pgmap v471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:11:10.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:10.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:11.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:11.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:11 smithi172 ceph-mon[103696]: 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-09-30T14:11:11.981 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:11 smithi050 ceph-mon[92315]: 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-09-30T14:11:12.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:12.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:13.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:13 smithi172 ceph-mon[103696]: pgmap v473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:11:13.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:13.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:14.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:13 smithi050 ceph-mon[92315]: pgmap v473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:11:14.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:14.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:15.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:15 smithi172 ceph-mon[103696]: 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-09-30T14:11:15.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:15.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:16.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:15 smithi050 ceph-mon[92315]: 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-09-30T14:11:16.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:16.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:17.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:17.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:18.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:17 smithi050 ceph-mon[92315]: 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-09-30T14:11:18.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:17 smithi172 ceph-mon[103696]: 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-09-30T14:11:18.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:18.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:19.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:19.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:19 smithi050 ceph-mon[92315]: pgmap v476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:11:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:11:20.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:19 smithi172 ceph-mon[103696]: pgmap v476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:11:20.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:11:20.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:20.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:21.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:21.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:22.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:21 smithi050 ceph-mon[92315]: 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-09-30T14:11:22.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:21 smithi172 ceph-mon[103696]: 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-09-30T14:11:22.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:22.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:23.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:23.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:24.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:23 smithi050 ceph-mon[92315]: pgmap v478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:11:24.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:11:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:11:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:11:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:11:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:11:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:11:24.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:23 smithi172 ceph-mon[103696]: pgmap v478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:11:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:11:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:11:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:11:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:11:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:11:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:11:24.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:24.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:25.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:25.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:26.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:25 smithi050 ceph-mon[92315]: 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-09-30T14:11:26.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:25 smithi172 ceph-mon[103696]: 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-09-30T14:11:26.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:26.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:27.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:27.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:28.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:27 smithi050 ceph-mon[92315]: 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-09-30T14:11:28.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:27 smithi172 ceph-mon[103696]: 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-09-30T14:11:28.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:28.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:29.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:29.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:30.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:29 smithi050 ceph-mon[92315]: pgmap v481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:11:30.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:29 smithi172 ceph-mon[103696]: pgmap v481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:11:30.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:30.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:31.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:31.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:32.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:31 smithi050 ceph-mon[92315]: 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-09-30T14:11:32.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:31 smithi172 ceph-mon[103696]: 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-09-30T14:11:32.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:32.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:33.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:33.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:34.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:33 smithi050 ceph-mon[92315]: pgmap v483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:11:34.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:33 smithi172 ceph-mon[103696]: pgmap v483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:11:34.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:35.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:35.247 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:11:35.247 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:11:35.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:35.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:36.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:35 smithi050 ceph-mon[92315]: 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-09-30T14:11:36.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:35 smithi172 ceph-mon[103696]: 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-09-30T14:11:36.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:36.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:37.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:37.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:37 smithi050 ceph-mon[92315]: 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-09-30T14:11:38.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:37 smithi172 ceph-mon[103696]: 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-09-30T14:11:38.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:38.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:39.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:39.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:40.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:39 smithi050 ceph-mon[92315]: pgmap v486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:11:40.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:39 smithi172 ceph-mon[103696]: pgmap v486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:11:40.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:40.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:41.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:41.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:42.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:41 smithi050 ceph-mon[92315]: 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-09-30T14:11:42.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:41 smithi172 ceph-mon[103696]: 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-09-30T14:11:42.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:42.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:43.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:43.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:44.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:43 smithi050 ceph-mon[92315]: pgmap v488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:11:44.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:43 smithi172 ceph-mon[103696]: pgmap v488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:11:44.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:44.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:45.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:44 smithi050 ceph-mon[92315]: 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-09-30T14:11:45.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:44 smithi172 ceph-mon[103696]: 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-09-30T14:11:45.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:45.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:46.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:46.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:47.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:46 smithi050 ceph-mon[92315]: 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-09-30T14:11:47.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:46 smithi172 ceph-mon[103696]: 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-09-30T14:11:47.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:47.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:48.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:48.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:49.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:49 smithi172 ceph-mon[103696]: pgmap v491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:11:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:11:49.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:49.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:49 smithi050 ceph-mon[92315]: pgmap v491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:11:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:11:50.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:50.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:51.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:51.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:52.015 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:51 smithi172 ceph-mon[103696]: 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-09-30T14:11:52.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:51 smithi050 ceph-mon[92315]: 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-09-30T14:11:52.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:52.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:53.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:53.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:54.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:53 smithi050 ceph-mon[92315]: pgmap v493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:11:54.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:53 smithi172 ceph-mon[103696]: pgmap v493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:11:54.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:54.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:55.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:55.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:56.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:55 smithi050 ceph-mon[92315]: 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-09-30T14:11:56.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:55 smithi172 ceph-mon[103696]: 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-09-30T14:11:56.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:56.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:57.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:57 smithi050 ceph-mon[92315]: 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-09-30T14:11:57.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:57.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:58.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:57 smithi172 ceph-mon[103696]: 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-09-30T14:11:58.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:58.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:11:59.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:11:59.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:00.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:11:59 smithi050 ceph-mon[92315]: pgmap v496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:12:00.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:11:59 smithi172 ceph-mon[103696]: pgmap v496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:12:00.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:00.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:01.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:01.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:02.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:01 smithi050 ceph-mon[92315]: 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-09-30T14:12:02.121 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:01 smithi172 ceph-mon[103696]: 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-09-30T14:12:02.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:02.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:03.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:03.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:04.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:03 smithi050 ceph-mon[92315]: pgmap v498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:12:04.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:03 smithi172 ceph-mon[103696]: pgmap v498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:12:04.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:04.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:05.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:12:05.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:12:05.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:05.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:06.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:05 smithi050 ceph-mon[92315]: 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-09-30T14:12:06.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:05 smithi172 ceph-mon[103696]: 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-09-30T14:12:06.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:06.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:07.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:07.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:08.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:07 smithi050 ceph-mon[92315]: 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-09-30T14:12:08.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:07 smithi172 ceph-mon[103696]: 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-09-30T14:12:08.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:08.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:09.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:09.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:10.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:09 smithi050 ceph-mon[92315]: pgmap v501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:12:10.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:09 smithi172 ceph-mon[103696]: pgmap v501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:12:10.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:10.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:11.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:11.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:12.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:11 smithi050 ceph-mon[92315]: 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-09-30T14:12:12.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:11 smithi172 ceph-mon[103696]: 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-09-30T14:12:12.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:12.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:13.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:13.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:14.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:13 smithi050 ceph-mon[92315]: pgmap v503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:12:14.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:13 smithi172 ceph-mon[103696]: pgmap v503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:12:14.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:14.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:15.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:15.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:16.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:15 smithi050 ceph-mon[92315]: 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-09-30T14:12:16.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:15 smithi172 ceph-mon[103696]: 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-09-30T14:12:16.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:16.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:17.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:17.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:18.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:17 smithi050 ceph-mon[92315]: 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-09-30T14:12:18.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:17 smithi172 ceph-mon[103696]: 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-09-30T14:12:18.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:18.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:19.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:19.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:19 smithi050 ceph-mon[92315]: pgmap v506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:12:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:12:20.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:19 smithi172 ceph-mon[103696]: pgmap v506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:12:20.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:12:20.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:20.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:21.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:21.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:22.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:21 smithi050 ceph-mon[92315]: 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-09-30T14:12:22.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:21 smithi172 ceph-mon[103696]: 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-09-30T14:12:22.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:22.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:23.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:23.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:23 smithi050 ceph-mon[92315]: pgmap v508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:12:24.232 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:12:24.233 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:23 smithi172 ceph-mon[103696]: pgmap v508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:12:24.233 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:12:24.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:25.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:26.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:26.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:26.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:25 smithi050 ceph-mon[92315]: 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-09-30T14:12:26.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:25 smithi172 ceph-mon[103696]: 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-09-30T14:12:27.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:27.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:28.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:28.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:28.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:27 smithi050 ceph-mon[92315]: 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-09-30T14:12:28.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:27 smithi172 ceph-mon[103696]: 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-09-30T14:12:29.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:29.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:29.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:29 smithi050 ceph-mon[92315]: pgmap v511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:12:29.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:12:29.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:12:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:12:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:12:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:12:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:12:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:12:29.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:29 smithi172 ceph-mon[103696]: pgmap v511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:12:29.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:12:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:12:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:12:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:12:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:12:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:12:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:12:30.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:30.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:31.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:31.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:31.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:31 smithi050 ceph-mon[92315]: 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-09-30T14:12:31.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:31 smithi172 ceph-mon[103696]: 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-09-30T14:12:32.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:32.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:33.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:33.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:33.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:33 smithi050 ceph-mon[92315]: pgmap v513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:12:33.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:33 smithi172 ceph-mon[103696]: pgmap v513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:12:34.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:34.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:35.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:35.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:35.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:12:35.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:12:36.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:36.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:36.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:35 smithi050 ceph-mon[92315]: pgmap v514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-09-30T14:12:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:35 smithi172 ceph-mon[103696]: pgmap v514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-09-30T14:12:37.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:37.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:37.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:37 smithi172 ceph-mon[103696]: pgmap v515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-09-30T14:12:37.956 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:37 smithi050 ceph-mon[92315]: pgmap v515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-09-30T14:12:38.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:38.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:39.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:39.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:40.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:40.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:40.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:39 smithi050 ceph-mon[92315]: pgmap v516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 169 B/s rd, 0 op/s 2023-09-30T14:12:40.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:39 smithi172 ceph-mon[103696]: pgmap v516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 169 B/s rd, 0 op/s 2023-09-30T14:12:41.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:41.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:42.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:42.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:42.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:41 smithi050 ceph-mon[92315]: pgmap v517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-09-30T14:12:42.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:41 smithi172 ceph-mon[103696]: pgmap v517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-09-30T14:12:43.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:43.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:44.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:44.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:44.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:43 smithi050 ceph-mon[92315]: pgmap v518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-09-30T14:12:44.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:43 smithi172 ceph-mon[103696]: pgmap v518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-09-30T14:12:45.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:45.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:46.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:46.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:46.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:45 smithi050 ceph-mon[92315]: pgmap v519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-09-30T14:12:46.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:45 smithi172 ceph-mon[103696]: pgmap v519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-09-30T14:12:47.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:47.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:47.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:47 smithi172 ceph-mon[103696]: 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-09-30T14:12:48.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:48.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:48.070 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:47 smithi050 ceph-mon[92315]: 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-09-30T14:12:49.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:49.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:50.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:50.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:49 smithi050 ceph-mon[92315]: pgmap v521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:12:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:12:50.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:49 smithi172 ceph-mon[103696]: pgmap v521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:12:50.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:12:51.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:51.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:52.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:52.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:52.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:51 smithi050 ceph-mon[92315]: 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-09-30T14:12:52.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:51 smithi172 ceph-mon[103696]: 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-09-30T14:12:53.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:53.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:54.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:54.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:54.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:53 smithi050 ceph-mon[92315]: pgmap v523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:12:54.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:53 smithi172 ceph-mon[103696]: pgmap v523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:12:55.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:55.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:56.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:56.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:56.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:55 smithi050 ceph-mon[92315]: 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-09-30T14:12:56.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:55 smithi172 ceph-mon[103696]: 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-09-30T14:12:57.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:57.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:58.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:58.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:12:58.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:57 smithi050 ceph-mon[92315]: 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-09-30T14:12:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:57 smithi172 ceph-mon[103696]: 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-09-30T14:12:59.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:12:59.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:00.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:00.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:00.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:12:59 smithi050 ceph-mon[92315]: pgmap v526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:13:00.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:12:59 smithi172 ceph-mon[103696]: pgmap v526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:13:01.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:01.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:02.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:02.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:02.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:01 smithi050 ceph-mon[92315]: 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-09-30T14:13:02.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:01 smithi172 ceph-mon[103696]: 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-09-30T14:13:03.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:03.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:04.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:04.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:04.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:03 smithi050 ceph-mon[92315]: pgmap v528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:13:04.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:03 smithi172 ceph-mon[103696]: pgmap v528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:13:05.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:05.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:05.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:13:05.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:13:06.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:06.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:06.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:05 smithi050 ceph-mon[92315]: 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-09-30T14:13:06.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:05 smithi172 ceph-mon[103696]: 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-09-30T14:13:07.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:07.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:08.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:08.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:08.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:07 smithi050 ceph-mon[92315]: 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-09-30T14:13:08.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:07 smithi172 ceph-mon[103696]: 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-09-30T14:13:09.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:09.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:10.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:10.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:10.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:09 smithi050 ceph-mon[92315]: pgmap v531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:13:10.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:09 smithi172 ceph-mon[103696]: pgmap v531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:13:11.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:11.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:12.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:12.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:12.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:11 smithi050 ceph-mon[92315]: 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-09-30T14:13:12.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:11 smithi172 ceph-mon[103696]: 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-09-30T14:13:13.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:13.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:14.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:14.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:14.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:13 smithi050 ceph-mon[92315]: pgmap v533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:13:14.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:13 smithi172 ceph-mon[103696]: pgmap v533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:13:15.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:15.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:16.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:16.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:16.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:15 smithi050 ceph-mon[92315]: 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-09-30T14:13:16.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:15 smithi172 ceph-mon[103696]: 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-09-30T14:13:17.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:17.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:18.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:18.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:18.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:17 smithi050 ceph-mon[92315]: 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-09-30T14:13:18.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:17 smithi172 ceph-mon[103696]: 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-09-30T14:13:19.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:19.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:20.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:20.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:19 smithi050 ceph-mon[92315]: pgmap v536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:13:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:13:20.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:19 smithi172 ceph-mon[103696]: pgmap v536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:13:20.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:13:21.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:21.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:22.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:22.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:22.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:21 smithi050 ceph-mon[92315]: 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-09-30T14:13:22.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:21 smithi172 ceph-mon[103696]: 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-09-30T14:13:23.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:23.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:23.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:23 smithi050 ceph-mon[92315]: pgmap v538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:13:24.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:24.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:24.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:23 smithi172 ceph-mon[103696]: pgmap v538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:13:25.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:25.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:25 smithi050 ceph-mon[92315]: 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-09-30T14:13:26.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:26.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:26.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:25 smithi172 ceph-mon[103696]: 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-09-30T14:13:27.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:27.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:28.016 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:27 smithi172 ceph-mon[103696]: 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-09-30T14:13:28.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:27 smithi050 ceph-mon[92315]: 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-09-30T14:13:28.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:28.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:29.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:29.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:30.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:29 smithi050 ceph-mon[92315]: pgmap v541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:13:30.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:13:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:13:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:13:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:13:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:13:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:13:30.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:30.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:30.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:29 smithi172 ceph-mon[103696]: pgmap v541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:13:30.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:13:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:13:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:13:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:13:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:13:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:13:31.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:31.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:32.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:31 smithi050 ceph-mon[92315]: 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-09-30T14:13:32.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:32.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:32.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:31 smithi172 ceph-mon[103696]: 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-09-30T14:13:33.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:33.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:33.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:33 smithi050 ceph-mon[92315]: pgmap v543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:13:34.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:34.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:34.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:33 smithi172 ceph-mon[103696]: pgmap v543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:13:35.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:13:35.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:35.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:35.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:13:36.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:35 smithi050 ceph-mon[92315]: 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-09-30T14:13:36.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:36.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:36.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:35 smithi172 ceph-mon[103696]: 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-09-30T14:13:37.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:37.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:38.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:37 smithi050 ceph-mon[92315]: 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-09-30T14:13:38.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:38.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:38.122 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:37 smithi172 ceph-mon[103696]: 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-09-30T14:13:39.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:39.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:40.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:39 smithi050 ceph-mon[92315]: pgmap v546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:13:40.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:40.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:40.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:39 smithi172 ceph-mon[103696]: pgmap v546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:13:41.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:40 smithi050 ceph-mon[92315]: 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-09-30T14:13:41.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:40 smithi172 ceph-mon[103696]: 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-09-30T14:13:41.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:41.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:42.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:42.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:43.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:43.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:43.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:43 smithi050 ceph-mon[92315]: pgmap v548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:13:43.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:43 smithi172 ceph-mon[103696]: pgmap v548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:13:44.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:44.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:45.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:45.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:46.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:45 smithi050 ceph-mon[92315]: 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-09-30T14:13:46.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:45 smithi172 ceph-mon[103696]: 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-09-30T14:13:46.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:46.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:47.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:47.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:48.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:47 smithi050 ceph-mon[92315]: 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-09-30T14:13:48.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:47 smithi172 ceph-mon[103696]: 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-09-30T14:13:48.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:48.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:49.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:49.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:49 smithi050 ceph-mon[92315]: pgmap v551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:13:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:13:50.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:49 smithi172 ceph-mon[103696]: pgmap v551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:13:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:13:50.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:50.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:51.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:51.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:52.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:51 smithi050 ceph-mon[92315]: 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-09-30T14:13:52.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:51 smithi172 ceph-mon[103696]: 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-09-30T14:13:52.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:52.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:53.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:53.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:54.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:53 smithi050 ceph-mon[92315]: pgmap v553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:13:54.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:53 smithi172 ceph-mon[103696]: pgmap v553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:13:54.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:54.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:55.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:55.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:56.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:55 smithi050 ceph-mon[92315]: 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-09-30T14:13:56.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:55 smithi172 ceph-mon[103696]: 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-09-30T14:13:56.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:56.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:57.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:57.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:58.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:57 smithi050 ceph-mon[92315]: 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-09-30T14:13:58.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:57 smithi172 ceph-mon[103696]: 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-09-30T14:13:58.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:58.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:13:59.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:13:59.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:00.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:13:59 smithi050 ceph-mon[92315]: pgmap v556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:14:00.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:13:59 smithi172 ceph-mon[103696]: pgmap v556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:14:00.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:00.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:01.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:01.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:02.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:01 smithi050 ceph-mon[92315]: 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-09-30T14:14:02.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:01 smithi172 ceph-mon[103696]: 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-09-30T14:14:02.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:02.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:03.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:03.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:03.930 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:03 smithi050 ceph-mon[92315]: pgmap v558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:14:04.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:03 smithi172 ceph-mon[103696]: pgmap v558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:14:04.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:04.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:05.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:14:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:14:05.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:05.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:06.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:05 smithi050 ceph-mon[92315]: 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-09-30T14:14:06.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:05 smithi172 ceph-mon[103696]: 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-09-30T14:14:06.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:06.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:07.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:07.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:08.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:07 smithi050 ceph-mon[92315]: 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-09-30T14:14:08.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:07 smithi172 ceph-mon[103696]: 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-09-30T14:14:08.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:08.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:09.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:09.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:10.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:09 smithi050 ceph-mon[92315]: pgmap v561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:14:10.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:09 smithi172 ceph-mon[103696]: pgmap v561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:14:10.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:10.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:11.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:11.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:12.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:11 smithi050 ceph-mon[92315]: 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-09-30T14:14:12.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:11 smithi172 ceph-mon[103696]: 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-09-30T14:14:12.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:12.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:13.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:13.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:13.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:13 smithi172 ceph-mon[103696]: pgmap v563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:14:14.044 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:13 smithi050 ceph-mon[92315]: pgmap v563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:14:14.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:14.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:15.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:15.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:16.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:15 smithi050 ceph-mon[92315]: 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-09-30T14:14:16.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:15 smithi172 ceph-mon[103696]: 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-09-30T14:14:16.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:16.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:17.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:17.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:18.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:17 smithi050 ceph-mon[92315]: 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-09-30T14:14:18.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:17 smithi172 ceph-mon[103696]: 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-09-30T14:14:18.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:18.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:19.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:19.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:19 smithi050 ceph-mon[92315]: pgmap v566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:14:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:14:20.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:19 smithi172 ceph-mon[103696]: pgmap v566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:14:20.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:14:20.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:20.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:21.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:21.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:22.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:21 smithi050 ceph-mon[92315]: 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-09-30T14:14:22.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:21 smithi172 ceph-mon[103696]: 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-09-30T14:14:22.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:22.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:23.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:23.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:23.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:23 smithi172 ceph-mon[103696]: pgmap v568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:14:24.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:23 smithi050 ceph-mon[92315]: pgmap v568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:14:24.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:24.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:25.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:25.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:26.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:25 smithi050 ceph-mon[92315]: 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-09-30T14:14:26.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:25 smithi172 ceph-mon[103696]: 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-09-30T14:14:26.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:26.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:27.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:27.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:28.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:27 smithi050 ceph-mon[92315]: 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-09-30T14:14:28.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:27 smithi172 ceph-mon[103696]: 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-09-30T14:14:28.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:28.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:29.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:29.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:30.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:29 smithi050 ceph-mon[92315]: pgmap v571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:14:30.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:14:30.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:29 smithi172 ceph-mon[103696]: pgmap v571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:14:30.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:14:30.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:30.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:31.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:31.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:32.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:31 smithi050 ceph-mon[92315]: 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-09-30T14:14:32.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:31 smithi172 ceph-mon[103696]: 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-09-30T14:14:32.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:32.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:33.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:33.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:34.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:33 smithi050 ceph-mon[92315]: pgmap v573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:14:34.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:33 smithi172 ceph-mon[103696]: pgmap v573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:14:34.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:34.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:35.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:14:35.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:14:35.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:35.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:36.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:35 smithi050 ceph-mon[92315]: 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-09-30T14:14:36.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:35 smithi172 ceph-mon[103696]: 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-09-30T14:14:36.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:36.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:37.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:37.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:37.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:37 smithi050 ceph-mon[92315]: 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-09-30T14:14:37.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:14:37.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:14:37.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:14:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:14:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:14:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:14:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:14:37.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:37 smithi172 ceph-mon[103696]: 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-09-30T14:14:37.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:14:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:14:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:14:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:14:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:14:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:14:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:14:38.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:38.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:39.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:39.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:40.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:39 smithi050 ceph-mon[92315]: pgmap v576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:14:40.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:39 smithi172 ceph-mon[103696]: pgmap v576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:14:40.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:40.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:41.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:41.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:42.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:41 smithi050 ceph-mon[92315]: 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-09-30T14:14:42.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:41 smithi172 ceph-mon[103696]: 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-09-30T14:14:42.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:42.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:43.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:43.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:44.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:43 smithi050 ceph-mon[92315]: pgmap v578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:14:44.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:43 smithi172 ceph-mon[103696]: pgmap v578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:14:44.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:44.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:45.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:45.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:46.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:45 smithi050 ceph-mon[92315]: 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-09-30T14:14:46.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:45 smithi172 ceph-mon[103696]: 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-09-30T14:14:46.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:46.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:47.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:47.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:48.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:47 smithi050 ceph-mon[92315]: 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-09-30T14:14:48.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:47 smithi172 ceph-mon[103696]: 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-09-30T14:14:48.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:48.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:49.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:49.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:49.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:49 smithi050 ceph-mon[92315]: pgmap v581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:14:49.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:14:50.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:49 smithi172 ceph-mon[103696]: pgmap v581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:14:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:14:50.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:50.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:51.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:51.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:52.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:51 smithi050 ceph-mon[92315]: 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-09-30T14:14:52.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:51 smithi172 ceph-mon[103696]: 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-09-30T14:14:52.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:52.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:53.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:53.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:54.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:53 smithi050 ceph-mon[92315]: pgmap v583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:14:54.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:53 smithi172 ceph-mon[103696]: pgmap v583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:14:54.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:54.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:55.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:55.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:56.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:55 smithi050 ceph-mon[92315]: 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-09-30T14:14:56.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:55 smithi172 ceph-mon[103696]: 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-09-30T14:14:56.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:56.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:57.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:57.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:58.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:57 smithi050 ceph-mon[92315]: 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-09-30T14:14:58.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:57 smithi172 ceph-mon[103696]: 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-09-30T14:14:58.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:58.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:59.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:14:59.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:14:59.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:14:59 smithi050 ceph-mon[92315]: pgmap v586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:15:00.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:14:59 smithi172 ceph-mon[103696]: pgmap v586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:15:00.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:00.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:01.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:01.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:02.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:01 smithi050 ceph-mon[92315]: 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-09-30T14:15:02.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:01 smithi172 ceph-mon[103696]: 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-09-30T14:15:02.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:02.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:03.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:03.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:04.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:03 smithi172 ceph-mon[103696]: pgmap v588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:15:04.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:03 smithi050 ceph-mon[92315]: pgmap v588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:15:04.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:04.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:05.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:15:05.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:15:05.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:05.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:06.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:05 smithi050 ceph-mon[92315]: 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-09-30T14:15:06.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:05 smithi172 ceph-mon[103696]: 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-09-30T14:15:06.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:06.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:07.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:07.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:08.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:07 smithi050 ceph-mon[92315]: 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-09-30T14:15:08.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:07 smithi172 ceph-mon[103696]: 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-09-30T14:15:08.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:08.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:09.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:09.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:10.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:09 smithi050 ceph-mon[92315]: pgmap v591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:15:10.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:09 smithi172 ceph-mon[103696]: pgmap v591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:15:10.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:10.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:11.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:11.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:12.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:11 smithi050 ceph-mon[92315]: 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-09-30T14:15:12.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:11 smithi172 ceph-mon[103696]: 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-09-30T14:15:12.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:12.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:13.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:12 smithi050 ceph-mon[92315]: pgmap v593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:15:13.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:12 smithi172 ceph-mon[103696]: pgmap v593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:15:13.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:13.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:14.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:14.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:15.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:15.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:16.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:15 smithi050 ceph-mon[92315]: 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-09-30T14:15:16.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:15 smithi172 ceph-mon[103696]: 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-09-30T14:15:16.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:16.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:17.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:17.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:18.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:17 smithi050 ceph-mon[92315]: 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-09-30T14:15:18.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:17 smithi172 ceph-mon[103696]: 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-09-30T14:15:18.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:18.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:19.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:19.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:19 smithi050 ceph-mon[92315]: pgmap v596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:15:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:15:20.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:19 smithi172 ceph-mon[103696]: pgmap v596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:15:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:15:20.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:20.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:21.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:21.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:22.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:21 smithi050 ceph-mon[92315]: 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-09-30T14:15:22.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:21 smithi172 ceph-mon[103696]: 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-09-30T14:15:22.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:22.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:23.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:23.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:24.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:23 smithi050 ceph-mon[92315]: pgmap v598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:15:24.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:23 smithi172 ceph-mon[103696]: pgmap v598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:15:24.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:24.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:25.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:25.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:26.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:25 smithi050 ceph-mon[92315]: 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-09-30T14:15:26.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:25 smithi172 ceph-mon[103696]: 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-09-30T14:15:26.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:26.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:27.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:27.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:28.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:27 smithi050 ceph-mon[92315]: 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-09-30T14:15:28.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:27 smithi172 ceph-mon[103696]: 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-09-30T14:15:28.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:28.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:29.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:29.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:30.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:29 smithi050 ceph-mon[92315]: pgmap v601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:15:30.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:29 smithi172 ceph-mon[103696]: pgmap v601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:15:30.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:30.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:31.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:31.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:32.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:31 smithi050 ceph-mon[92315]: 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-09-30T14:15:32.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:31 smithi172 ceph-mon[103696]: 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-09-30T14:15:32.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:32.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:33.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:33.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:34.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:33 smithi050 ceph-mon[92315]: pgmap v603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:15:34.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:33 smithi172 ceph-mon[103696]: pgmap v603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:15:34.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:34.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:34.958 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:15:35.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:15:35.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:35.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:36.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:35 smithi050 ceph-mon[92315]: 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-09-30T14:15:36.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:35 smithi172 ceph-mon[103696]: 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-09-30T14:15:36.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:36.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:37.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:37.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:38.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:37 smithi050 ceph-mon[92315]: 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-09-30T14:15:38.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:15:38.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:15:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:15:38.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:37 smithi172 ceph-mon[103696]: 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-09-30T14:15:38.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:15:38.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:15:38.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:15:38.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:38.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:39.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:15:39.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:15:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:15:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:15:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:15:39.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:15:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:15:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:15:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:15:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:15:39.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:39.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:40.015 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:39 smithi050 ceph-mon[92315]: pgmap v606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:15:40.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:39 smithi172 ceph-mon[103696]: pgmap v606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:15:40.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:40.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:41.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:40 smithi050 ceph-mon[92315]: 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-09-30T14:15:41.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:40 smithi172 ceph-mon[103696]: 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-09-30T14:15:41.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:41.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:42.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:42.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:43.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:43.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:43.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:43 smithi050 ceph-mon[92315]: pgmap v608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:15:43.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:43 smithi172 ceph-mon[103696]: pgmap v608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:15:44.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:44.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:45.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:45.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:46.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:45 smithi050 ceph-mon[92315]: 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-09-30T14:15:46.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:45 smithi172 ceph-mon[103696]: 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-09-30T14:15:46.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:46.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:47.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:47.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:48.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:47 smithi050 ceph-mon[92315]: 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-09-30T14:15:48.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:47 smithi172 ceph-mon[103696]: 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-09-30T14:15:48.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:48.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:49.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:49.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:49.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:49 smithi172 ceph-mon[103696]: pgmap v611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:15:49.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:15:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:49 smithi050 ceph-mon[92315]: pgmap v611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:15:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:15:50.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:50.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:51.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:51.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:52.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:51 smithi050 ceph-mon[92315]: 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-09-30T14:15:52.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:51 smithi172 ceph-mon[103696]: 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-09-30T14:15:52.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:52.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:53.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:53.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:54.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:53 smithi050 ceph-mon[92315]: pgmap v613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:15:54.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:53 smithi172 ceph-mon[103696]: pgmap v613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:15:54.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:54.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:55.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:55.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:56.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:55 smithi050 ceph-mon[92315]: 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-09-30T14:15:56.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:55 smithi172 ceph-mon[103696]: 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-09-30T14:15:56.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:56.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:57.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:57.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:58.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:57 smithi050 ceph-mon[92315]: 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-09-30T14:15:58.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:57 smithi172 ceph-mon[103696]: 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-09-30T14:15:58.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:58.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:59.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:15:59.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:15:59.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:15:59 smithi172 ceph-mon[103696]: pgmap v616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:16:00.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:15:59 smithi050 ceph-mon[92315]: pgmap v616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:16:00.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:00.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:01.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:01.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:02.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:01 smithi050 ceph-mon[92315]: 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-09-30T14:16:02.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:01 smithi172 ceph-mon[103696]: 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-09-30T14:16:02.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:02.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:03.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:03.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:04.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:03 smithi050 ceph-mon[92315]: pgmap v618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:16:04.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:03 smithi172 ceph-mon[103696]: pgmap v618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:16:04.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:04.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:05.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:16:05.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:16:05.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:05.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:06.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:05 smithi050 ceph-mon[92315]: 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-09-30T14:16:06.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:05 smithi172 ceph-mon[103696]: 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-09-30T14:16:06.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:06.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:07.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:07.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:08.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:07 smithi050 ceph-mon[92315]: 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-09-30T14:16:08.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:07 smithi172 ceph-mon[103696]: 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-09-30T14:16:08.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:08.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:09.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:09.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:10.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:09 smithi050 ceph-mon[92315]: pgmap v621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:16:10.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:09 smithi172 ceph-mon[103696]: pgmap v621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:16:10.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:10.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:11.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:11.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:12.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:11 smithi050 ceph-mon[92315]: 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-09-30T14:16:12.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:11 smithi172 ceph-mon[103696]: 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-09-30T14:16:12.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:12.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:13.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:12 smithi050 ceph-mon[92315]: pgmap v623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:16:13.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:12 smithi172 ceph-mon[103696]: pgmap v623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:16:13.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:13.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:14.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:14.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:15.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:15.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:16.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:15 smithi050 ceph-mon[92315]: 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-09-30T14:16:16.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:15 smithi172 ceph-mon[103696]: 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-09-30T14:16:16.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:16.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:17.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:17.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:18.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:17 smithi050 ceph-mon[92315]: 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-09-30T14:16:18.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:17 smithi172 ceph-mon[103696]: 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-09-30T14:16:18.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:18.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:19.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:19.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:19 smithi050 ceph-mon[92315]: pgmap v626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:16:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:16:20.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:19 smithi172 ceph-mon[103696]: pgmap v626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:16:20.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:16:20.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:20.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:21.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:21.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:22.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:21 smithi050 ceph-mon[92315]: 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-09-30T14:16:22.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:21 smithi172 ceph-mon[103696]: 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-09-30T14:16:22.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:22.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:23.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:23.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:24.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:23 smithi050 ceph-mon[92315]: pgmap v628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:16:24.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:23 smithi172 ceph-mon[103696]: pgmap v628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:16:24.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:24.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:25.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:25.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:25.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:25 smithi050 ceph-mon[92315]: 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-09-30T14:16:26.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:25 smithi172 ceph-mon[103696]: 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-09-30T14:16:26.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:26.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:27.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:27.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:28.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:27 smithi050 ceph-mon[92315]: 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-09-30T14:16:28.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:27 smithi172 ceph-mon[103696]: 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-09-30T14:16:28.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:28.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:29.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:29.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:30.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:29 smithi050 ceph-mon[92315]: pgmap v631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:16:30.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:29 smithi172 ceph-mon[103696]: pgmap v631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:16:30.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:30.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:31.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:31.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:32.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:31 smithi050 ceph-mon[92315]: 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-09-30T14:16:32.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:31 smithi172 ceph-mon[103696]: 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-09-30T14:16:32.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:32.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:33.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:33.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:34.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:33 smithi050 ceph-mon[92315]: pgmap v633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:16:34.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:33 smithi172 ceph-mon[103696]: pgmap v633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:16:34.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:34.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:34.975 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:16:35.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:16:35.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:35.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:36.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:35 smithi050 ceph-mon[92315]: 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-09-30T14:16:36.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:35 smithi172 ceph-mon[103696]: 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-09-30T14:16:36.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:36.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:37.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:37.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:38.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:37 smithi050 ceph-mon[92315]: 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-09-30T14:16:38.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:37 smithi172 ceph-mon[103696]: 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-09-30T14:16:38.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:38.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:39.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:16:39.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:16:39.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:39.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:40.028 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:39 smithi172 ceph-mon[103696]: pgmap v636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:16:40.030 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:16:40.030 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:16:40.030 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:16:40.030 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:16:40.030 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:16:40.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:39 smithi050 ceph-mon[92315]: pgmap v636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:16:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:16:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:16:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:16:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:16:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:16:40.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:40.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:41.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:41.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:42.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:41 smithi050 ceph-mon[92315]: 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-09-30T14:16:42.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:41 smithi172 ceph-mon[103696]: 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-09-30T14:16:42.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:42.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:43.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:42 smithi050 ceph-mon[92315]: pgmap v638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:16:43.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:42 smithi172 ceph-mon[103696]: pgmap v638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:16:43.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:43.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:44.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:44.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:45.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:45.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:46.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:45 smithi050 ceph-mon[92315]: 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-09-30T14:16:46.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:45 smithi172 ceph-mon[103696]: 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-09-30T14:16:46.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:46.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:47.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:47.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:48.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:47 smithi050 ceph-mon[92315]: 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-09-30T14:16:48.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:47 smithi172 ceph-mon[103696]: 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-09-30T14:16:48.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:48.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:49.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:49.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:49 smithi050 ceph-mon[92315]: pgmap v641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:16:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:16:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:49 smithi172 ceph-mon[103696]: pgmap v641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:16:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:16:50.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:50.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:51.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:51.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:52.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:51 smithi050 ceph-mon[92315]: 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-09-30T14:16:52.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:51 smithi172 ceph-mon[103696]: 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-09-30T14:16:52.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:52.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:53.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:53.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:54.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:53 smithi050 ceph-mon[92315]: pgmap v643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:16:54.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:53 smithi172 ceph-mon[103696]: pgmap v643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:16:54.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:54.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:55.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:55.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:56.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:55 smithi050 ceph-mon[92315]: 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-09-30T14:16:56.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:55 smithi172 ceph-mon[103696]: 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-09-30T14:16:56.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:56.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:57.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:57.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:58.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:57 smithi050 ceph-mon[92315]: 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-09-30T14:16:58.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:57 smithi172 ceph-mon[103696]: 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-09-30T14:16:58.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:58.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:16:59.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:16:59.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:00.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:16:59 smithi050 ceph-mon[92315]: pgmap v646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:17:00.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:16:59 smithi172 ceph-mon[103696]: pgmap v646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:17:00.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:00.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:01.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:01.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:02.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:01 smithi050 ceph-mon[92315]: 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-09-30T14:17:02.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:01 smithi172 ceph-mon[103696]: 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-09-30T14:17:02.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:02.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:03.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:03.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:04.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:03 smithi050 ceph-mon[92315]: pgmap v648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:17:04.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:03 smithi172 ceph-mon[103696]: pgmap v648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:17:04.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:04.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:05.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:17:05.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:17:05.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:05.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:05.987 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:05 smithi050 ceph-mon[92315]: 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-09-30T14:17:06.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:05 smithi172 ceph-mon[103696]: 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-09-30T14:17:06.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:06.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:07.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:07.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:08.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:07 smithi050 ceph-mon[92315]: 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-09-30T14:17:08.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:07 smithi172 ceph-mon[103696]: 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-09-30T14:17:08.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:08.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:09.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:09.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:10.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:09 smithi050 ceph-mon[92315]: pgmap v651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:17:10.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:09 smithi172 ceph-mon[103696]: pgmap v651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:17:10.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:10.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:11.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:11.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:12.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:11 smithi050 ceph-mon[92315]: 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-09-30T14:17:12.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:11 smithi172 ceph-mon[103696]: 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-09-30T14:17:12.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:12.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:13.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:13.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:14.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:13 smithi050 ceph-mon[92315]: pgmap v653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:17:14.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:13 smithi172 ceph-mon[103696]: pgmap v653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:17:14.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:14.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:15.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:15.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:16.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:15 smithi050 ceph-mon[92315]: 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-09-30T14:17:16.149 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:15 smithi172 ceph-mon[103696]: 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-09-30T14:17:16.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:16.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:17.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:17.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:17 smithi050 ceph-mon[92315]: 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-09-30T14:17:18.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:17 smithi172 ceph-mon[103696]: 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-09-30T14:17:18.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:18.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:19.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:19.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:19 smithi050 ceph-mon[92315]: pgmap v656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:17:20.102 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:17:20.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:19 smithi172 ceph-mon[103696]: pgmap v656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:17:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:17:20.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:20.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:21.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:21.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:22.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:21 smithi050 ceph-mon[92315]: 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-09-30T14:17:22.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:21 smithi172 ceph-mon[103696]: 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-09-30T14:17:22.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:22.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:23.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:23.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:24.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:23 smithi050 ceph-mon[92315]: pgmap v658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:17:24.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:23 smithi172 ceph-mon[103696]: pgmap v658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:17:24.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:24.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:25.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:25.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:25.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:25 smithi172 ceph-mon[103696]: 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-09-30T14:17:26.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:25 smithi050 ceph-mon[92315]: 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-09-30T14:17:26.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:26.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:27.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:27.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:28.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:27 smithi050 ceph-mon[92315]: 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-09-30T14:17:28.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:27 smithi172 ceph-mon[103696]: 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-09-30T14:17:28.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:28.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:29.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:29.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:30.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:29 smithi050 ceph-mon[92315]: pgmap v661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:17:30.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:29 smithi172 ceph-mon[103696]: pgmap v661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:17:30.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:30.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:31.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:31.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:32.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:31 smithi050 ceph-mon[92315]: 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-09-30T14:17:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:31 smithi172 ceph-mon[103696]: 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-09-30T14:17:32.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:32.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:33.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:33.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:34.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:33 smithi050 ceph-mon[92315]: pgmap v663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:17:34.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:33 smithi172 ceph-mon[103696]: pgmap v663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:17:34.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:34.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:35.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:17:35.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:17:35.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:35.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:35.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:35 smithi172 ceph-mon[103696]: 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-09-30T14:17:36.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:35 smithi050 ceph-mon[92315]: 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-09-30T14:17:36.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:36.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:37.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:36 smithi050 ceph-mon[92315]: 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-09-30T14:17:37.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:36 smithi172 ceph-mon[103696]: 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-09-30T14:17:37.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:37.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:38.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:38.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:39.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:39.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:40.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:39 smithi050 ceph-mon[92315]: pgmap v666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:17:40.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:17:40.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:17:40.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:17:40.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:39 smithi172 ceph-mon[103696]: pgmap v666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:17:40.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:17:40.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:17:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:17:40.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:40.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:41.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:17:41.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:17:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:17:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:17:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:17:41.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:17:41.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:17:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:17:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:17:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:17:41.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:41.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:42.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:41 smithi050 ceph-mon[92315]: 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-09-30T14:17:42.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:41 smithi172 ceph-mon[103696]: 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-09-30T14:17:42.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:42.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:43.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:43.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:44.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:43 smithi050 ceph-mon[92315]: pgmap v668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:17:44.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:43 smithi172 ceph-mon[103696]: pgmap v668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:17:44.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:44.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:45.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:45.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:46.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:45 smithi050 ceph-mon[92315]: 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-09-30T14:17:46.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:45 smithi172 ceph-mon[103696]: 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-09-30T14:17:46.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:46.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:47.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:47.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:48.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:47 smithi050 ceph-mon[92315]: 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-09-30T14:17:48.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:47 smithi172 ceph-mon[103696]: 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-09-30T14:17:48.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:48.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:49.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:49.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:49 smithi050 ceph-mon[92315]: pgmap v671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:17:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:17:50.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:49 smithi172 ceph-mon[103696]: pgmap v671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:17:50.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:17:50.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:50.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:51.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:51.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:51 smithi050 ceph-mon[92315]: 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-09-30T14:17:52.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:51 smithi172 ceph-mon[103696]: 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-09-30T14:17:52.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:52.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:53.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:53.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:54.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:53 smithi050 ceph-mon[92315]: pgmap v673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:17:54.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:53 smithi172 ceph-mon[103696]: pgmap v673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:17:54.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:54.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:55.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:55.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:56.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:55 smithi050 ceph-mon[92315]: 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-09-30T14:17:56.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:55 smithi172 ceph-mon[103696]: 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-09-30T14:17:56.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:56.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:57.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:57.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:58.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:57 smithi050 ceph-mon[92315]: 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-09-30T14:17:58.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:57 smithi172 ceph-mon[103696]: 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-09-30T14:17:58.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:58.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:17:59.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:17:59.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:00.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:17:59 smithi050 ceph-mon[92315]: pgmap v676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:18:00.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:17:59 smithi172 ceph-mon[103696]: pgmap v676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:18:00.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:00.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:01.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:01.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:02.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:01 smithi050 ceph-mon[92315]: 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-09-30T14:18:02.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:01 smithi172 ceph-mon[103696]: 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-09-30T14:18:02.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:02.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:03.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:03.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:03 smithi050 ceph-mon[92315]: pgmap v678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:18:04.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:03 smithi172 ceph-mon[103696]: pgmap v678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:18:04.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:04.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:05.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:18:05.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:04 smithi050 ceph-mon[92315]: 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-09-30T14:18:05.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:18:05.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:04 smithi172 ceph-mon[103696]: 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-09-30T14:18:05.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:06.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:06.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:06.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:07.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:07.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:07.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:07 smithi050 ceph-mon[92315]: 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-09-30T14:18:07.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:07 smithi172 ceph-mon[103696]: 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-09-30T14:18:08.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:08.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:09.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:09.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:09 smithi050 ceph-mon[92315]: pgmap v681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:18:10.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:09 smithi172 ceph-mon[103696]: pgmap v681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:18:10.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:10.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:11.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:11.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:12.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:11 smithi050 ceph-mon[92315]: 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-09-30T14:18:12.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:11 smithi172 ceph-mon[103696]: 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-09-30T14:18:12.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:12.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:13.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:13.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:13 smithi050 ceph-mon[92315]: pgmap v683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:18:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:13 smithi172 ceph-mon[103696]: pgmap v683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:18:14.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:14.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:15.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:15.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:16.029 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:15 smithi172 ceph-mon[103696]: 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-09-30T14:18:16.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:15 smithi050 ceph-mon[92315]: 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-09-30T14:18:16.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:16.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:17.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:17.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:18.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:17 smithi050 ceph-mon[92315]: 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-09-30T14:18:18.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:17 smithi172 ceph-mon[103696]: 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-09-30T14:18:18.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:18.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:19.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:19.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:19 smithi050 ceph-mon[92315]: pgmap v686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:18:20.107 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:18:20.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:19 smithi172 ceph-mon[103696]: pgmap v686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:18:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:18:20.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:20.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:21.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:21.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:22.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:21 smithi050 ceph-mon[92315]: 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-09-30T14:18:22.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:21 smithi172 ceph-mon[103696]: 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-09-30T14:18:22.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:22.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:23.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:23.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:23 smithi050 ceph-mon[92315]: pgmap v688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:18:24.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:23 smithi172 ceph-mon[103696]: pgmap v688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:18:24.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:24.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:25.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:25.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:26.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:25 smithi050 ceph-mon[92315]: 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-09-30T14:18:26.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:25 smithi172 ceph-mon[103696]: 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-09-30T14:18:26.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:26.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:27.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:27.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:28.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:27 smithi050 ceph-mon[92315]: 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-09-30T14:18:28.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:27 smithi172 ceph-mon[103696]: 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-09-30T14:18:28.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:28.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:29.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:29.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:30.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:29 smithi050 ceph-mon[92315]: pgmap v691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:18:30.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:29 smithi172 ceph-mon[103696]: pgmap v691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:18:30.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:30.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:31.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:31.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:32.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:31 smithi050 ceph-mon[92315]: 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-09-30T14:18:32.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:31 smithi172 ceph-mon[103696]: 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-09-30T14:18:32.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:32.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:33.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:33.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:34.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:33 smithi050 ceph-mon[92315]: pgmap v693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:18:34.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:33 smithi172 ceph-mon[103696]: pgmap v693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:18:34.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:34.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:35.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:18:35.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:18:35.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:35.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:36.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:35 smithi050 ceph-mon[92315]: 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-09-30T14:18:36.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:35 smithi172 ceph-mon[103696]: 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-09-30T14:18:36.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:36.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:37.017 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:36 smithi050 ceph-mon[92315]: 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-09-30T14:18:37.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:36 smithi172 ceph-mon[103696]: 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-09-30T14:18:37.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:37.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:38.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:38.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:39.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:39.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:40.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:39 smithi050 ceph-mon[92315]: pgmap v696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:18:40.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:39 smithi172 ceph-mon[103696]: pgmap v696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:18:40.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:40.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:41.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:18:41.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:18:41.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:41.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:42.074 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:41 smithi050 ceph-mon[92315]: 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-09-30T14:18:42.075 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:18:42.075 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:18:42.075 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:18:42.075 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:18:42.075 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:18:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:41 smithi172 ceph-mon[103696]: 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-09-30T14:18:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:18:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:18:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:18:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:18:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:18:42.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:42.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:43.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:43.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:44.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:43 smithi050 ceph-mon[92315]: pgmap v698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:18:44.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:43 smithi172 ceph-mon[103696]: pgmap v698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:18:44.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:44.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:45.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:45.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:46.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:45 smithi050 ceph-mon[92315]: 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-09-30T14:18:46.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:45 smithi172 ceph-mon[103696]: 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-09-30T14:18:46.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:46.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:47.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:47.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:48.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:47 smithi050 ceph-mon[92315]: 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-09-30T14:18:48.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:47 smithi172 ceph-mon[103696]: 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-09-30T14:18:48.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:48.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:49.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:49.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:49 smithi050 ceph-mon[92315]: pgmap v701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:18:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:18:50.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:49 smithi172 ceph-mon[103696]: pgmap v701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:18:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:18:50.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:50.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:51.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:51.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:52.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:51 smithi050 ceph-mon[92315]: 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-09-30T14:18:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:51 smithi172 ceph-mon[103696]: 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-09-30T14:18:52.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:52.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:53.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:53.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:54.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:53 smithi050 ceph-mon[92315]: pgmap v703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:18:54.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:53 smithi172 ceph-mon[103696]: pgmap v703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:18:54.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:54.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:55.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:55.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:56.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:55 smithi050 ceph-mon[92315]: 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-09-30T14:18:56.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:55 smithi172 ceph-mon[103696]: 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-09-30T14:18:56.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:56.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:57.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:57.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:58.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:57 smithi050 ceph-mon[92315]: 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-09-30T14:18:58.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:57 smithi172 ceph-mon[103696]: 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-09-30T14:18:58.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:58.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:18:59.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:18:59.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:00.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:18:59 smithi050 ceph-mon[92315]: pgmap v706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:19:00.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:18:59 smithi172 ceph-mon[103696]: pgmap v706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:19:00.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:00.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:01.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:01.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:02.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:01 smithi050 ceph-mon[92315]: 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-09-30T14:19:02.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:01 smithi172 ceph-mon[103696]: 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-09-30T14:19:02.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:02.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:03.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:02 smithi050 ceph-mon[92315]: pgmap v708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:19:03.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:02 smithi172 ceph-mon[103696]: pgmap v708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:19:03.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:03.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:04.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:04.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:05.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:19:05.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:19:05.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:05.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:06.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:05 smithi050 ceph-mon[92315]: 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-09-30T14:19:06.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:05 smithi172 ceph-mon[103696]: 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-09-30T14:19:06.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:06.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:07.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:07.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:08.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:07 smithi050 ceph-mon[92315]: 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-09-30T14:19:08.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:07 smithi172 ceph-mon[103696]: 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-09-30T14:19:08.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:08.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:09.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:09.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:10.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:09 smithi050 ceph-mon[92315]: pgmap v711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:19:10.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:09 smithi172 ceph-mon[103696]: pgmap v711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:19:10.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:10.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:11.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:11.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:11.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:11 smithi172 ceph-mon[103696]: 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-09-30T14:19:12.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:11 smithi050 ceph-mon[92315]: 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-09-30T14:19:12.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:12.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:13.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:13.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:14.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:13 smithi050 ceph-mon[92315]: pgmap v713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:19:14.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:13 smithi172 ceph-mon[103696]: pgmap v713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:19:14.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:14.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:15.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:15.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:16.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:15 smithi050 ceph-mon[92315]: 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-09-30T14:19:16.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:15 smithi172 ceph-mon[103696]: 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-09-30T14:19:16.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:16.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:17.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:17.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:18.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:17 smithi050 ceph-mon[92315]: 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-09-30T14:19:18.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:17 smithi172 ceph-mon[103696]: 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-09-30T14:19:18.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:18.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:19.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:19.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:19 smithi050 ceph-mon[92315]: pgmap v716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:19:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:19:20.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:19 smithi172 ceph-mon[103696]: pgmap v716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:19:20.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:19:20.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:20.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:21.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:21.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:22.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:21 smithi050 ceph-mon[92315]: 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-09-30T14:19:22.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:21 smithi172 ceph-mon[103696]: 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-09-30T14:19:22.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:22.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:23.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:23.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:24.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:23 smithi050 ceph-mon[92315]: pgmap v718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:19:24.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:23 smithi172 ceph-mon[103696]: pgmap v718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:19:24.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:24.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:25.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:25.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:26.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:25 smithi050 ceph-mon[92315]: 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-09-30T14:19:26.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:25 smithi172 ceph-mon[103696]: 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-09-30T14:19:26.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:26.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:27.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:26 smithi050 ceph-mon[92315]: 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-09-30T14:19:27.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:26 smithi172 ceph-mon[103696]: 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-09-30T14:19:27.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:27.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:28.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:28.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:29.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:29.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:30.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:29 smithi050 ceph-mon[92315]: pgmap v721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:19:30.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:29 smithi172 ceph-mon[103696]: pgmap v721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:19:30.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:30.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:31.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:31.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:32.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:31 smithi050 ceph-mon[92315]: 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-09-30T14:19:32.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:31 smithi172 ceph-mon[103696]: 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-09-30T14:19:32.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:32.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:33.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:33.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:34.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:33 smithi050 ceph-mon[92315]: pgmap v723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:19:34.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:33 smithi172 ceph-mon[103696]: pgmap v723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:19:34.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:34.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:35.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:19:35.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:19:35.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:35.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:36.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:35 smithi050 ceph-mon[92315]: 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-09-30T14:19:36.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:35 smithi172 ceph-mon[103696]: 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-09-30T14:19:36.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:36.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:37.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:37.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:38.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:37 smithi050 ceph-mon[92315]: 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-09-30T14:19:38.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:37 smithi172 ceph-mon[103696]: 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-09-30T14:19:38.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:38.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:39.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:39.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:40.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:39 smithi050 ceph-mon[92315]: pgmap v726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:19:40.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:39 smithi172 ceph-mon[103696]: pgmap v726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:19:40.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:40.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:41.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:41.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:42.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:41 smithi050 ceph-mon[92315]: 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-09-30T14:19:42.132 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:19:42.132 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:19:42.132 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:19:42.132 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:19:42.133 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:19:42.133 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:19:42.133 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:41 smithi172 ceph-mon[103696]: 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-09-30T14:19:42.133 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:19:42.133 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:19:42.134 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:19:42.134 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:19:42.134 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:19:42.134 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:19:42.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:42.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:43.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:43.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:44.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:43 smithi050 ceph-mon[92315]: pgmap v728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:19:44.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:43 smithi172 ceph-mon[103696]: pgmap v728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:19:44.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:44.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:45.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:45.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:46.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:45 smithi050 ceph-mon[92315]: 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-09-30T14:19:46.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:45 smithi172 ceph-mon[103696]: 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-09-30T14:19:46.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:46.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:47.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:47.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:48.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:47 smithi050 ceph-mon[92315]: 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-09-30T14:19:48.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:47 smithi172 ceph-mon[103696]: 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-09-30T14:19:48.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:48.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:49.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:49.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:49 smithi050 ceph-mon[92315]: pgmap v731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:19:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:19:50.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:49 smithi172 ceph-mon[103696]: pgmap v731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:19:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:19:50.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:50.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:51.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:50 smithi050 ceph-mon[92315]: 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-09-30T14:19:51.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:50 smithi172 ceph-mon[103696]: 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-09-30T14:19:51.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:51.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:52.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:52.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:53.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:53 smithi050 ceph-mon[92315]: pgmap v733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:19:53.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:53 smithi172 ceph-mon[103696]: pgmap v733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:19:53.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:53.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:54.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:54.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:55.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:55.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:56.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:55 smithi050 ceph-mon[92315]: 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-09-30T14:19:56.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:55 smithi172 ceph-mon[103696]: 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-09-30T14:19:56.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:56.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:57.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:57.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:58.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:57 smithi050 ceph-mon[92315]: 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-09-30T14:19:58.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:57 smithi172 ceph-mon[103696]: 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-09-30T14:19:58.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:58.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:19:59.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:19:59.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:00.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:19:59 smithi050 ceph-mon[92315]: pgmap v736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:20:00.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:19:59 smithi172 ceph-mon[103696]: pgmap v736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:20:00.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:00.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:00.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T14:20:01.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T14:20:01.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:01.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:02.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:01 smithi050 ceph-mon[92315]: 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-09-30T14:20:02.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:01 smithi172 ceph-mon[103696]: 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-09-30T14:20:02.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:02.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:03.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:03.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:04.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:03 smithi050 ceph-mon[92315]: pgmap v738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:20:04.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:03 smithi172 ceph-mon[103696]: pgmap v738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:20:04.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:04.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:20:05.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:20:05.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:05.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:06.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:05 smithi050 ceph-mon[92315]: 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-09-30T14:20:06.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:05 smithi172 ceph-mon[103696]: 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-09-30T14:20:06.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:06.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:07.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:07.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:08.048 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:07 smithi050 ceph-mon[92315]: 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-09-30T14:20:08.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:07 smithi172 ceph-mon[103696]: 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-09-30T14:20:08.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:08.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:09.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:09.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:10.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:09 smithi050 ceph-mon[92315]: pgmap v741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:20:10.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:09 smithi172 ceph-mon[103696]: pgmap v741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:20:10.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:10.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:11.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:10 smithi050 ceph-mon[92315]: 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-09-30T14:20:11.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:10 smithi172 ceph-mon[103696]: 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-09-30T14:20:11.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:11.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:12.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:12.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:13.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:13 smithi050 ceph-mon[92315]: pgmap v743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:20:13.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:13 smithi172 ceph-mon[103696]: pgmap v743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:20:13.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:13.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:14.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:14.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:15.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:15.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:16.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:15 smithi050 ceph-mon[92315]: 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-09-30T14:20:16.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:15 smithi172 ceph-mon[103696]: 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-09-30T14:20:16.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:16.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:17.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:17.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:18.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:17 smithi050 ceph-mon[92315]: 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-09-30T14:20:18.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:17 smithi172 ceph-mon[103696]: 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-09-30T14:20:18.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:18.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:19.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:19.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:19 smithi050 ceph-mon[92315]: pgmap v746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:20:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:20:20.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:19 smithi172 ceph-mon[103696]: pgmap v746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:20:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:20:20.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:20.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:21.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:21.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:22.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:21 smithi050 ceph-mon[92315]: 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-09-30T14:20:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:21 smithi172 ceph-mon[103696]: 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-09-30T14:20:22.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:22.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:23.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:23.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:24.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:23 smithi050 ceph-mon[92315]: pgmap v748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:20:24.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:23 smithi172 ceph-mon[103696]: pgmap v748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:20:24.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:24.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:25.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:25.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:26.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:25 smithi050 ceph-mon[92315]: 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-09-30T14:20:26.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:25 smithi172 ceph-mon[103696]: 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-09-30T14:20:26.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:26.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:27.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:27.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:28.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:27 smithi050 ceph-mon[92315]: 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-09-30T14:20:28.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:27 smithi172 ceph-mon[103696]: 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-09-30T14:20:28.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:28.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:29.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:29.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:30.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:29 smithi050 ceph-mon[92315]: pgmap v751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:20:30.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:29 smithi172 ceph-mon[103696]: pgmap v751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:20:30.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:30.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:31.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:31.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:32.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:31 smithi050 ceph-mon[92315]: 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-09-30T14:20:32.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:31 smithi172 ceph-mon[103696]: 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-09-30T14:20:32.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:32.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:33.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:33.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:34.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:33 smithi050 ceph-mon[92315]: pgmap v753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:20:34.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:33 smithi172 ceph-mon[103696]: pgmap v753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:20:34.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:34.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:35.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:20:35.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:20:35.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:35.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:36.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:35 smithi050 ceph-mon[92315]: 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-09-30T14:20:36.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:35 smithi172 ceph-mon[103696]: 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-09-30T14:20:36.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:36.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:37.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:36 smithi050 ceph-mon[92315]: 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-09-30T14:20:37.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:36 smithi172 ceph-mon[103696]: 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-09-30T14:20:37.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:37.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:38.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:38.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:39.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:39.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:40.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:39 smithi050 ceph-mon[92315]: pgmap v756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:20:40.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:39 smithi172 ceph-mon[103696]: pgmap v756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:20:40.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:40.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:41.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:41.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:42.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:41 smithi050 ceph-mon[92315]: 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-09-30T14:20:42.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:20:42.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:41 smithi172 ceph-mon[103696]: 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-09-30T14:20:42.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:20:42.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:42.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:20:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:20:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:20:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:20:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:20:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:20:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:20:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:20:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:20:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:20:43.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:43.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:43 smithi050 ceph-mon[92315]: pgmap v758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:20:44.362 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:43 smithi172 ceph-mon[103696]: pgmap v758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:20:44.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:44.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:45.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:45.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:46.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:45 smithi050 ceph-mon[92315]: 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-09-30T14:20:46.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:45 smithi172 ceph-mon[103696]: 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-09-30T14:20:46.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:46.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:47.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:47.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:47.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:47 smithi172 ceph-mon[103696]: 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-09-30T14:20:48.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:47 smithi050 ceph-mon[92315]: 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-09-30T14:20:48.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:48.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:49.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:49.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:49 smithi050 ceph-mon[92315]: pgmap v761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:20:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:20:50.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:49 smithi172 ceph-mon[103696]: pgmap v761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:20:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:20:50.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:50.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:51.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:51.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:52.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:51 smithi050 ceph-mon[92315]: 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-09-30T14:20:52.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:51 smithi172 ceph-mon[103696]: 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-09-30T14:20:52.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:52.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:53.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:53 smithi050 ceph-mon[92315]: pgmap v763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:20:53.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:53.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:54.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:53 smithi172 ceph-mon[103696]: pgmap v763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:20:54.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:54.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:55.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:55.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:56.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:55 smithi050 ceph-mon[92315]: 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-09-30T14:20:56.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:55 smithi172 ceph-mon[103696]: 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-09-30T14:20:56.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:56.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:57.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:56 smithi050 ceph-mon[92315]: 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-09-30T14:20:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:56 smithi172 ceph-mon[103696]: 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-09-30T14:20:57.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:57.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:58.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:58.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:20:59.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:20:59.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:00.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:20:59 smithi050 ceph-mon[92315]: pgmap v766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:21:00.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:20:59 smithi172 ceph-mon[103696]: pgmap v766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:21:00.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:00.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:01.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:01.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:02.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:01 smithi050 ceph-mon[92315]: 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-09-30T14:21:02.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:01 smithi172 ceph-mon[103696]: 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-09-30T14:21:02.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:02.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:03.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:03.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:04.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:03 smithi050 ceph-mon[92315]: pgmap v768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:21:04.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:03 smithi172 ceph-mon[103696]: pgmap v768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:21:04.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:04.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:05.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:21:05.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:21:05.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:05.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:06.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:05 smithi050 ceph-mon[92315]: 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-09-30T14:21:06.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:05 smithi172 ceph-mon[103696]: 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-09-30T14:21:06.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:06.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:07.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:07.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:08.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:07 smithi050 ceph-mon[92315]: 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-09-30T14:21:08.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:07 smithi172 ceph-mon[103696]: 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-09-30T14:21:08.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:08.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:09.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:09.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:10.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:09 smithi050 ceph-mon[92315]: pgmap v771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:21:10.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:09 smithi172 ceph-mon[103696]: pgmap v771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:21:10.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:10.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:11.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:11.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:12.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:11 smithi050 ceph-mon[92315]: 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-09-30T14:21:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:11 smithi172 ceph-mon[103696]: 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-09-30T14:21:12.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:12.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:13.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:13.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:14.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:13 smithi050 ceph-mon[92315]: pgmap v773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:21:14.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:13 smithi172 ceph-mon[103696]: pgmap v773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:21:14.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:14.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:15.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:15.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:16.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:15 smithi050 ceph-mon[92315]: 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-09-30T14:21:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:15 smithi172 ceph-mon[103696]: 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-09-30T14:21:16.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:16.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:17.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:16 smithi050 ceph-mon[92315]: 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-09-30T14:21:17.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:16 smithi172 ceph-mon[103696]: 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-09-30T14:21:17.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:17.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:18.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:18.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:19.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:19.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:19 smithi050 ceph-mon[92315]: pgmap v776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:21:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:21:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:19 smithi172 ceph-mon[103696]: pgmap v776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:21:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:21:20.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:20.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:21.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:21.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:22.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:21 smithi050 ceph-mon[92315]: 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-09-30T14:21:22.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:21 smithi172 ceph-mon[103696]: 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-09-30T14:21:22.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:22.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:23.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:23.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:24.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:23 smithi050 ceph-mon[92315]: pgmap v778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:21:24.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:23 smithi172 ceph-mon[103696]: pgmap v778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:21:24.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:24.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:25.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:25.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:25 smithi050 ceph-mon[92315]: 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-09-30T14:21:26.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:25 smithi172 ceph-mon[103696]: 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-09-30T14:21:26.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:26.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:27.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:27.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:28.020 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:27 smithi172 ceph-mon[103696]: 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-09-30T14:21:28.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:27 smithi050 ceph-mon[92315]: 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-09-30T14:21:28.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:28.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:29.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:29.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:30.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:29 smithi050 ceph-mon[92315]: pgmap v781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:21:30.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:29 smithi172 ceph-mon[103696]: pgmap v781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:21:30.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:30.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:31.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:31.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:32.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:31 smithi050 ceph-mon[92315]: 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-09-30T14:21:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:31 smithi172 ceph-mon[103696]: 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-09-30T14:21:32.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:32.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:33.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:33.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:34.028 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:33 smithi050 ceph-mon[92315]: pgmap v783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:21:34.028 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:21:34.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:33 smithi172 ceph-mon[103696]: pgmap v783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:21:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:21:34.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:34.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:35.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:35.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:36.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:35 smithi050 ceph-mon[92315]: 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-09-30T14:21:36.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:35 smithi172 ceph-mon[103696]: 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-09-30T14:21:36.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:36.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:37.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:37.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:38.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:37 smithi050 ceph-mon[92315]: 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-09-30T14:21:38.124 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:37 smithi172 ceph-mon[103696]: 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-09-30T14:21:38.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:38.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:39.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:39.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:40.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:39 smithi050 ceph-mon[92315]: pgmap v786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:21:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:39 smithi172 ceph-mon[103696]: pgmap v786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:21:40.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:40.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:41.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:41.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:42.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:41 smithi050 ceph-mon[92315]: 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-09-30T14:21:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:41 smithi172 ceph-mon[103696]: 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-09-30T14:21:42.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:42.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:43.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:21:43.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:21:43.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:43.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:44.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:43 smithi050 ceph-mon[92315]: pgmap v788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:21:44.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:21:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:21:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:21:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:21:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:21:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:43 smithi172 ceph-mon[103696]: pgmap v788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:21:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:21:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:21:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:21:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:21:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:21:44.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:44.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:45.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:45.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:46.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:45 smithi050 ceph-mon[92315]: 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-09-30T14:21:46.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:45 smithi172 ceph-mon[103696]: 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-09-30T14:21:46.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:46.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:47.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:47.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:48.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:47 smithi050 ceph-mon[92315]: 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-09-30T14:21:48.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:47 smithi172 ceph-mon[103696]: 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-09-30T14:21:48.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:48.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:49.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:49.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:49 smithi050 ceph-mon[92315]: pgmap v791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:21:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:21:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:49 smithi172 ceph-mon[103696]: pgmap v791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:21:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:21:50.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:51.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:51.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:51.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:52.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:51 smithi050 ceph-mon[92315]: 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-09-30T14:21:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:51 smithi172 ceph-mon[103696]: 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-09-30T14:21:52.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:52.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:53.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:53.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:54.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:53 smithi050 ceph-mon[92315]: pgmap v793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:21:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:53 smithi172 ceph-mon[103696]: pgmap v793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:21:54.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:54.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:55.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:55.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:56.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:55 smithi050 ceph-mon[92315]: 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-09-30T14:21:56.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:55 smithi172 ceph-mon[103696]: 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-09-30T14:21:56.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:56.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:57.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:57.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:58.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:57 smithi050 ceph-mon[92315]: 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-09-30T14:21:58.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:57 smithi172 ceph-mon[103696]: 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-09-30T14:21:58.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:58.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:21:59.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:21:59.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:00.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:21:59 smithi050 ceph-mon[92315]: pgmap v796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:22:00.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:21:59 smithi172 ceph-mon[103696]: pgmap v796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:22:00.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:00.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:01.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:01.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:01 smithi050 ceph-mon[92315]: 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-09-30T14:22:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:01 smithi172 ceph-mon[103696]: 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-09-30T14:22:02.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:02.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:03.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:03.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:04.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:03 smithi050 ceph-mon[92315]: pgmap v798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:22:04.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:22:04.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:03 smithi172 ceph-mon[103696]: pgmap v798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:22:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:22:04.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:04.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:05.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:04 smithi050 ceph-mon[92315]: 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-09-30T14:22:05.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:04 smithi172 ceph-mon[103696]: 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-09-30T14:22:05.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:05.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:06.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:06.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:07.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:07 smithi050 ceph-mon[92315]: 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-09-30T14:22:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:07 smithi172 ceph-mon[103696]: 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-09-30T14:22:07.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:07.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:08.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:08.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:09.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:09.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:10.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:09 smithi050 ceph-mon[92315]: pgmap v801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:22:10.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:09 smithi172 ceph-mon[103696]: pgmap v801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:22:10.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:10.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:11.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:11.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:12.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:11 smithi050 ceph-mon[92315]: 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-09-30T14:22:12.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:11 smithi172 ceph-mon[103696]: 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-09-30T14:22:12.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:12.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:13.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:13.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:14.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:13 smithi050 ceph-mon[92315]: pgmap v803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:22:14.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:13 smithi172 ceph-mon[103696]: pgmap v803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:22:14.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:14.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:15.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:15.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:16.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:15 smithi050 ceph-mon[92315]: 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-09-30T14:22:16.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:15 smithi172 ceph-mon[103696]: 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-09-30T14:22:16.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:16.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:17.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:17.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:18.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:17 smithi050 ceph-mon[92315]: 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-09-30T14:22:18.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:17 smithi172 ceph-mon[103696]: 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-09-30T14:22:18.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:18.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:19 smithi050 ceph-mon[92315]: pgmap v806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:22:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:22:19.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:19.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:20.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:19 smithi172 ceph-mon[103696]: pgmap v806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:22:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:22:20.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:20.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:22.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:22.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:21 smithi050 ceph-mon[92315]: 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-09-30T14:22:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:21 smithi172 ceph-mon[103696]: 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-09-30T14:22:23.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:23.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:23 smithi172 ceph-mon[103696]: pgmap v808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:22:24.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:24.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:24.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:23 smithi050 ceph-mon[92315]: pgmap v808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:22:25.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:25.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:26.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:26.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:26.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:25 smithi050 ceph-mon[92315]: 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-09-30T14:22:26.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:25 smithi172 ceph-mon[103696]: 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-09-30T14:22:27.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:27.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:28.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:28.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:28.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:27 smithi050 ceph-mon[92315]: 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-09-30T14:22:28.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:27 smithi172 ceph-mon[103696]: 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-09-30T14:22:29.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:29.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:30.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:30.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:30.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:29 smithi050 ceph-mon[92315]: pgmap v811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:22:30.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:29 smithi172 ceph-mon[103696]: pgmap v811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:22:31.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:31.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:32.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:32.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:32.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:31 smithi050 ceph-mon[92315]: 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-09-30T14:22:32.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:31 smithi172 ceph-mon[103696]: 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-09-30T14:22:33.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:33.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:34.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:34.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:33 smithi050 ceph-mon[92315]: pgmap v813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:22:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:22:34.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:33 smithi172 ceph-mon[103696]: pgmap v813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:22:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:22:35.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:35.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:34 smithi050 ceph-mon[92315]: 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-09-30T14:22:35.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:34 smithi172 ceph-mon[103696]: 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-09-30T14:22:36.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:36.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:37.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:37.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:37.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:37 smithi050 ceph-mon[92315]: 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-09-30T14:22:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:37 smithi172 ceph-mon[103696]: 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-09-30T14:22:38.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:38.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:39.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:39.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:40.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:40.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:40.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:39 smithi050 ceph-mon[92315]: pgmap v816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:22:40.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:39 smithi172 ceph-mon[103696]: pgmap v816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:22:41.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:41.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:42.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:42.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:42.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:41 smithi050 ceph-mon[92315]: 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-09-30T14:22:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:41 smithi172 ceph-mon[103696]: 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-09-30T14:22:43.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:43.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:44.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:44.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:44.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:43 smithi050 ceph-mon[92315]: pgmap v818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:22:44.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:22:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:43 smithi172 ceph-mon[103696]: pgmap v818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:22:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:22:45.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:45.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:46.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:46.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:46.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:45 smithi050 ceph-mon[92315]: 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-09-30T14:22:46.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:45 smithi172 ceph-mon[103696]: 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-09-30T14:22:47.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:47.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:48.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:48.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:47 smithi050 ceph-mon[92315]: 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-09-30T14:22:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:22:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:22:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:47 smithi172 ceph-mon[103696]: 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-09-30T14:22:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:22:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:22:49.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:49.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:49.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:22:49.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:22:49.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:22:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:22:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:22:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:22:49.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:22:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:22:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:22:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:22:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:22:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:22:50.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:50.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:49 smithi050 ceph-mon[92315]: pgmap v821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:22:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:49 smithi172 ceph-mon[103696]: pgmap v821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:22:51.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:51.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:52.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:52.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:52.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:51 smithi050 ceph-mon[92315]: 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-09-30T14:22:52.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:51 smithi172 ceph-mon[103696]: 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-09-30T14:22:53.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:53.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:54.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:54.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:54.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:53 smithi050 ceph-mon[92315]: pgmap v823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:22:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:53 smithi172 ceph-mon[103696]: pgmap v823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:22:55.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:55.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:54 smithi050 ceph-mon[92315]: 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-09-30T14:22:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:54 smithi172 ceph-mon[103696]: 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-09-30T14:22:56.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:56.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:57.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:57.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:57 smithi050 ceph-mon[92315]: 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-09-30T14:22:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:57 smithi172 ceph-mon[103696]: 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-09-30T14:22:58.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:58.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:22:59.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:22:59.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:00.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:00.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:00.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:22:59 smithi050 ceph-mon[92315]: pgmap v826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:23:00.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:22:59 smithi172 ceph-mon[103696]: pgmap v826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:23:01.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:01.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:02.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:02.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:02.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:01 smithi050 ceph-mon[92315]: 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-09-30T14:23:02.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:01 smithi172 ceph-mon[103696]: 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-09-30T14:23:03.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:03.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:04.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:04.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:04.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:03 smithi050 ceph-mon[92315]: pgmap v828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:23:04.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:23:04.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:03 smithi172 ceph-mon[103696]: pgmap v828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:23:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:23:05.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:05.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:06.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:06.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:06.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:05 smithi050 ceph-mon[92315]: 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-09-30T14:23:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:05 smithi172 ceph-mon[103696]: 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-09-30T14:23:07.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:07.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:08.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:08.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:08.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:07 smithi050 ceph-mon[92315]: 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-09-30T14:23:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:07 smithi172 ceph-mon[103696]: 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-09-30T14:23:09.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:09.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:10.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:10.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:10.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:09 smithi050 ceph-mon[92315]: pgmap v831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:23:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:09 smithi172 ceph-mon[103696]: pgmap v831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:23:11.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:11.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:11.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:10 smithi172 ceph-mon[103696]: 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-09-30T14:23:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:10 smithi050 ceph-mon[92315]: 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-09-30T14:23:12.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:12.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:13.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:13.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:13.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:13 smithi050 ceph-mon[92315]: pgmap v833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:23:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:13 smithi172 ceph-mon[103696]: pgmap v833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:23:14.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:14.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:15.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:15.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:16.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:16.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:16.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:15 smithi050 ceph-mon[92315]: 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-09-30T14:23:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:15 smithi172 ceph-mon[103696]: 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-09-30T14:23:17.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:17.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:18.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:18.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:18.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:17 smithi050 ceph-mon[92315]: 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-09-30T14:23:18.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:17 smithi172 ceph-mon[103696]: 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-09-30T14:23:19.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:23:19.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:19.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:19.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:23:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:19 smithi050 ceph-mon[92315]: pgmap v836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:23:20.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:20.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:19 smithi172 ceph-mon[103696]: pgmap v836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:23:21.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:21.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:20 smithi172 ceph-mon[103696]: 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-09-30T14:23:21.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:20 smithi050 ceph-mon[92315]: 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-09-30T14:23:22.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:22.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:23.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:23.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:23 smithi050 ceph-mon[92315]: pgmap v838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:23:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:23 smithi172 ceph-mon[103696]: pgmap v838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:23:24.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:24.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:25.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:25.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:26.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:25 smithi050 ceph-mon[92315]: 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-09-30T14:23:26.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:26.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:25 smithi172 ceph-mon[103696]: 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-09-30T14:23:27.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:27.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:27 smithi050 ceph-mon[92315]: 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-09-30T14:23:28.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:28.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:27 smithi172 ceph-mon[103696]: 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-09-30T14:23:29.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:29.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:29 smithi050 ceph-mon[92315]: pgmap v841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:23:30.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:30.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:30.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:29 smithi172 ceph-mon[103696]: pgmap v841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:23:31.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:31.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:31 smithi050 ceph-mon[92315]: 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-09-30T14:23:32.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:32.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:32.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:31 smithi172 ceph-mon[103696]: 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-09-30T14:23:33.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:33.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:33 smithi050 ceph-mon[92315]: pgmap v843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:23:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:23:34.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:34.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:34.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:33 smithi172 ceph-mon[103696]: pgmap v843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:23:34.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:23:35.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:35.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:35.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:34 smithi172 ceph-mon[103696]: 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-09-30T14:23:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:34 smithi050 ceph-mon[92315]: 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-09-30T14:23:36.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:36.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:37.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:37.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:37.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:37 smithi050 ceph-mon[92315]: 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-09-30T14:23:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:37 smithi172 ceph-mon[103696]: 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-09-30T14:23:38.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:38.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:39.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:39.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:39 smithi050 ceph-mon[92315]: pgmap v846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:23:40.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:39 smithi172 ceph-mon[103696]: pgmap v846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:23:40.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:40.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:41.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:41.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:42.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:41 smithi050 ceph-mon[92315]: 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-09-30T14:23:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:41 smithi172 ceph-mon[103696]: 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-09-30T14:23:42.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:42.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:43.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:43.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:44.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:43 smithi050 ceph-mon[92315]: pgmap v848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:23:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:43 smithi172 ceph-mon[103696]: pgmap v848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:23:44.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:44.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:45.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:45.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:45 smithi050 ceph-mon[92315]: 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-09-30T14:23:46.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:45 smithi172 ceph-mon[103696]: 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-09-30T14:23:46.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:46.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:47.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:47.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:48.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:47 smithi050 ceph-mon[92315]: 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-09-30T14:23:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:47 smithi172 ceph-mon[103696]: 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-09-30T14:23:48.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:48.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:48 smithi050 ceph-mon[92315]: pgmap v851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:23:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:23:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:23:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:48 smithi172 ceph-mon[103696]: pgmap v851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:23:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:23:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:23:49.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:49.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:23:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:23:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:23:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:23:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:23:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:23:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:23:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:23:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:23:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:23:50.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:50.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:50.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:50 smithi050 ceph-mon[92315]: 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-09-30T14:23:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:50 smithi172 ceph-mon[103696]: 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-09-30T14:23:51.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:51.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:52.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:52.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:53.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:53.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:53.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:53 smithi050 ceph-mon[92315]: pgmap v853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:23:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:53 smithi172 ceph-mon[103696]: pgmap v853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:23:54.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:54.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:55.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:55.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:55 smithi050 ceph-mon[92315]: 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-09-30T14:23:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:55 smithi172 ceph-mon[103696]: 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-09-30T14:23:56.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:56.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:57.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:57.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:58.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:57 smithi050 ceph-mon[92315]: 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-09-30T14:23:58.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:57 smithi172 ceph-mon[103696]: 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-09-30T14:23:58.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:58.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:59.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:23:59.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:23:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:23:59 smithi172 ceph-mon[103696]: pgmap v856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:24:00.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:23:59 smithi050 ceph-mon[92315]: pgmap v856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:24:00.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:00.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:01.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:01.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:02.007 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:01 smithi050 ceph-mon[92315]: 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-09-30T14:24:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:01 smithi172 ceph-mon[103696]: 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-09-30T14:24:02.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:02.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:03.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:03.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:03 smithi050 ceph-mon[92315]: pgmap v858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:24:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:24:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:03 smithi172 ceph-mon[103696]: pgmap v858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:24:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:24:04.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:04.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:04 smithi050 ceph-mon[92315]: 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-09-30T14:24:05.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:04 smithi172 ceph-mon[103696]: 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-09-30T14:24:05.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:05.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:06.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:06.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:07.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:07.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:07.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:07 smithi050 ceph-mon[92315]: 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-09-30T14:24:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:07 smithi172 ceph-mon[103696]: 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-09-30T14:24:08.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:08.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:09.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:09.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:10.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:09 smithi050 ceph-mon[92315]: pgmap v861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:24:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:09 smithi172 ceph-mon[103696]: pgmap v861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:24:10.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:10.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:11.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:11.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:11 smithi050 ceph-mon[92315]: 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-09-30T14:24:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:11 smithi172 ceph-mon[103696]: 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-09-30T14:24:12.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:12.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:13.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:13.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:13 smithi050 ceph-mon[92315]: pgmap v863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:24:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:13 smithi172 ceph-mon[103696]: pgmap v863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:24:14.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:14.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:15.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:15.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:16.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:15 smithi050 ceph-mon[92315]: 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-09-30T14:24:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:15 smithi172 ceph-mon[103696]: 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-09-30T14:24:16.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:16.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:16 smithi172 ceph-mon[103696]: 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-09-30T14:24:17.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:16 smithi050 ceph-mon[92315]: 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-09-30T14:24:17.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:17.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:18.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:18.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:19.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:19.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:19.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:19 smithi050 ceph-mon[92315]: pgmap v866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:24:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:24:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:19 smithi172 ceph-mon[103696]: pgmap v866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:24:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:24:20.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:20.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:21.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:21.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:21.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:21 smithi050 ceph-mon[92315]: 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-09-30T14:24:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:21 smithi172 ceph-mon[103696]: 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-09-30T14:24:22.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:22.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:23.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:23.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:23.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:23 smithi050 ceph-mon[92315]: pgmap v868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:24:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:23 smithi172 ceph-mon[103696]: pgmap v868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:24:24.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:24.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:25.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:25.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:26.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:25 smithi050 ceph-mon[92315]: 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-09-30T14:24:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:25 smithi172 ceph-mon[103696]: 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-09-30T14:24:26.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:26.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:27.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:27.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:28.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:27 smithi050 ceph-mon[92315]: 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-09-30T14:24:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:27 smithi172 ceph-mon[103696]: 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-09-30T14:24:28.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:28.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:29.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:29.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:30.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:29 smithi050 ceph-mon[92315]: pgmap v871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:24:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:29 smithi172 ceph-mon[103696]: pgmap v871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:24:30.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:30.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:31.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:31.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:32.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:31 smithi050 ceph-mon[92315]: 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-09-30T14:24:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:31 smithi172 ceph-mon[103696]: 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-09-30T14:24:32.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:32.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:32 smithi172 ceph-mon[103696]: pgmap v873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:24:33.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:33.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:33.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:32 smithi050 ceph-mon[92315]: pgmap v873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:24:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:24:34.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:24:34.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:34.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:34 smithi172 ceph-mon[103696]: 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-09-30T14:24:35.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:35.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:34 smithi050 ceph-mon[92315]: 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-09-30T14:24:36.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:36.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:37.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:37.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:37.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:37 smithi050 ceph-mon[92315]: 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-09-30T14:24:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:37 smithi172 ceph-mon[103696]: 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-09-30T14:24:38.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:38.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:39.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:39.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:39 smithi050 ceph-mon[92315]: pgmap v876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:24:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:39 smithi172 ceph-mon[103696]: pgmap v876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:24:40.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:40.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:41.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:41.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:41 smithi050 ceph-mon[92315]: 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-09-30T14:24:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:41 smithi172 ceph-mon[103696]: 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-09-30T14:24:42.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:42.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:43.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:43.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:43 smithi050 ceph-mon[92315]: pgmap v878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:24:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:43 smithi172 ceph-mon[103696]: pgmap v878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:24:44.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:44.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:45.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:45.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:46.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:45 smithi050 ceph-mon[92315]: 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-09-30T14:24:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:45 smithi172 ceph-mon[103696]: 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-09-30T14:24:46.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:46.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:46 smithi050 ceph-mon[92315]: 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-09-30T14:24:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:46 smithi172 ceph-mon[103696]: 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-09-30T14:24:47.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:47.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:48.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:48.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:49.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:49.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:49.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:49 smithi050 ceph-mon[92315]: pgmap v881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:24:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:24:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:24:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:49 smithi172 ceph-mon[103696]: pgmap v881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:24:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:24:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:24:50.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:50.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:51.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:51.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:51 smithi050 ceph-mon[92315]: 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-09-30T14:24:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:51 smithi172 ceph-mon[103696]: 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-09-30T14:24:52.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:52.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:53.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:53.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:53.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:53 smithi050 ceph-mon[92315]: pgmap v883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:24:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:53 smithi172 ceph-mon[103696]: pgmap v883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:24:54.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:54.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:55.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:55.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:56.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:55 smithi050 ceph-mon[92315]: 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-09-30T14:24:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:55 smithi172 ceph-mon[103696]: 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-09-30T14:24:56.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:56.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:57.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:57.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:24:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:24:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:57 smithi050 ceph-mon[92315]: 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-09-30T14:24:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:24:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:24:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:24:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:24:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:24:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:24:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:24:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:57 smithi172 ceph-mon[103696]: 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-09-30T14:24:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:24:57.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:24:57.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:24:57.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:24:57.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:24:58.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:58.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:24:59.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:24:59.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:00.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:24:59 smithi050 ceph-mon[92315]: pgmap v886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:25:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:24:59 smithi172 ceph-mon[103696]: pgmap v886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:25:00.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:00.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:01.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:01.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:02.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:01 smithi050 ceph-mon[92315]: 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-09-30T14:25:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:01 smithi172 ceph-mon[103696]: 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-09-30T14:25:02.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:02.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:03.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:03.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:03 smithi050 ceph-mon[92315]: pgmap v888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:25:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:25:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:03 smithi172 ceph-mon[103696]: pgmap v888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:25:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:25:04.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:04.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:05.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:05.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:06.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:05 smithi050 ceph-mon[92315]: 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-09-30T14:25:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:05 smithi172 ceph-mon[103696]: 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-09-30T14:25:06.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:06.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:07.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:07.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:08.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:07 smithi050 ceph-mon[92315]: 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-09-30T14:25:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:07 smithi172 ceph-mon[103696]: 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-09-30T14:25:08.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:08.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:09.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:09.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:10.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:09 smithi050 ceph-mon[92315]: pgmap v891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:25:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:09 smithi172 ceph-mon[103696]: pgmap v891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:25:10.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:10.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:11.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:11.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:12.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:11 smithi050 ceph-mon[92315]: 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-09-30T14:25:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:11 smithi172 ceph-mon[103696]: 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-09-30T14:25:12.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:12.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:13.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:13.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:13 smithi050 ceph-mon[92315]: pgmap v893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:25:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:13 smithi172 ceph-mon[103696]: pgmap v893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:25:14.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:14.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:15.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:15.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:15 smithi050 ceph-mon[92315]: 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-09-30T14:25:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:15 smithi172 ceph-mon[103696]: 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-09-30T14:25:16.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:16.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:17.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:17.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:17 smithi050 ceph-mon[92315]: 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-09-30T14:25:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:17 smithi172 ceph-mon[103696]: 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-09-30T14:25:18.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:18.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:18 smithi050 ceph-mon[92315]: pgmap v896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:25:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:25:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:18 smithi172 ceph-mon[103696]: pgmap v896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:25:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:25:19.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:19.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:20.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:20.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:21.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:21.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:21.614 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:21 smithi050 ceph-mon[92315]: 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-09-30T14:25:21.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:21 smithi172 ceph-mon[103696]: 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-09-30T14:25:22.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:22.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:23.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:23.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:23 smithi172 ceph-mon[103696]: pgmap v898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:25:23.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:23 smithi050 ceph-mon[92315]: pgmap v898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:25:24.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:24.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:25.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:25.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:25 smithi050 ceph-mon[92315]: 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-09-30T14:25:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:25 smithi172 ceph-mon[103696]: 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-09-30T14:25:26.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:26.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:27.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:27.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:27 smithi050 ceph-mon[92315]: 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-09-30T14:25:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:27 smithi172 ceph-mon[103696]: 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-09-30T14:25:28.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:28.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:29.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:29.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:29 smithi050 ceph-mon[92315]: pgmap v901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:25:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:29 smithi172 ceph-mon[103696]: pgmap v901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:25:30.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:30.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:30 smithi050 ceph-mon[92315]: 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-09-30T14:25:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:30 smithi172 ceph-mon[103696]: 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-09-30T14:25:31.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:31.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:32.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:32.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:33.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:33.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:33 smithi172 ceph-mon[103696]: pgmap v903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:25:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:33 smithi050 ceph-mon[92315]: pgmap v903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:25:34.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:34.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:25:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:25:35.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:35.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:35 smithi172 ceph-mon[103696]: 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-09-30T14:25:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:35 smithi050 ceph-mon[92315]: 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-09-30T14:25:36.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:36.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:37.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:37.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:38.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:37 smithi050 ceph-mon[92315]: 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-09-30T14:25:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:37 smithi172 ceph-mon[103696]: 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-09-30T14:25:38.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:38.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:39.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:39.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:39 smithi050 ceph-mon[92315]: pgmap v906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:25:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:39 smithi172 ceph-mon[103696]: pgmap v906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:25:40.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:40.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:41.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:41.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:41 smithi050 ceph-mon[92315]: 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-09-30T14:25:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:41 smithi172 ceph-mon[103696]: 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-09-30T14:25:42.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:42.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:43.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:43.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:43 smithi050 ceph-mon[92315]: pgmap v908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:25:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:43 smithi172 ceph-mon[103696]: pgmap v908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:25:44.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:44.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:44 smithi172 ceph-mon[103696]: 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-09-30T14:25:45.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:45.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:45.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:44 smithi050 ceph-mon[92315]: 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-09-30T14:25:46.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:46.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:47.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:47.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:47 smithi172 ceph-mon[103696]: 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-09-30T14:25:47.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:47 smithi050 ceph-mon[92315]: 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-09-30T14:25:48.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:48.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:49.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:49.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:49 smithi172 ceph-mon[103696]: pgmap v911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:25:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:25:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:49 smithi050 ceph-mon[92315]: pgmap v911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:25:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:25:50.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:50.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:51.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:51.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:51 smithi172 ceph-mon[103696]: 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-09-30T14:25:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:51 smithi050 ceph-mon[92315]: 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-09-30T14:25:52.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:52.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:53.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:53.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:53 smithi172 ceph-mon[103696]: pgmap v913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:25:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:53 smithi050 ceph-mon[92315]: pgmap v913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:25:54.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:54.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:55.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:55.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:55 smithi050 ceph-mon[92315]: 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-09-30T14:25:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:55 smithi172 ceph-mon[103696]: 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-09-30T14:25:56.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:56.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:57.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:57.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:57 smithi050 ceph-mon[92315]: 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-09-30T14:25:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:25:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:25:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:25:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:57 smithi172 ceph-mon[103696]: 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-09-30T14:25:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:25:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:25:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:25:58.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:58.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:25:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:25:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:25:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:25:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:25:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:25:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:25:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:25:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:25:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:25:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:25:59.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:25:59.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:25:59 smithi050 ceph-mon[92315]: pgmap v916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:26:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:25:59 smithi172 ceph-mon[103696]: pgmap v916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:26:00.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:00.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:00 smithi050 ceph-mon[92315]: 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-09-30T14:26:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:00 smithi172 ceph-mon[103696]: 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-09-30T14:26:01.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:01.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:02.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:02.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:03.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:03.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:03 smithi172 ceph-mon[103696]: pgmap v918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:26:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:03 smithi050 ceph-mon[92315]: pgmap v918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:26:04.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:04.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:26:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:26:05.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:05.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:05 smithi050 ceph-mon[92315]: 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-09-30T14:26:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:05 smithi172 ceph-mon[103696]: 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-09-30T14:26:06.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:06.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:07.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:07.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:08.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:07 smithi050 ceph-mon[92315]: 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-09-30T14:26:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:07 smithi172 ceph-mon[103696]: 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-09-30T14:26:08.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:08.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:09.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:09.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:09 smithi050 ceph-mon[92315]: pgmap v921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:26:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:09 smithi172 ceph-mon[103696]: pgmap v921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:26:10.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:10.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:11.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:11.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:11 smithi050 ceph-mon[92315]: 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-09-30T14:26:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:11 smithi172 ceph-mon[103696]: 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-09-30T14:26:12.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:12.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:12 smithi050 ceph-mon[92315]: pgmap v923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:26:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:12 smithi172 ceph-mon[103696]: pgmap v923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:26:13.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:13.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:14.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:14.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:15.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:15.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:15 smithi050 ceph-mon[92315]: 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-09-30T14:26:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:15 smithi172 ceph-mon[103696]: 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-09-30T14:26:16.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:16.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:17.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:17.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:17 smithi050 ceph-mon[92315]: 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-09-30T14:26:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:17 smithi172 ceph-mon[103696]: 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-09-30T14:26:18.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:18.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:18 smithi050 ceph-mon[92315]: pgmap v926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:26:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:26:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:18 smithi172 ceph-mon[103696]: pgmap v926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:26:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:26:19.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:19.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:20.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:20.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:21.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:21.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:21 smithi172 ceph-mon[103696]: 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-09-30T14:26:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:21 smithi050 ceph-mon[92315]: 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-09-30T14:26:22.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:22.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:23.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:23.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:23 smithi172 ceph-mon[103696]: pgmap v928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:26:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:23 smithi050 ceph-mon[92315]: pgmap v928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:26:24.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:24.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:25.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:25.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:25 smithi050 ceph-mon[92315]: 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-09-30T14:26:26.119 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:25 smithi172 ceph-mon[103696]: 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-09-30T14:26:26.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:26.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:27.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:27.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:27 smithi050 ceph-mon[92315]: 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-09-30T14:26:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:27 smithi172 ceph-mon[103696]: 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-09-30T14:26:28.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:28.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:29.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:29.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:29 smithi050 ceph-mon[92315]: pgmap v931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:26:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:29 smithi172 ceph-mon[103696]: pgmap v931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:26:30.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:30.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:31.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:31.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:31 smithi050 ceph-mon[92315]: 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-09-30T14:26:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:31 smithi172 ceph-mon[103696]: 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-09-30T14:26:32.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:32.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:32 smithi050 ceph-mon[92315]: pgmap v933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:26:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:32 smithi172 ceph-mon[103696]: pgmap v933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:26:33.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:33.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:34.178 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:26:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:26:34.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:34.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:34 smithi050 ceph-mon[92315]: 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-09-30T14:26:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:34 smithi172 ceph-mon[103696]: 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-09-30T14:26:35.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:35.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:36.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:36.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:37.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:37.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:37 smithi172 ceph-mon[103696]: 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-09-30T14:26:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:37 smithi050 ceph-mon[92315]: 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-09-30T14:26:38.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:38.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:39.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:39.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:39 smithi050 ceph-mon[92315]: pgmap v936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:26:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:39 smithi172 ceph-mon[103696]: pgmap v936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:26:40.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:40.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:41.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:41.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:41 smithi050 ceph-mon[92315]: 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-09-30T14:26:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:41 smithi172 ceph-mon[103696]: 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-09-30T14:26:42.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:42.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:42 smithi050 ceph-mon[92315]: pgmap v938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:26:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:42 smithi172 ceph-mon[103696]: pgmap v938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:26:43.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:43.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:44.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:44.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:45.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:45.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:45 smithi050 ceph-mon[92315]: 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-09-30T14:26:46.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:45 smithi172 ceph-mon[103696]: 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-09-30T14:26:46.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:46.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:46 smithi050 ceph-mon[92315]: 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-09-30T14:26:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:46 smithi172 ceph-mon[103696]: 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-09-30T14:26:47.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:47.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:48.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:48.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:49.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:49.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:49 smithi050 ceph-mon[92315]: pgmap v941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:26:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:26:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:49 smithi172 ceph-mon[103696]: pgmap v941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:26:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:26:50.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:50.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:51.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:51.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:51 smithi050 ceph-mon[92315]: 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-09-30T14:26:51.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:51 smithi172 ceph-mon[103696]: 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-09-30T14:26:52.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:52.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:53.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:53.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:53 smithi050 ceph-mon[92315]: pgmap v943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:26:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:53 smithi172 ceph-mon[103696]: pgmap v943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:26:54.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:54.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:55.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:55.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:55 smithi050 ceph-mon[92315]: 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-09-30T14:26:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:55 smithi172 ceph-mon[103696]: 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-09-30T14:26:56.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:56.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:56 smithi050 ceph-mon[92315]: 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-09-30T14:26:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:56 smithi172 ceph-mon[103696]: 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-09-30T14:26:57.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:57.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:26:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:26:58.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:58.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:26:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:59 smithi050 ceph-mon[92315]: pgmap v946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:26:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:26:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:26:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:26:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:26:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:26:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:26:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:59 smithi172 ceph-mon[103696]: pgmap v946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:26:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:26:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:26:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:26:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:26:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:26:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:26:59.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:26:59.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:00.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:00.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:01.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:01.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:01 smithi050 ceph-mon[92315]: 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-09-30T14:27:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:01 smithi172 ceph-mon[103696]: 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-09-30T14:27:02.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:02.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:03.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:03.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:03 smithi050 ceph-mon[92315]: pgmap v948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:27:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:03 smithi172 ceph-mon[103696]: pgmap v948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:27:04.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:04.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:27:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:27:05.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:05.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:05 smithi050 ceph-mon[92315]: 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-09-30T14:27:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:05 smithi172 ceph-mon[103696]: 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-09-30T14:27:06.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:06.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:06 smithi050 ceph-mon[92315]: 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-09-30T14:27:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:06 smithi172 ceph-mon[103696]: 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-09-30T14:27:07.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:07.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:08.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:08.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:09.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:09.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:09 smithi050 ceph-mon[92315]: pgmap v951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:27:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:09 smithi172 ceph-mon[103696]: pgmap v951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:27:10.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:10.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:10 smithi050 ceph-mon[92315]: 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-09-30T14:27:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:10 smithi172 ceph-mon[103696]: 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-09-30T14:27:11.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:11.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:12.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:12.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:13.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:13.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:13 smithi050 ceph-mon[92315]: pgmap v953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:27:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:13 smithi172 ceph-mon[103696]: pgmap v953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:27:14.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:14.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:14 smithi050 ceph-mon[92315]: 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-09-30T14:27:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:14 smithi172 ceph-mon[103696]: 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-09-30T14:27:15.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:15.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:16.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:16.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:17.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:17.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:17 smithi050 ceph-mon[92315]: 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-09-30T14:27:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:17 smithi172 ceph-mon[103696]: 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-09-30T14:27:18.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:18.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:19.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:19.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:19 smithi050 ceph-mon[92315]: pgmap v956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:27:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:27:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:19 smithi172 ceph-mon[103696]: pgmap v956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:27:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:27:20.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:20.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:21.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:21.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:21.702 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:21 smithi172 ceph-mon[103696]: 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-09-30T14:27:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:21 smithi050 ceph-mon[92315]: 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-09-30T14:27:22.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:22.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:23.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:23.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:23 smithi050 ceph-mon[92315]: pgmap v958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:27:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:23 smithi172 ceph-mon[103696]: pgmap v958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:27:24.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:24.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:24 smithi050 ceph-mon[92315]: 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-09-30T14:27:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:24 smithi172 ceph-mon[103696]: 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-09-30T14:27:25.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:25.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:26.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:26.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:27.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:27.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:27 smithi050 ceph-mon[92315]: 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-09-30T14:27:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:27 smithi172 ceph-mon[103696]: 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-09-30T14:27:28.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:28.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:29.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:29.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:29 smithi050 ceph-mon[92315]: pgmap v961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:27:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:29 smithi172 ceph-mon[103696]: pgmap v961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:27:30.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:30.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:30 smithi050 ceph-mon[92315]: 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-09-30T14:27:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:30 smithi172 ceph-mon[103696]: 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-09-30T14:27:31.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:31.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:32.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:32.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:33.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:33.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:33 smithi050 ceph-mon[92315]: pgmap v963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:27:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:33 smithi172 ceph-mon[103696]: pgmap v963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:27:34.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:34.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:27:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:27:35.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:35.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:35 smithi050 ceph-mon[92315]: 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-09-30T14:27:35.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:35 smithi172 ceph-mon[103696]: 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-09-30T14:27:36.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:36.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:37.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:37.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:37 smithi050 ceph-mon[92315]: 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-09-30T14:27:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:37 smithi172 ceph-mon[103696]: 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-09-30T14:27:38.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:38.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:39.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:39.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:39 smithi050 ceph-mon[92315]: pgmap v966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:27:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:39 smithi172 ceph-mon[103696]: pgmap v966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:27:40.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:40.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:40 smithi172 ceph-mon[103696]: 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-09-30T14:27:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:40 smithi050 ceph-mon[92315]: 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-09-30T14:27:41.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:41.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:42.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:42.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:43.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:43.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:43 smithi050 ceph-mon[92315]: pgmap v968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:27:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:43 smithi172 ceph-mon[103696]: pgmap v968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:27:44.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:44.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:44 smithi050 ceph-mon[92315]: 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-09-30T14:27:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:44 smithi172 ceph-mon[103696]: 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-09-30T14:27:45.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:45.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:46.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:46.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:47.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:47.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:47 smithi050 ceph-mon[92315]: 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-09-30T14:27:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:47 smithi172 ceph-mon[103696]: 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-09-30T14:27:48.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:48.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:49.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:49.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:49 smithi050 ceph-mon[92315]: pgmap v971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:27:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:27:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:49 smithi172 ceph-mon[103696]: pgmap v971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:27:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:27:50.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:50.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:51.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:51.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:51 smithi050 ceph-mon[92315]: 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-09-30T14:27:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:51 smithi172 ceph-mon[103696]: 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-09-30T14:27:52.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:52.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:53.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:53.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:53 smithi050 ceph-mon[92315]: pgmap v973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:27:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:53 smithi172 ceph-mon[103696]: pgmap v973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:27:54.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:54.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:54 smithi050 ceph-mon[92315]: 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-09-30T14:27:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:54 smithi172 ceph-mon[103696]: 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-09-30T14:27:55.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:55.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:56.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:56.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:57.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:57.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:57 smithi050 ceph-mon[92315]: 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-09-30T14:27:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:57 smithi172 ceph-mon[103696]: 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-09-30T14:27:58.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:58.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:59.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:27:59.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:27:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:59 smithi050 ceph-mon[92315]: pgmap v976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:27:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:27:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:27:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:27:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:27:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:59 smithi172 ceph-mon[103696]: pgmap v976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:27:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:27:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:27:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:27:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:28:00.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:00.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:28:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:28:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:28:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:28:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:28:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:28:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:28:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:28:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:28:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:28:01.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:01.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:01 smithi050 ceph-mon[92315]: 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-09-30T14:28:02.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:01 smithi172 ceph-mon[103696]: 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-09-30T14:28:02.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:02.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:03.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:03.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:03 smithi050 ceph-mon[92315]: pgmap v978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:28:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:28:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:03 smithi172 ceph-mon[103696]: pgmap v978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:28:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:28:04.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:04.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:04 smithi050 ceph-mon[92315]: 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-09-30T14:28:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:04 smithi172 ceph-mon[103696]: 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-09-30T14:28:05.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:05.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:06.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:06.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:07.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:07.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:07 smithi172 ceph-mon[103696]: 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-09-30T14:28:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:07 smithi050 ceph-mon[92315]: 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-09-30T14:28:08.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:08.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:09.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:09.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:09 smithi050 ceph-mon[92315]: pgmap v981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:28:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:09 smithi172 ceph-mon[103696]: pgmap v981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:28:10.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:10.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:11.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:11.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:11 smithi050 ceph-mon[92315]: 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-09-30T14:28:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:11 smithi172 ceph-mon[103696]: 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-09-30T14:28:12.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:12.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:13.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:13.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:13 smithi050 ceph-mon[92315]: pgmap v983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:28:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:13 smithi172 ceph-mon[103696]: pgmap v983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:28:14.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:14.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:14 smithi172 ceph-mon[103696]: 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-09-30T14:28:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:14 smithi050 ceph-mon[92315]: 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-09-30T14:28:15.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:15.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:16.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:16.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:17.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:17.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:17.764 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:17 smithi172 ceph-mon[103696]: 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-09-30T14:28:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:17 smithi050 ceph-mon[92315]: 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-09-30T14:28:18.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:18.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:19.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:19.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:19 smithi050 ceph-mon[92315]: pgmap v986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:28:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:28:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:19 smithi172 ceph-mon[103696]: pgmap v986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:28:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:28:20.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:20.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:21.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:21.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:21 smithi050 ceph-mon[92315]: 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-09-30T14:28:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:21 smithi172 ceph-mon[103696]: 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-09-30T14:28:22.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:22.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:23.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:23.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:23.689 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:23 smithi050 ceph-mon[92315]: pgmap v988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:28:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:23 smithi172 ceph-mon[103696]: pgmap v988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:28:24.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:24.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:24 smithi172 ceph-mon[103696]: 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-09-30T14:28:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:24 smithi050 ceph-mon[92315]: 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-09-30T14:28:25.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:25.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:26.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:26.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:27.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:27.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:27 smithi050 ceph-mon[92315]: 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-09-30T14:28:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:27 smithi172 ceph-mon[103696]: 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-09-30T14:28:28.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:28.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:29.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:29.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:29 smithi050 ceph-mon[92315]: pgmap v991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:28:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:29 smithi172 ceph-mon[103696]: pgmap v991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:28:30.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:30.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:31.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:31.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:31 smithi050 ceph-mon[92315]: 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-09-30T14:28:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:31 smithi172 ceph-mon[103696]: 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-09-30T14:28:32.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:32.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:33.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:33.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:33.804 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:33 smithi050 ceph-mon[92315]: pgmap v993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:28:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:33 smithi172 ceph-mon[103696]: pgmap v993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:28:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:28:34.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:34.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:28:35.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:35.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:35 smithi050 ceph-mon[92315]: 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-09-30T14:28:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:35 smithi172 ceph-mon[103696]: 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-09-30T14:28:36.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:36.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:37.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:37.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:37 smithi050 ceph-mon[92315]: 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-09-30T14:28:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:37 smithi172 ceph-mon[103696]: 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-09-30T14:28:38.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:38.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:39.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:39.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:39 smithi050 ceph-mon[92315]: pgmap v996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:28:40.005 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:39 smithi172 ceph-mon[103696]: pgmap v996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:28:40.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:40.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:41.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:41.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:41 smithi050 ceph-mon[92315]: 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-09-30T14:28:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:41 smithi172 ceph-mon[103696]: 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-09-30T14:28:42.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:42.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:43.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:43.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:43 smithi050 ceph-mon[92315]: pgmap v998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:28:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:43 smithi172 ceph-mon[103696]: pgmap v998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:28:44.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:44.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:44 smithi172 ceph-mon[103696]: 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-09-30T14:28:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:44 smithi050 ceph-mon[92315]: 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-09-30T14:28:45.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:45.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:46.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:46.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:47.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:47.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:47 smithi050 ceph-mon[92315]: 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-09-30T14:28:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:47 smithi172 ceph-mon[103696]: 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-09-30T14:28:48.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:48.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:49.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:49.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:49 smithi050 ceph-mon[92315]: pgmap v1001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:28:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:28:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:49 smithi172 ceph-mon[103696]: pgmap v1001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:28:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:28:50.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:50.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:51.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:51.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:51 smithi050 ceph-mon[92315]: 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-09-30T14:28:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:51 smithi172 ceph-mon[103696]: 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-09-30T14:28:52.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:52.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:53.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:53.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:53 smithi050 ceph-mon[92315]: pgmap v1003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:28:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:53 smithi172 ceph-mon[103696]: pgmap v1003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:28:54.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:54.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:54 smithi172 ceph-mon[103696]: 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-09-30T14:28:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:54 smithi050 ceph-mon[92315]: 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-09-30T14:28:55.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:55.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:56.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:56.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:57.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:57.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:57.711 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:57 smithi172 ceph-mon[103696]: 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-09-30T14:28:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:57 smithi050 ceph-mon[92315]: 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-09-30T14:28:58.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:58.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:59.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:28:59.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:28:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:28:59 smithi050 ceph-mon[92315]: pgmap v1006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:28:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:28:59 smithi172 ceph-mon[103696]: pgmap v1006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:29:00.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:00.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:29:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:29:01.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:01.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:01 smithi050 ceph-mon[92315]: 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-09-30T14:29:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:29:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:29:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:29:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:29:01.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:29:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:01 smithi172 ceph-mon[103696]: 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-09-30T14:29:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:29:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:29:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:29:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:29:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:29:02.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:02.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:03.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:03.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:03 smithi050 ceph-mon[92315]: pgmap v1008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:29:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:03 smithi172 ceph-mon[103696]: pgmap v1008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:29:04.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:04.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:29:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:29:05.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:05.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:05 smithi050 ceph-mon[92315]: 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-09-30T14:29:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:05 smithi172 ceph-mon[103696]: 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-09-30T14:29:06.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:06.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:07.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:07.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:07.816 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:07 smithi172 ceph-mon[103696]: 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-09-30T14:29:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:07 smithi050 ceph-mon[92315]: 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-09-30T14:29:08.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:08.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:09 smithi050 ceph-mon[92315]: pgmap v1011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:29:09.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:09.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:09 smithi172 ceph-mon[103696]: pgmap v1011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:29:10.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:10.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:11.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:11.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:11 smithi050 ceph-mon[92315]: 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-09-30T14:29:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:11 smithi172 ceph-mon[103696]: 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-09-30T14:29:12.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:12.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:13.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:13.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:13 smithi050 ceph-mon[92315]: pgmap v1013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:29:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:13 smithi172 ceph-mon[103696]: pgmap v1013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:29:14.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:14.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:14 smithi172 ceph-mon[103696]: 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-09-30T14:29:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:14 smithi050 ceph-mon[92315]: 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-09-30T14:29:15.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:15.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:16.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:16.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:17.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:17.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:17 smithi050 ceph-mon[92315]: 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-09-30T14:29:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:17 smithi172 ceph-mon[103696]: 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-09-30T14:29:18.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:18.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:19 smithi050 ceph-mon[92315]: pgmap v1016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:29:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:29:19.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:19.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:19 smithi172 ceph-mon[103696]: pgmap v1016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:29:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:29:20.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:20.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:21.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:21.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:21 smithi050 ceph-mon[92315]: 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-09-30T14:29:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:21 smithi172 ceph-mon[103696]: 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-09-30T14:29:22.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:22.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:23.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:23.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:23 smithi050 ceph-mon[92315]: pgmap v1018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:29:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:23 smithi172 ceph-mon[103696]: pgmap v1018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:29:24.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:24.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:24 smithi172 ceph-mon[103696]: 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-09-30T14:29:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:24 smithi050 ceph-mon[92315]: 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-09-30T14:29:25.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:25.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:26.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:26.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:27.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:27.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:27 smithi050 ceph-mon[92315]: 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-09-30T14:29:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:27 smithi172 ceph-mon[103696]: 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-09-30T14:29:28.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:28.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:29.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:29.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:29 smithi050 ceph-mon[92315]: pgmap v1021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:29:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:29 smithi172 ceph-mon[103696]: pgmap v1021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:29:30.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:30.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:31.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:31.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:31 smithi050 ceph-mon[92315]: 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-09-30T14:29:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:31 smithi172 ceph-mon[103696]: 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-09-30T14:29:32.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:32.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:33.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:33.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:33 smithi050 ceph-mon[92315]: pgmap v1023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:29:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:33 smithi172 ceph-mon[103696]: pgmap v1023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:29:34.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:34.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:29:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:29:35.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:35.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:35 smithi050 ceph-mon[92315]: 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-09-30T14:29:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:35 smithi172 ceph-mon[103696]: 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-09-30T14:29:36.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:36.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:37.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:37.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:37 smithi050 ceph-mon[92315]: 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-09-30T14:29:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:37 smithi172 ceph-mon[103696]: 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-09-30T14:29:38.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:38.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:39.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:39.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:39 smithi050 ceph-mon[92315]: pgmap v1026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:29:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:39 smithi172 ceph-mon[103696]: pgmap v1026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:29:40.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:40.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:41.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:41.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:41 smithi050 ceph-mon[92315]: 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-09-30T14:29:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:41 smithi172 ceph-mon[103696]: 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-09-30T14:29:42.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:42.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:43.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:43.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:43 smithi050 ceph-mon[92315]: pgmap v1028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:29:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:43 smithi172 ceph-mon[103696]: pgmap v1028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:29:44.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:44.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:44 smithi172 ceph-mon[103696]: 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-09-30T14:29:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:44 smithi050 ceph-mon[92315]: 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-09-30T14:29:45.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:45.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:46.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:46.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:47.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:47.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:47 smithi050 ceph-mon[92315]: 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-09-30T14:29:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:47 smithi172 ceph-mon[103696]: 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-09-30T14:29:48.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:48.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:49.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:49.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:49 smithi050 ceph-mon[92315]: pgmap v1031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:29:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:29:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:49 smithi172 ceph-mon[103696]: pgmap v1031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:29:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:29:50.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:50.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:51.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:51.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:51 smithi050 ceph-mon[92315]: 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-09-30T14:29:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:51 smithi172 ceph-mon[103696]: 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-09-30T14:29:52.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:52.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:53 smithi172 ceph-mon[103696]: pgmap v1033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:29:53.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:53.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:53 smithi050 ceph-mon[92315]: pgmap v1033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:29:54.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:54.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:54 smithi050 ceph-mon[92315]: 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-09-30T14:29:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:54 smithi172 ceph-mon[103696]: 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-09-30T14:29:55.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:55.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:56.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:56.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:57.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:57.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:57 smithi050 ceph-mon[92315]: 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-09-30T14:29:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:57 smithi172 ceph-mon[103696]: 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-09-30T14:29:58.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:58.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:59.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:29:59.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:29:59.780 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:29:59 smithi050 ceph-mon[92315]: pgmap v1036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:29:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:29:59 smithi172 ceph-mon[103696]: pgmap v1036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:30:00.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:00.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T14:30:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T14:30:01.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:01.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:01 smithi050 ceph-mon[92315]: 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-09-30T14:30:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:30:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:01 smithi172 ceph-mon[103696]: 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-09-30T14:30:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:30:02.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:02.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:02.767 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:30:02.767 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:30:02.767 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:30:02.767 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:30:02.778 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:30:02.778 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:30:02.778 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:30:02.778 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:30:03.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:03.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:03 smithi050 ceph-mon[92315]: pgmap v1038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:30:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:03 smithi172 ceph-mon[103696]: pgmap v1038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:30:04.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:04.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:30:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:30:05.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:05.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:05 smithi050 ceph-mon[92315]: 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-09-30T14:30:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:30:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:30:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:05 smithi172 ceph-mon[103696]: 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-09-30T14:30:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:30:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:30:06.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:06.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:30:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:30:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:30:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:30:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:30:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:30:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:30:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:30:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:30:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:30:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:30:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:30:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:30:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:30:07.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:07.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:07 smithi050 ceph-mon[92315]: 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-09-30T14:30:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:07 smithi172 ceph-mon[103696]: 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-09-30T14:30:08.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:08.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:09.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:09.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:09 smithi050 ceph-mon[92315]: pgmap v1041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:30:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:09 smithi172 ceph-mon[103696]: pgmap v1041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:30:10.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:10.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:11.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:11.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:11 smithi050 ceph-mon[92315]: 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-09-30T14:30:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:11 smithi172 ceph-mon[103696]: 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-09-30T14:30:12.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:12.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:13.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:13.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:13 smithi050 ceph-mon[92315]: pgmap v1043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:30:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:13 smithi172 ceph-mon[103696]: pgmap v1043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:30:14.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:14.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:14 smithi050 ceph-mon[92315]: 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-09-30T14:30:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:14 smithi172 ceph-mon[103696]: 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-09-30T14:30:15.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:15.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:16.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:16.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:17.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:17.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:17 smithi050 ceph-mon[92315]: 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-09-30T14:30:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:17 smithi172 ceph-mon[103696]: 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-09-30T14:30:18.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:18.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:19.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:19.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:19 smithi050 ceph-mon[92315]: pgmap v1046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:30:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:30:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:19 smithi172 ceph-mon[103696]: pgmap v1046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:30:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:30:20.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:20.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:21.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:21.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:21 smithi050 ceph-mon[92315]: 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-09-30T14:30:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:21 smithi172 ceph-mon[103696]: 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-09-30T14:30:22.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:22.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:23.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:23.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:23 smithi050 ceph-mon[92315]: pgmap v1048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:30:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:23 smithi172 ceph-mon[103696]: pgmap v1048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:30:24.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:24.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:24 smithi050 ceph-mon[92315]: 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-09-30T14:30:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:24 smithi172 ceph-mon[103696]: 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-09-30T14:30:25.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:25.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:26.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:26.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:27.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:27.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:27 smithi050 ceph-mon[92315]: 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-09-30T14:30:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:27 smithi172 ceph-mon[103696]: 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-09-30T14:30:28.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:28.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:29.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:29.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:29 smithi050 ceph-mon[92315]: pgmap v1051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:30:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:29 smithi172 ceph-mon[103696]: pgmap v1051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:30:30.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:30.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:31.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:31.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:31 smithi050 ceph-mon[92315]: 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-09-30T14:30:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:31 smithi172 ceph-mon[103696]: 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-09-30T14:30:32.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:32.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:33.720 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:33 smithi172 ceph-mon[103696]: pgmap v1053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:30:33.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:33.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:33 smithi050 ceph-mon[92315]: pgmap v1053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:30:34.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:34.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:30:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:30:35.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:35.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:35 smithi050 ceph-mon[92315]: 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-09-30T14:30:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:35 smithi172 ceph-mon[103696]: 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-09-30T14:30:36.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:36.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:37.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:37.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:37 smithi050 ceph-mon[92315]: 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-09-30T14:30:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:37 smithi172 ceph-mon[103696]: 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-09-30T14:30:38.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:38.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:39.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:39.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:39 smithi050 ceph-mon[92315]: pgmap v1056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:30:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:39 smithi172 ceph-mon[103696]: pgmap v1056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:30:40.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:40.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:41.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:41.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:41 smithi050 ceph-mon[92315]: 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-09-30T14:30:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:41 smithi172 ceph-mon[103696]: 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-09-30T14:30:42.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:42.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:43.825 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:43 smithi172 ceph-mon[103696]: pgmap v1058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:30:43.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:43.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:43 smithi050 ceph-mon[92315]: pgmap v1058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:30:44.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:44.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:45.295 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:44 smithi050 ceph-mon[92315]: 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-09-30T14:30:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:44 smithi172 ceph-mon[103696]: 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-09-30T14:30:45.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:45.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:46.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:46.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:47.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:47.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:47 smithi050 ceph-mon[92315]: 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-09-30T14:30:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:47 smithi172 ceph-mon[103696]: 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-09-30T14:30:48.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:48.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:49.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:49.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:49.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:49 smithi050 ceph-mon[92315]: pgmap v1061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:30:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:30:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:49 smithi172 ceph-mon[103696]: pgmap v1061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:30:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:30:50.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:50.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:51 smithi050 ceph-mon[92315]: 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-09-30T14:30:51.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:51.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:51 smithi172 ceph-mon[103696]: 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-09-30T14:30:52.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:52.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:53 smithi050 ceph-mon[92315]: pgmap v1063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:30:53.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:53.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:53 smithi172 ceph-mon[103696]: pgmap v1063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:30:54.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:54.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:54 smithi050 ceph-mon[92315]: 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-09-30T14:30:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:54 smithi172 ceph-mon[103696]: 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-09-30T14:30:55.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:55.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:56.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:56.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:57 smithi050 ceph-mon[92315]: 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-09-30T14:30:57.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:57.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:57 smithi172 ceph-mon[103696]: 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-09-30T14:30:58.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:58.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:30:59 smithi050 ceph-mon[92315]: pgmap v1066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:30:59.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:30:59.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:30:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:30:59 smithi172 ceph-mon[103696]: pgmap v1066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:31:00.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:00.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:01 smithi050 ceph-mon[92315]: 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-09-30T14:31:01.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:01.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:01 smithi172 ceph-mon[103696]: 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-09-30T14:31:02.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:02.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:03 smithi050 ceph-mon[92315]: pgmap v1068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:31:03.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:03.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:03 smithi172 ceph-mon[103696]: pgmap v1068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:31:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:31:04.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:04.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:31:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:05 smithi050 ceph-mon[92315]: 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-09-30T14:31:05.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:05.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:05 smithi172 ceph-mon[103696]: 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-09-30T14:31:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:31:06.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:06.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:31:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:07 smithi050 ceph-mon[92315]: 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-09-30T14:31:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:31:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:31:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:31:07.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:31:07.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:31:07.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:07.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:07 smithi172 ceph-mon[103696]: 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-09-30T14:31:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:31:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:31:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:31:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:31:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:31:08.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:08.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:09 smithi050 ceph-mon[92315]: pgmap v1071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:31:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:09 smithi172 ceph-mon[103696]: pgmap v1071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:31:09.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:09.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:10.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:10.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:11 smithi050 ceph-mon[92315]: 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-09-30T14:31:11.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:11 smithi172 ceph-mon[103696]: 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-09-30T14:31:11.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:11.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:12.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:12.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:13 smithi050 ceph-mon[92315]: pgmap v1073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:31:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:13 smithi172 ceph-mon[103696]: pgmap v1073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:31:13.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:13.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:14.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:14.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:14 smithi050 ceph-mon[92315]: 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-09-30T14:31:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:14 smithi172 ceph-mon[103696]: 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-09-30T14:31:15.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:15.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:16.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:16.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:17 smithi050 ceph-mon[92315]: 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-09-30T14:31:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:17 smithi172 ceph-mon[103696]: 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-09-30T14:31:17.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:17.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:18.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:18.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:19 smithi050 ceph-mon[92315]: pgmap v1076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:31:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:31:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:19 smithi172 ceph-mon[103696]: pgmap v1076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:31:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:31:19.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:19.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:20.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:20.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:21 smithi050 ceph-mon[92315]: 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-09-30T14:31:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:21 smithi172 ceph-mon[103696]: 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-09-30T14:31:21.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:21.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:22.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:22.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:23 smithi050 ceph-mon[92315]: pgmap v1078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:31:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:23 smithi172 ceph-mon[103696]: pgmap v1078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:31:23.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:23.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:24.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:24.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:24 smithi050 ceph-mon[92315]: 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-09-30T14:31:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:24 smithi172 ceph-mon[103696]: 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-09-30T14:31:25.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:25.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:26.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:26.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:27 smithi050 ceph-mon[92315]: 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-09-30T14:31:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:27 smithi172 ceph-mon[103696]: 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-09-30T14:31:27.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:27.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:28.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:28.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:29 smithi172 ceph-mon[103696]: pgmap v1081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:31:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:29 smithi050 ceph-mon[92315]: pgmap v1081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:31:29.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:29.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:30.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:30.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:31 smithi050 ceph-mon[92315]: 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-09-30T14:31:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:31 smithi172 ceph-mon[103696]: 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-09-30T14:31:31.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:31.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:32.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:32.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:33 smithi050 ceph-mon[92315]: pgmap v1083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:31:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:33 smithi172 ceph-mon[103696]: pgmap v1083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:31:33.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:33.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:31:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:31:34.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:34.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:35 smithi050 ceph-mon[92315]: 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-09-30T14:31:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:35 smithi172 ceph-mon[103696]: 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-09-30T14:31:35.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:35.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:36.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:36.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:37 smithi050 ceph-mon[92315]: 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-09-30T14:31:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:37 smithi172 ceph-mon[103696]: 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-09-30T14:31:37.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:37.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:38.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:38.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:39 smithi050 ceph-mon[92315]: pgmap v1086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:31:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:39 smithi172 ceph-mon[103696]: pgmap v1086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:31:39.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:39.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:40.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:40.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:41 smithi050 ceph-mon[92315]: 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-09-30T14:31:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:41 smithi172 ceph-mon[103696]: 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-09-30T14:31:41.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:41.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:42.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:42.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:43 smithi050 ceph-mon[92315]: pgmap v1088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:31:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:43 smithi172 ceph-mon[103696]: pgmap v1088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:31:43.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:43.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:44.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:44.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:44 smithi050 ceph-mon[92315]: 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-09-30T14:31:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:44 smithi172 ceph-mon[103696]: 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-09-30T14:31:45.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:45.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:46.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:46.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:47 smithi050 ceph-mon[92315]: 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-09-30T14:31:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:47 smithi172 ceph-mon[103696]: 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-09-30T14:31:47.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:47.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:48.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:48.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:49 smithi050 ceph-mon[92315]: pgmap v1091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:31:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:31:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:49 smithi172 ceph-mon[103696]: pgmap v1091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:31:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:31:49.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:49.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:50.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:50.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:51 smithi050 ceph-mon[92315]: 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-09-30T14:31:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:51 smithi172 ceph-mon[103696]: 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-09-30T14:31:51.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:51.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:52.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:52.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:53 smithi050 ceph-mon[92315]: pgmap v1093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:31:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:53 smithi172 ceph-mon[103696]: pgmap v1093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:31:53.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:53.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:54.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:54.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:54 smithi050 ceph-mon[92315]: 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-09-30T14:31:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:54 smithi172 ceph-mon[103696]: 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-09-30T14:31:55.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:55.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:56.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:56.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:57 smithi050 ceph-mon[92315]: 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-09-30T14:31:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:57 smithi172 ceph-mon[103696]: 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-09-30T14:31:57.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:57.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:58.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:58.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:31:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:31:59 smithi050 ceph-mon[92315]: pgmap v1096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:31:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:31:59 smithi172 ceph-mon[103696]: pgmap v1096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:31:59.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:31:59.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:00.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:00.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:01 smithi050 ceph-mon[92315]: 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-09-30T14:32:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:01 smithi172 ceph-mon[103696]: 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-09-30T14:32:01.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:01.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:02.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:02.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:03 smithi050 ceph-mon[92315]: pgmap v1098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:32:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:03 smithi172 ceph-mon[103696]: pgmap v1098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:32:03.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:03.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:32:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:32:04.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:04.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:05 smithi050 ceph-mon[92315]: 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-09-30T14:32:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:05 smithi172 ceph-mon[103696]: 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-09-30T14:32:05.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:05.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:06.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:06.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:07 smithi050 ceph-mon[92315]: 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-09-30T14:32:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:32:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:32:07.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:32:07.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:32:07.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:32:07.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:32:07.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:07 smithi172 ceph-mon[103696]: 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-09-30T14:32:07.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:32:07.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:32:07.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:32:07.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:32:07.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:32:07.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:32:07.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:07.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:08.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:08.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:09 smithi050 ceph-mon[92315]: pgmap v1101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:32:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:09 smithi172 ceph-mon[103696]: pgmap v1101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:32:09.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:09.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:10.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:10.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:11 smithi050 ceph-mon[92315]: 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-09-30T14:32:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:11 smithi172 ceph-mon[103696]: 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-09-30T14:32:11.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:11.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:12.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:12.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:13 smithi050 ceph-mon[92315]: pgmap v1103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:32:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:13 smithi172 ceph-mon[103696]: pgmap v1103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:32:13.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:13.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:14.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:14.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:14 smithi172 ceph-mon[103696]: 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-09-30T14:32:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:14 smithi050 ceph-mon[92315]: 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-09-30T14:32:15.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:15.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:16.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:16.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:17 smithi050 ceph-mon[92315]: 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-09-30T14:32:18.103 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:17 smithi172 ceph-mon[103696]: 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-09-30T14:32:18.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:18.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:18.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:18.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:19.834 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:19 smithi172 ceph-mon[103696]: pgmap v1106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:32:19.834 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:32:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:19 smithi050 ceph-mon[92315]: pgmap v1106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:32:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:32:19.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:19.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:20.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:20.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:21 smithi050 ceph-mon[92315]: 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-09-30T14:32:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:21 smithi172 ceph-mon[103696]: 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-09-30T14:32:22.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:22.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:23.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:23.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:23 smithi050 ceph-mon[92315]: pgmap v1108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:32:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:23 smithi172 ceph-mon[103696]: pgmap v1108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:32:24.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:24.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:25.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:25.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:24 smithi050 ceph-mon[92315]: 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-09-30T14:32:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:24 smithi172 ceph-mon[103696]: 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-09-30T14:32:26.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:26.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:27.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:27.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:27 smithi050 ceph-mon[92315]: 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-09-30T14:32:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:27 smithi172 ceph-mon[103696]: 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-09-30T14:32:28.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:28.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:29.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:29.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:29 smithi050 ceph-mon[92315]: pgmap v1111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:32:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:29 smithi172 ceph-mon[103696]: pgmap v1111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:32:30.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:30.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:31.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:31.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:31 smithi050 ceph-mon[92315]: 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-09-30T14:32:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:31 smithi172 ceph-mon[103696]: 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-09-30T14:32:32.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:32.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:33.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:33.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:33 smithi050 ceph-mon[92315]: pgmap v1113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:32:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:33 smithi172 ceph-mon[103696]: pgmap v1113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:32:34.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:34.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:32:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:32:35.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:35.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:35 smithi050 ceph-mon[92315]: 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-09-30T14:32:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:35 smithi172 ceph-mon[103696]: 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-09-30T14:32:36.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:36.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:37.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:37.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:37 smithi050 ceph-mon[92315]: 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-09-30T14:32:37.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:37 smithi172 ceph-mon[103696]: 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-09-30T14:32:38.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:38.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:39.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:39.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:39 smithi050 ceph-mon[92315]: pgmap v1116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:32:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:39 smithi172 ceph-mon[103696]: pgmap v1116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:32:40.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:40.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:41.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:41.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:41 smithi050 ceph-mon[92315]: 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-09-30T14:32:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:41 smithi172 ceph-mon[103696]: 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-09-30T14:32:42.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:42.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:43.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:43.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:43 smithi050 ceph-mon[92315]: pgmap v1118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:32:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:43 smithi172 ceph-mon[103696]: pgmap v1118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:32:44.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:44.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:45.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:45.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:44 smithi050 ceph-mon[92315]: 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-09-30T14:32:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:44 smithi172 ceph-mon[103696]: 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-09-30T14:32:46.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:46.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:47.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:47.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:47 smithi050 ceph-mon[92315]: 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-09-30T14:32:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:47 smithi172 ceph-mon[103696]: 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-09-30T14:32:48.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:48.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:49.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:49.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:49 smithi050 ceph-mon[92315]: pgmap v1121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:32:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:32:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:49 smithi172 ceph-mon[103696]: pgmap v1121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:32:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:32:50.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:50.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:51.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:51.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:51 smithi050 ceph-mon[92315]: 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-09-30T14:32:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:51 smithi172 ceph-mon[103696]: 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-09-30T14:32:52.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:52.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:53.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:53.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:53 smithi050 ceph-mon[92315]: pgmap v1123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:32:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:53 smithi172 ceph-mon[103696]: pgmap v1123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:32:54.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:54.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:55.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:55.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:55.205 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:54 smithi172 ceph-mon[103696]: 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-09-30T14:32:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:54 smithi050 ceph-mon[92315]: 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-09-30T14:32:56.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:56.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:57.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:57.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:57 smithi050 ceph-mon[92315]: 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-09-30T14:32:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:57 smithi172 ceph-mon[103696]: 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-09-30T14:32:58.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:58.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:59.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:32:59.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:32:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:32:59 smithi050 ceph-mon[92315]: pgmap v1126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:32:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:32:59 smithi172 ceph-mon[103696]: pgmap v1126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:33:00.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:00.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:01.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:01.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:01.838 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:01 smithi050 ceph-mon[92315]: 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-09-30T14:33:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:01 smithi172 ceph-mon[103696]: 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-09-30T14:33:02.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:02.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:03.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:03.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:03 smithi050 ceph-mon[92315]: pgmap v1128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:33:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:03 smithi172 ceph-mon[103696]: pgmap v1128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:33:04.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:04.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:33:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:33:05.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:05.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:05 smithi172 ceph-mon[103696]: 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-09-30T14:33:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:05 smithi050 ceph-mon[92315]: 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-09-30T14:33:06.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:06.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:07.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:07.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:07 smithi050 ceph-mon[92315]: 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-09-30T14:33:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:33:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:07 smithi172 ceph-mon[103696]: 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-09-30T14:33:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:33:08.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:08.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:09.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:09.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:09 smithi050 ceph-mon[92315]: pgmap v1131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:33:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:09 smithi172 ceph-mon[103696]: pgmap v1131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:33:10.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:10.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:11.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:11.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:11 smithi050 ceph-mon[92315]: 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-09-30T14:33:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:11 smithi172 ceph-mon[103696]: 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-09-30T14:33:12.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:12.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:13.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:13.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:33:14.748 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:33:14.748 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:13 smithi050 ceph-mon[92315]: pgmap v1133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:33:14.748 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:33:14.748 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:33:14.749 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:33:14.749 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:33:14.749 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:33:14.750 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:33:14.750 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:33:14.750 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:13 smithi172 ceph-mon[103696]: pgmap v1133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:33:14.750 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:33:14.750 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:33:14.750 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:33:14.750 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:33:14.750 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:33:14.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:14.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:15.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:15.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:14 smithi050 ceph-mon[92315]: 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-09-30T14:33:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:14 smithi172 ceph-mon[103696]: 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-09-30T14:33:16.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:16.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:17.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:17.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:17 smithi050 ceph-mon[92315]: 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-09-30T14:33:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:17 smithi172 ceph-mon[103696]: 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-09-30T14:33:18.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:18.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:19.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:19.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:19 smithi050 ceph-mon[92315]: pgmap v1136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:33:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:33:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:19 smithi172 ceph-mon[103696]: pgmap v1136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:33:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:33:20.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:20.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:21.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:21.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:21 smithi050 ceph-mon[92315]: 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-09-30T14:33:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:21 smithi172 ceph-mon[103696]: 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-09-30T14:33:22.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:22.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:23.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:23.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:23 smithi050 ceph-mon[92315]: pgmap v1138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:33:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:23 smithi172 ceph-mon[103696]: pgmap v1138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:33:24.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:24.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:25.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:25.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:24 smithi050 ceph-mon[92315]: 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-09-30T14:33:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:24 smithi172 ceph-mon[103696]: 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-09-30T14:33:26.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:26.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:27.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:27.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:27 smithi050 ceph-mon[92315]: 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-09-30T14:33:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:27 smithi172 ceph-mon[103696]: 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-09-30T14:33:28.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:28.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:29.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:29.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:29 smithi050 ceph-mon[92315]: pgmap v1141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:33:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:29 smithi172 ceph-mon[103696]: pgmap v1141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:33:30.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:30.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:31.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:31.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:31 smithi050 ceph-mon[92315]: 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-09-30T14:33:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:31 smithi172 ceph-mon[103696]: 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-09-30T14:33:32.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:32.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:33.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:33.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:33 smithi050 ceph-mon[92315]: pgmap v1143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:33:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:33 smithi172 ceph-mon[103696]: pgmap v1143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:33:34.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:34.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:33:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:33:35.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:35.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:35 smithi050 ceph-mon[92315]: 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-09-30T14:33:35.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:35 smithi172 ceph-mon[103696]: 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-09-30T14:33:36.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:36.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:37.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:37.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:37 smithi050 ceph-mon[92315]: 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-09-30T14:33:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:37 smithi172 ceph-mon[103696]: 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-09-30T14:33:38.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:38.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:39.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:39.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:39 smithi050 ceph-mon[92315]: pgmap v1146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:33:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:39 smithi172 ceph-mon[103696]: pgmap v1146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:33:40.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:40.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:41.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:41.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:41 smithi050 ceph-mon[92315]: 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-09-30T14:33:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:41 smithi172 ceph-mon[103696]: 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-09-30T14:33:42.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:42.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:43.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:43.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:43 smithi050 ceph-mon[92315]: pgmap v1148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:33:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:43 smithi172 ceph-mon[103696]: pgmap v1148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:33:44.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:44.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:45.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:45.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:44 smithi050 ceph-mon[92315]: 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-09-30T14:33:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:44 smithi172 ceph-mon[103696]: 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-09-30T14:33:46.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:46.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:47.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:47.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:47 smithi050 ceph-mon[92315]: 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-09-30T14:33:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:47 smithi172 ceph-mon[103696]: 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-09-30T14:33:48.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:48.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:49.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:49.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:49 smithi050 ceph-mon[92315]: pgmap v1151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:33:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:33:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:49 smithi172 ceph-mon[103696]: pgmap v1151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:33:49.880 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:33:50.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:50.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:51.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:51.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:51 smithi050 ceph-mon[92315]: 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-09-30T14:33:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:51 smithi172 ceph-mon[103696]: 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-09-30T14:33:52.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:52.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:53.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:53.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:53 smithi050 ceph-mon[92315]: pgmap v1153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:33:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:53 smithi172 ceph-mon[103696]: pgmap v1153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:33:54.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:54.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:55.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:55.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:54 smithi050 ceph-mon[92315]: 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-09-30T14:33:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:54 smithi172 ceph-mon[103696]: 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-09-30T14:33:56.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:56.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:57.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:57.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:57 smithi050 ceph-mon[92315]: 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-09-30T14:33:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:57 smithi172 ceph-mon[103696]: 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-09-30T14:33:58.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:58.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:59.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:33:59.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:33:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:33:59 smithi050 ceph-mon[92315]: pgmap v1156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:33:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:33:59 smithi172 ceph-mon[103696]: pgmap v1156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:34:00.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:00.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:01.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:01.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:01 smithi050 ceph-mon[92315]: 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-09-30T14:34:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:01 smithi172 ceph-mon[103696]: 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-09-30T14:34:02.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:02.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:03.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:03.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:03 smithi050 ceph-mon[92315]: pgmap v1158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:34:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:03 smithi172 ceph-mon[103696]: pgmap v1158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:34:04.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:04.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:34:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:34:05.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:05.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:05 smithi050 ceph-mon[92315]: 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-09-30T14:34:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:05 smithi172 ceph-mon[103696]: 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-09-30T14:34:06.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:06.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:07.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:07.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:07 smithi050 ceph-mon[92315]: 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-09-30T14:34:07.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:07 smithi172 ceph-mon[103696]: 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-09-30T14:34:08.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:08.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:09.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:09.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:09 smithi050 ceph-mon[92315]: pgmap v1161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:34:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:09 smithi172 ceph-mon[103696]: pgmap v1161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:34:10.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:10.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:11.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:11.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:11 smithi050 ceph-mon[92315]: 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-09-30T14:34:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:11 smithi172 ceph-mon[103696]: 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-09-30T14:34:12.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:12.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:13.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:13.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:13 smithi050 ceph-mon[92315]: pgmap v1163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:34:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:34:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:34:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:34:13.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:34:13.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:34:13.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:34:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:13 smithi172 ceph-mon[103696]: pgmap v1163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:34:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:34:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:34:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:34:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:34:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:34:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:34:14.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:14.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:15.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:15.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:14 smithi050 ceph-mon[92315]: 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-09-30T14:34:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:14 smithi172 ceph-mon[103696]: 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-09-30T14:34:16.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:17.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:17.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:17.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:17 smithi050 ceph-mon[92315]: 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-09-30T14:34:17.978 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:17 smithi172 ceph-mon[103696]: 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-09-30T14:34:18.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:18.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:19.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:19.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:19 smithi050 ceph-mon[92315]: pgmap v1166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:34:19.913 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:34:19.914 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:19 smithi172 ceph-mon[103696]: pgmap v1166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:34:19.914 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:34:20.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:20.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:21.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:21.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:21 smithi050 ceph-mon[92315]: 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-09-30T14:34:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:21 smithi172 ceph-mon[103696]: 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-09-30T14:34:22.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:22.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:23.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:23.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:23 smithi050 ceph-mon[92315]: pgmap v1168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:34:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:23 smithi172 ceph-mon[103696]: pgmap v1168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:34:24.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:24.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:25.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:25.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:24 smithi050 ceph-mon[92315]: 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-09-30T14:34:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:24 smithi172 ceph-mon[103696]: 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-09-30T14:34:26.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:26.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:27.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:27.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:27.817 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:27 smithi050 ceph-mon[92315]: 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-09-30T14:34:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:27 smithi172 ceph-mon[103696]: 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-09-30T14:34:28.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:28.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:29.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:29.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:29 smithi050 ceph-mon[92315]: pgmap v1171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:34:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:29 smithi172 ceph-mon[103696]: pgmap v1171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:34:30.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:30.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:31.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:31.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:31 smithi050 ceph-mon[92315]: 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-09-30T14:34:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:31 smithi172 ceph-mon[103696]: 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-09-30T14:34:32.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:32.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:33.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:33.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:33 smithi050 ceph-mon[92315]: pgmap v1173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:34:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:33 smithi172 ceph-mon[103696]: pgmap v1173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:34:34.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:34.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:34:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:34:35.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:35.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:35 smithi050 ceph-mon[92315]: 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-09-30T14:34:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:35 smithi172 ceph-mon[103696]: 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-09-30T14:34:36.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:36.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:37.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:37.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:37 smithi050 ceph-mon[92315]: 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-09-30T14:34:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:37 smithi172 ceph-mon[103696]: 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-09-30T14:34:38.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:38.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:39.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:39.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:39 smithi050 ceph-mon[92315]: pgmap v1176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:34:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:39 smithi172 ceph-mon[103696]: pgmap v1176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:34:40.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:40.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:41.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:41.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:41 smithi172 ceph-mon[103696]: 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-09-30T14:34:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:41 smithi050 ceph-mon[92315]: 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-09-30T14:34:42.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:42.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:43.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:43.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:43 smithi050 ceph-mon[92315]: pgmap v1178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:34:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:43 smithi172 ceph-mon[103696]: pgmap v1178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:34:44.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:44.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:45.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:45.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:44 smithi050 ceph-mon[92315]: 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-09-30T14:34:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:44 smithi172 ceph-mon[103696]: 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-09-30T14:34:46.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:46.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:47.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:47.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:47 smithi050 ceph-mon[92315]: 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-09-30T14:34:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:47 smithi172 ceph-mon[103696]: 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-09-30T14:34:48.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:48.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:49.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:49.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:49 smithi050 ceph-mon[92315]: pgmap v1181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:34:50.039 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:34:50.041 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:49 smithi172 ceph-mon[103696]: pgmap v1181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:34:50.041 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:34:50.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:50.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:51.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:51.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:51 smithi050 ceph-mon[92315]: 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-09-30T14:34:51.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:51 smithi172 ceph-mon[103696]: 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-09-30T14:34:52.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:52.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:53.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:53.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:53 smithi050 ceph-mon[92315]: pgmap v1183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:34:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:53 smithi172 ceph-mon[103696]: pgmap v1183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:34:54.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:54.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:55.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:55.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:54 smithi050 ceph-mon[92315]: 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-09-30T14:34:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:54 smithi172 ceph-mon[103696]: 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-09-30T14:34:56.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:56.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:57.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:57.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:57 smithi050 ceph-mon[92315]: 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-09-30T14:34:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:57 smithi172 ceph-mon[103696]: 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-09-30T14:34:58.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:58.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:59.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:34:59.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:34:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:34:59 smithi050 ceph-mon[92315]: pgmap v1186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:34:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:34:59 smithi172 ceph-mon[103696]: pgmap v1186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:35:00.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:00.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:01.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:01.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:01 smithi050 ceph-mon[92315]: 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-09-30T14:35:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:01 smithi172 ceph-mon[103696]: 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-09-30T14:35:02.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:02.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:03.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:03.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:03 smithi050 ceph-mon[92315]: pgmap v1188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:35:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:03 smithi172 ceph-mon[103696]: pgmap v1188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:35:04.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:04.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:35:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:35:05.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:05.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:05 smithi050 ceph-mon[92315]: 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-09-30T14:35:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:05 smithi172 ceph-mon[103696]: 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-09-30T14:35:06.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:06.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:07.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:07.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:07 smithi050 ceph-mon[92315]: 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-09-30T14:35:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:07 smithi172 ceph-mon[103696]: 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-09-30T14:35:08.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:08.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:09.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:09.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:09 smithi050 ceph-mon[92315]: pgmap v1191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:35:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:09 smithi172 ceph-mon[103696]: pgmap v1191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:35:10.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:10.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:11.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:11.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:11 smithi050 ceph-mon[92315]: 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-09-30T14:35:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:11 smithi172 ceph-mon[103696]: 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-09-30T14:35:12.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:12.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:13.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:13.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:13 smithi050 ceph-mon[92315]: pgmap v1193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:35:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:13 smithi172 ceph-mon[103696]: pgmap v1193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:35:14.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:14.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:35:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:35:15.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:15.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:15 smithi050 ceph-mon[92315]: 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-09-30T14:35:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:15 smithi172 ceph-mon[103696]: 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-09-30T14:35:16.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:16.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:17.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:17.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:17 smithi050 ceph-mon[92315]: 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-09-30T14:35:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:17 smithi172 ceph-mon[103696]: 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-09-30T14:35:18.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:18.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:19.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:19.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:19 smithi050 ceph-mon[92315]: pgmap v1196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:35:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:35:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:19 smithi172 ceph-mon[103696]: pgmap v1196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:35:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:35:20.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:20.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:21.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:21.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:21 smithi050 ceph-mon[92315]: 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-09-30T14:35:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:35:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:35:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:21 smithi172 ceph-mon[103696]: 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-09-30T14:35:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:35:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:35:22.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:22.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:35:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:35:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:35:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:35:22.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:35:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:35:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:35:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:35:22.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:35:22.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:35:23.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:23.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:23 smithi050 ceph-mon[92315]: pgmap v1198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:35:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:23 smithi172 ceph-mon[103696]: pgmap v1198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:35:24.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:24.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:25.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:25.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:24 smithi050 ceph-mon[92315]: 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-09-30T14:35:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:24 smithi172 ceph-mon[103696]: 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-09-30T14:35:26.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:26.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:27.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:27.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:27 smithi050 ceph-mon[92315]: 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-09-30T14:35:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:27 smithi172 ceph-mon[103696]: 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-09-30T14:35:28.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:28.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:29.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:29.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:29 smithi050 ceph-mon[92315]: pgmap v1201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:35:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:29 smithi172 ceph-mon[103696]: pgmap v1201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:35:30.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:30.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:31.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:31.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:31 smithi050 ceph-mon[92315]: 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-09-30T14:35:31.851 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:31 smithi172 ceph-mon[103696]: 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-09-30T14:35:32.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:32.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:33.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:33.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:33 smithi050 ceph-mon[92315]: pgmap v1203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:35:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:33 smithi172 ceph-mon[103696]: pgmap v1203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:35:34.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:34.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:35:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:35:35.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:35.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:35 smithi050 ceph-mon[92315]: 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-09-30T14:35:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:35 smithi172 ceph-mon[103696]: 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-09-30T14:35:36.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:36.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:37.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:37.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:37 smithi050 ceph-mon[92315]: 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-09-30T14:35:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:37 smithi172 ceph-mon[103696]: 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-09-30T14:35:38.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:38.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:39.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:39.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:39 smithi050 ceph-mon[92315]: pgmap v1206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:35:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:39 smithi172 ceph-mon[103696]: pgmap v1206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:35:40.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:40.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:41.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:41.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:41 smithi050 ceph-mon[92315]: 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-09-30T14:35:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:41 smithi172 ceph-mon[103696]: 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-09-30T14:35:42.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:42.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:43.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:43.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:43 smithi050 ceph-mon[92315]: pgmap v1208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:35:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:43 smithi172 ceph-mon[103696]: pgmap v1208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:35:44.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:44.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:45.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:45.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:44 smithi050 ceph-mon[92315]: 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-09-30T14:35:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:44 smithi172 ceph-mon[103696]: 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-09-30T14:35:46.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:46.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:47.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:47.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:47 smithi050 ceph-mon[92315]: 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-09-30T14:35:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:47 smithi172 ceph-mon[103696]: 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-09-30T14:35:48.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:48.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:49.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:49.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:49 smithi050 ceph-mon[92315]: pgmap v1211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:35:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:35:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:49 smithi172 ceph-mon[103696]: pgmap v1211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:35:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:35:50.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:50.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:51.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:51.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:51 smithi050 ceph-mon[92315]: 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-09-30T14:35:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:51 smithi172 ceph-mon[103696]: 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-09-30T14:35:52.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:52.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:53.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:53.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:53 smithi050 ceph-mon[92315]: pgmap v1213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:35:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:53 smithi172 ceph-mon[103696]: pgmap v1213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:35:54.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:54.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:54 smithi050 ceph-mon[92315]: 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-09-30T14:35:55.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:55.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:54 smithi172 ceph-mon[103696]: 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-09-30T14:35:56.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:56.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:57.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:57.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:57 smithi050 ceph-mon[92315]: 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-09-30T14:35:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:57 smithi172 ceph-mon[103696]: 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-09-30T14:35:58.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:58.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:59.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:35:59.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:35:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:35:59 smithi050 ceph-mon[92315]: pgmap v1216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:35:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:35:59 smithi172 ceph-mon[103696]: pgmap v1216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:36:00.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:00.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:01.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:01.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:01 smithi050 ceph-mon[92315]: 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-09-30T14:36:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:01 smithi172 ceph-mon[103696]: 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-09-30T14:36:02.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:02.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:03.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:03.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:03 smithi050 ceph-mon[92315]: pgmap v1218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:36:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:03 smithi172 ceph-mon[103696]: pgmap v1218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:36:04.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:04.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:36:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:36:05.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:05.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:05 smithi050 ceph-mon[92315]: 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-09-30T14:36:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:05 smithi172 ceph-mon[103696]: 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-09-30T14:36:06.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:06.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:07.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:07.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:07 smithi050 ceph-mon[92315]: 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-09-30T14:36:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:07 smithi172 ceph-mon[103696]: 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-09-30T14:36:08.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:08.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:09.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:09.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:09 smithi050 ceph-mon[92315]: pgmap v1221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:36:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:09 smithi172 ceph-mon[103696]: pgmap v1221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:36:10.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:10.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:11.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:11.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:11 smithi050 ceph-mon[92315]: 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-09-30T14:36:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:11 smithi172 ceph-mon[103696]: 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-09-30T14:36:12.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:12.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:13.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:13.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:13 smithi050 ceph-mon[92315]: pgmap v1223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:36:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:13 smithi172 ceph-mon[103696]: pgmap v1223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:36:14.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:14.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:14 smithi050 ceph-mon[92315]: 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-09-30T14:36:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:14 smithi172 ceph-mon[103696]: 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-09-30T14:36:15.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:15.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:16.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:16.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:17.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:17.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:17 smithi172 ceph-mon[103696]: 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-09-30T14:36:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:17 smithi050 ceph-mon[92315]: 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-09-30T14:36:18.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:18.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:19.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:19.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:19 smithi050 ceph-mon[92315]: pgmap v1226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:36:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:36:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:19 smithi172 ceph-mon[103696]: pgmap v1226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:36:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:36:20.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:20.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:21.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:21.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:21 smithi050 ceph-mon[92315]: 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-09-30T14:36:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:21 smithi172 ceph-mon[103696]: 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-09-30T14:36:22.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:22.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:36:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:36:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:36:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:36:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:36:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:36:23.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:23.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:23 smithi050 ceph-mon[92315]: pgmap v1228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:36:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:36:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:36:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:36:23.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:36:23.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:36:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:23 smithi172 ceph-mon[103696]: pgmap v1228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:36:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:36:23.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:36:23.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:36:23.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:36:23.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:36:24.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:24.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:24 smithi050 ceph-mon[92315]: 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-09-30T14:36:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:24 smithi172 ceph-mon[103696]: 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-09-30T14:36:25.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:25.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:26.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:26.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:27.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:27.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:27 smithi050 ceph-mon[92315]: 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-09-30T14:36:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:27 smithi172 ceph-mon[103696]: 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-09-30T14:36:28.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:28.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:29.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:29.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:29 smithi050 ceph-mon[92315]: pgmap v1231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:36:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:29 smithi172 ceph-mon[103696]: pgmap v1231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:36:30.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:30.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:31.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:31.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:31 smithi050 ceph-mon[92315]: 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-09-30T14:36:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:31 smithi172 ceph-mon[103696]: 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-09-30T14:36:32.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:32.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:33.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:33.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:33 smithi050 ceph-mon[92315]: pgmap v1233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:36:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:33 smithi172 ceph-mon[103696]: pgmap v1233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:36:34.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:34.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:36:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:36:35.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:35.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:35 smithi050 ceph-mon[92315]: 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-09-30T14:36:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:35 smithi172 ceph-mon[103696]: 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-09-30T14:36:36.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:36.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:37.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:37.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:37 smithi050 ceph-mon[92315]: 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-09-30T14:36:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:37 smithi172 ceph-mon[103696]: 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-09-30T14:36:38.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:38.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:39.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:39.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:39 smithi050 ceph-mon[92315]: pgmap v1236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:36:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:39 smithi172 ceph-mon[103696]: pgmap v1236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:36:40.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:40.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:41.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:41.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:41 smithi050 ceph-mon[92315]: 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-09-30T14:36:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:41 smithi172 ceph-mon[103696]: 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-09-30T14:36:42.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:42.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:43.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:43.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:43 smithi050 ceph-mon[92315]: pgmap v1238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:36:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:43 smithi172 ceph-mon[103696]: pgmap v1238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:36:44.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:44.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:44 smithi050 ceph-mon[92315]: 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-09-30T14:36:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:44 smithi172 ceph-mon[103696]: 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-09-30T14:36:45.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:45.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:46.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:46.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:47.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:47.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:47 smithi050 ceph-mon[92315]: 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-09-30T14:36:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:47 smithi172 ceph-mon[103696]: 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-09-30T14:36:48.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:48.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:49.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:49.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:49 smithi050 ceph-mon[92315]: pgmap v1241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:36:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:36:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:49 smithi172 ceph-mon[103696]: pgmap v1241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:36:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:36:50.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:50.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:51.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:51.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:51 smithi050 ceph-mon[92315]: 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-09-30T14:36:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:51 smithi172 ceph-mon[103696]: 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-09-30T14:36:52.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:52.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:53.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:53.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:53 smithi050 ceph-mon[92315]: pgmap v1243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:36:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:53 smithi172 ceph-mon[103696]: pgmap v1243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:36:54.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:54.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:54 smithi050 ceph-mon[92315]: 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-09-30T14:36:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:54 smithi172 ceph-mon[103696]: 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-09-30T14:36:55.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:55.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:56.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:56.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:57.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:57.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:57 smithi050 ceph-mon[92315]: 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-09-30T14:36:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:57 smithi172 ceph-mon[103696]: 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-09-30T14:36:58.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:58.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:59.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:36:59.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:36:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:36:59 smithi050 ceph-mon[92315]: pgmap v1246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:36:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:36:59 smithi172 ceph-mon[103696]: pgmap v1246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:37:00.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:00.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:01.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:01.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:01 smithi050 ceph-mon[92315]: 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-09-30T14:37:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:01 smithi172 ceph-mon[103696]: 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-09-30T14:37:02.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:02.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:03.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:03.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:03 smithi050 ceph-mon[92315]: pgmap v1248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:37:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:03 smithi172 ceph-mon[103696]: pgmap v1248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:37:04.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:04.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:37:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:37:05.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:05.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:05 smithi050 ceph-mon[92315]: 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-09-30T14:37:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:05 smithi172 ceph-mon[103696]: 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-09-30T14:37:06.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:06.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:07.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:07.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:07.844 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:07 smithi172 ceph-mon[103696]: 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-09-30T14:37:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:07 smithi050 ceph-mon[92315]: 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-09-30T14:37:08.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:08.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:09.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:09.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:09 smithi050 ceph-mon[92315]: pgmap v1251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:37:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:09 smithi172 ceph-mon[103696]: pgmap v1251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:37:10.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:10.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:11.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:11.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:11 smithi172 ceph-mon[103696]: 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-09-30T14:37:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:11 smithi050 ceph-mon[92315]: 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-09-30T14:37:12.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:12.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:13.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:13.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:13 smithi172 ceph-mon[103696]: pgmap v1253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:37:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:13 smithi050 ceph-mon[92315]: pgmap v1253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:37:14.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:14.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:14 smithi050 ceph-mon[92315]: 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-09-30T14:37:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:14 smithi172 ceph-mon[103696]: 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-09-30T14:37:15.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:15.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:16.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:16.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:17.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:17.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:17 smithi050 ceph-mon[92315]: 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-09-30T14:37:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:17 smithi172 ceph-mon[103696]: 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-09-30T14:37:18.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:18.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:19.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:19.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:19 smithi050 ceph-mon[92315]: pgmap v1256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:37:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:37:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:19 smithi172 ceph-mon[103696]: pgmap v1256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:37:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:37:20.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:20.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:21.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:21.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:21 smithi050 ceph-mon[92315]: 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-09-30T14:37:21.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:21 smithi172 ceph-mon[103696]: 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-09-30T14:37:22.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:22.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:23.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:23.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:23 smithi050 ceph-mon[92315]: pgmap v1258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:37:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:37:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:23 smithi172 ceph-mon[103696]: pgmap v1258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:37:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:37:24.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:24.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:37:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:37:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:37:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:37:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:37:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:37:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:37:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:37:24.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:37:24.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:37:25.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:25.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:25 smithi050 ceph-mon[92315]: 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-09-30T14:37:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:25 smithi172 ceph-mon[103696]: 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-09-30T14:37:26.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:26.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:27.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:27.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:27 smithi172 ceph-mon[103696]: 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-09-30T14:37:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:27 smithi050 ceph-mon[92315]: 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-09-30T14:37:28.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:28.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:29.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:29.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:29 smithi172 ceph-mon[103696]: pgmap v1261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:37:29.879 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:29 smithi050 ceph-mon[92315]: pgmap v1261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:37:30.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:30.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:31.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:31.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:31 smithi172 ceph-mon[103696]: 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-09-30T14:37:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:31 smithi050 ceph-mon[92315]: 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-09-30T14:37:32.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:32.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:33.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:33.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:33 smithi172 ceph-mon[103696]: pgmap v1263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:37:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:33 smithi050 ceph-mon[92315]: pgmap v1263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:37:34.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:34.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:37:34.938 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:37:35.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:35.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:35 smithi172 ceph-mon[103696]: 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-09-30T14:37:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:35 smithi050 ceph-mon[92315]: 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-09-30T14:37:36.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:36.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:37.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:37.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:37 smithi172 ceph-mon[103696]: 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-09-30T14:37:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:37 smithi050 ceph-mon[92315]: 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-09-30T14:37:38.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:38.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:39.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:39.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:39 smithi172 ceph-mon[103696]: pgmap v1266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:37:39.995 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:39 smithi050 ceph-mon[92315]: pgmap v1266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:37:40.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:40.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:41.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:41.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:41 smithi172 ceph-mon[103696]: 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-09-30T14:37:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:41 smithi050 ceph-mon[92315]: 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-09-30T14:37:42.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:42.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:43.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:43.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:43 smithi172 ceph-mon[103696]: pgmap v1268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:37:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:43 smithi050 ceph-mon[92315]: pgmap v1268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:37:44.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:44.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:44 smithi050 ceph-mon[92315]: 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-09-30T14:37:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:44 smithi172 ceph-mon[103696]: 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-09-30T14:37:45.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:45.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:46.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:46.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:47.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:47.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:47 smithi050 ceph-mon[92315]: 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-09-30T14:37:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:47 smithi172 ceph-mon[103696]: 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-09-30T14:37:48.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:48.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:49.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:49.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:49 smithi050 ceph-mon[92315]: pgmap v1271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:37:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:37:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:49 smithi172 ceph-mon[103696]: pgmap v1271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:37:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:37:50.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:50.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:51.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:51.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:51 smithi172 ceph-mon[103696]: 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-09-30T14:37:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:51 smithi050 ceph-mon[92315]: 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-09-30T14:37:52.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:52.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:53.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:53.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:53 smithi172 ceph-mon[103696]: pgmap v1273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:37:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:53 smithi050 ceph-mon[92315]: pgmap v1273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:37:54.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:54.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:54 smithi050 ceph-mon[92315]: 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-09-30T14:37:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:54 smithi172 ceph-mon[103696]: 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-09-30T14:37:55.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:55.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:56.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:56.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:57.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:57.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:57 smithi050 ceph-mon[92315]: 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-09-30T14:37:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:57 smithi172 ceph-mon[103696]: 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-09-30T14:37:58.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:58.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:59.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:37:59.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:37:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:37:59 smithi172 ceph-mon[103696]: pgmap v1276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:38:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:37:59 smithi050 ceph-mon[92315]: pgmap v1276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:38:00.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:00.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:01.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:01.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:01 smithi172 ceph-mon[103696]: 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-09-30T14:38:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:01 smithi050 ceph-mon[92315]: 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-09-30T14:38:02.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:02.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:03.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:03.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:03 smithi172 ceph-mon[103696]: pgmap v1278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:38:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:03 smithi050 ceph-mon[92315]: pgmap v1278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:38:04.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:04.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:38:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:38:05.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:05.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:05.911 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:05 smithi172 ceph-mon[103696]: 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-09-30T14:38:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:05 smithi050 ceph-mon[92315]: 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-09-30T14:38:06.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:06.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:07.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:07.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:07 smithi172 ceph-mon[103696]: 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-09-30T14:38:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:07 smithi050 ceph-mon[92315]: 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-09-30T14:38:08.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:08.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:09.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:09.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:09 smithi172 ceph-mon[103696]: pgmap v1281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:38:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:09 smithi050 ceph-mon[92315]: pgmap v1281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:38:10.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:10.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:11.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:12.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:12.203 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:11 smithi172 ceph-mon[103696]: 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-09-30T14:38:12.203 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:11 smithi050 ceph-mon[92315]: 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-09-30T14:38:12.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:12.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:13.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:13.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:13.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:13 smithi172 ceph-mon[103696]: pgmap v1283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:38:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:13 smithi050 ceph-mon[92315]: pgmap v1283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:38:14.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:14.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:14 smithi050 ceph-mon[92315]: 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-09-30T14:38:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:14 smithi172 ceph-mon[103696]: 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-09-30T14:38:15.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:15.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:16.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:16.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:17.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:17.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:17 smithi172 ceph-mon[103696]: 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-09-30T14:38:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:17 smithi050 ceph-mon[92315]: 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-09-30T14:38:18.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:18.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:19.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:19.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:19 smithi172 ceph-mon[103696]: pgmap v1286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:38:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:38:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:19 smithi050 ceph-mon[92315]: pgmap v1286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:38:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:38:20.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:20.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:21.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:21.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:21 smithi172 ceph-mon[103696]: 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-09-30T14:38:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:21 smithi050 ceph-mon[92315]: 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-09-30T14:38:22.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:22.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:23.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:23.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:23 smithi172 ceph-mon[103696]: pgmap v1288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:38:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:23 smithi050 ceph-mon[92315]: pgmap v1288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:38:24.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:24.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:38:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:38:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:38:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:38:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:38:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:38:25.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:25.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:25 smithi050 ceph-mon[92315]: 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-09-30T14:38:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:38:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:38:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:38:25.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:38:25.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:38:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:25 smithi172 ceph-mon[103696]: 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-09-30T14:38:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:38:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:38:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:38:25.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:38:25.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:38:26.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:26.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:27.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:27.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:27 smithi172 ceph-mon[103696]: 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-09-30T14:38:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:27 smithi050 ceph-mon[92315]: 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-09-30T14:38:28.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:28.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:29.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:29.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:29 smithi172 ceph-mon[103696]: pgmap v1291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:38:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:29 smithi050 ceph-mon[92315]: pgmap v1291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:38:30.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:30.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:31.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:31.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:31 smithi172 ceph-mon[103696]: 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-09-30T14:38:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:31 smithi050 ceph-mon[92315]: 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-09-30T14:38:32.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:32.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:33.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:33.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:33 smithi172 ceph-mon[103696]: pgmap v1293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:38:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:33 smithi050 ceph-mon[92315]: pgmap v1293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:38:34.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:34.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:38:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:38:35.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:35.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:35 smithi050 ceph-mon[92315]: 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-09-30T14:38:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:35 smithi172 ceph-mon[103696]: 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-09-30T14:38:36.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:36.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:37.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:37.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:37 smithi050 ceph-mon[92315]: 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-09-30T14:38:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:37 smithi172 ceph-mon[103696]: 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-09-30T14:38:38.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:38.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:39.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:39.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:39 smithi050 ceph-mon[92315]: pgmap v1296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:38:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:39 smithi172 ceph-mon[103696]: pgmap v1296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:38:40.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:40.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:41.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:41.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:41 smithi050 ceph-mon[92315]: 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-09-30T14:38:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:41 smithi172 ceph-mon[103696]: 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-09-30T14:38:42.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:42.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:43.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:43.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:43 smithi050 ceph-mon[92315]: pgmap v1298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:38:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:43 smithi172 ceph-mon[103696]: pgmap v1298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:38:44.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:44.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:44 smithi050 ceph-mon[92315]: 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-09-30T14:38:45.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:44 smithi172 ceph-mon[103696]: 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-09-30T14:38:45.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:45.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:46.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:46.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:47.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:47.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:47 smithi172 ceph-mon[103696]: 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-09-30T14:38:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:47 smithi050 ceph-mon[92315]: 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-09-30T14:38:48.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:48.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:49.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:49.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:49 smithi172 ceph-mon[103696]: pgmap v1301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:38:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:38:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:49 smithi050 ceph-mon[92315]: pgmap v1301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:38:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:38:50.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:50.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:51.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:51.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:51 smithi172 ceph-mon[103696]: 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-09-30T14:38:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:51 smithi050 ceph-mon[92315]: 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-09-30T14:38:52.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:52.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:53.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:53.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:53 smithi172 ceph-mon[103696]: pgmap v1303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:38:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:53 smithi050 ceph-mon[92315]: pgmap v1303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:38:54.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:54.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:54 smithi050 ceph-mon[92315]: 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-09-30T14:38:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:54 smithi172 ceph-mon[103696]: 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-09-30T14:38:55.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:55.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:56.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:56.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:57.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:57.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:57 smithi172 ceph-mon[103696]: 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-09-30T14:38:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:57 smithi050 ceph-mon[92315]: 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-09-30T14:38:58.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:58.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:59.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:38:59.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:38:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:38:59 smithi172 ceph-mon[103696]: pgmap v1306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:39:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:38:59 smithi050 ceph-mon[92315]: pgmap v1306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:39:00.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:00.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:01.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:01.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:01 smithi172 ceph-mon[103696]: 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-09-30T14:39:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:01 smithi050 ceph-mon[92315]: 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-09-30T14:39:02.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:02.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:03.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:03.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:03 smithi172 ceph-mon[103696]: pgmap v1308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:39:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:03 smithi050 ceph-mon[92315]: pgmap v1308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:39:04.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:04.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:39:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:39:05.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:05.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:05 smithi172 ceph-mon[103696]: 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-09-30T14:39:05.968 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:05 smithi050 ceph-mon[92315]: 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-09-30T14:39:06.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:06.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:07.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:07.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:07 smithi050 ceph-mon[92315]: 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-09-30T14:39:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:07 smithi172 ceph-mon[103696]: 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-09-30T14:39:08.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:08.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:09.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:09.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:09 smithi050 ceph-mon[92315]: pgmap v1311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:39:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:09 smithi172 ceph-mon[103696]: pgmap v1311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:39:10.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:10.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:11.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:11.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:11 smithi050 ceph-mon[92315]: 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-09-30T14:39:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:11 smithi172 ceph-mon[103696]: 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-09-30T14:39:12.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:12.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:13.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:13.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:13 smithi050 ceph-mon[92315]: pgmap v1313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:39:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:13 smithi172 ceph-mon[103696]: pgmap v1313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:39:14.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:14.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:15 smithi050 ceph-mon[92315]: 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-09-30T14:39:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:15 smithi172 ceph-mon[103696]: 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-09-30T14:39:15.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:15.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:16.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:16.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:17.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:17.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:17 smithi172 ceph-mon[103696]: 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-09-30T14:39:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:17 smithi050 ceph-mon[92315]: 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-09-30T14:39:18.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:18.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:19.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:19.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:19 smithi172 ceph-mon[103696]: pgmap v1316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:39:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:39:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:19 smithi050 ceph-mon[92315]: pgmap v1316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:39:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:39:20.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:20.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:21.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:21.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:21 smithi050 ceph-mon[92315]: 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-09-30T14:39:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:21 smithi172 ceph-mon[103696]: 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-09-30T14:39:22.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:22.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:23.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:23.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:23 smithi050 ceph-mon[92315]: pgmap v1318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:39:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:23 smithi172 ceph-mon[103696]: pgmap v1318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:39:24.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:24.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:25 smithi050 ceph-mon[92315]: 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-09-30T14:39:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:39:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:25 smithi172 ceph-mon[103696]: 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-09-30T14:39:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:39:25.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:25.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:39:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:39:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:39:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:39:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:39:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:39:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:39:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:39:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:39:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:39:26.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:26.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:27 smithi050 ceph-mon[92315]: 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-09-30T14:39:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:27 smithi172 ceph-mon[103696]: 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-09-30T14:39:27.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:27.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:28.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:28.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:29.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:29.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:29 smithi172 ceph-mon[103696]: pgmap v1321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:39:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:29 smithi050 ceph-mon[92315]: pgmap v1321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:39:30.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:30.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:31.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:31.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:31 smithi050 ceph-mon[92315]: 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-09-30T14:39:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:31 smithi172 ceph-mon[103696]: 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-09-30T14:39:32.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:32.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:33.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:33.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:33 smithi050 ceph-mon[92315]: pgmap v1323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:39:34.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:33 smithi172 ceph-mon[103696]: pgmap v1323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:39:34.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:34.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:39:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:39:35.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:35.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:35 smithi050 ceph-mon[92315]: 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-09-30T14:39:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:35 smithi172 ceph-mon[103696]: 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-09-30T14:39:36.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:36.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:37.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:37.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:37 smithi050 ceph-mon[92315]: 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-09-30T14:39:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:37 smithi172 ceph-mon[103696]: 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-09-30T14:39:38.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:38.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:39.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:39.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:39 smithi172 ceph-mon[103696]: pgmap v1326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:39:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:39 smithi050 ceph-mon[92315]: pgmap v1326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:39:40.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:40.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:41.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:41.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:41 smithi050 ceph-mon[92315]: 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-09-30T14:39:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:41 smithi172 ceph-mon[103696]: 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-09-30T14:39:42.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:42.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:43.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:43.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:43 smithi050 ceph-mon[92315]: pgmap v1328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:39:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:43 smithi172 ceph-mon[103696]: pgmap v1328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:39:44.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:44.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:45 smithi050 ceph-mon[92315]: 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-09-30T14:39:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:45 smithi172 ceph-mon[103696]: 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-09-30T14:39:45.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:45.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:46.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:46.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:47.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:47.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:47 smithi050 ceph-mon[92315]: 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-09-30T14:39:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:47 smithi172 ceph-mon[103696]: 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-09-30T14:39:48.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:48.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:49.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:49.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:49 smithi172 ceph-mon[103696]: pgmap v1331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:39:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:39:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:49 smithi050 ceph-mon[92315]: pgmap v1331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:39:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:39:50.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:50.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:51.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:51.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:51 smithi050 ceph-mon[92315]: 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-09-30T14:39:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:51 smithi172 ceph-mon[103696]: 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-09-30T14:39:52.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:52.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:53.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:53.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:53 smithi050 ceph-mon[92315]: pgmap v1333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:39:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:53 smithi172 ceph-mon[103696]: pgmap v1333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:39:54.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:54.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:55 smithi050 ceph-mon[92315]: 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-09-30T14:39:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:55 smithi172 ceph-mon[103696]: 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-09-30T14:39:55.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:55.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:56.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:56.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:57.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:57.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:57 smithi050 ceph-mon[92315]: 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-09-30T14:39:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:57 smithi172 ceph-mon[103696]: 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-09-30T14:39:58.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:58.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:39:59.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:39:59.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:39:59 smithi050 ceph-mon[92315]: pgmap v1336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:40:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:39:59 smithi172 ceph-mon[103696]: pgmap v1336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:40:00.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:00.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T14:40:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T14:40:01.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:01.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:01 smithi050 ceph-mon[92315]: 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-09-30T14:40:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:01 smithi172 ceph-mon[103696]: 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-09-30T14:40:02.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:02.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:03.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:03.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:03 smithi050 ceph-mon[92315]: pgmap v1338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:40:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:03 smithi172 ceph-mon[103696]: pgmap v1338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:40:04.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:04.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:40:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:40:05.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:05.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:05 smithi050 ceph-mon[92315]: 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-09-30T14:40:06.498 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:05 smithi172 ceph-mon[103696]: 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-09-30T14:40:06.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:06.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:07.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:07.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:07 smithi050 ceph-mon[92315]: 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-09-30T14:40:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:07 smithi172 ceph-mon[103696]: 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-09-30T14:40:08.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:08.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:09.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:09.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:09 smithi050 ceph-mon[92315]: pgmap v1341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:40:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:09 smithi172 ceph-mon[103696]: pgmap v1341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:40:10.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:10.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:11.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:11.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:11 smithi050 ceph-mon[92315]: 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-09-30T14:40:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:11 smithi172 ceph-mon[103696]: 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-09-30T14:40:12.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:12.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:13.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:13.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:14.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:13 smithi050 ceph-mon[92315]: pgmap v1343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:40:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:13 smithi172 ceph-mon[103696]: pgmap v1343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:40:14.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:14.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:15 smithi172 ceph-mon[103696]: 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-09-30T14:40:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:15 smithi050 ceph-mon[92315]: 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-09-30T14:40:15.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:15.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:16.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:16.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:17.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:17.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:17 smithi050 ceph-mon[92315]: 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-09-30T14:40:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:17 smithi172 ceph-mon[103696]: 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-09-30T14:40:18.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:18.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:19.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:19.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:19 smithi050 ceph-mon[92315]: pgmap v1346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:40:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:40:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:19 smithi172 ceph-mon[103696]: pgmap v1346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:40:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:40:20.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:20.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:21.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:21.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:21 smithi050 ceph-mon[92315]: 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-09-30T14:40:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:21 smithi172 ceph-mon[103696]: 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-09-30T14:40:22.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:22.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:23.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:23.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:23 smithi050 ceph-mon[92315]: pgmap v1348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:40:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:23 smithi172 ceph-mon[103696]: pgmap v1348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:40:24.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:24.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:25 smithi050 ceph-mon[92315]: 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-09-30T14:40:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:25 smithi172 ceph-mon[103696]: 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-09-30T14:40:25.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:25.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:40:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:40:26.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:26.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:40:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:40:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:40:27.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:40:27.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:40:27.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:27 smithi050 ceph-mon[92315]: 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-09-30T14:40:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:40:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:40:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:40:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:40:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:40:27.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:27 smithi172 ceph-mon[103696]: 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-09-30T14:40:27.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:27.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:28.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:28.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:29.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:29.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:29.962 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:29 smithi172 ceph-mon[103696]: pgmap v1351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:40:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:29 smithi050 ceph-mon[92315]: pgmap v1351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:40:30.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:30.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:31.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:31.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:31.941 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:31 smithi050 ceph-mon[92315]: 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-09-30T14:40:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:31 smithi172 ceph-mon[103696]: 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-09-30T14:40:32.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:32.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:33.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:33.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:33 smithi050 ceph-mon[92315]: pgmap v1353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:40:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:33 smithi172 ceph-mon[103696]: pgmap v1353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:40:34.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:34.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:35.014 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:40:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:40:35.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:35.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:35 smithi050 ceph-mon[92315]: 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-09-30T14:40:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:35 smithi172 ceph-mon[103696]: 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-09-30T14:40:36.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:36.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:37.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:37.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:37 smithi050 ceph-mon[92315]: 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-09-30T14:40:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:37 smithi172 ceph-mon[103696]: 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-09-30T14:40:38.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:38.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:39.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:39.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:40.067 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:39 smithi172 ceph-mon[103696]: pgmap v1356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:40:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:39 smithi050 ceph-mon[92315]: pgmap v1356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:40:40.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:40.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:41.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:41.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:42.055 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:41 smithi050 ceph-mon[92315]: 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-09-30T14:40:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:41 smithi172 ceph-mon[103696]: 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-09-30T14:40:42.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:42.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:43.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:43.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:43 smithi050 ceph-mon[92315]: pgmap v1358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:40:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:43 smithi172 ceph-mon[103696]: pgmap v1358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:40:44.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:44.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:45 smithi050 ceph-mon[92315]: 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-09-30T14:40:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:45 smithi172 ceph-mon[103696]: 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-09-30T14:40:45.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:45.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:46.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:46.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:47.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:47.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:47 smithi050 ceph-mon[92315]: 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-09-30T14:40:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:47 smithi172 ceph-mon[103696]: 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-09-30T14:40:48.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:48.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:49.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:49.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:49 smithi050 ceph-mon[92315]: pgmap v1361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:40:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:40:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:49 smithi172 ceph-mon[103696]: pgmap v1361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:40:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:40:50.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:50.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:51.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:51.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:51 smithi050 ceph-mon[92315]: 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-09-30T14:40:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:51 smithi172 ceph-mon[103696]: 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-09-30T14:40:52.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:52.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:53.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:53.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:53 smithi050 ceph-mon[92315]: pgmap v1363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:40:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:53 smithi172 ceph-mon[103696]: pgmap v1363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:40:54.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:54.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:55 smithi050 ceph-mon[92315]: 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-09-30T14:40:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:55 smithi172 ceph-mon[103696]: 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-09-30T14:40:55.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:55.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:56.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:56.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:57.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:57.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:57 smithi050 ceph-mon[92315]: 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-09-30T14:40:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:57 smithi172 ceph-mon[103696]: 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-09-30T14:40:58.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:58.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:40:59.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:40:59.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:40:59 smithi050 ceph-mon[92315]: pgmap v1366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:41:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:40:59 smithi172 ceph-mon[103696]: pgmap v1366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:41:00.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:00.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:01.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:01.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:01 smithi050 ceph-mon[92315]: 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-09-30T14:41:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:01 smithi172 ceph-mon[103696]: 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-09-30T14:41:02.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:02.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:03.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:03.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:03 smithi050 ceph-mon[92315]: pgmap v1368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:41:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:03 smithi172 ceph-mon[103696]: pgmap v1368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:41:04.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:04.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:41:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:41:05.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:05.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:05 smithi050 ceph-mon[92315]: 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-09-30T14:41:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:05 smithi172 ceph-mon[103696]: 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-09-30T14:41:06.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:06.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:07.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:07.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:07 smithi050 ceph-mon[92315]: 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-09-30T14:41:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:07 smithi172 ceph-mon[103696]: 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-09-30T14:41:08.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:08.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:09.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:09.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:09 smithi050 ceph-mon[92315]: pgmap v1371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:41:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:09 smithi172 ceph-mon[103696]: pgmap v1371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:41:10.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:10.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:11.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:11.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:11 smithi050 ceph-mon[92315]: 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-09-30T14:41:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:11 smithi172 ceph-mon[103696]: 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-09-30T14:41:12.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:12.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:13.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:13.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:13 smithi050 ceph-mon[92315]: pgmap v1373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:41:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:13 smithi172 ceph-mon[103696]: pgmap v1373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:41:14.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:14.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:15 smithi050 ceph-mon[92315]: 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-09-30T14:41:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:15 smithi172 ceph-mon[103696]: 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-09-30T14:41:15.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:15.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:16.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:16.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:17 smithi050 ceph-mon[92315]: 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-09-30T14:41:17.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:17.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:17 smithi172 ceph-mon[103696]: 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-09-30T14:41:18.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:18.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:19.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:19.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:19 smithi050 ceph-mon[92315]: pgmap v1376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:41:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:41:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:19 smithi172 ceph-mon[103696]: pgmap v1376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:41:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:41:20.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:20.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:21.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:21.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:21 smithi050 ceph-mon[92315]: 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-09-30T14:41:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:21 smithi172 ceph-mon[103696]: 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-09-30T14:41:22.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:22.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:23.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:23.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:23 smithi050 ceph-mon[92315]: pgmap v1378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:41:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:23 smithi172 ceph-mon[103696]: pgmap v1378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:41:24.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:24.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:25 smithi050 ceph-mon[92315]: 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-09-30T14:41:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:25 smithi172 ceph-mon[103696]: 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-09-30T14:41:25.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:25.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:41:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:41:26.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:26.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:27 smithi050 ceph-mon[92315]: 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-09-30T14:41:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:41:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:41:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:41:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:41:27.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:41:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:27 smithi172 ceph-mon[103696]: 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-09-30T14:41:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:41:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:41:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:41:27.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:41:27.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:41:27.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:27.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:28.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:28.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:29.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:29.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:29 smithi050 ceph-mon[92315]: pgmap v1381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:41:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:29 smithi172 ceph-mon[103696]: pgmap v1381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:41:30.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:30.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:31.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:31.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:31 smithi050 ceph-mon[92315]: 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-09-30T14:41:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:31 smithi172 ceph-mon[103696]: 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-09-30T14:41:32.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:32.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:33.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:33.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:33 smithi050 ceph-mon[92315]: pgmap v1383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:41:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:33 smithi172 ceph-mon[103696]: pgmap v1383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:41:34.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:34.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:41:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:41:35.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:35.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:35 smithi050 ceph-mon[92315]: 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-09-30T14:41:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:35 smithi172 ceph-mon[103696]: 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-09-30T14:41:36.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:36.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:37.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:37.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:37 smithi050 ceph-mon[92315]: 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-09-30T14:41:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:37 smithi172 ceph-mon[103696]: 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-09-30T14:41:38.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:38.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:39.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:39.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:39 smithi050 ceph-mon[92315]: pgmap v1386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:41:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:39 smithi172 ceph-mon[103696]: pgmap v1386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:41:40.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:40.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:41.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:41.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:41 smithi050 ceph-mon[92315]: 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-09-30T14:41:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:41 smithi172 ceph-mon[103696]: 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-09-30T14:41:42.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:42.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:43.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:43.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:43 smithi050 ceph-mon[92315]: pgmap v1388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:41:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:43 smithi172 ceph-mon[103696]: pgmap v1388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:41:44.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:44.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:45.040 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:45 smithi172 ceph-mon[103696]: 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-09-30T14:41:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:45 smithi050 ceph-mon[92315]: 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-09-30T14:41:45.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:45.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:46.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:46.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:47.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:47.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:47 smithi050 ceph-mon[92315]: 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-09-30T14:41:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:47 smithi172 ceph-mon[103696]: 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-09-30T14:41:48.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:48.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:49.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:49.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:49 smithi050 ceph-mon[92315]: pgmap v1391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:41:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:41:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:49 smithi172 ceph-mon[103696]: pgmap v1391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:41:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:41:50.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:50.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:51.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:51.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:51 smithi050 ceph-mon[92315]: 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-09-30T14:41:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:51 smithi172 ceph-mon[103696]: 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-09-30T14:41:52.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:52.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:53.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:53.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:53 smithi050 ceph-mon[92315]: pgmap v1393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:41:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:53 smithi172 ceph-mon[103696]: pgmap v1393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:41:54.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:54.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:55 smithi050 ceph-mon[92315]: 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-09-30T14:41:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:55 smithi172 ceph-mon[103696]: 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-09-30T14:41:55.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:55.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:56.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:56.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:57.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:57.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:57 smithi050 ceph-mon[92315]: 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-09-30T14:41:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:57 smithi172 ceph-mon[103696]: 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-09-30T14:41:58.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:58.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:41:59.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:41:59.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:41:59 smithi050 ceph-mon[92315]: pgmap v1396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:42:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:41:59 smithi172 ceph-mon[103696]: pgmap v1396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:42:00.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:00.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:01.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:01.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:01 smithi050 ceph-mon[92315]: 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-09-30T14:42:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:01 smithi172 ceph-mon[103696]: 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-09-30T14:42:02.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:02.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:03.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:03.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:03 smithi050 ceph-mon[92315]: pgmap v1398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:42:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:03 smithi172 ceph-mon[103696]: pgmap v1398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:42:04.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:04.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:42:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:42:05.961 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:05 smithi172 ceph-mon[103696]: 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-09-30T14:42:05.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:05.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:05 smithi050 ceph-mon[92315]: 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-09-30T14:42:06.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:06.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:07.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:07.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:08.024 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:07 smithi050 ceph-mon[92315]: pgmap v1400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:42:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:07 smithi172 ceph-mon[103696]: pgmap v1400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:42:08.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:08.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:09.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:09.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:09 smithi050 ceph-mon[92315]: pgmap v1401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:42:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:09 smithi172 ceph-mon[103696]: pgmap v1401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:42:10.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:10.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:11.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:11.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:11 smithi050 ceph-mon[92315]: 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-09-30T14:42:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:11 smithi172 ceph-mon[103696]: 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-09-30T14:42:12.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:12.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:13.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:13.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:13 smithi050 ceph-mon[92315]: pgmap v1403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:42:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:13 smithi172 ceph-mon[103696]: pgmap v1403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:42:14.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:14.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:15 smithi050 ceph-mon[92315]: 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-09-30T14:42:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:15 smithi172 ceph-mon[103696]: 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-09-30T14:42:15.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:15.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:16.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:16.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:17.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:17.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:17 smithi050 ceph-mon[92315]: pgmap v1405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:42:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:17 smithi172 ceph-mon[103696]: pgmap v1405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:42:18.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:18.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:19.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:19.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:19 smithi050 ceph-mon[92315]: 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-09-30T14:42:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:42:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:19 smithi172 ceph-mon[103696]: 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-09-30T14:42:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:42:21.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:21.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:22.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:22.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:21 smithi050 ceph-mon[92315]: 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-09-30T14:42:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:21 smithi172 ceph-mon[103696]: 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-09-30T14:42:23.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:23.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:24.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:24.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:23 smithi050 ceph-mon[92315]: pgmap v1408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:42:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:23 smithi172 ceph-mon[103696]: pgmap v1408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:42:25.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:25.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:25 smithi050 ceph-mon[92315]: 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-09-30T14:42:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:25 smithi172 ceph-mon[103696]: 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-09-30T14:42:26.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:26.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:27.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:27.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:28.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:28.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:27 smithi050 ceph-mon[92315]: pgmap v1410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:42:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:42:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:27 smithi172 ceph-mon[103696]: pgmap v1410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:42:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:42:29.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:29.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:29.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:42:29.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:42:29.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:42:29.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:42:29.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:42:29.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:42:29.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:42:29.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:42:29.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:42:29.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:42:30.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:30.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:29 smithi050 ceph-mon[92315]: 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-09-30T14:42:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:29 smithi172 ceph-mon[103696]: 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-09-30T14:42:31.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:31.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:32.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:32.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:31 smithi050 ceph-mon[92315]: 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-09-30T14:42:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:31 smithi172 ceph-mon[103696]: 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-09-30T14:42:33.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:33.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:34.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:34.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:33 smithi050 ceph-mon[92315]: pgmap v1413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:42:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:42:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:33 smithi172 ceph-mon[103696]: pgmap v1413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:42:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:42:35.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:35.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:35 smithi050 ceph-mon[92315]: 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-09-30T14:42:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:35 smithi172 ceph-mon[103696]: 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-09-30T14:42:36.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:36.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:37.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:37.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:38.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:38.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:37 smithi050 ceph-mon[92315]: pgmap v1415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:42:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:37 smithi172 ceph-mon[103696]: pgmap v1415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:42:39.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:39.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:40.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:40.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:39 smithi050 ceph-mon[92315]: 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-09-30T14:42:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:39 smithi172 ceph-mon[103696]: 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-09-30T14:42:41.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:41.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:42.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:42.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:41 smithi050 ceph-mon[92315]: 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-09-30T14:42:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:41 smithi172 ceph-mon[103696]: 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-09-30T14:42:43.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:43.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:44.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:44.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:43 smithi050 ceph-mon[92315]: pgmap v1418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:42:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:43 smithi172 ceph-mon[103696]: pgmap v1418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:42:45.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:45.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:45 smithi050 ceph-mon[92315]: 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-09-30T14:42:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:45 smithi172 ceph-mon[103696]: 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-09-30T14:42:46.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:46.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:47.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:47.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:48.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:48.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:48.804 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:47 smithi172 ceph-mon[103696]: pgmap v1420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:42:48.804 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:47 smithi050 ceph-mon[92315]: pgmap v1420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:42:49.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:49.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:50.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:50.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:49 smithi050 ceph-mon[92315]: 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-09-30T14:42:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:42:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:49 smithi172 ceph-mon[103696]: 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-09-30T14:42:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:42:51.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:51.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:52.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:52.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:51 smithi050 ceph-mon[92315]: 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-09-30T14:42:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:51 smithi172 ceph-mon[103696]: 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-09-30T14:42:53.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:53.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:53 smithi050 ceph-mon[92315]: pgmap v1423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:42:54.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:54.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:53 smithi172 ceph-mon[103696]: pgmap v1423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:42:55.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:55.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:55 smithi050 ceph-mon[92315]: 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-09-30T14:42:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:55 smithi172 ceph-mon[103696]: 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-09-30T14:42:56.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:56.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:57.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:57.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:58.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:58.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:42:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:57 smithi050 ceph-mon[92315]: pgmap v1425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:42:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:57 smithi172 ceph-mon[103696]: pgmap v1425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:42:59.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:42:59.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:00.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:00.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:42:59 smithi050 ceph-mon[92315]: 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-09-30T14:43:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:42:59 smithi172 ceph-mon[103696]: 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-09-30T14:43:01.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:01.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:01 smithi172 ceph-mon[103696]: 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-09-30T14:43:02.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:02.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:01 smithi050 ceph-mon[92315]: 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-09-30T14:43:03.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:03.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:04.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:04.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:03 smithi050 ceph-mon[92315]: pgmap v1428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:43:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:03 smithi172 ceph-mon[103696]: pgmap v1428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:43:05.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:05.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:43:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:43:06.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:06.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:05 smithi050 ceph-mon[92315]: 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-09-30T14:43:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:05 smithi172 ceph-mon[103696]: 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-09-30T14:43:07.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:07.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:08.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:08.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:07 smithi050 ceph-mon[92315]: pgmap v1430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:43:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:07 smithi172 ceph-mon[103696]: pgmap v1430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:43:09.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:09.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:10.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:10.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:09 smithi050 ceph-mon[92315]: 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-09-30T14:43:10.184 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:09 smithi172 ceph-mon[103696]: 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-09-30T14:43:11.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:11.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:12.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:12.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:12.105 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:11 smithi050 ceph-mon[92315]: 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-09-30T14:43:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:11 smithi172 ceph-mon[103696]: 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-09-30T14:43:13.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:13.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:14.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:14.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:14.176 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:13 smithi172 ceph-mon[103696]: pgmap v1433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:43:14.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:13 smithi050 ceph-mon[92315]: pgmap v1433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:43:15.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:15.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:15 smithi050 ceph-mon[92315]: 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-09-30T14:43:15.400 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:15 smithi172 ceph-mon[103696]: 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-09-30T14:43:16.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:16.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:17.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:17.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:18.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:18.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:17 smithi050 ceph-mon[92315]: pgmap v1435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:43:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:17 smithi172 ceph-mon[103696]: pgmap v1435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:43:19.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:19.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:19 smithi050 ceph-mon[92315]: 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-09-30T14:43:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:43:20.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:20.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:19 smithi172 ceph-mon[103696]: 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-09-30T14:43:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:43:21.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:21.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:21 smithi050 ceph-mon[92315]: 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-09-30T14:43:22.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:22.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:21 smithi172 ceph-mon[103696]: 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-09-30T14:43:23.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:23.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:23 smithi050 ceph-mon[92315]: pgmap v1438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:43:24.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:24.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:23 smithi172 ceph-mon[103696]: pgmap v1438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:43:25.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:25.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:25 smithi050 ceph-mon[92315]: 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-09-30T14:43:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:25 smithi172 ceph-mon[103696]: 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-09-30T14:43:26.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:26.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:27.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:27.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:27 smithi050 ceph-mon[92315]: pgmap v1440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:43:28.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:28.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:27 smithi172 ceph-mon[103696]: pgmap v1440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:43:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:43:29.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:29.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:43:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:29 smithi050 ceph-mon[92315]: 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-09-30T14:43:30.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:30.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:29 smithi172 ceph-mon[103696]: 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-09-30T14:43:31.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:31.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:31 smithi050 ceph-mon[92315]: 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-09-30T14:43:32.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:32.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:31 smithi172 ceph-mon[103696]: 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-09-30T14:43:33.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:33.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:33.992 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:43:33.992 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:43:33.992 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:33 smithi050 ceph-mon[92315]: pgmap v1443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:43:33.992 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:43:33.992 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:43:33.993 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:43:33.993 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:43:33.993 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:43:34.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:34.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:43:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:43:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:33 smithi172 ceph-mon[103696]: pgmap v1443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:43:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:43:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:43:34.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:43:34.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:43:34.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:43:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:43:35.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:35.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:43:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:35 smithi050 ceph-mon[92315]: 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-09-30T14:43:36.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:36.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:35 smithi172 ceph-mon[103696]: 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-09-30T14:43:37.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:37.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:37 smithi050 ceph-mon[92315]: pgmap v1445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:43:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:37 smithi172 ceph-mon[103696]: pgmap v1445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:43:38.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:38.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:39.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:39.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:39 smithi050 ceph-mon[92315]: 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-09-30T14:43:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:39 smithi172 ceph-mon[103696]: 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-09-30T14:43:40.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:40.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:41.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:41.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:41.968 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:41 smithi172 ceph-mon[103696]: 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-09-30T14:43:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:41 smithi050 ceph-mon[92315]: 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-09-30T14:43:42.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:42.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:43.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:43.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:43 smithi050 ceph-mon[92315]: pgmap v1448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:43:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:43 smithi172 ceph-mon[103696]: pgmap v1448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:43:44.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:44.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:45.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:45.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:45 smithi050 ceph-mon[92315]: 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-09-30T14:43:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:45 smithi172 ceph-mon[103696]: 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-09-30T14:43:46.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:46.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:47.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:47.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:47 smithi050 ceph-mon[92315]: pgmap v1450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:43:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:47 smithi172 ceph-mon[103696]: pgmap v1450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:43:48.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:48.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:49.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:49.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:49 smithi050 ceph-mon[92315]: 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-09-30T14:43:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:43:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:49 smithi172 ceph-mon[103696]: 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-09-30T14:43:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:43:50.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:50.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:51.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:51.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:52.073 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:51 smithi172 ceph-mon[103696]: 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-09-30T14:43:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:51 smithi050 ceph-mon[92315]: 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-09-30T14:43:52.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:52.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:53.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:53.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:53 smithi050 ceph-mon[92315]: pgmap v1453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:43:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:53 smithi172 ceph-mon[103696]: pgmap v1453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:43:54.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:54.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:55.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:55.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:55 smithi050 ceph-mon[92315]: 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-09-30T14:43:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:55 smithi172 ceph-mon[103696]: 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-09-30T14:43:56.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:56.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:57.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:57.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:57 smithi050 ceph-mon[92315]: pgmap v1455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:43:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:57 smithi172 ceph-mon[103696]: pgmap v1455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:43:58.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:58.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:43:59.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:43:59.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:43:59 smithi050 ceph-mon[92315]: 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-09-30T14:44:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:43:59 smithi172 ceph-mon[103696]: 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-09-30T14:44:00.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:00.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:01.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:01.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:01 smithi050 ceph-mon[92315]: 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-09-30T14:44:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:01 smithi172 ceph-mon[103696]: 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-09-30T14:44:02.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:02.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:03.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:03.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:04.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:03 smithi050 ceph-mon[92315]: pgmap v1458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:44:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:03 smithi172 ceph-mon[103696]: pgmap v1458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:44:04.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:04.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:44:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:44:05.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:05.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:05 smithi050 ceph-mon[92315]: 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-09-30T14:44:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:05 smithi172 ceph-mon[103696]: 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-09-30T14:44:06.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:06.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:07.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:07.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:07 smithi050 ceph-mon[92315]: pgmap v1460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:44:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:07 smithi172 ceph-mon[103696]: pgmap v1460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:44:08.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:08.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:09.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:09.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:09 smithi050 ceph-mon[92315]: 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-09-30T14:44:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:09 smithi172 ceph-mon[103696]: 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-09-30T14:44:10.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:10.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:11.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:11.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:11 smithi050 ceph-mon[92315]: 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-09-30T14:44:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:11 smithi172 ceph-mon[103696]: 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-09-30T14:44:12.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:12.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:13.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:13.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:13 smithi050 ceph-mon[92315]: pgmap v1463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:44:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:13 smithi172 ceph-mon[103696]: pgmap v1463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:44:14.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:14.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:15.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:15.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:15 smithi050 ceph-mon[92315]: 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-09-30T14:44:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:15 smithi172 ceph-mon[103696]: 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-09-30T14:44:16.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:16.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:17.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:17.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:17 smithi050 ceph-mon[92315]: pgmap v1465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:44:18.599 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:17 smithi172 ceph-mon[103696]: pgmap v1465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:44:18.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:18.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:19.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:19.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:19 smithi050 ceph-mon[92315]: 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-09-30T14:44:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:44:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:19 smithi172 ceph-mon[103696]: 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-09-30T14:44:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:44:20.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:20.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:21.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:21.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:21 smithi050 ceph-mon[92315]: 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-09-30T14:44:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:21 smithi172 ceph-mon[103696]: 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-09-30T14:44:22.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:22.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:23.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:23.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:23 smithi050 ceph-mon[92315]: pgmap v1468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:44:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:23 smithi172 ceph-mon[103696]: pgmap v1468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:44:24.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:24.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:25.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:25.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:25 smithi050 ceph-mon[92315]: 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-09-30T14:44:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:25 smithi172 ceph-mon[103696]: 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-09-30T14:44:26.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:26.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:27.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:27.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:27 smithi050 ceph-mon[92315]: pgmap v1470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:44:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:27 smithi172 ceph-mon[103696]: pgmap v1470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:44:28.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:28.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:29.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:29.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:29 smithi050 ceph-mon[92315]: 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-09-30T14:44:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:29 smithi172 ceph-mon[103696]: 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-09-30T14:44:30.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:30.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:31.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:31.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:31 smithi050 ceph-mon[92315]: 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-09-30T14:44:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:31 smithi172 ceph-mon[103696]: 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-09-30T14:44:32.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:32.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:33.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:33.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:33 smithi050 ceph-mon[92315]: pgmap v1473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:44:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:44:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:33 smithi172 ceph-mon[103696]: pgmap v1473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:44:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:44:34.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:34.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:44:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:44:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:44:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:44:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:44:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:44:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:44:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:44:35.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:44:35.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:44:35.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:44:35.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:44:35.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:35.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:35 smithi050 ceph-mon[92315]: 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-09-30T14:44:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:35 smithi172 ceph-mon[103696]: 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-09-30T14:44:36.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:36.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:37.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:37.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:37 smithi172 ceph-mon[103696]: pgmap v1475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:44:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:37 smithi050 ceph-mon[92315]: pgmap v1475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:44:38.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:38.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:39.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:39.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:39 smithi050 ceph-mon[92315]: 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-09-30T14:44:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:39 smithi172 ceph-mon[103696]: 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-09-30T14:44:40.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:40.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:41.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:41.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:41 smithi050 ceph-mon[92315]: 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-09-30T14:44:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:41 smithi172 ceph-mon[103696]: 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-09-30T14:44:42.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:42.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:43.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:43.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:43 smithi050 ceph-mon[92315]: pgmap v1478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:44:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:43 smithi172 ceph-mon[103696]: pgmap v1478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:44:44.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:44.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:45.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:45.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:45 smithi050 ceph-mon[92315]: 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-09-30T14:44:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:45 smithi172 ceph-mon[103696]: 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-09-30T14:44:46.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:46.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:47.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:47.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:47 smithi050 ceph-mon[92315]: pgmap v1480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:44:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:47 smithi172 ceph-mon[103696]: pgmap v1480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:44:48.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:48.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:49.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:49.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:49 smithi050 ceph-mon[92315]: 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-09-30T14:44:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:44:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:49 smithi172 ceph-mon[103696]: 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-09-30T14:44:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:44:50.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:50.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:51.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:51.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:51 smithi050 ceph-mon[92315]: 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-09-30T14:44:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:51 smithi172 ceph-mon[103696]: 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-09-30T14:44:52.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:52.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:53.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:53.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:53 smithi050 ceph-mon[92315]: pgmap v1483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:44:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:53 smithi172 ceph-mon[103696]: pgmap v1483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:44:54.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:54.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:55.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:55.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:55 smithi050 ceph-mon[92315]: 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-09-30T14:44:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:55 smithi172 ceph-mon[103696]: 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-09-30T14:44:56.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:56.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:57.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:57.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:57 smithi050 ceph-mon[92315]: pgmap v1485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:44:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:57 smithi172 ceph-mon[103696]: pgmap v1485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:44:58.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:58.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:44:59.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:44:59.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:44:59 smithi050 ceph-mon[92315]: 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-09-30T14:45:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:44:59 smithi172 ceph-mon[103696]: 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-09-30T14:45:00.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:00.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:01.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:01.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:02.047 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:01 smithi172 ceph-mon[103696]: 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-09-30T14:45:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:01 smithi050 ceph-mon[92315]: 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-09-30T14:45:02.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:02.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:03.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:03.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:03 smithi050 ceph-mon[92315]: pgmap v1488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:45:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:03 smithi172 ceph-mon[103696]: pgmap v1488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:45:04.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:04.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:05.024 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:45:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:45:05.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:05.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:05 smithi050 ceph-mon[92315]: 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-09-30T14:45:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:05 smithi172 ceph-mon[103696]: 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-09-30T14:45:06.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:06.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:07.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:07.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:07.866 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:07 smithi172 ceph-mon[103696]: pgmap v1490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:45:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:07 smithi050 ceph-mon[92315]: pgmap v1490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:45:08.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:08.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:09.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:09.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:10.081 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:09 smithi050 ceph-mon[92315]: 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-09-30T14:45:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:09 smithi172 ceph-mon[103696]: 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-09-30T14:45:10.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:10.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:11.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:11.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:11 smithi050 ceph-mon[92315]: 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-09-30T14:45:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:11 smithi172 ceph-mon[103696]: 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-09-30T14:45:12.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:12.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:13.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:13.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:13 smithi050 ceph-mon[92315]: pgmap v1493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:45:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:13 smithi172 ceph-mon[103696]: pgmap v1493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:45:14.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:14.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:15.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:15.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:15 smithi050 ceph-mon[92315]: 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-09-30T14:45:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:15 smithi172 ceph-mon[103696]: 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-09-30T14:45:16.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:16.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:17.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:17.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:17 smithi050 ceph-mon[92315]: pgmap v1495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:45:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:17 smithi172 ceph-mon[103696]: pgmap v1495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:45:18.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:18.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:19.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:19.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:19 smithi050 ceph-mon[92315]: 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-09-30T14:45:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:45:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:19 smithi172 ceph-mon[103696]: 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-09-30T14:45:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:45:20.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:20.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:21.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:21.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:21 smithi050 ceph-mon[92315]: 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-09-30T14:45:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:21 smithi172 ceph-mon[103696]: 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-09-30T14:45:22.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:22.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:23.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:23.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:23 smithi050 ceph-mon[92315]: pgmap v1498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:45:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:23 smithi172 ceph-mon[103696]: pgmap v1498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:45:24.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:24.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:25.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:25.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:25 smithi050 ceph-mon[92315]: 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-09-30T14:45:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:25 smithi172 ceph-mon[103696]: 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-09-30T14:45:26.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:26.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:27.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:27.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:28.074 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:27 smithi172 ceph-mon[103696]: pgmap v1500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:45:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:27 smithi050 ceph-mon[92315]: pgmap v1500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:45:28.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:28.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:29.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:29.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:29 smithi050 ceph-mon[92315]: 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-09-30T14:45:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:29 smithi172 ceph-mon[103696]: 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-09-30T14:45:30.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:30.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:31.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:31.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:31 smithi050 ceph-mon[92315]: 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-09-30T14:45:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:31 smithi172 ceph-mon[103696]: 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-09-30T14:45:32.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:32.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:33.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:33.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:33 smithi050 ceph-mon[92315]: pgmap v1503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:45:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:33 smithi172 ceph-mon[103696]: pgmap v1503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:45:34.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:34.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:45:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:45:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:45:35.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:45:35.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:35.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:35 smithi050 ceph-mon[92315]: 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-09-30T14:45:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:35 smithi172 ceph-mon[103696]: 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-09-30T14:45:36.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:36.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:37.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:37.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:37 smithi050 ceph-mon[92315]: pgmap v1505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:45:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:37 smithi172 ceph-mon[103696]: pgmap v1505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:45:38.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:38.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:39.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:39.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:39 smithi050 ceph-mon[92315]: 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-09-30T14:45:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:39 smithi172 ceph-mon[103696]: 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-09-30T14:45:40.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:40.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:41.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:41.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:41 smithi050 ceph-mon[92315]: 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-09-30T14:45:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:45:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:45:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:41 smithi172 ceph-mon[103696]: 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-09-30T14:45:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:45:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:45:42.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:42.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:45:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:45:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:45:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:45:43.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:45:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:45:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:45:43.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:45:43.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:45:43.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:45:43.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:43.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:43 smithi050 ceph-mon[92315]: pgmap v1508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:45:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:43 smithi172 ceph-mon[103696]: pgmap v1508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:45:44.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:44.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:45.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:45.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:45 smithi050 ceph-mon[92315]: 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-09-30T14:45:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:45 smithi172 ceph-mon[103696]: 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-09-30T14:45:46.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:46.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:47.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:47.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:47 smithi050 ceph-mon[92315]: pgmap v1510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:45:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:47 smithi172 ceph-mon[103696]: pgmap v1510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:45:48.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:48.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:49.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:49.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:49 smithi050 ceph-mon[92315]: 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-09-30T14:45:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:45:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:49 smithi172 ceph-mon[103696]: 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-09-30T14:45:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:45:50.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:50.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:51.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:51.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:51 smithi050 ceph-mon[92315]: 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-09-30T14:45:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:51 smithi172 ceph-mon[103696]: 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-09-30T14:45:52.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:52.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:53.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:53.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:53 smithi050 ceph-mon[92315]: pgmap v1513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:45:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:53 smithi172 ceph-mon[103696]: pgmap v1513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:45:54.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:54.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:55.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:55.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:55 smithi172 ceph-mon[103696]: 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-09-30T14:45:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:55 smithi050 ceph-mon[92315]: 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-09-30T14:45:56.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:56.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:57.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:57.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:57 smithi050 ceph-mon[92315]: pgmap v1515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:45:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:57 smithi172 ceph-mon[103696]: pgmap v1515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:45:58.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:58.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:45:59.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:45:59.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:45:59 smithi050 ceph-mon[92315]: 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-09-30T14:46:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:45:59 smithi172 ceph-mon[103696]: 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-09-30T14:46:00.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:00.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:01.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:01.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:01 smithi050 ceph-mon[92315]: 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-09-30T14:46:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:01 smithi172 ceph-mon[103696]: 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-09-30T14:46:02.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:02.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:03.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:03.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:03 smithi050 ceph-mon[92315]: pgmap v1518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:46:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:03 smithi172 ceph-mon[103696]: pgmap v1518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:46:04.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:04.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:46:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:46:05.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:05.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:05 smithi050 ceph-mon[92315]: 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-09-30T14:46:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:05 smithi172 ceph-mon[103696]: 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-09-30T14:46:06.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:06.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:07.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:07.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:07 smithi050 ceph-mon[92315]: pgmap v1520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:46:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:07 smithi172 ceph-mon[103696]: pgmap v1520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:46:08.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:08.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:09.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:09.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:09 smithi050 ceph-mon[92315]: 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-09-30T14:46:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:09 smithi172 ceph-mon[103696]: 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-09-30T14:46:10.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:10.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:11.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:11.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:11 smithi050 ceph-mon[92315]: 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-09-30T14:46:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:11 smithi172 ceph-mon[103696]: 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-09-30T14:46:12.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:12.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:13.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:13.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:13 smithi172 ceph-mon[103696]: pgmap v1523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:46:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:13 smithi050 ceph-mon[92315]: pgmap v1523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:46:14.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:14.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:15 smithi172 ceph-mon[103696]: 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-09-30T14:46:15.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:15.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:15 smithi050 ceph-mon[92315]: 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-09-30T14:46:16.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:16.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:17.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:17.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:17 smithi050 ceph-mon[92315]: pgmap v1525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:46:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:17 smithi172 ceph-mon[103696]: pgmap v1525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:46:18.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:18.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:19.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:19.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:19 smithi050 ceph-mon[92315]: 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-09-30T14:46:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:46:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:19 smithi172 ceph-mon[103696]: 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-09-30T14:46:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:46:20.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:20.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:21.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:21.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:21 smithi050 ceph-mon[92315]: 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-09-30T14:46:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:21 smithi172 ceph-mon[103696]: 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-09-30T14:46:22.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:22.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:23.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:23.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:23 smithi050 ceph-mon[92315]: pgmap v1528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:46:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:23 smithi172 ceph-mon[103696]: pgmap v1528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:46:24.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:24.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:25 smithi172 ceph-mon[103696]: 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-09-30T14:46:25.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:25.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:25 smithi050 ceph-mon[92315]: 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-09-30T14:46:26.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:26.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:27.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:27.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:27 smithi050 ceph-mon[92315]: pgmap v1530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:46:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:27 smithi172 ceph-mon[103696]: pgmap v1530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:46:28.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:28.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:29.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:29.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:29 smithi050 ceph-mon[92315]: 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-09-30T14:46:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:29 smithi172 ceph-mon[103696]: 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-09-30T14:46:30.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:30.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:31.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:31.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:31 smithi050 ceph-mon[92315]: 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-09-30T14:46:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:31 smithi172 ceph-mon[103696]: 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-09-30T14:46:32.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:32.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:33.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:33.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:33 smithi050 ceph-mon[92315]: pgmap v1533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:46:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:33 smithi172 ceph-mon[103696]: pgmap v1533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:46:34.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:34.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:46:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:46:35.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:35.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:36.059 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:35 smithi050 ceph-mon[92315]: 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-09-30T14:46:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:35 smithi172 ceph-mon[103696]: 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-09-30T14:46:36.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:36.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:37.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:37.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:37 smithi050 ceph-mon[92315]: pgmap v1535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:46:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:37 smithi172 ceph-mon[103696]: pgmap v1535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:46:38.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:38.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:39.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:39.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:39 smithi050 ceph-mon[92315]: 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-09-30T14:46:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:39 smithi172 ceph-mon[103696]: 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-09-30T14:46:40.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:40.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:41.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:41.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:41 smithi050 ceph-mon[92315]: 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-09-30T14:46:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:41 smithi172 ceph-mon[103696]: 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-09-30T14:46:42.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:42.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:46:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:46:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:46:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:46:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:46:43.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:46:43.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:43.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:43 smithi050 ceph-mon[92315]: pgmap v1538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:46:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:46:44.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:46:44.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:46:44.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:46:44.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:46:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:43 smithi172 ceph-mon[103696]: pgmap v1538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:46:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:46:44.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:46:44.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:46:44.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:46:44.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:46:44.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:44.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:45 smithi172 ceph-mon[103696]: 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-09-30T14:46:45.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:45.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:45 smithi050 ceph-mon[92315]: 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-09-30T14:46:46.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:46.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:47.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:47.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:47 smithi050 ceph-mon[92315]: pgmap v1540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:46:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:47 smithi172 ceph-mon[103696]: pgmap v1540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:46:48.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:48.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:49.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:49.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:49 smithi050 ceph-mon[92315]: 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-09-30T14:46:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:46:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:49 smithi172 ceph-mon[103696]: 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-09-30T14:46:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:46:50.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:50.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:51.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:51.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:51 smithi050 ceph-mon[92315]: 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-09-30T14:46:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:51 smithi172 ceph-mon[103696]: 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-09-30T14:46:52.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:52.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:53.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:53.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:53 smithi050 ceph-mon[92315]: pgmap v1543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:46:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:53 smithi172 ceph-mon[103696]: pgmap v1543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:46:54.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:54.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:55 smithi172 ceph-mon[103696]: 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-09-30T14:46:55.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:55.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:55 smithi050 ceph-mon[92315]: 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-09-30T14:46:56.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:56.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:57.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:57.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:57 smithi050 ceph-mon[92315]: pgmap v1545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:46:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:57 smithi172 ceph-mon[103696]: pgmap v1545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:46:58.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:58.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:46:59.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:46:59.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:46:59 smithi050 ceph-mon[92315]: 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-09-30T14:47:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:46:59 smithi172 ceph-mon[103696]: 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-09-30T14:47:00.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:00.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:01.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:01.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:01 smithi050 ceph-mon[92315]: 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-09-30T14:47:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:01 smithi172 ceph-mon[103696]: 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-09-30T14:47:02.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:02.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:03.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:03.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:04.080 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:03 smithi172 ceph-mon[103696]: pgmap v1548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:47:04.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:03 smithi050 ceph-mon[92315]: pgmap v1548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:47:04.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:04.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:47:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:47:05.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:05.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:05 smithi050 ceph-mon[92315]: 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-09-30T14:47:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:05 smithi172 ceph-mon[103696]: 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-09-30T14:47:06.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:06.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:07.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:07.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:07 smithi050 ceph-mon[92315]: pgmap v1550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:47:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:07 smithi172 ceph-mon[103696]: pgmap v1550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:47:08.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:08.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:09.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:09.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:09 smithi050 ceph-mon[92315]: 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-09-30T14:47:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:09 smithi172 ceph-mon[103696]: 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-09-30T14:47:10.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:10.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:11.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:11.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:11 smithi050 ceph-mon[92315]: 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-09-30T14:47:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:11 smithi172 ceph-mon[103696]: 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-09-30T14:47:12.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:12.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:13.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:13.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:13 smithi050 ceph-mon[92315]: pgmap v1553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:47:14.491 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:13 smithi172 ceph-mon[103696]: pgmap v1553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:47:14.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:14.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:15 smithi172 ceph-mon[103696]: 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-09-30T14:47:15.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:15.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:15 smithi050 ceph-mon[92315]: 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-09-30T14:47:16.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:16.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:17.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:17.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:17 smithi050 ceph-mon[92315]: pgmap v1555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:47:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:17 smithi172 ceph-mon[103696]: pgmap v1555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:47:18.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:18.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:19.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:19.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:19 smithi050 ceph-mon[92315]: 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-09-30T14:47:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:47:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:19 smithi172 ceph-mon[103696]: 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-09-30T14:47:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:47:20.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:20.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:21.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:21.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:21 smithi050 ceph-mon[92315]: 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-09-30T14:47:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:21 smithi172 ceph-mon[103696]: 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-09-30T14:47:22.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:22.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:23.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:23.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:23 smithi050 ceph-mon[92315]: pgmap v1558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:47:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:23 smithi172 ceph-mon[103696]: pgmap v1558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:47:24.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:24.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:25 smithi172 ceph-mon[103696]: 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-09-30T14:47:25.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:25.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:25 smithi050 ceph-mon[92315]: 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-09-30T14:47:26.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:26.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:27.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:27.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:27 smithi050 ceph-mon[92315]: pgmap v1560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:47:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:27 smithi172 ceph-mon[103696]: pgmap v1560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:47:28.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:28.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:29.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:29.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:29 smithi050 ceph-mon[92315]: 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-09-30T14:47:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:29 smithi172 ceph-mon[103696]: 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-09-30T14:47:30.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:30.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:31.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:31.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:31 smithi050 ceph-mon[92315]: 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-09-30T14:47:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:31 smithi172 ceph-mon[103696]: 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-09-30T14:47:32.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:32.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:33.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:33.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:33 smithi050 ceph-mon[92315]: pgmap v1563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:47:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:33 smithi172 ceph-mon[103696]: pgmap v1563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:47:34.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:34.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:47:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:47:35.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:35.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:35 smithi050 ceph-mon[92315]: 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-09-30T14:47:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:35 smithi172 ceph-mon[103696]: 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-09-30T14:47:36.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:36.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:37.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:37.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:37 smithi050 ceph-mon[92315]: pgmap v1565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:47:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:37 smithi172 ceph-mon[103696]: pgmap v1565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:47:38.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:38.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:39.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:39.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:39 smithi050 ceph-mon[92315]: 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-09-30T14:47:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:39 smithi172 ceph-mon[103696]: 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-09-30T14:47:40.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:40.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:41.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:41.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:41 smithi050 ceph-mon[92315]: 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-09-30T14:47:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:41 smithi172 ceph-mon[103696]: 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-09-30T14:47:42.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:42.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:43.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:43.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:43 smithi050 ceph-mon[92315]: pgmap v1568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:47:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:47:44.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:47:44.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:47:44.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:47:44.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:47:44.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:47:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:43 smithi172 ceph-mon[103696]: pgmap v1568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:47:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:47:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:47:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:47:44.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:47:44.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:47:44.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:47:44.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:44.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:45 smithi172 ceph-mon[103696]: 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-09-30T14:47:45.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:45.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:45 smithi050 ceph-mon[92315]: 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-09-30T14:47:46.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:46.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:47.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:47.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:47 smithi050 ceph-mon[92315]: pgmap v1570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:47:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:47 smithi172 ceph-mon[103696]: pgmap v1570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:47:48.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:48.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:49.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:49.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:49 smithi172 ceph-mon[103696]: 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-09-30T14:47:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:47:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:49 smithi050 ceph-mon[92315]: 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-09-30T14:47:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:47:50.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:50.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:51.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:51.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:51 smithi050 ceph-mon[92315]: 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-09-30T14:47:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:51 smithi172 ceph-mon[103696]: 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-09-30T14:47:52.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:52.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:53.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:53.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:53 smithi050 ceph-mon[92315]: pgmap v1573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:47:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:53 smithi172 ceph-mon[103696]: pgmap v1573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:47:54.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:54.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:55 smithi172 ceph-mon[103696]: 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-09-30T14:47:55.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:55.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:55 smithi050 ceph-mon[92315]: 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-09-30T14:47:56.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:56.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:57.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:57.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:57 smithi050 ceph-mon[92315]: pgmap v1575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:47:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:57 smithi172 ceph-mon[103696]: pgmap v1575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:47:58.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:58.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:47:59.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:47:59.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:47:59 smithi050 ceph-mon[92315]: 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-09-30T14:48:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:47:59 smithi172 ceph-mon[103696]: 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-09-30T14:48:00.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:00.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:01.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:01.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:01 smithi050 ceph-mon[92315]: 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-09-30T14:48:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:01 smithi172 ceph-mon[103696]: 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-09-30T14:48:02.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:02.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:03.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:03.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:03 smithi050 ceph-mon[92315]: pgmap v1578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:48:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:03 smithi172 ceph-mon[103696]: pgmap v1578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:48:04.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:04.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:48:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:48:05.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:05.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:05 smithi050 ceph-mon[92315]: 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-09-30T14:48:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:05 smithi172 ceph-mon[103696]: 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-09-30T14:48:06.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:06.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:07.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:07.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:07 smithi050 ceph-mon[92315]: pgmap v1580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:48:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:07 smithi172 ceph-mon[103696]: pgmap v1580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:48:08.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:08.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:09.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:09.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:09 smithi050 ceph-mon[92315]: 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-09-30T14:48:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:09 smithi172 ceph-mon[103696]: 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-09-30T14:48:10.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:10.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:11.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:11.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:11 smithi050 ceph-mon[92315]: 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-09-30T14:48:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:11 smithi172 ceph-mon[103696]: 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-09-30T14:48:12.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:12.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:13.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:13.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:13 smithi050 ceph-mon[92315]: pgmap v1583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:48:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:13 smithi172 ceph-mon[103696]: pgmap v1583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:48:14.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:14.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:15.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:15.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:15 smithi050 ceph-mon[92315]: 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-09-30T14:48:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:15 smithi172 ceph-mon[103696]: 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-09-30T14:48:16.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:16.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:17.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:17.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:17 smithi050 ceph-mon[92315]: pgmap v1585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:48:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:17 smithi172 ceph-mon[103696]: pgmap v1585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:48:18.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:18.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:19.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:19.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:19 smithi050 ceph-mon[92315]: 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-09-30T14:48:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:48:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:19 smithi172 ceph-mon[103696]: 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-09-30T14:48:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:48:20.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:20.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:21.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:21.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:21 smithi050 ceph-mon[92315]: 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-09-30T14:48:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:21 smithi172 ceph-mon[103696]: 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-09-30T14:48:22.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:22.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:23.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:23.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:23 smithi050 ceph-mon[92315]: pgmap v1588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:48:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:23 smithi172 ceph-mon[103696]: pgmap v1588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:48:24.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:24.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:25 smithi172 ceph-mon[103696]: 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-09-30T14:48:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:25 smithi050 ceph-mon[92315]: 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-09-30T14:48:25.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:25.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:26.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:26.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:27.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:27.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:28.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:27 smithi050 ceph-mon[92315]: pgmap v1590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:48:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:27 smithi172 ceph-mon[103696]: pgmap v1590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:48:28.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:28.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:29.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:29.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:29 smithi050 ceph-mon[92315]: 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-09-30T14:48:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:29 smithi172 ceph-mon[103696]: 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-09-30T14:48:30.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:30.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:31.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:31.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:31 smithi050 ceph-mon[92315]: 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-09-30T14:48:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:31 smithi172 ceph-mon[103696]: 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-09-30T14:48:32.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:32.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:33.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:33.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:33 smithi050 ceph-mon[92315]: pgmap v1593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:48:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:33 smithi172 ceph-mon[103696]: pgmap v1593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:48:34.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:34.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:48:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:48:35.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:35.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:35 smithi050 ceph-mon[92315]: 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-09-30T14:48:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:35 smithi172 ceph-mon[103696]: 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-09-30T14:48:36.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:36.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:37.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:37.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:38.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:37 smithi050 ceph-mon[92315]: pgmap v1595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:48:38.130 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:37 smithi172 ceph-mon[103696]: pgmap v1595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:48:38.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:38.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:39.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:39.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:40.076 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:39 smithi172 ceph-mon[103696]: 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-09-30T14:48:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:39 smithi050 ceph-mon[92315]: 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-09-30T14:48:40.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:40.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:41.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:41.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:41 smithi050 ceph-mon[92315]: 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-09-30T14:48:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:41 smithi172 ceph-mon[103696]: 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-09-30T14:48:42.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:42.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:43.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:43.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:43 smithi050 ceph-mon[92315]: pgmap v1598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:48:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:43 smithi172 ceph-mon[103696]: pgmap v1598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:48:44.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:44.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:48:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:48:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:48:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:48:45.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:48:45.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:48:45.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:48:45.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:48:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:48:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:48:45.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:48:45.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:48:45.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:48:45.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:48:45.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:48:45.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:48:45.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:45.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:45 smithi050 ceph-mon[92315]: 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-09-30T14:48:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:45 smithi172 ceph-mon[103696]: 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-09-30T14:48:46.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:46.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:47.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:47.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:47 smithi050 ceph-mon[92315]: pgmap v1600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:48:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:47 smithi172 ceph-mon[103696]: pgmap v1600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:48:48.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:48.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:48:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:48:49.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:49.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:49 smithi050 ceph-mon[92315]: 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-09-30T14:48:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:49 smithi172 ceph-mon[103696]: 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-09-30T14:48:50.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:50.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:51.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:51.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:51 smithi050 ceph-mon[92315]: 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-09-30T14:48:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:51 smithi172 ceph-mon[103696]: 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-09-30T14:48:52.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:52.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:53.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:53.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:53 smithi050 ceph-mon[92315]: pgmap v1603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:48:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:53 smithi172 ceph-mon[103696]: pgmap v1603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:48:54.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:54.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:55 smithi050 ceph-mon[92315]: 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-09-30T14:48:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:55 smithi172 ceph-mon[103696]: 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-09-30T14:48:55.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:55.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:56.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:56.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:57.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:57.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:57 smithi050 ceph-mon[92315]: pgmap v1605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:48:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:57 smithi172 ceph-mon[103696]: pgmap v1605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:48:58.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:58.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:48:59.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:48:59.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:48:59 smithi050 ceph-mon[92315]: 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-09-30T14:49:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:48:59 smithi172 ceph-mon[103696]: 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-09-30T14:49:00.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:00.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:01.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:01.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:01 smithi050 ceph-mon[92315]: 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-09-30T14:49:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:01 smithi172 ceph-mon[103696]: 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-09-30T14:49:02.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:02.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:03.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:03.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:03 smithi050 ceph-mon[92315]: pgmap v1608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:49:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:03 smithi172 ceph-mon[103696]: pgmap v1608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:49:04.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:04.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:49:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:49:05.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:05.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:05 smithi050 ceph-mon[92315]: 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-09-30T14:49:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:05 smithi172 ceph-mon[103696]: 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-09-30T14:49:06.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:06.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:07.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:07.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:07 smithi050 ceph-mon[92315]: pgmap v1610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:49:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:07 smithi172 ceph-mon[103696]: pgmap v1610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:49:08.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:08.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:09.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:09.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:09 smithi050 ceph-mon[92315]: 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-09-30T14:49:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:09 smithi172 ceph-mon[103696]: 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-09-30T14:49:10.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:10.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:11.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:11.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:11 smithi050 ceph-mon[92315]: 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-09-30T14:49:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:11 smithi172 ceph-mon[103696]: 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-09-30T14:49:12.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:12.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:13.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:13.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:13 smithi050 ceph-mon[92315]: pgmap v1613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:49:14.425 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:13 smithi172 ceph-mon[103696]: pgmap v1613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:49:14.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:14.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:15.437 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:15 smithi172 ceph-mon[103696]: 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-09-30T14:49:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:15 smithi050 ceph-mon[92315]: 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-09-30T14:49:15.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:15.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:16.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:16.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:17.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:17.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:17 smithi050 ceph-mon[92315]: pgmap v1615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:49:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:17 smithi172 ceph-mon[103696]: pgmap v1615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:49:18.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:18.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:19.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:19.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:19 smithi050 ceph-mon[92315]: 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-09-30T14:49:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:49:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:19 smithi172 ceph-mon[103696]: 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-09-30T14:49:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:49:20.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:20.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:21.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:21.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:21 smithi050 ceph-mon[92315]: 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-09-30T14:49:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:21 smithi172 ceph-mon[103696]: 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-09-30T14:49:22.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:22.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:23.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:23.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:23 smithi050 ceph-mon[92315]: pgmap v1618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:49:24.132 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:23 smithi172 ceph-mon[103696]: pgmap v1618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:49:24.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:24.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:25.542 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:25 smithi172 ceph-mon[103696]: 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-09-30T14:49:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:25 smithi050 ceph-mon[92315]: 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-09-30T14:49:25.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:25.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:26.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:26.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:27.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:27.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:27 smithi050 ceph-mon[92315]: pgmap v1620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:49:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:27 smithi172 ceph-mon[103696]: pgmap v1620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:49:28.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:28.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:29.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:29.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:29 smithi050 ceph-mon[92315]: 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-09-30T14:49:30.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:29 smithi172 ceph-mon[103696]: 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-09-30T14:49:30.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:30.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:31.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:31.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:31 smithi050 ceph-mon[92315]: 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-09-30T14:49:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:31 smithi172 ceph-mon[103696]: 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-09-30T14:49:32.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:32.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:33.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:33.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:33 smithi050 ceph-mon[92315]: pgmap v1623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:49:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:49:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:33 smithi172 ceph-mon[103696]: pgmap v1623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:49:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:49:34.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:34.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:35 smithi050 ceph-mon[92315]: 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-09-30T14:49:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:35 smithi172 ceph-mon[103696]: 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-09-30T14:49:35.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:35.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:36.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:36.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:37.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:37.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:37 smithi050 ceph-mon[92315]: pgmap v1625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:49:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:37 smithi172 ceph-mon[103696]: pgmap v1625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:49:38.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:38.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:39.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:39.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:39 smithi050 ceph-mon[92315]: 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-09-30T14:49:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:39 smithi172 ceph-mon[103696]: 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-09-30T14:49:40.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:40.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:41.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:41.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:41 smithi050 ceph-mon[92315]: 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-09-30T14:49:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:41 smithi172 ceph-mon[103696]: 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-09-30T14:49:42.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:42.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:43.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:43.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:43 smithi050 ceph-mon[92315]: pgmap v1628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:49:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:43 smithi172 ceph-mon[103696]: pgmap v1628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:49:44.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:44.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:45 smithi050 ceph-mon[92315]: 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-09-30T14:49:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:49:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:45 smithi172 ceph-mon[103696]: 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-09-30T14:49:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:49:45.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:45.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:49:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:49:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:49:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:49:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:49:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:49:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:49:46.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:49:46.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:49:46.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:49:46.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:46.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:47 smithi050 ceph-mon[92315]: pgmap v1630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:49:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:47 smithi172 ceph-mon[103696]: pgmap v1630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:49:47.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:47.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:48.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:48.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:49.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:49.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:49 smithi050 ceph-mon[92315]: 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-09-30T14:49:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:49:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:49 smithi172 ceph-mon[103696]: 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-09-30T14:49:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:49:50.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:50.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:51.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:51.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:51 smithi050 ceph-mon[92315]: 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-09-30T14:49:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:51 smithi172 ceph-mon[103696]: 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-09-30T14:49:52.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:52.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:53.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:53.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:53 smithi050 ceph-mon[92315]: pgmap v1633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:49:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:53 smithi172 ceph-mon[103696]: pgmap v1633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:49:54.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:54.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:55 smithi050 ceph-mon[92315]: 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-09-30T14:49:55.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:55 smithi172 ceph-mon[103696]: 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-09-30T14:49:55.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:55.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:56.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:56.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:57.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:57.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:57 smithi050 ceph-mon[92315]: pgmap v1635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:49:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:57 smithi172 ceph-mon[103696]: pgmap v1635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:49:58.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:58.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:49:59.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:49:59.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:49:59 smithi050 ceph-mon[92315]: 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-09-30T14:50:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:49:59 smithi172 ceph-mon[103696]: 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-09-30T14:50:00.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:00.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T14:50:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T14:50:01.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:01.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:01 smithi050 ceph-mon[92315]: 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-09-30T14:50:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:01 smithi172 ceph-mon[103696]: 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-09-30T14:50:02.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:02.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:03.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:03.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:03 smithi050 ceph-mon[92315]: pgmap v1638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:50:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:50:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:03 smithi172 ceph-mon[103696]: pgmap v1638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:50:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:50:04.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:04.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:05 smithi050 ceph-mon[92315]: 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-09-30T14:50:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:05 smithi172 ceph-mon[103696]: 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-09-30T14:50:05.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:05.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:06.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:06.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:07.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:07.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:07 smithi050 ceph-mon[92315]: pgmap v1640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:50:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:07 smithi172 ceph-mon[103696]: pgmap v1640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:50:08.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:08.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:09.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:09.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:09 smithi050 ceph-mon[92315]: 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-09-30T14:50:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:09 smithi172 ceph-mon[103696]: 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-09-30T14:50:10.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:10.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:11.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:11.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:11 smithi050 ceph-mon[92315]: 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-09-30T14:50:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:11 smithi172 ceph-mon[103696]: 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-09-30T14:50:12.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:12.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:13.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:13.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:14.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:13 smithi050 ceph-mon[92315]: pgmap v1643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:50:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:13 smithi172 ceph-mon[103696]: pgmap v1643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:50:14.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:14.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:15 smithi050 ceph-mon[92315]: 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-09-30T14:50:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:15 smithi172 ceph-mon[103696]: 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-09-30T14:50:15.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:15.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:16.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:16.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:17.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:17.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:17 smithi050 ceph-mon[92315]: pgmap v1645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:50:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:17 smithi172 ceph-mon[103696]: pgmap v1645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:50:18.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:18.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:50:19.236 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:50:19.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:19.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:19 smithi050 ceph-mon[92315]: 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-09-30T14:50:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:19 smithi172 ceph-mon[103696]: 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-09-30T14:50:20.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:20.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:21.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:21.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:21 smithi050 ceph-mon[92315]: 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-09-30T14:50:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:21 smithi172 ceph-mon[103696]: 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-09-30T14:50:22.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:22.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:23.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:23.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:23 smithi050 ceph-mon[92315]: pgmap v1648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:50:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:23 smithi172 ceph-mon[103696]: pgmap v1648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:50:24.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:24.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:25 smithi050 ceph-mon[92315]: 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-09-30T14:50:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:25 smithi172 ceph-mon[103696]: 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-09-30T14:50:25.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:25.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:26.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:26.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:27.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:27.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:27 smithi050 ceph-mon[92315]: pgmap v1650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:50:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:27 smithi172 ceph-mon[103696]: pgmap v1650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:50:28.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:28.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:29.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:29.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:29 smithi050 ceph-mon[92315]: 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-09-30T14:50:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:29 smithi172 ceph-mon[103696]: 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-09-30T14:50:30.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:30.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:31.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:31.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:31 smithi050 ceph-mon[92315]: 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-09-30T14:50:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:31 smithi172 ceph-mon[103696]: 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-09-30T14:50:32.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:32.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:33.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:33.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:33 smithi050 ceph-mon[92315]: pgmap v1653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:50:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:50:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:33 smithi172 ceph-mon[103696]: pgmap v1653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:50:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:50:34.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:34.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:35 smithi050 ceph-mon[92315]: 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-09-30T14:50:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:35 smithi172 ceph-mon[103696]: 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-09-30T14:50:35.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:35.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:36.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:36.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:37.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:37.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:37 smithi050 ceph-mon[92315]: pgmap v1655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:50:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:37 smithi172 ceph-mon[103696]: pgmap v1655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:50:38.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:38.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:39.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:39.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:39 smithi050 ceph-mon[92315]: 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-09-30T14:50:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:39 smithi172 ceph-mon[103696]: 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-09-30T14:50:40.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:40.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:41.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:41.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:41 smithi050 ceph-mon[92315]: 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-09-30T14:50:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:41 smithi172 ceph-mon[103696]: 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-09-30T14:50:42.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:42.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:43.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:43.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:43 smithi172 ceph-mon[103696]: pgmap v1658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:50:44.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:43 smithi050 ceph-mon[92315]: pgmap v1658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:50:44.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:44.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:45 smithi050 ceph-mon[92315]: 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-09-30T14:50:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:45 smithi172 ceph-mon[103696]: 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-09-30T14:50:45.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:45.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:50:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:50:46.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:46.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:50:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:50:47.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:50:47.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:50:47.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:50:47.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:47 smithi050 ceph-mon[92315]: pgmap v1660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:50:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:50:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:50:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:50:47.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:50:47.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:50:47.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:47 smithi172 ceph-mon[103696]: pgmap v1660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:50:47.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:47.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:48.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:48.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:50:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:50:49.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:49.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:49 smithi050 ceph-mon[92315]: 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-09-30T14:50:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:49 smithi172 ceph-mon[103696]: 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-09-30T14:50:50.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:50.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:51.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:51.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:51 smithi050 ceph-mon[92315]: 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-09-30T14:50:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:51 smithi172 ceph-mon[103696]: 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-09-30T14:50:52.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:52.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:53.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:53.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:54.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:53 smithi050 ceph-mon[92315]: pgmap v1663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:50:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:53 smithi172 ceph-mon[103696]: pgmap v1663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:50:54.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:54.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:55 smithi050 ceph-mon[92315]: 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-09-30T14:50:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:55 smithi172 ceph-mon[103696]: 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-09-30T14:50:55.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:55.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:56.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:56.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:57.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:57.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:58.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:57 smithi050 ceph-mon[92315]: pgmap v1665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:50:58.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:57 smithi172 ceph-mon[103696]: pgmap v1665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:50:58.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:58.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:50:59.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:50:59.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:00.129 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:50:59 smithi172 ceph-mon[103696]: 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-09-30T14:51:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:50:59 smithi050 ceph-mon[92315]: 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-09-30T14:51:00.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:00.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:01.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:01.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:01 smithi172 ceph-mon[103696]: 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-09-30T14:51:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:01 smithi050 ceph-mon[92315]: 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-09-30T14:51:02.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:02.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:03.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:03.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:03 smithi172 ceph-mon[103696]: pgmap v1668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:51:04.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:51:04.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:03 smithi050 ceph-mon[92315]: pgmap v1668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:51:04.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:51:04.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:04.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:05 smithi050 ceph-mon[92315]: 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-09-30T14:51:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:05 smithi172 ceph-mon[103696]: 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-09-30T14:51:05.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:05.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:06.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:06.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:07.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:07.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:07 smithi172 ceph-mon[103696]: pgmap v1670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:51:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:07 smithi050 ceph-mon[92315]: pgmap v1670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:51:08.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:08.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:09.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:09.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:09 smithi172 ceph-mon[103696]: 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-09-30T14:51:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:09 smithi050 ceph-mon[92315]: 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-09-30T14:51:10.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:10.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:11.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:11.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:11 smithi172 ceph-mon[103696]: 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-09-30T14:51:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:11 smithi050 ceph-mon[92315]: 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-09-30T14:51:12.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:12.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:13.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:13.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:13 smithi172 ceph-mon[103696]: pgmap v1673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:51:14.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:13 smithi050 ceph-mon[92315]: pgmap v1673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:51:14.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:14.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:15 smithi050 ceph-mon[92315]: 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-09-30T14:51:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:15 smithi172 ceph-mon[103696]: 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-09-30T14:51:15.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:15.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:16.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:16.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:17.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:17.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:17 smithi172 ceph-mon[103696]: pgmap v1675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:51:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:17 smithi050 ceph-mon[92315]: pgmap v1675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:51:18.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:18.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:51:19.269 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:51:19.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:19.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:19 smithi172 ceph-mon[103696]: 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-09-30T14:51:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:19 smithi050 ceph-mon[92315]: 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-09-30T14:51:20.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:20.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:21.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:21.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:21 smithi172 ceph-mon[103696]: 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-09-30T14:51:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:21 smithi050 ceph-mon[92315]: 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-09-30T14:51:22.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:22.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:23.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:23.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:23 smithi172 ceph-mon[103696]: pgmap v1678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:51:24.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:23 smithi050 ceph-mon[92315]: pgmap v1678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:51:24.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:24.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:25.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:25 smithi050 ceph-mon[92315]: 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-09-30T14:51:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:25 smithi172 ceph-mon[103696]: 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-09-30T14:51:25.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:25.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:26.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:26.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:27.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:27.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:27 smithi172 ceph-mon[103696]: pgmap v1680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:51:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:27 smithi050 ceph-mon[92315]: pgmap v1680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:51:28.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:28.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:29.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:29.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:29 smithi172 ceph-mon[103696]: 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-09-30T14:51:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:29 smithi050 ceph-mon[92315]: 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-09-30T14:51:30.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:30.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:31.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:31.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:31 smithi172 ceph-mon[103696]: 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-09-30T14:51:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:31 smithi050 ceph-mon[92315]: 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-09-30T14:51:32.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:32.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:33.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:33.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:33 smithi172 ceph-mon[103696]: pgmap v1683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:51:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:51:34.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:33 smithi050 ceph-mon[92315]: pgmap v1683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:51:34.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:51:34.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:34.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:35 smithi050 ceph-mon[92315]: 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-09-30T14:51:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:35 smithi172 ceph-mon[103696]: 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-09-30T14:51:35.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:35.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:36.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:36.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:37.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:37.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:37 smithi172 ceph-mon[103696]: pgmap v1685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:51:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:37 smithi050 ceph-mon[92315]: pgmap v1685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:51:38.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:38.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:39.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:39.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:39 smithi172 ceph-mon[103696]: 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-09-30T14:51:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:39 smithi050 ceph-mon[92315]: 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-09-30T14:51:40.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:40.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:41.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:41.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:41 smithi172 ceph-mon[103696]: 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-09-30T14:51:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:41 smithi050 ceph-mon[92315]: 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-09-30T14:51:42.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:42.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:43.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:43.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:43 smithi172 ceph-mon[103696]: pgmap v1688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:51:44.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:43 smithi050 ceph-mon[92315]: pgmap v1688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:51:44.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:44.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:45 smithi050 ceph-mon[92315]: 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-09-30T14:51:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:45 smithi172 ceph-mon[103696]: 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-09-30T14:51:45.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:45.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:51:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:51:46.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:46.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:47 smithi050 ceph-mon[92315]: pgmap v1690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:51:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:51:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:51:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:51:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:51:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:51:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:47 smithi172 ceph-mon[103696]: pgmap v1690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:51:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:51:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:51:47.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:51:47.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:51:47.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:51:47.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:47.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:48.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:48.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:51:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:51:49.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:49.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:49 smithi050 ceph-mon[92315]: 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-09-30T14:51:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:49 smithi172 ceph-mon[103696]: 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-09-30T14:51:50.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:50.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:51.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:51.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:51 smithi050 ceph-mon[92315]: 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-09-30T14:51:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:51 smithi172 ceph-mon[103696]: 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-09-30T14:51:52.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:52.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:53.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:53.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:54.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:53 smithi050 ceph-mon[92315]: pgmap v1693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:51:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:53 smithi172 ceph-mon[103696]: pgmap v1693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:51:54.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:54.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:55 smithi050 ceph-mon[92315]: 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-09-30T14:51:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:55 smithi172 ceph-mon[103696]: 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-09-30T14:51:55.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:55.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:56.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:56.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:57.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:57.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:57 smithi172 ceph-mon[103696]: pgmap v1695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:51:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:57 smithi050 ceph-mon[92315]: pgmap v1695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:51:58.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:58.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:51:59.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:51:59.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:51:59 smithi050 ceph-mon[92315]: 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-09-30T14:52:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:51:59 smithi172 ceph-mon[103696]: 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-09-30T14:52:00.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:00.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:01.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:01.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:01 smithi172 ceph-mon[103696]: 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-09-30T14:52:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:01 smithi050 ceph-mon[92315]: 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-09-30T14:52:02.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:02.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:03.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:03.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:03 smithi172 ceph-mon[103696]: pgmap v1698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:52:04.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:52:04.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:03 smithi050 ceph-mon[92315]: pgmap v1698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:52:04.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:52:04.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:04.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:05 smithi050 ceph-mon[92315]: 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-09-30T14:52:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:05 smithi172 ceph-mon[103696]: 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-09-30T14:52:05.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:05.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:06.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:06.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:07.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:07.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:07 smithi172 ceph-mon[103696]: pgmap v1700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:52:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:07 smithi050 ceph-mon[92315]: pgmap v1700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:52:08.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:08.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:09.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:09.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:09 smithi050 ceph-mon[92315]: 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-09-30T14:52:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:09 smithi172 ceph-mon[103696]: 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-09-30T14:52:10.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:10.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:11.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:11.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:11 smithi172 ceph-mon[103696]: 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-09-30T14:52:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:11 smithi050 ceph-mon[92315]: 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-09-30T14:52:12.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:12.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:13.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:13.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:14.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:13 smithi050 ceph-mon[92315]: pgmap v1703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:52:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:13 smithi172 ceph-mon[103696]: pgmap v1703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:52:14.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:14.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:15 smithi050 ceph-mon[92315]: 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-09-30T14:52:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:15 smithi172 ceph-mon[103696]: 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-09-30T14:52:15.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:15.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:16.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:16.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:17.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:17.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:17 smithi172 ceph-mon[103696]: pgmap v1705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:52:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:17 smithi050 ceph-mon[92315]: pgmap v1705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:52:18.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:18.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:52:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:52:20.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:20.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:19 smithi050 ceph-mon[92315]: 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-09-30T14:52:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:19 smithi172 ceph-mon[103696]: 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-09-30T14:52:21.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:21.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:22.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:22.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:21 smithi050 ceph-mon[92315]: 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-09-30T14:52:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:21 smithi172 ceph-mon[103696]: 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-09-30T14:52:23.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:23.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:24.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:24.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:24.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:23 smithi050 ceph-mon[92315]: pgmap v1708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:52:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:23 smithi172 ceph-mon[103696]: pgmap v1708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:52:25.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:25.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:25 smithi050 ceph-mon[92315]: 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-09-30T14:52:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:25 smithi172 ceph-mon[103696]: 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-09-30T14:52:26.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:26.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:27.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:27.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:28.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:28.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:27 smithi172 ceph-mon[103696]: pgmap v1710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:52:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:27 smithi050 ceph-mon[92315]: pgmap v1710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:52:29.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:29.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:30.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:30.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:29 smithi050 ceph-mon[92315]: 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-09-30T14:52:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:29 smithi172 ceph-mon[103696]: 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-09-30T14:52:31.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:31.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:32.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:32.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:31 smithi050 ceph-mon[92315]: 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-09-30T14:52:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:31 smithi172 ceph-mon[103696]: 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-09-30T14:52:33.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:33.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:34.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:34.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:34.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:33 smithi050 ceph-mon[92315]: pgmap v1713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:52:34.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:52:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:33 smithi172 ceph-mon[103696]: pgmap v1713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:52:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:52:35.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:35.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:35 smithi050 ceph-mon[92315]: 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-09-30T14:52:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:35 smithi172 ceph-mon[103696]: 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-09-30T14:52:36.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:36.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:37.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:37.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:38.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:38.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:37 smithi050 ceph-mon[92315]: pgmap v1715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:52:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:37 smithi172 ceph-mon[103696]: pgmap v1715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:52:39.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:39.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:40.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:40.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:40.187 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:39 smithi050 ceph-mon[92315]: 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-09-30T14:52:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:39 smithi172 ceph-mon[103696]: 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-09-30T14:52:41.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:41.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:42.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:42.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:41 smithi050 ceph-mon[92315]: 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-09-30T14:52:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:41 smithi172 ceph-mon[103696]: 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-09-30T14:52:43.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:43.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:44.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:44.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:44.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:43 smithi050 ceph-mon[92315]: pgmap v1718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:52:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:43 smithi172 ceph-mon[103696]: pgmap v1718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:52:45.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:45.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:45 smithi050 ceph-mon[92315]: 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-09-30T14:52:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:45 smithi172 ceph-mon[103696]: 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-09-30T14:52:46.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:46.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:47.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:47.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:48.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:48.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:48.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:47 smithi172 ceph-mon[103696]: pgmap v1720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:52:48.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:52:48.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:52:48.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:52:48.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:52:48.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:52:48.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:52:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:47 smithi050 ceph-mon[92315]: pgmap v1720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:52:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:52:48.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:52:48.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:52:48.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:52:48.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:52:48.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:52:49.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:49.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:52:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:52:50.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:50.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:50.302 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:49 smithi050 ceph-mon[92315]: 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-09-30T14:52:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:49 smithi172 ceph-mon[103696]: 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-09-30T14:52:51.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:51.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:52.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:52.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:51 smithi050 ceph-mon[92315]: 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-09-30T14:52:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:51 smithi172 ceph-mon[103696]: 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-09-30T14:52:53.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:53.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:54.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:54.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:54.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:53 smithi050 ceph-mon[92315]: pgmap v1723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:52:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:53 smithi172 ceph-mon[103696]: pgmap v1723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:52:55.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:55.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:55 smithi050 ceph-mon[92315]: 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-09-30T14:52:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:55 smithi172 ceph-mon[103696]: 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-09-30T14:52:56.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:56.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:57.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:57.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:58.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:58.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:52:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:57 smithi172 ceph-mon[103696]: pgmap v1725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:52:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:57 smithi050 ceph-mon[92315]: pgmap v1725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:52:59.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:52:59.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:00.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:00.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:52:59 smithi050 ceph-mon[92315]: 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-09-30T14:53:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:52:59 smithi172 ceph-mon[103696]: 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-09-30T14:53:01.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:01.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:02.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:02.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:01 smithi050 ceph-mon[92315]: 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-09-30T14:53:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:01 smithi172 ceph-mon[103696]: 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-09-30T14:53:03.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:03.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:04.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:04.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:04.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:03 smithi050 ceph-mon[92315]: pgmap v1728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:53:04.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:53:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:03 smithi172 ceph-mon[103696]: pgmap v1728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:53:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:53:05.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:05.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:05.474 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:05 smithi050 ceph-mon[92315]: 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-09-30T14:53:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:05 smithi172 ceph-mon[103696]: 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-09-30T14:53:06.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:06.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:07.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:07.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:08.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:08.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:07 smithi172 ceph-mon[103696]: pgmap v1730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:53:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:07 smithi050 ceph-mon[92315]: pgmap v1730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:53:09.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:09.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:10.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:10.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:09 smithi050 ceph-mon[92315]: 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-09-30T14:53:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:09 smithi172 ceph-mon[103696]: 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-09-30T14:53:11.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:11.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:12.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:12.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:11 smithi050 ceph-mon[92315]: 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-09-30T14:53:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:11 smithi172 ceph-mon[103696]: 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-09-30T14:53:13.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:13.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:14.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:14.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:14.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:13 smithi050 ceph-mon[92315]: pgmap v1733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:53:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:13 smithi172 ceph-mon[103696]: pgmap v1733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:53:15.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:15.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:15.588 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:15 smithi050 ceph-mon[92315]: 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-09-30T14:53:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:15 smithi172 ceph-mon[103696]: 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-09-30T14:53:16.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:16.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:17.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:17.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:18.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:18.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:17 smithi050 ceph-mon[92315]: pgmap v1735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:53:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:17 smithi172 ceph-mon[103696]: pgmap v1735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:53:19.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:19.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:53:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:53:20.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:20.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:19 smithi050 ceph-mon[92315]: 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-09-30T14:53:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:19 smithi172 ceph-mon[103696]: 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-09-30T14:53:21.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:21.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:22.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:22.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:21 smithi050 ceph-mon[92315]: 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-09-30T14:53:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:21 smithi172 ceph-mon[103696]: 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-09-30T14:53:23.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:23.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:24.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:24.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:24.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:23 smithi050 ceph-mon[92315]: pgmap v1738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:53:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:23 smithi172 ceph-mon[103696]: pgmap v1738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:53:25.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:25.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:25 smithi050 ceph-mon[92315]: 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-09-30T14:53:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:25 smithi172 ceph-mon[103696]: 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-09-30T14:53:26.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:26.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:27.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:27.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:28.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:28.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:27 smithi050 ceph-mon[92315]: pgmap v1740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:53:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:27 smithi172 ceph-mon[103696]: pgmap v1740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:53:29.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:29.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:30.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:30.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:29 smithi050 ceph-mon[92315]: 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-09-30T14:53:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:29 smithi172 ceph-mon[103696]: 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-09-30T14:53:31.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:31.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:32.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:32.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:31 smithi050 ceph-mon[92315]: 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-09-30T14:53:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:31 smithi172 ceph-mon[103696]: 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-09-30T14:53:33.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:33.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:34.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:34.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:34.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:33 smithi050 ceph-mon[92315]: pgmap v1743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:53:34.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:53:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:33 smithi172 ceph-mon[103696]: pgmap v1743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:53:34.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:53:35.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:35.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:35 smithi050 ceph-mon[92315]: 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-09-30T14:53:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:35 smithi172 ceph-mon[103696]: 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-09-30T14:53:36.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:36.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:37.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:37.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:38.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:38.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:38.168 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:37 smithi172 ceph-mon[103696]: pgmap v1745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:53:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:37 smithi050 ceph-mon[92315]: pgmap v1745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:53:39.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:39.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:40.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:40.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:39 smithi050 ceph-mon[92315]: 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-09-30T14:53:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:39 smithi172 ceph-mon[103696]: 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-09-30T14:53:41.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:41.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:42.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:42.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:41 smithi050 ceph-mon[92315]: 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-09-30T14:53:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:41 smithi172 ceph-mon[103696]: 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-09-30T14:53:43.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:43.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:44.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:44.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:44.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:43 smithi050 ceph-mon[92315]: pgmap v1748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:53:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:43 smithi172 ceph-mon[103696]: pgmap v1748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:53:45.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:45.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:45 smithi050 ceph-mon[92315]: 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-09-30T14:53:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:45 smithi172 ceph-mon[103696]: 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-09-30T14:53:46.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:46.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:47.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:47.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:48.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:48.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:48.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:47 smithi172 ceph-mon[103696]: pgmap v1750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:53:48.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:53:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:47 smithi050 ceph-mon[92315]: pgmap v1750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:53:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:53:49.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:49.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:53:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:53:50.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:50.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:49 smithi050 ceph-mon[92315]: 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-09-30T14:53:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:49 smithi172 ceph-mon[103696]: 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-09-30T14:53:51.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:51.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:52.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:52.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:51 smithi050 ceph-mon[92315]: 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-09-30T14:53:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:51 smithi172 ceph-mon[103696]: 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-09-30T14:53:53.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:53.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:53:53.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:53:53.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:53 smithi172 ceph-mon[103696]: pgmap v1753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:53:53.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:53:53.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:53:53.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:53:53.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:53:53.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:53:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:53:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:53:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:53 smithi050 ceph-mon[92315]: pgmap v1753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:53:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:53:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:53:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:53:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:53:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:53:54.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:54.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:55.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:55.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:55 smithi050 ceph-mon[92315]: 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-09-30T14:53:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:55 smithi172 ceph-mon[103696]: 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-09-30T14:53:56.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:56.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:57.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:57.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:58.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:58.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:53:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:57 smithi050 ceph-mon[92315]: pgmap v1755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:53:58.370 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:57 smithi172 ceph-mon[103696]: pgmap v1755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:53:59.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:53:59.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:00.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:00.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:53:59 smithi050 ceph-mon[92315]: 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-09-30T14:54:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:53:59 smithi172 ceph-mon[103696]: 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-09-30T14:54:01.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:01.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:02.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:02.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:01 smithi050 ceph-mon[92315]: 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-09-30T14:54:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:01 smithi172 ceph-mon[103696]: 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-09-30T14:54:03.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:03.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:04.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:03 smithi050 ceph-mon[92315]: pgmap v1758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:54:04.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:54:04.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:04.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:03 smithi172 ceph-mon[103696]: pgmap v1758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:54:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:54:05.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:05.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:05 smithi050 ceph-mon[92315]: 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-09-30T14:54:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:05 smithi172 ceph-mon[103696]: 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-09-30T14:54:06.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:06.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:07.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:07.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:08.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:08.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:07 smithi050 ceph-mon[92315]: pgmap v1760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:54:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:07 smithi172 ceph-mon[103696]: pgmap v1760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:54:09.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:09.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:10.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:10.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:09 smithi050 ceph-mon[92315]: 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-09-30T14:54:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:09 smithi172 ceph-mon[103696]: 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-09-30T14:54:11.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:11.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:12.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:12.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:11 smithi050 ceph-mon[92315]: 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-09-30T14:54:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:11 smithi172 ceph-mon[103696]: 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-09-30T14:54:13.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:13.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:14.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:13 smithi050 ceph-mon[92315]: pgmap v1763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:54:14.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:14.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:13 smithi172 ceph-mon[103696]: pgmap v1763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:54:15.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:15.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:15 smithi050 ceph-mon[92315]: 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-09-30T14:54:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:15 smithi172 ceph-mon[103696]: 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-09-30T14:54:16.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:16.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:17.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:17.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:18.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:18.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:17 smithi050 ceph-mon[92315]: pgmap v1765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:54:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:17 smithi172 ceph-mon[103696]: pgmap v1765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:54:19.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:19.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:54:19.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:54:20.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:20.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:19 smithi050 ceph-mon[92315]: 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-09-30T14:54:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:19 smithi172 ceph-mon[103696]: 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-09-30T14:54:21.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:21.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:22.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:22.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:21 smithi050 ceph-mon[92315]: 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-09-30T14:54:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:21 smithi172 ceph-mon[103696]: 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-09-30T14:54:23.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:23.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:24.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:24.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:23 smithi050 ceph-mon[92315]: pgmap v1768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:54:24.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:23 smithi172 ceph-mon[103696]: pgmap v1768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:54:25.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:25.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:25 smithi050 ceph-mon[92315]: 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-09-30T14:54:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:25 smithi172 ceph-mon[103696]: 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-09-30T14:54:26.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:26.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:27.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:27.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:28.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:28.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:27 smithi050 ceph-mon[92315]: pgmap v1770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:54:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:27 smithi172 ceph-mon[103696]: pgmap v1770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:54:29.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:29.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:30.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:30.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:29 smithi050 ceph-mon[92315]: 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-09-30T14:54:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:29 smithi172 ceph-mon[103696]: 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-09-30T14:54:31.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:31.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:32.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:32.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:31 smithi050 ceph-mon[92315]: 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-09-30T14:54:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:31 smithi172 ceph-mon[103696]: 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-09-30T14:54:33.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:33.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:33 smithi172 ceph-mon[103696]: pgmap v1773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:54:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:54:34.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:33 smithi050 ceph-mon[92315]: pgmap v1773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:54:34.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:54:34.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:34.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:35.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:35.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:35 smithi050 ceph-mon[92315]: 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-09-30T14:54:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:35 smithi172 ceph-mon[103696]: 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-09-30T14:54:36.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:36.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:37.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:37.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:38.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:38.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:37 smithi050 ceph-mon[92315]: pgmap v1775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:54:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:37 smithi172 ceph-mon[103696]: pgmap v1775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:54:39.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:39.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:40.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:40.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:39 smithi050 ceph-mon[92315]: 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-09-30T14:54:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:39 smithi172 ceph-mon[103696]: 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-09-30T14:54:41.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:41.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:42.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:42.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:41 smithi050 ceph-mon[92315]: 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-09-30T14:54:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:41 smithi172 ceph-mon[103696]: 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-09-30T14:54:43.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:43.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:43 smithi172 ceph-mon[103696]: pgmap v1778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:54:44.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:44.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:43 smithi050 ceph-mon[92315]: pgmap v1778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:54:45.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:45.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:45 smithi050 ceph-mon[92315]: 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-09-30T14:54:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:45 smithi172 ceph-mon[103696]: 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-09-30T14:54:46.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:46.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:47.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:47.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:48.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:48.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:47 smithi050 ceph-mon[92315]: pgmap v1780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:54:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:47 smithi172 ceph-mon[103696]: pgmap v1780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:54:49.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:49.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:49.859 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:54:49.859 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:54:50.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:50.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:49 smithi050 ceph-mon[92315]: 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-09-30T14:54:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:49 smithi172 ceph-mon[103696]: 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-09-30T14:54:51.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:51.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:51 smithi050 ceph-mon[92315]: 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-09-30T14:54:52.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:52.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:51 smithi172 ceph-mon[103696]: 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-09-30T14:54:53.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:53.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:54.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:54.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:53 smithi050 ceph-mon[92315]: pgmap v1783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:54:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:54:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:54:54.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:54:54.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:54:54.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:54:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:53 smithi172 ceph-mon[103696]: pgmap v1783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:54:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:54:54.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:54:54.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:54:54.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:54:54.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:54:55.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:55.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:54:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:54:56.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:56.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:55 smithi050 ceph-mon[92315]: 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-09-30T14:54:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:55 smithi172 ceph-mon[103696]: 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-09-30T14:54:57.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:57.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:58.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:58.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:54:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:57 smithi050 ceph-mon[92315]: pgmap v1785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:54:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:57 smithi172 ceph-mon[103696]: pgmap v1785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:54:59.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:54:59.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:00.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:00.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:54:59 smithi050 ceph-mon[92315]: 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-09-30T14:55:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:54:59 smithi172 ceph-mon[103696]: 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-09-30T14:55:01.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:01.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:01 smithi050 ceph-mon[92315]: 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-09-30T14:55:02.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:02.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:01 smithi172 ceph-mon[103696]: 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-09-30T14:55:03.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:03.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:04.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:04.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:03 smithi050 ceph-mon[92315]: pgmap v1788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:55:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:55:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:03 smithi172 ceph-mon[103696]: pgmap v1788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:55:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:55:05.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:05.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:05 smithi050 ceph-mon[92315]: 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-09-30T14:55:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:05 smithi172 ceph-mon[103696]: 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-09-30T14:55:06.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:06.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:07.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:07.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:08.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:08.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:07 smithi050 ceph-mon[92315]: pgmap v1790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:55:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:07 smithi172 ceph-mon[103696]: pgmap v1790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:55:09.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:09.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:10.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:10.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:09 smithi050 ceph-mon[92315]: 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-09-30T14:55:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:09 smithi172 ceph-mon[103696]: 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-09-30T14:55:11.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:11.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:12.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:12.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:11 smithi050 ceph-mon[92315]: 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-09-30T14:55:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:11 smithi172 ceph-mon[103696]: 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-09-30T14:55:13.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:13.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:14.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:14.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:13 smithi050 ceph-mon[92315]: pgmap v1793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:55:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:13 smithi172 ceph-mon[103696]: pgmap v1793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:55:15.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:15.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:15 smithi050 ceph-mon[92315]: 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-09-30T14:55:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:15 smithi172 ceph-mon[103696]: 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-09-30T14:55:16.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:16.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:17.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:17.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:18.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:18.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:17 smithi050 ceph-mon[92315]: pgmap v1795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:55:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:17 smithi172 ceph-mon[103696]: pgmap v1795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:55:19.213 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:55:19.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:19.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:55:20.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:20.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:19 smithi050 ceph-mon[92315]: 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-09-30T14:55:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:19 smithi172 ceph-mon[103696]: 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-09-30T14:55:21.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:21.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:22.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:22.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:21 smithi050 ceph-mon[92315]: 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-09-30T14:55:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:21 smithi172 ceph-mon[103696]: 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-09-30T14:55:23.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:23.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:24.266 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:23 smithi172 ceph-mon[103696]: pgmap v1798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:55:24.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:24.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:23 smithi050 ceph-mon[92315]: pgmap v1798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:55:25.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:25.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:25 smithi050 ceph-mon[92315]: 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-09-30T14:55:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:25 smithi172 ceph-mon[103696]: 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-09-30T14:55:26.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:26.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:27.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:27.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:28.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:28.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:27 smithi050 ceph-mon[92315]: pgmap v1800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:55:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:27 smithi172 ceph-mon[103696]: pgmap v1800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:55:29.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:29.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:30.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:30.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:29 smithi050 ceph-mon[92315]: 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-09-30T14:55:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:29 smithi172 ceph-mon[103696]: 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-09-30T14:55:31.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:31.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:32.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:32.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:31 smithi050 ceph-mon[92315]: 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-09-30T14:55:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:31 smithi172 ceph-mon[103696]: 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-09-30T14:55:33.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:33.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:34.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:34.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:33 smithi050 ceph-mon[92315]: pgmap v1803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:55:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:55:34.370 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:33 smithi172 ceph-mon[103696]: pgmap v1803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:55:34.371 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:55:35.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:35.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:35 smithi050 ceph-mon[92315]: 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-09-30T14:55:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:35 smithi172 ceph-mon[103696]: 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-09-30T14:55:36.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:36.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:37.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:37.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:38.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:38.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:37 smithi050 ceph-mon[92315]: pgmap v1805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:55:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:37 smithi172 ceph-mon[103696]: pgmap v1805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:55:39.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:39.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:40.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:40.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:39 smithi050 ceph-mon[92315]: 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-09-30T14:55:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:39 smithi172 ceph-mon[103696]: 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-09-30T14:55:41.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:41.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:42.255 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:41 smithi050 ceph-mon[92315]: 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-09-30T14:55:42.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:42.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:41 smithi172 ceph-mon[103696]: 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-09-30T14:55:43.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:43.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:44.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:44.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:43 smithi050 ceph-mon[92315]: pgmap v1808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:55:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:43 smithi172 ceph-mon[103696]: pgmap v1808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:55:45.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:45.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:45 smithi050 ceph-mon[92315]: 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-09-30T14:55:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:45 smithi172 ceph-mon[103696]: 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-09-30T14:55:46.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:46.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:47.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:47.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:47 smithi050 ceph-mon[92315]: pgmap v1810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:55:48.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:48.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:47 smithi172 ceph-mon[103696]: pgmap v1810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:55:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:55:49.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:49.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:55:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:49 smithi050 ceph-mon[92315]: 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-09-30T14:55:50.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:50.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:49 smithi172 ceph-mon[103696]: 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-09-30T14:55:51.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:51.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:51 smithi050 ceph-mon[92315]: 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-09-30T14:55:52.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:52.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:51 smithi172 ceph-mon[103696]: 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-09-30T14:55:53.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:53.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:53 smithi050 ceph-mon[92315]: pgmap v1813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:55:54.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:54.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:53 smithi172 ceph-mon[103696]: pgmap v1813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:55:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:55:55.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:55.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:55:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:55 smithi050 ceph-mon[92315]: 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-09-30T14:55:56.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:56.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:55 smithi172 ceph-mon[103696]: 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-09-30T14:55:57.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:57.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:57 smithi050 ceph-mon[92315]: pgmap v1815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:55:58.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:58.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:55:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:57 smithi172 ceph-mon[103696]: pgmap v1815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:55:59.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:55:59.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:55:59 smithi050 ceph-mon[92315]: 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-09-30T14:56:00.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:00.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:55:59 smithi172 ceph-mon[103696]: 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-09-30T14:56:01.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:01.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:01 smithi050 ceph-mon[92315]: 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-09-30T14:56:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:56:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:56:02.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:02.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:01 smithi172 ceph-mon[103696]: 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-09-30T14:56:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:56:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:56:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:56:03.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:56:03.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:56:03.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:56:03.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:56:03.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:03.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:56:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:56:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:56:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:56:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:56:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:03 smithi050 ceph-mon[92315]: pgmap v1818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:56:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:56:04.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:04.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:03 smithi172 ceph-mon[103696]: pgmap v1818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:56:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:56:05.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:05.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:05 smithi050 ceph-mon[92315]: 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-09-30T14:56:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:05 smithi172 ceph-mon[103696]: 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-09-30T14:56:06.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:06.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:07.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:07.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:07 smithi050 ceph-mon[92315]: pgmap v1820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:56:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:07 smithi172 ceph-mon[103696]: pgmap v1820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:56:08.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:08.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:09.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:09.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:09 smithi172 ceph-mon[103696]: 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-09-30T14:56:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:09 smithi050 ceph-mon[92315]: 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-09-30T14:56:10.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:10.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:11.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:11.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:11 smithi050 ceph-mon[92315]: 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-09-30T14:56:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:11 smithi172 ceph-mon[103696]: 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-09-30T14:56:12.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:12.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:13.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:13.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:13 smithi050 ceph-mon[92315]: pgmap v1823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:56:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:13 smithi172 ceph-mon[103696]: pgmap v1823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:56:14.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:14.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:15.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:15.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:15 smithi050 ceph-mon[92315]: 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-09-30T14:56:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:15 smithi172 ceph-mon[103696]: 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-09-30T14:56:16.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:16.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:17.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:17.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:17 smithi050 ceph-mon[92315]: pgmap v1825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:56:18.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:17 smithi172 ceph-mon[103696]: pgmap v1825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:56:18.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:18.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:56:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:56:19.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:19.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:19 smithi172 ceph-mon[103696]: 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-09-30T14:56:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:19 smithi050 ceph-mon[92315]: 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-09-30T14:56:20.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:20.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:21.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:21.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:21 smithi050 ceph-mon[92315]: 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-09-30T14:56:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:21 smithi172 ceph-mon[103696]: 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-09-30T14:56:22.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:22.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:23.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:23.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:23 smithi050 ceph-mon[92315]: pgmap v1828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:56:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:23 smithi172 ceph-mon[103696]: pgmap v1828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:56:24.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:24.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:25.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:25.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:25 smithi050 ceph-mon[92315]: 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-09-30T14:56:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:25 smithi172 ceph-mon[103696]: 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-09-30T14:56:26.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:26.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:27.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:27.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:27 smithi050 ceph-mon[92315]: pgmap v1830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:56:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:27 smithi172 ceph-mon[103696]: pgmap v1830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:56:28.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:28.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:29.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:29.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:29 smithi050 ceph-mon[92315]: 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-09-30T14:56:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:29 smithi172 ceph-mon[103696]: 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-09-30T14:56:30.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:30.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:31.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:31.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:31 smithi050 ceph-mon[92315]: 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-09-30T14:56:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:31 smithi172 ceph-mon[103696]: 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-09-30T14:56:32.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:32.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:33.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:33.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:33 smithi050 ceph-mon[92315]: pgmap v1833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:56:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:56:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:33 smithi172 ceph-mon[103696]: pgmap v1833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:56:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:56:34.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:34.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:35 smithi172 ceph-mon[103696]: 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-09-30T14:56:35.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:35.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:35 smithi050 ceph-mon[92315]: 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-09-30T14:56:36.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:36.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:37.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:37.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:37 smithi050 ceph-mon[92315]: pgmap v1835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:56:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:37 smithi172 ceph-mon[103696]: pgmap v1835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:56:38.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:38.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:39.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:39.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:39 smithi050 ceph-mon[92315]: 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-09-30T14:56:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:39 smithi172 ceph-mon[103696]: 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-09-30T14:56:40.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:40.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:41.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:41.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:41 smithi050 ceph-mon[92315]: 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-09-30T14:56:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:41 smithi172 ceph-mon[103696]: 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-09-30T14:56:42.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:42.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:43.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:43.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:43 smithi050 ceph-mon[92315]: pgmap v1838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:56:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:43 smithi172 ceph-mon[103696]: pgmap v1838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:56:44.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:44.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:45 smithi172 ceph-mon[103696]: 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-09-30T14:56:45.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:45.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:45 smithi050 ceph-mon[92315]: 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-09-30T14:56:46.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:46.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:47.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:47.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:47 smithi050 ceph-mon[92315]: pgmap v1840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:56:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:47 smithi172 ceph-mon[103696]: pgmap v1840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:56:48.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:48.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:56:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:56:49.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:49.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:49 smithi050 ceph-mon[92315]: 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-09-30T14:56:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:49 smithi172 ceph-mon[103696]: 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-09-30T14:56:50.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:50.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:51.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:51.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:51 smithi050 ceph-mon[92315]: 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-09-30T14:56:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:51 smithi172 ceph-mon[103696]: 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-09-30T14:56:52.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:52.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:53.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:53.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:53 smithi050 ceph-mon[92315]: pgmap v1843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:56:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:53 smithi172 ceph-mon[103696]: pgmap v1843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:56:54.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:54.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:55.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:55.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:55 smithi050 ceph-mon[92315]: 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-09-30T14:56:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:55 smithi172 ceph-mon[103696]: 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-09-30T14:56:56.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:56.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:57.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:57.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:57 smithi050 ceph-mon[92315]: pgmap v1845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:56:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:57 smithi172 ceph-mon[103696]: pgmap v1845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:56:58.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:58.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:56:59.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:56:59.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:00.261 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:56:59 smithi172 ceph-mon[103696]: 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-09-30T14:57:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:56:59 smithi050 ceph-mon[92315]: 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-09-30T14:57:00.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:00.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:01.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:01.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:01 smithi050 ceph-mon[92315]: 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-09-30T14:57:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:01 smithi172 ceph-mon[103696]: 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-09-30T14:57:02.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:02.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:57:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:57:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:57:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:57:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:57:03.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:57:03.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:03.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:03 smithi050 ceph-mon[92315]: pgmap v1848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:57:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:57:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:57:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:57:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:57:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:57:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:57:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:03 smithi172 ceph-mon[103696]: pgmap v1848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:57:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:57:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:57:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:57:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:57:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:57:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:57:04.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:04.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:05.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:05.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:05 smithi050 ceph-mon[92315]: 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-09-30T14:57:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:05 smithi172 ceph-mon[103696]: 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-09-30T14:57:06.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:06.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:07.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:07.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:08.229 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:07 smithi050 ceph-mon[92315]: pgmap v1850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:57:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:07 smithi172 ceph-mon[103696]: pgmap v1850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:57:08.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:08.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:09.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:09.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:09 smithi050 ceph-mon[92315]: 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-09-30T14:57:10.365 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:09 smithi172 ceph-mon[103696]: 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-09-30T14:57:10.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:10.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:11.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:11.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:11 smithi050 ceph-mon[92315]: 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-09-30T14:57:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:11 smithi172 ceph-mon[103696]: 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-09-30T14:57:12.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:12.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:13.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:13.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:13 smithi050 ceph-mon[92315]: pgmap v1853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:57:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:13 smithi172 ceph-mon[103696]: pgmap v1853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:57:14.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:14.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:15.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:15.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:15 smithi050 ceph-mon[92315]: 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-09-30T14:57:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:15 smithi172 ceph-mon[103696]: 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-09-30T14:57:16.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:16.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:17.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:17.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:18.339 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:17 smithi050 ceph-mon[92315]: pgmap v1855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:57:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:17 smithi172 ceph-mon[103696]: pgmap v1855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:57:18.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:18.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:57:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:57:19.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:19.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:20.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:19 smithi050 ceph-mon[92315]: 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-09-30T14:57:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:19 smithi172 ceph-mon[103696]: 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-09-30T14:57:20.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:20.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:21.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:21.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:21 smithi050 ceph-mon[92315]: 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-09-30T14:57:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:21 smithi172 ceph-mon[103696]: 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-09-30T14:57:22.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:22.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:23.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:23.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:23 smithi050 ceph-mon[92315]: pgmap v1858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:57:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:23 smithi172 ceph-mon[103696]: pgmap v1858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:57:24.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:24.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:25.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:25.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:25.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:25 smithi172 ceph-mon[103696]: 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-09-30T14:57:25.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:25 smithi050 ceph-mon[92315]: 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-09-30T14:57:26.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:26.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:27.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:27.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:27 smithi050 ceph-mon[92315]: pgmap v1860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:57:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:27 smithi172 ceph-mon[103696]: pgmap v1860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:57:28.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:28.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:29.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:29.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:29 smithi050 ceph-mon[92315]: 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-09-30T14:57:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:29 smithi172 ceph-mon[103696]: 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-09-30T14:57:30.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:30.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:31.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:31.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:31 smithi050 ceph-mon[92315]: 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-09-30T14:57:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:31 smithi172 ceph-mon[103696]: 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-09-30T14:57:32.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:32.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:33.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:33.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:33 smithi050 ceph-mon[92315]: pgmap v1863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:57:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:57:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:33 smithi172 ceph-mon[103696]: pgmap v1863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:57:34.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:57:34.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:34.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:35.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:35.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:35.615 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:35 smithi050 ceph-mon[92315]: 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-09-30T14:57:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:35 smithi172 ceph-mon[103696]: 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-09-30T14:57:36.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:36.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:37.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:37.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:37 smithi050 ceph-mon[92315]: pgmap v1865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:57:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:37 smithi172 ceph-mon[103696]: pgmap v1865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:57:38.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:38.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:39.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:39.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:39 smithi050 ceph-mon[92315]: 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-09-30T14:57:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:39 smithi172 ceph-mon[103696]: 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-09-30T14:57:40.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:40.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:41.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:41.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:41 smithi050 ceph-mon[92315]: 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-09-30T14:57:42.495 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:41 smithi172 ceph-mon[103696]: 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-09-30T14:57:42.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:42.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:43.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:43.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:43 smithi050 ceph-mon[92315]: pgmap v1868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:57:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:43 smithi172 ceph-mon[103696]: pgmap v1868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:57:44.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:44.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:45.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:45.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:45 smithi050 ceph-mon[92315]: 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-09-30T14:57:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:45 smithi172 ceph-mon[103696]: 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-09-30T14:57:46.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:46.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:47.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:47.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:47 smithi050 ceph-mon[92315]: pgmap v1870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:57:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:47 smithi172 ceph-mon[103696]: pgmap v1870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:57:48.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:48.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:57:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:57:49.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:49.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:49 smithi050 ceph-mon[92315]: 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-09-30T14:57:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:49 smithi172 ceph-mon[103696]: 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-09-30T14:57:50.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:50.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:51.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:51.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:51 smithi050 ceph-mon[92315]: 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-09-30T14:57:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:51 smithi172 ceph-mon[103696]: 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-09-30T14:57:52.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:52.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:53.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:53.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:53 smithi050 ceph-mon[92315]: pgmap v1873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:57:54.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:53 smithi172 ceph-mon[103696]: pgmap v1873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:57:54.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:54.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:55.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:55.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:55 smithi050 ceph-mon[92315]: 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-09-30T14:57:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:55 smithi172 ceph-mon[103696]: 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-09-30T14:57:56.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:56.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:57.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:57.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:57 smithi050 ceph-mon[92315]: pgmap v1875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:57:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:57 smithi172 ceph-mon[103696]: pgmap v1875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:57:58.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:58.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:57:59.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:57:59.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:57:59 smithi050 ceph-mon[92315]: 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-09-30T14:58:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:57:59 smithi172 ceph-mon[103696]: 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-09-30T14:58:00.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:00.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:01.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:01.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:01 smithi050 ceph-mon[92315]: 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-09-30T14:58:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:01 smithi172 ceph-mon[103696]: 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-09-30T14:58:02.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:02.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:03.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:03.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:04.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:03 smithi050 ceph-mon[92315]: pgmap v1878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:58:04.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:58:04.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:58:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:03 smithi172 ceph-mon[103696]: pgmap v1878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:58:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:58:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:58:04.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:04.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:58:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:58:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:58:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:58:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:58:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:58:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:58:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:58:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:58:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:58:05.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:05.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:05 smithi050 ceph-mon[92315]: 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-09-30T14:58:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:05 smithi172 ceph-mon[103696]: 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-09-30T14:58:06.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:06.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:07.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:07.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:07 smithi050 ceph-mon[92315]: pgmap v1880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:58:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:07 smithi172 ceph-mon[103696]: pgmap v1880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:58:08.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:08.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:09.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:09.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:09 smithi050 ceph-mon[92315]: 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-09-30T14:58:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:09 smithi172 ceph-mon[103696]: 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-09-30T14:58:10.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:10.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:11.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:11.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:12 smithi050 ceph-mon[92315]: 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-09-30T14:58:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:12 smithi172 ceph-mon[103696]: 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-09-30T14:58:12.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:12.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:13.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:13.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:14 smithi050 ceph-mon[92315]: pgmap v1883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:58:14.659 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:14 smithi172 ceph-mon[103696]: pgmap v1883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:58:15.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:15.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:15.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:15.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:15.755 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:15 smithi172 ceph-mon[103696]: 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-09-30T14:58:15.755 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:15 smithi050 ceph-mon[92315]: 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-09-30T14:58:16.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:16.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:17.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:17.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:17 smithi050 ceph-mon[92315]: pgmap v1885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:58:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:17 smithi172 ceph-mon[103696]: pgmap v1885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:58:18.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:18.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:58:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:58:19.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:19.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:19 smithi050 ceph-mon[92315]: 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-09-30T14:58:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:19 smithi172 ceph-mon[103696]: 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-09-30T14:58:20.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:20.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:21.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:21.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:21 smithi050 ceph-mon[92315]: 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-09-30T14:58:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:21 smithi172 ceph-mon[103696]: 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-09-30T14:58:22.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:22.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:23.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:23.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:23 smithi050 ceph-mon[92315]: pgmap v1888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:58:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:23 smithi172 ceph-mon[103696]: pgmap v1888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:58:24.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:24.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:25 smithi050 ceph-mon[92315]: 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-09-30T14:58:25.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:25.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:25 smithi172 ceph-mon[103696]: 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-09-30T14:58:26.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:26.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:27.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:27.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:27 smithi050 ceph-mon[92315]: pgmap v1890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:58:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:27 smithi172 ceph-mon[103696]: pgmap v1890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:58:28.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:28.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:29.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:29.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:29 smithi050 ceph-mon[92315]: 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-09-30T14:58:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:29 smithi172 ceph-mon[103696]: 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-09-30T14:58:30.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:30.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:31.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:31.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:31 smithi050 ceph-mon[92315]: 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-09-30T14:58:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:31 smithi172 ceph-mon[103696]: 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-09-30T14:58:32.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:32.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:33.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:33.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:34 smithi050 ceph-mon[92315]: pgmap v1893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:58:34.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:58:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:34 smithi172 ceph-mon[103696]: pgmap v1893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:58:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:58:34.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:34.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:35 smithi050 ceph-mon[92315]: 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-09-30T14:58:35.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:35 smithi172 ceph-mon[103696]: 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-09-30T14:58:35.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:35.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:36.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:36.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:37.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:37.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:37 smithi050 ceph-mon[92315]: pgmap v1895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:58:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:37 smithi172 ceph-mon[103696]: pgmap v1895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:58:38.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:38.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:39.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:39.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:39 smithi050 ceph-mon[92315]: 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-09-30T14:58:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:39 smithi172 ceph-mon[103696]: 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-09-30T14:58:40.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:40.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:41.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:41.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:42 smithi050 ceph-mon[92315]: 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-09-30T14:58:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:42 smithi172 ceph-mon[103696]: 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-09-30T14:58:42.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:42.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:43.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:43.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:44.312 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:44 smithi050 ceph-mon[92315]: pgmap v1898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:58:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:44 smithi172 ceph-mon[103696]: pgmap v1898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:58:44.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:44.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:45 smithi050 ceph-mon[92315]: 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-09-30T14:58:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:45 smithi172 ceph-mon[103696]: 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-09-30T14:58:45.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:45.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:46.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:46.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:47.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:47.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:47 smithi050 ceph-mon[92315]: pgmap v1900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:58:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:47 smithi172 ceph-mon[103696]: pgmap v1900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:58:48.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:48.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:58:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:58:49.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:49.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:50 smithi050 ceph-mon[92315]: 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-09-30T14:58:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:50 smithi172 ceph-mon[103696]: 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-09-30T14:58:50.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:50.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:51.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:51.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:52 smithi050 ceph-mon[92315]: 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-09-30T14:58:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:52 smithi172 ceph-mon[103696]: 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-09-30T14:58:52.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:52.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:53.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:53.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:54 smithi050 ceph-mon[92315]: pgmap v1903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:58:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:54 smithi172 ceph-mon[103696]: pgmap v1903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:58:54.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:54.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:55 smithi050 ceph-mon[92315]: 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-09-30T14:58:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:55 smithi172 ceph-mon[103696]: 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-09-30T14:58:55.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:55.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:56.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:56.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:57.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:57.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:58:57 smithi050 ceph-mon[92315]: pgmap v1905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:58:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:58:58 smithi172 ceph-mon[103696]: pgmap v1905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:58:58.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:58.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:58:59.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:58:59.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:00 smithi050 ceph-mon[92315]: 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-09-30T14:59:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:00 smithi172 ceph-mon[103696]: 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-09-30T14:59:00.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:00.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:01.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:01.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:02 smithi050 ceph-mon[92315]: 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-09-30T14:59:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:02 smithi172 ceph-mon[103696]: 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-09-30T14:59:02.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:02.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:03.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:03.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:04 smithi050 ceph-mon[92315]: pgmap v1908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:59:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:59:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:04 smithi172 ceph-mon[103696]: pgmap v1908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:59:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:59:04.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:04.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:59:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:59:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:59:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T14:59:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:59:05.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:59:05.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:05.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:06 smithi050 ceph-mon[92315]: 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-09-30T14:59:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:59:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:59:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:59:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:59:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:59:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:06 smithi172 ceph-mon[103696]: 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-09-30T14:59:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T14:59:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T14:59:06.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:59:06.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T14:59:06.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T14:59:06.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:06.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:07.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:07.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:08 smithi050 ceph-mon[92315]: pgmap v1910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:59:08.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:08 smithi172 ceph-mon[103696]: pgmap v1910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:59:08.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:08.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:09.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:09.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:10 smithi050 ceph-mon[92315]: 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-09-30T14:59:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:10 smithi172 ceph-mon[103696]: 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-09-30T14:59:10.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:10.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:11.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:11.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:12 smithi050 ceph-mon[92315]: 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-09-30T14:59:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:12 smithi172 ceph-mon[103696]: 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-09-30T14:59:12.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:12.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:13.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:13.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:14 smithi050 ceph-mon[92315]: pgmap v1913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:59:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:14 smithi172 ceph-mon[103696]: pgmap v1913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:59:14.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:14.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:15 smithi050 ceph-mon[92315]: 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-09-30T14:59:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:15 smithi172 ceph-mon[103696]: 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-09-30T14:59:15.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:15.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:16.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:16.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:17.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:17.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:18 smithi050 ceph-mon[92315]: pgmap v1915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:59:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:18 smithi172 ceph-mon[103696]: pgmap v1915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:59:18.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:18.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:59:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:59:19.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:19.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:20 smithi050 ceph-mon[92315]: 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-09-30T14:59:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:20 smithi172 ceph-mon[103696]: 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-09-30T14:59:20.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:20.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:21.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:21.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:22 smithi050 ceph-mon[92315]: 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-09-30T14:59:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:22 smithi172 ceph-mon[103696]: 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-09-30T14:59:22.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:22.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:23.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:23.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:24 smithi050 ceph-mon[92315]: pgmap v1918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:59:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:24 smithi172 ceph-mon[103696]: pgmap v1918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:59:24.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:24.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:25 smithi050 ceph-mon[92315]: 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-09-30T14:59:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:25 smithi172 ceph-mon[103696]: 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-09-30T14:59:25.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:25.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:26.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:26.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:27.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:27.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:28 smithi050 ceph-mon[92315]: pgmap v1920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:59:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:28 smithi172 ceph-mon[103696]: pgmap v1920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:59:28.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:28.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:29.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:29.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:30 smithi050 ceph-mon[92315]: 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-09-30T14:59:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:30 smithi172 ceph-mon[103696]: 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-09-30T14:59:30.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:30.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:31.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:31.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:32 smithi172 ceph-mon[103696]: 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-09-30T14:59:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:32 smithi050 ceph-mon[92315]: 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-09-30T14:59:32.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:32.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:33.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:33.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:34 smithi050 ceph-mon[92315]: pgmap v1923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:59:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:59:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:34 smithi172 ceph-mon[103696]: pgmap v1923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:59:34.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:59:34.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:34.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:35 smithi050 ceph-mon[92315]: 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-09-30T14:59:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:35 smithi172 ceph-mon[103696]: 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-09-30T14:59:35.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:35.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:36.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:36.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:37.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:37.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:38 smithi050 ceph-mon[92315]: pgmap v1925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:59:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:38 smithi172 ceph-mon[103696]: pgmap v1925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:59:38.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:38.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:39.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:39.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:40 smithi050 ceph-mon[92315]: 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-09-30T14:59:40.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:40 smithi172 ceph-mon[103696]: 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-09-30T14:59:40.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:40.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:41.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:41.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:42 smithi050 ceph-mon[92315]: 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-09-30T14:59:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:42 smithi172 ceph-mon[103696]: 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-09-30T14:59:42.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:42.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:43.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:43.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:44 smithi050 ceph-mon[92315]: pgmap v1928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:59:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:44 smithi172 ceph-mon[103696]: pgmap v1928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:59:44.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:44.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:45 smithi050 ceph-mon[92315]: 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-09-30T14:59:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:45 smithi172 ceph-mon[103696]: 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-09-30T14:59:45.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:45.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:46.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:46.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:47.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:47.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:48 smithi050 ceph-mon[92315]: pgmap v1930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:59:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:48 smithi172 ceph-mon[103696]: pgmap v1930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:59:48.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:48.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:59:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T14:59:49.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:49.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:50 smithi050 ceph-mon[92315]: 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-09-30T14:59:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:50 smithi172 ceph-mon[103696]: 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-09-30T14:59:50.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:50.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:51.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:51.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:52 smithi050 ceph-mon[92315]: 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-09-30T14:59:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:52 smithi172 ceph-mon[103696]: 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-09-30T14:59:52.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:52.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:53.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:53.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:54 smithi050 ceph-mon[92315]: pgmap v1933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:59:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:54 smithi172 ceph-mon[103696]: pgmap v1933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T14:59:54.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:54.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:55 smithi050 ceph-mon[92315]: 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-09-30T14:59:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:55 smithi172 ceph-mon[103696]: 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-09-30T14:59:55.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:55.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:56.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:56.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:57.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:57.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 14:59:58 smithi050 ceph-mon[92315]: pgmap v1935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:59:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 14:59:58 smithi172 ceph-mon[103696]: pgmap v1935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T14:59:58.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:58.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T14:59:59.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T14:59:59.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:00 smithi050 ceph-mon[92315]: 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-09-30T15:00:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T15:00:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:00 smithi172 ceph-mon[103696]: 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-09-30T15:00:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T15:00:00.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:00.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:01.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:01.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:02 smithi050 ceph-mon[92315]: 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-09-30T15:00:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:02 smithi172 ceph-mon[103696]: 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-09-30T15:00:02.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:02.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:03.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:03.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:04 smithi050 ceph-mon[92315]: pgmap v1938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:00:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:00:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:04 smithi172 ceph-mon[103696]: pgmap v1938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:00:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:00:04.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:04.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:05 smithi050 ceph-mon[92315]: 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-09-30T15:00:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:05 smithi172 ceph-mon[103696]: 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-09-30T15:00:05.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:05.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:06.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:00:06.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:00:06.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:00:06.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:00:06.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:00:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:00:06.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:00:06.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:00:06.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:00:06.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:00:06.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:06.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:07.576 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:07 smithi172 ceph-mon[103696]: pgmap v1940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:00:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:07 smithi050 ceph-mon[92315]: pgmap v1940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:00:07.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:07.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:08.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:08.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:09.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:09.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:10 smithi172 ceph-mon[103696]: 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-09-30T15:00:10.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:00:10.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:00:10.282 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:10 smithi050 ceph-mon[92315]: 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-09-30T15:00:10.282 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:00:10.282 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:00:10.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:10.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:11.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:11.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:00:11.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:00:11.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:00:11.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:00:11.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:00:11.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:00:11.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:00:11.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:11 smithi050 ceph-mon[92315]: 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-09-30T15:00:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:00:11.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:00:11.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:00:11.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:00:11.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:00:11.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:00:11.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:00:11.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:11 smithi172 ceph-mon[103696]: 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-09-30T15:00:12.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:12.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:13.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:13.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:14 smithi050 ceph-mon[92315]: pgmap v1943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:00:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:14 smithi172 ceph-mon[103696]: pgmap v1943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:00:14.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:14.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:15 smithi050 ceph-mon[92315]: 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-09-30T15:00:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:15 smithi172 ceph-mon[103696]: 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-09-30T15:00:15.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:15.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:16.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:16.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:17.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:17.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:18 smithi050 ceph-mon[92315]: pgmap v1945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:00:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:18 smithi172 ceph-mon[103696]: pgmap v1945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:00:18.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:18.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:00:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:00:19.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:19.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:20 smithi050 ceph-mon[92315]: 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-09-30T15:00:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:20 smithi172 ceph-mon[103696]: 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-09-30T15:00:20.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:20.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:21.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:21.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:22 smithi050 ceph-mon[92315]: 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-09-30T15:00:22.368 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:22 smithi172 ceph-mon[103696]: 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-09-30T15:00:22.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:22.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:23.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:23.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:24 smithi050 ceph-mon[92315]: pgmap v1948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:00:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:24 smithi172 ceph-mon[103696]: pgmap v1948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:00:24.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:24.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:25 smithi050 ceph-mon[92315]: 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-09-30T15:00:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:25 smithi172 ceph-mon[103696]: 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-09-30T15:00:25.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:25.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:26.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:26.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:27.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:27.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:28 smithi050 ceph-mon[92315]: pgmap v1950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:00:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:28 smithi172 ceph-mon[103696]: pgmap v1950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:00:28.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:28.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:29.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:29.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:30 smithi050 ceph-mon[92315]: 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-09-30T15:00:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:30 smithi172 ceph-mon[103696]: 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-09-30T15:00:30.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:30.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:31.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:31.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:32 smithi050 ceph-mon[92315]: 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-09-30T15:00:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:32 smithi172 ceph-mon[103696]: 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-09-30T15:00:32.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:32.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:33.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:33.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:34 smithi050 ceph-mon[92315]: pgmap v1953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:00:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:00:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:34 smithi172 ceph-mon[103696]: pgmap v1953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:00:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:00:34.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:34.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:35.565 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:35 smithi050 ceph-mon[92315]: 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-09-30T15:00:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:35 smithi172 ceph-mon[103696]: 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-09-30T15:00:35.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:35.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:36.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:36.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:37.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:37.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:38 smithi050 ceph-mon[92315]: pgmap v1955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:00:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:38 smithi172 ceph-mon[103696]: pgmap v1955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:00:38.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:38.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:39.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:39.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:40 smithi050 ceph-mon[92315]: 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-09-30T15:00:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:40 smithi172 ceph-mon[103696]: 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-09-30T15:00:40.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:40.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:41.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:41.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:42 smithi050 ceph-mon[92315]: 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-09-30T15:00:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:42 smithi172 ceph-mon[103696]: 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-09-30T15:00:42.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:42.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:43.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:43.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:44 smithi050 ceph-mon[92315]: pgmap v1958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:00:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:44 smithi172 ceph-mon[103696]: pgmap v1958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:00:44.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:44.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:45 smithi050 ceph-mon[92315]: 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-09-30T15:00:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:45 smithi172 ceph-mon[103696]: 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-09-30T15:00:45.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:45.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:46.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:46.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:47.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:47.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:48 smithi050 ceph-mon[92315]: pgmap v1960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:00:48.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:48 smithi172 ceph-mon[103696]: pgmap v1960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:00:48.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:48.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:00:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:00:49.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:49.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:50 smithi050 ceph-mon[92315]: 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-09-30T15:00:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:50 smithi172 ceph-mon[103696]: 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-09-30T15:00:50.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:50.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:51.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:51.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:52.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:52 smithi050 ceph-mon[92315]: 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-09-30T15:00:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:52 smithi172 ceph-mon[103696]: 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-09-30T15:00:52.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:52.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:53.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:53.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:54 smithi050 ceph-mon[92315]: pgmap v1963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:00:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:54 smithi172 ceph-mon[103696]: pgmap v1963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:00:54.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:54.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:55 smithi050 ceph-mon[92315]: 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-09-30T15:00:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:55 smithi172 ceph-mon[103696]: 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-09-30T15:00:55.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:55.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:56.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:56.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:57.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:57.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:00:58 smithi050 ceph-mon[92315]: pgmap v1965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:00:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:00:58 smithi172 ceph-mon[103696]: pgmap v1965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:00:58.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:58.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:00:59.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:00:59.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:00 smithi050 ceph-mon[92315]: 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-09-30T15:01:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:00 smithi172 ceph-mon[103696]: 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-09-30T15:01:00.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:00.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:01.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:01.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:02 smithi050 ceph-mon[92315]: 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-09-30T15:01:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:02 smithi172 ceph-mon[103696]: 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-09-30T15:01:02.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:02.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:03.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:03.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:04 smithi050 ceph-mon[92315]: pgmap v1968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:01:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:01:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:04 smithi172 ceph-mon[103696]: pgmap v1968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:01:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:01:04.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:04.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:05 smithi050 ceph-mon[92315]: 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-09-30T15:01:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:05 smithi172 ceph-mon[103696]: 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-09-30T15:01:05.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:05.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:06.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:06.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:07.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:07.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:08 smithi172 ceph-mon[103696]: pgmap v1970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:01:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:08 smithi050 ceph-mon[92315]: pgmap v1970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:01:08.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:08.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:09.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:09.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:10 smithi050 ceph-mon[92315]: 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-09-30T15:01:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:10 smithi172 ceph-mon[103696]: 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-09-30T15:01:10.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:10.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:01:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:01:11.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:11.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:12 smithi050 ceph-mon[92315]: 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-09-30T15:01:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:01:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:01:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:01:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:01:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:01:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:12 smithi172 ceph-mon[103696]: 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-09-30T15:01:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:01:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:01:12.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:01:12.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:01:12.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:01:12.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:12.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:13.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:13.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:14 smithi050 ceph-mon[92315]: pgmap v1973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:01:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:14 smithi172 ceph-mon[103696]: pgmap v1973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:01:14.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:14.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:15 smithi050 ceph-mon[92315]: 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-09-30T15:01:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:15 smithi172 ceph-mon[103696]: 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-09-30T15:01:15.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:15.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:16.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:16.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:17.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:17.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:18 smithi050 ceph-mon[92315]: pgmap v1975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:01:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:18 smithi172 ceph-mon[103696]: pgmap v1975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:01:18.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:18.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:01:19.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:01:19.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:19.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:20 smithi050 ceph-mon[92315]: 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-09-30T15:01:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:20 smithi172 ceph-mon[103696]: 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-09-30T15:01:20.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:20.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:21.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:21.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:22 smithi050 ceph-mon[92315]: 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-09-30T15:01:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:22 smithi172 ceph-mon[103696]: 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-09-30T15:01:22.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:22.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:23.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:23.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:24 smithi050 ceph-mon[92315]: pgmap v1978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:01:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:24 smithi172 ceph-mon[103696]: pgmap v1978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:01:24.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:24.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:25 smithi050 ceph-mon[92315]: 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-09-30T15:01:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:25 smithi172 ceph-mon[103696]: 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-09-30T15:01:25.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:25.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:26.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:26.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:27.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:27.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:28 smithi050 ceph-mon[92315]: pgmap v1980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:01:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:28 smithi172 ceph-mon[103696]: pgmap v1980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:01:28.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:28.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:29.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:29.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:30 smithi050 ceph-mon[92315]: 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-09-30T15:01:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:30 smithi172 ceph-mon[103696]: 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-09-30T15:01:30.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:30.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:31.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:31.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:32 smithi050 ceph-mon[92315]: 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-09-30T15:01:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:32 smithi172 ceph-mon[103696]: 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-09-30T15:01:32.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:32.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:33.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:33.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:34 smithi050 ceph-mon[92315]: pgmap v1983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:01:34.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:01:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:34 smithi172 ceph-mon[103696]: pgmap v1983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:01:34.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:01:34.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:34.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:35 smithi050 ceph-mon[92315]: 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-09-30T15:01:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:35 smithi172 ceph-mon[103696]: 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-09-30T15:01:35.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:35.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:36.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:36.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:37.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:37.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:38 smithi050 ceph-mon[92315]: pgmap v1985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:01:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:38 smithi172 ceph-mon[103696]: pgmap v1985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:01:38.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:38.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:39.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:39.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:40 smithi050 ceph-mon[92315]: 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-09-30T15:01:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:40 smithi172 ceph-mon[103696]: 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-09-30T15:01:40.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:40.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:41.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:41.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:42 smithi050 ceph-mon[92315]: 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-09-30T15:01:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:42 smithi172 ceph-mon[103696]: 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-09-30T15:01:42.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:42.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:43.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:43.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:44 smithi050 ceph-mon[92315]: pgmap v1988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:01:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:44 smithi172 ceph-mon[103696]: pgmap v1988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:01:44.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:44.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:45 smithi050 ceph-mon[92315]: osdmap e47: 8 total, 8 up, 8 in 2023-09-30T15:01:45.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:45 smithi050 ceph-mon[92315]: pgmap v1990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-09-30T15:01:45.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:45 smithi172 ceph-mon[103696]: osdmap e47: 8 total, 8 up, 8 in 2023-09-30T15:01:45.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:45 smithi172 ceph-mon[103696]: pgmap v1990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-09-30T15:01:45.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:45.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:46.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:46.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:47.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:47.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:48 smithi050 ceph-mon[92315]: pgmap v1991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-09-30T15:01:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:48 smithi172 ceph-mon[103696]: pgmap v1991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-09-30T15:01:48.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:48.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:01:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:01:49.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:49.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:50 smithi050 ceph-mon[92315]: pgmap v1992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-09-30T15:01:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:50 smithi172 ceph-mon[103696]: pgmap v1992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-09-30T15:01:50.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:50.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:51.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:51.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:52 smithi050 ceph-mon[92315]: pgmap v1993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-09-30T15:01:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:52 smithi172 ceph-mon[103696]: pgmap v1993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-09-30T15:01:52.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:52.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:53.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:53.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:54 smithi050 ceph-mon[92315]: pgmap v1994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-09-30T15:01:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:54 smithi172 ceph-mon[103696]: pgmap v1994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-09-30T15:01:54.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:54.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:55 smithi050 ceph-mon[92315]: pgmap v1995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-09-30T15:01:55.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:55 smithi172 ceph-mon[103696]: pgmap v1995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-09-30T15:01:55.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:55.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:56.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:56.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:57.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:57.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:01:58 smithi050 ceph-mon[92315]: pgmap v1996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:01:58.370 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:01:58 smithi172 ceph-mon[103696]: pgmap v1996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:01:58.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:01:59.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:01:59.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:01.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:01.112 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:00 smithi172 ceph-mon[103696]: pgmap v1997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:02:01.112 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:00 smithi050 ceph-mon[92315]: pgmap v1997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:02:01.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:01.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:01.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:01.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:02 smithi050 ceph-mon[92315]: pgmap v1998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:02:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:02 smithi172 ceph-mon[103696]: pgmap v1998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:02:02.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:02.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:03.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:03.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:04 smithi050 ceph-mon[92315]: pgmap v1999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:02:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:02:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:04 smithi172 ceph-mon[103696]: pgmap v1999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:02:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:02:04.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:05.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:05 smithi050 ceph-mon[92315]: pgmap v2000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:02:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:05 smithi172 ceph-mon[103696]: pgmap v2000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:02:05.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:08.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:08.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:08.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:08.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:08.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:08 smithi050 ceph-mon[92315]: pgmap v2001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:02:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:08 smithi172 ceph-mon[103696]: pgmap v2001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:02:08.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:08.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:09.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:09.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:10 smithi050 ceph-mon[92315]: 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-09-30T15:02:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:10 smithi172 ceph-mon[103696]: 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-09-30T15:02:10.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:10.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:11.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:11.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:12 smithi050 ceph-mon[92315]: 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-09-30T15:02:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:02:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:02:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:02:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:02:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:02:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:02:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:12 smithi172 ceph-mon[103696]: 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-09-30T15:02:12.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:02:12.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:02:12.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:02:12.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:02:12.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:02:12.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:02:12.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:12.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:13.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:13.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:14 smithi050 ceph-mon[92315]: pgmap v2004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:02:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:14 smithi172 ceph-mon[103696]: pgmap v2004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:02:14.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:14.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:15 smithi050 ceph-mon[92315]: 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-09-30T15:02:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:15 smithi172 ceph-mon[103696]: 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-09-30T15:02:15.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:15.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:16.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:16.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:18.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:18.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:18 smithi050 ceph-mon[92315]: pgmap v2006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:02:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:18 smithi172 ceph-mon[103696]: pgmap v2006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:02:19.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:19.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:02:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:02:20.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:20.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:20 smithi050 ceph-mon[92315]: 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-09-30T15:02:20.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:20 smithi172 ceph-mon[103696]: 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-09-30T15:02:21.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:21.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:22.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:22.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:22 smithi050 ceph-mon[92315]: 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-09-30T15:02:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:22 smithi172 ceph-mon[103696]: 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-09-30T15:02:23.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:23.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:24.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:24.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:24 smithi050 ceph-mon[92315]: pgmap v2009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:02:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:24 smithi172 ceph-mon[103696]: pgmap v2009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:02:25.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:25.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:25 smithi050 ceph-mon[92315]: 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-09-30T15:02:25.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:25 smithi172 ceph-mon[103696]: 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-09-30T15:02:26.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:26.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:27.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:27.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:28.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:28.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:28 smithi050 ceph-mon[92315]: pgmap v2011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:02:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:28 smithi172 ceph-mon[103696]: pgmap v2011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:02:29.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:29.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:30.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:30.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:30 smithi050 ceph-mon[92315]: 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-09-30T15:02:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:30 smithi172 ceph-mon[103696]: 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-09-30T15:02:31.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:31.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:32.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:32.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:32 smithi050 ceph-mon[92315]: 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-09-30T15:02:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:32 smithi172 ceph-mon[103696]: 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-09-30T15:02:33.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:33.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:34.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:34.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:34 smithi050 ceph-mon[92315]: pgmap v2014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:02:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:02:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:34 smithi172 ceph-mon[103696]: pgmap v2014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:02:34.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:02:35.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:35.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:35 smithi050 ceph-mon[92315]: 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-09-30T15:02:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:35 smithi172 ceph-mon[103696]: 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-09-30T15:02:36.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:36.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:37.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:37.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:38.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:38.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:38 smithi050 ceph-mon[92315]: pgmap v2016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:02:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:38 smithi172 ceph-mon[103696]: pgmap v2016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:02:39.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:39.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:40.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:40.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:40 smithi050 ceph-mon[92315]: 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-09-30T15:02:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:40 smithi172 ceph-mon[103696]: 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-09-30T15:02:41.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:41.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:42.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:42.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:42 smithi050 ceph-mon[92315]: 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-09-30T15:02:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:42 smithi172 ceph-mon[103696]: 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-09-30T15:02:43.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:43.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:44.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:44.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:44 smithi172 ceph-mon[103696]: pgmap v2019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:02:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:44 smithi050 ceph-mon[92315]: pgmap v2019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:02:45.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:45.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:45 smithi050 ceph-mon[92315]: 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-09-30T15:02:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:45 smithi172 ceph-mon[103696]: 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-09-30T15:02:46.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:46.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:47.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:47.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:48.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:48.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:48 smithi050 ceph-mon[92315]: pgmap v2021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:02:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:48 smithi172 ceph-mon[103696]: pgmap v2021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:02:49.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:49.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:02:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:02:50.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:50.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:50 smithi050 ceph-mon[92315]: 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-09-30T15:02:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:50 smithi172 ceph-mon[103696]: 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-09-30T15:02:51.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:51.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:52.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:52.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:52 smithi050 ceph-mon[92315]: 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-09-30T15:02:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:52 smithi172 ceph-mon[103696]: 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-09-30T15:02:53.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:53.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:54.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:54.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:54 smithi050 ceph-mon[92315]: pgmap v2024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:02:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:54 smithi172 ceph-mon[103696]: pgmap v2024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:02:55.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:55.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:55 smithi050 ceph-mon[92315]: 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-09-30T15:02:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:55 smithi172 ceph-mon[103696]: 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-09-30T15:02:56.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:56.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:57.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:57.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:58.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:58.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:02:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:02:58 smithi050 ceph-mon[92315]: pgmap v2026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:02:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:02:58 smithi172 ceph-mon[103696]: pgmap v2026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:02:59.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:02:59.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:00.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:00.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:00 smithi050 ceph-mon[92315]: 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-09-30T15:03:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:00 smithi172 ceph-mon[103696]: 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-09-30T15:03:01.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:01.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:02.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:02.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:02 smithi050 ceph-mon[92315]: 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-09-30T15:03:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:02 smithi172 ceph-mon[103696]: 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-09-30T15:03:03.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:03.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:04.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:04.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:04 smithi050 ceph-mon[92315]: pgmap v2029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:03:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:03:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:04 smithi172 ceph-mon[103696]: pgmap v2029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:03:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:03:05.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:05.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:05 smithi050 ceph-mon[92315]: 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-09-30T15:03:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:05 smithi172 ceph-mon[103696]: 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-09-30T15:03:06.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:06.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:07.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:07.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:08.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:08.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:08 smithi050 ceph-mon[92315]: pgmap v2031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:03:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:08 smithi172 ceph-mon[103696]: pgmap v2031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:03:09.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:09.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:10.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:10.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:10 smithi050 ceph-mon[92315]: 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-09-30T15:03:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:10 smithi172 ceph-mon[103696]: 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-09-30T15:03:11.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:11.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:12.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:12.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:12.341 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:12 smithi050 ceph-mon[92315]: 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-09-30T15:03:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:12 smithi172 ceph-mon[103696]: 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-09-30T15:03:13.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:13.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:03:13.465 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:03:13.465 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:03:13.465 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:03:13.465 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:03:13.465 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:03:13.466 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:03:13.466 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:03:13.466 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:03:13.466 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:03:13.466 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:03:13.466 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:03:14.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:14.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:14 smithi050 ceph-mon[92315]: pgmap v2034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:03:14.478 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:14 smithi172 ceph-mon[103696]: pgmap v2034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:03:15.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:15.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:15 smithi050 ceph-mon[92315]: 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-09-30T15:03:15.920 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:15 smithi172 ceph-mon[103696]: 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-09-30T15:03:16.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:16.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:17.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:17.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:18.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:18.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:18.695 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:18 smithi172 ceph-mon[103696]: pgmap v2036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:03:18.710 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:18 smithi050 ceph-mon[92315]: pgmap v2036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:03:19.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:19.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:03:19.789 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:03:20.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:20.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:20 smithi050 ceph-mon[92315]: 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-09-30T15:03:20.422 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:20 smithi172 ceph-mon[103696]: 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-09-30T15:03:21.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:21.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:22.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:22.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:22 smithi050 ceph-mon[92315]: 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-09-30T15:03:22.400 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:22 smithi172 ceph-mon[103696]: 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-09-30T15:03:23.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:23.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:24.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:24.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:24 smithi172 ceph-mon[103696]: pgmap v2039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:03:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:24 smithi050 ceph-mon[92315]: pgmap v2039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:03:25.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:25.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:25 smithi050 ceph-mon[92315]: 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-09-30T15:03:25.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:25 smithi172 ceph-mon[103696]: 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-09-30T15:03:26.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:26.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:27.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:27.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:28.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:28.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:28 smithi050 ceph-mon[92315]: pgmap v2041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:03:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:28 smithi172 ceph-mon[103696]: pgmap v2041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:03:29.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:29.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:30.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:30.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:30 smithi050 ceph-mon[92315]: 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-09-30T15:03:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:30 smithi172 ceph-mon[103696]: 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-09-30T15:03:31.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:31.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:32.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:32.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:32 smithi050 ceph-mon[92315]: 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-09-30T15:03:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:32 smithi172 ceph-mon[103696]: 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-09-30T15:03:33.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:33.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:34.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:34.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:34.372 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:34 smithi172 ceph-mon[103696]: pgmap v2044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:03:34.373 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:03:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:34 smithi050 ceph-mon[92315]: pgmap v2044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:03:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:03:35.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:35.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:35 smithi050 ceph-mon[92315]: 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-09-30T15:03:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:35 smithi172 ceph-mon[103696]: 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-09-30T15:03:36.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:36.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:37.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:37.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:38.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:38.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:38 smithi050 ceph-mon[92315]: pgmap v2046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:03:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:38 smithi172 ceph-mon[103696]: pgmap v2046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:03:39.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:39.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:40.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:40.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:40 smithi050 ceph-mon[92315]: 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-09-30T15:03:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:40 smithi172 ceph-mon[103696]: 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-09-30T15:03:41.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:41.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:42.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:42.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:42 smithi172 ceph-mon[103696]: 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-09-30T15:03:42.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:42 smithi050 ceph-mon[92315]: 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-09-30T15:03:43.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:43.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:44.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:44.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:44 smithi172 ceph-mon[103696]: pgmap v2049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:03:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:44 smithi050 ceph-mon[92315]: pgmap v2049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:03:45.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:45.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:45 smithi050 ceph-mon[92315]: 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-09-30T15:03:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:45 smithi172 ceph-mon[103696]: 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-09-30T15:03:46.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:46.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:47.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:47.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:48.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:48.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:48 smithi050 ceph-mon[92315]: pgmap v2051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:03:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:48 smithi172 ceph-mon[103696]: pgmap v2051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:03:49.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:49.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:03:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:03:50.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:50.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:50 smithi172 ceph-mon[103696]: 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-09-30T15:03:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:50 smithi050 ceph-mon[92315]: 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-09-30T15:03:51.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:51.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:52.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:52.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:52 smithi172 ceph-mon[103696]: 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-09-30T15:03:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:52 smithi050 ceph-mon[92315]: 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-09-30T15:03:53.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:53.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:54.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:54.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:54.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:54 smithi172 ceph-mon[103696]: pgmap v2054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:03:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:54 smithi050 ceph-mon[92315]: pgmap v2054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:03:55.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:55.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:55 smithi050 ceph-mon[92315]: 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-09-30T15:03:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:55 smithi172 ceph-mon[103696]: 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-09-30T15:03:56.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:56.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:57.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:57.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:58.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:58.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:03:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:03:58 smithi050 ceph-mon[92315]: pgmap v2056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:03:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:03:58 smithi172 ceph-mon[103696]: pgmap v2056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:03:59.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:03:59.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:00.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:00.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:00 smithi172 ceph-mon[103696]: 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-09-30T15:04:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:00 smithi050 ceph-mon[92315]: 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-09-30T15:04:01.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:01.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:02.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:02.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:02 smithi172 ceph-mon[103696]: 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-09-30T15:04:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:02 smithi050 ceph-mon[92315]: 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-09-30T15:04:03.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:03.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:04.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:04.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:04 smithi172 ceph-mon[103696]: pgmap v2059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:04:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:04:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:04 smithi050 ceph-mon[92315]: pgmap v2059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:04:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:04:05.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:05.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:05 smithi050 ceph-mon[92315]: 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-09-30T15:04:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:05 smithi172 ceph-mon[103696]: 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-09-30T15:04:06.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:06.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:07.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:07.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:08.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:08.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:08 smithi050 ceph-mon[92315]: pgmap v2061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:04:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:08 smithi172 ceph-mon[103696]: pgmap v2061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:04:09.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:09.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:10.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:10.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:10 smithi172 ceph-mon[103696]: 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-09-30T15:04:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:10 smithi050 ceph-mon[92315]: 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-09-30T15:04:11.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:11.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:12.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:12.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:12 smithi172 ceph-mon[103696]: 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-09-30T15:04:12.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:12 smithi050 ceph-mon[92315]: 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-09-30T15:04:13.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:13.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:04:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:04:14.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:14.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:14.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:14 smithi172 ceph-mon[103696]: pgmap v2064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:04:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:14 smithi050 ceph-mon[92315]: pgmap v2064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:04:15.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:15.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:15 smithi050 ceph-mon[92315]: 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-09-30T15:04:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:15 smithi172 ceph-mon[103696]: 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-09-30T15:04:16.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:16.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:17.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:17.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:18.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:18.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:18 smithi050 ceph-mon[92315]: pgmap v2066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:04:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:04:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:04:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:04:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:18 smithi172 ceph-mon[103696]: pgmap v2066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:04:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:04:18.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:04:18.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:04:19.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:19.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:19.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:04:19.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:04:19.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:04:19.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:04:19.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:04:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:04:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:04:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:04:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:04:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:04:20.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:20.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:20 smithi172 ceph-mon[103696]: 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-09-30T15:04:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:20 smithi050 ceph-mon[92315]: 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-09-30T15:04:21.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:21.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:22.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:22.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:22 smithi050 ceph-mon[92315]: 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-09-30T15:04:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:22 smithi172 ceph-mon[103696]: 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-09-30T15:04:23.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:24.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:24.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:24.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:24 smithi050 ceph-mon[92315]: pgmap v2069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:04:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:24 smithi172 ceph-mon[103696]: pgmap v2069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:04:25.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:25.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:25 smithi172 ceph-mon[103696]: 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-09-30T15:04:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:25 smithi050 ceph-mon[92315]: 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-09-30T15:04:26.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:26.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:27.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:27.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:28.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:28.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:28 smithi172 ceph-mon[103696]: pgmap v2071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:04:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:28 smithi050 ceph-mon[92315]: pgmap v2071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:04:29.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:29.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:30.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:30.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:30 smithi172 ceph-mon[103696]: 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-09-30T15:04:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:30 smithi050 ceph-mon[92315]: 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-09-30T15:04:31.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:31.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:32.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:32.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:32 smithi172 ceph-mon[103696]: 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-09-30T15:04:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:32 smithi050 ceph-mon[92315]: 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-09-30T15:04:33.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:33.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:34.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:34.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:34 smithi172 ceph-mon[103696]: pgmap v2074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:04:34.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:04:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:34 smithi050 ceph-mon[92315]: pgmap v2074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:04:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:04:35.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:35.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:35 smithi172 ceph-mon[103696]: 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-09-30T15:04:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:35 smithi050 ceph-mon[92315]: 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-09-30T15:04:36.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:36.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:37.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:37.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:38.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:38.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:38 smithi172 ceph-mon[103696]: pgmap v2076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:04:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:38 smithi050 ceph-mon[92315]: pgmap v2076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:04:39.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:39.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:40.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:40.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:40 smithi172 ceph-mon[103696]: 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-09-30T15:04:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:40 smithi050 ceph-mon[92315]: 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-09-30T15:04:41.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:41.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:42.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:42.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:42 smithi172 ceph-mon[103696]: 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-09-30T15:04:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:42 smithi050 ceph-mon[92315]: 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-09-30T15:04:43.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:43.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:44.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:44.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:44 smithi172 ceph-mon[103696]: pgmap v2079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:04:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:44 smithi050 ceph-mon[92315]: pgmap v2079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:04:45.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:45.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:45 smithi172 ceph-mon[103696]: 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-09-30T15:04:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:45 smithi050 ceph-mon[92315]: 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-09-30T15:04:46.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:46.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:47.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:47.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:48.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:48.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:48 smithi172 ceph-mon[103696]: pgmap v2081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:04:48.431 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:48 smithi050 ceph-mon[92315]: pgmap v2081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:04:49.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:49.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:04:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:04:50.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:50.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:50 smithi172 ceph-mon[103696]: 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-09-30T15:04:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:50 smithi050 ceph-mon[92315]: 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-09-30T15:04:51.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:51.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:52.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:52.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:52 smithi172 ceph-mon[103696]: 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-09-30T15:04:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:52 smithi050 ceph-mon[92315]: 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-09-30T15:04:53.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:53.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:54.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:54.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:54 smithi172 ceph-mon[103696]: pgmap v2084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:04:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:54 smithi050 ceph-mon[92315]: pgmap v2084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:04:55.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:55.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:55 smithi172 ceph-mon[103696]: 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-09-30T15:04:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:55 smithi050 ceph-mon[92315]: 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-09-30T15:04:56.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:56.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:57.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:57.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:58.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:58.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:04:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:04:58 smithi172 ceph-mon[103696]: pgmap v2086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:04:58.544 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:04:58 smithi050 ceph-mon[92315]: pgmap v2086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:04:59.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:04:59.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:00.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:00.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:00 smithi172 ceph-mon[103696]: 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-09-30T15:05:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:00 smithi050 ceph-mon[92315]: 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-09-30T15:05:01.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:01.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:02.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:02.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:02 smithi172 ceph-mon[103696]: 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-09-30T15:05:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:02 smithi050 ceph-mon[92315]: 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-09-30T15:05:03.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:03.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:04.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:04.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:04 smithi172 ceph-mon[103696]: pgmap v2089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:05:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:05:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:04 smithi050 ceph-mon[92315]: pgmap v2089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:05:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:05:05.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:05.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:05 smithi172 ceph-mon[103696]: 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-09-30T15:05:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:05 smithi050 ceph-mon[92315]: 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-09-30T15:05:06.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:06.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:07.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:07.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:08.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:08.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:08 smithi172 ceph-mon[103696]: pgmap v2091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:05:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:08 smithi050 ceph-mon[92315]: pgmap v2091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:05:09.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:09.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:10.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:10.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:10 smithi172 ceph-mon[103696]: 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-09-30T15:05:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:10 smithi050 ceph-mon[92315]: 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-09-30T15:05:11.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:11.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:12.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:12.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:12 smithi172 ceph-mon[103696]: 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-09-30T15:05:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:12 smithi050 ceph-mon[92315]: 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-09-30T15:05:13.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:13.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:14.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:14.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:14 smithi050 ceph-mon[92315]: pgmap v2094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:05:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:14 smithi172 ceph-mon[103696]: pgmap v2094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:05:15.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:15.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:15 smithi172 ceph-mon[103696]: 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-09-30T15:05:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:15 smithi050 ceph-mon[92315]: 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-09-30T15:05:16.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:16.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:17.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:17.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:18.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:18.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:18 smithi172 ceph-mon[103696]: pgmap v2096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:05:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:18 smithi050 ceph-mon[92315]: pgmap v2096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:05:19.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:19.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:05:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:05:19.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:05:19.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:05:19.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:05:19.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:05:19.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:05:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:05:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:05:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:05:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:05:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:05:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:05:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:05:20.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:20.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:20.478 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:20 smithi172 ceph-mon[103696]: 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-09-30T15:05:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:20 smithi050 ceph-mon[92315]: 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-09-30T15:05:21.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:21.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:22.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:22.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:22 smithi050 ceph-mon[92315]: 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-09-30T15:05:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:22 smithi172 ceph-mon[103696]: 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-09-30T15:05:23.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:23.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:24.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:24.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:24 smithi050 ceph-mon[92315]: pgmap v2099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:05:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:24 smithi172 ceph-mon[103696]: pgmap v2099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:05:25.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:25.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:25 smithi172 ceph-mon[103696]: 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-09-30T15:05:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:25 smithi050 ceph-mon[92315]: 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-09-30T15:05:26.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:26.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:27.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:27.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:28.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:28.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:28 smithi050 ceph-mon[92315]: pgmap v2101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:05:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:28 smithi172 ceph-mon[103696]: pgmap v2101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:05:29.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:29.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:30.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:30.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:30.582 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:30 smithi172 ceph-mon[103696]: 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-09-30T15:05:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:30 smithi050 ceph-mon[92315]: 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-09-30T15:05:31.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:31.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:32.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:32.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:32 smithi050 ceph-mon[92315]: 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-09-30T15:05:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:32 smithi172 ceph-mon[103696]: 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-09-30T15:05:33.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:33.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:34.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:34.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:34 smithi050 ceph-mon[92315]: pgmap v2104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:05:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:05:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:34 smithi172 ceph-mon[103696]: pgmap v2104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:05:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:05:35.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:35.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:35 smithi172 ceph-mon[103696]: 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-09-30T15:05:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:35 smithi050 ceph-mon[92315]: 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-09-30T15:05:36.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:36.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:37.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:37.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:38.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:38.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:38 smithi050 ceph-mon[92315]: pgmap v2106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:05:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:38 smithi172 ceph-mon[103696]: pgmap v2106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:05:39.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:39.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:40.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:40.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:40 smithi050 ceph-mon[92315]: 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-09-30T15:05:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:40 smithi172 ceph-mon[103696]: 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-09-30T15:05:41.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:41.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:42.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:42.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:42 smithi050 ceph-mon[92315]: 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-09-30T15:05:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:42 smithi172 ceph-mon[103696]: 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-09-30T15:05:43.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:43.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:44.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:44.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:44 smithi050 ceph-mon[92315]: pgmap v2109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:05:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:44 smithi172 ceph-mon[103696]: pgmap v2109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:05:45.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:45.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:45 smithi172 ceph-mon[103696]: 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-09-30T15:05:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:45 smithi050 ceph-mon[92315]: 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-09-30T15:05:46.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:46.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:47.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:47.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:48.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:48.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:48 smithi050 ceph-mon[92315]: pgmap v2111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:05:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:48 smithi172 ceph-mon[103696]: pgmap v2111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:05:49.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:49.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:05:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:05:50.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:50.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:50 smithi050 ceph-mon[92315]: 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-09-30T15:05:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:50 smithi172 ceph-mon[103696]: 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-09-30T15:05:51.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:51.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:52.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:52.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:52 smithi050 ceph-mon[92315]: 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-09-30T15:05:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:52 smithi172 ceph-mon[103696]: 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-09-30T15:05:53.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:53.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:54.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:54.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:54 smithi050 ceph-mon[92315]: pgmap v2114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:05:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:54 smithi172 ceph-mon[103696]: pgmap v2114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:05:55.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:55.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:55 smithi172 ceph-mon[103696]: 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-09-30T15:05:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:55 smithi050 ceph-mon[92315]: 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-09-30T15:05:56.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:56.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:57.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:57.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:58.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:58.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:05:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:05:58 smithi050 ceph-mon[92315]: pgmap v2116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:05:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:05:58 smithi172 ceph-mon[103696]: pgmap v2116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:05:59.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:05:59.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:00.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:00.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:00 smithi050 ceph-mon[92315]: 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-09-30T15:06:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:00 smithi172 ceph-mon[103696]: 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-09-30T15:06:01.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:01.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:02.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:02.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:02 smithi050 ceph-mon[92315]: 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-09-30T15:06:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:02 smithi172 ceph-mon[103696]: 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-09-30T15:06:03.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:03.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:04.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:04.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:04 smithi050 ceph-mon[92315]: pgmap v2119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:06:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:06:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:04 smithi172 ceph-mon[103696]: pgmap v2119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:06:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:06:05.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:05.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:05 smithi172 ceph-mon[103696]: 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-09-30T15:06:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:05 smithi050 ceph-mon[92315]: 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-09-30T15:06:06.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:06.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:07.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:07.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:08.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:08.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:08 smithi050 ceph-mon[92315]: pgmap v2121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:06:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:08 smithi172 ceph-mon[103696]: pgmap v2121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:06:09.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:09.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:10.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:10.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:10 smithi050 ceph-mon[92315]: 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-09-30T15:06:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:10 smithi172 ceph-mon[103696]: 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-09-30T15:06:11.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:11.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:12.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:12.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:12 smithi050 ceph-mon[92315]: 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-09-30T15:06:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:12 smithi172 ceph-mon[103696]: 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-09-30T15:06:13.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:13.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:14.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:14.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:14.400 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:14 smithi050 ceph-mon[92315]: pgmap v2124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:06:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:14 smithi172 ceph-mon[103696]: pgmap v2124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:06:15.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:15.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:15 smithi172 ceph-mon[103696]: 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-09-30T15:06:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:15 smithi050 ceph-mon[92315]: 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-09-30T15:06:16.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:16.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:17.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:17.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:18.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:18.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:18 smithi050 ceph-mon[92315]: pgmap v2126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:06:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:18 smithi172 ceph-mon[103696]: pgmap v2126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:06:19.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:19.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:19.459 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:06:19.459 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:06:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:06:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:06:20.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:20.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:20 smithi050 ceph-mon[92315]: 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-09-30T15:06:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:20 smithi172 ceph-mon[103696]: 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-09-30T15:06:21.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:21.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:22.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:22.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:22.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:22 smithi050 ceph-mon[92315]: 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-09-30T15:06:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:22 smithi172 ceph-mon[103696]: 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-09-30T15:06:23.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:23.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:24.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:24.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:24.517 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:24 smithi050 ceph-mon[92315]: pgmap v2129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:06:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:24 smithi172 ceph-mon[103696]: pgmap v2129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:06:25.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:25.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:25 smithi172 ceph-mon[103696]: 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-09-30T15:06:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:25 smithi050 ceph-mon[92315]: 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-09-30T15:06:26.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:26.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:27.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:27.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:06:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:06:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:27 smithi050 ceph-mon[92315]: pgmap v2131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:06:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:06:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:06:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:06:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:06:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:06:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:06:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:06:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:27 smithi172 ceph-mon[103696]: pgmap v2131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:06:28.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:06:28.517 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:06:28.517 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:06:28.518 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:06:28.518 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:06:28.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:28.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:29.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:29.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:30.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:30.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:30 smithi050 ceph-mon[92315]: 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-09-30T15:06:30.652 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:30 smithi172 ceph-mon[103696]: 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-09-30T15:06:31.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:31.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:32.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:32.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:32 smithi050 ceph-mon[92315]: 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-09-30T15:06:32.745 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:32 smithi172 ceph-mon[103696]: 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-09-30T15:06:33.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:33.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:34.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:34.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:34 smithi050 ceph-mon[92315]: pgmap v2134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:06:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:06:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:34 smithi172 ceph-mon[103696]: pgmap v2134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:06:34.667 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:06:35.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:35.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:35 smithi050 ceph-mon[92315]: 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-09-30T15:06:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:35 smithi172 ceph-mon[103696]: 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-09-30T15:06:36.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:36.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:37.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:37.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:38.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:38.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:38 smithi050 ceph-mon[92315]: pgmap v2136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:06:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:38 smithi172 ceph-mon[103696]: pgmap v2136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:06:39.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:39.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:40.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:40.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:40 smithi050 ceph-mon[92315]: 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-09-30T15:06:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:40 smithi172 ceph-mon[103696]: 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-09-30T15:06:41.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:41.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:42.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:42.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:42 smithi050 ceph-mon[92315]: 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-09-30T15:06:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:42 smithi172 ceph-mon[103696]: 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-09-30T15:06:43.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:43.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:44.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:44.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:44 smithi050 ceph-mon[92315]: pgmap v2139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:06:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:44 smithi172 ceph-mon[103696]: pgmap v2139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:06:45.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:45.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:45 smithi050 ceph-mon[92315]: 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-09-30T15:06:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:45 smithi172 ceph-mon[103696]: 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-09-30T15:06:46.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:46.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:47.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:47.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:48.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:48.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:48 smithi050 ceph-mon[92315]: pgmap v2141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:06:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:48 smithi172 ceph-mon[103696]: pgmap v2141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:06:49.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:49.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:06:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:06:50.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:50.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:50 smithi050 ceph-mon[92315]: 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-09-30T15:06:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:50 smithi172 ceph-mon[103696]: 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-09-30T15:06:51.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:51.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:52.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:52.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:52 smithi050 ceph-mon[92315]: 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-09-30T15:06:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:52 smithi172 ceph-mon[103696]: 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-09-30T15:06:53.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:53.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:54.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:54.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:54 smithi050 ceph-mon[92315]: pgmap v2144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:06:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:54 smithi172 ceph-mon[103696]: pgmap v2144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:06:55.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:55.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:55 smithi050 ceph-mon[92315]: 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-09-30T15:06:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:55 smithi172 ceph-mon[103696]: 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-09-30T15:06:56.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:56.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:57.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:57.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:58.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:58.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:06:58.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:06:58 smithi050 ceph-mon[92315]: pgmap v2146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:06:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:06:58 smithi172 ceph-mon[103696]: pgmap v2146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:06:59.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:06:59.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:00 smithi050 ceph-mon[92315]: 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-09-30T15:07:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:00 smithi050 ceph-mon[92315]: osdmap e48: 8 total, 8 up, 8 in 2023-09-30T15:07:00.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:00.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:00 smithi172 ceph-mon[103696]: 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-09-30T15:07:00.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:00 smithi172 ceph-mon[103696]: osdmap e48: 8 total, 8 up, 8 in 2023-09-30T15:07:01.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:01.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:02.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:02.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:02 smithi050 ceph-mon[92315]: pgmap v2149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-09-30T15:07:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:02 smithi172 ceph-mon[103696]: pgmap v2149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-09-30T15:07:03.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:03.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:04.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:04.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:04 smithi050 ceph-mon[92315]: pgmap v2150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-09-30T15:07:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:07:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:04 smithi172 ceph-mon[103696]: pgmap v2150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-09-30T15:07:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:07:05.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:05.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:05 smithi050 ceph-mon[92315]: pgmap v2151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-09-30T15:07:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:05 smithi172 ceph-mon[103696]: pgmap v2151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-09-30T15:07:06.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:06.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:07.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:07.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:08.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:08.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:08 smithi050 ceph-mon[92315]: pgmap v2152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-09-30T15:07:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:08 smithi172 ceph-mon[103696]: pgmap v2152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-09-30T15:07:09.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:09.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:10 smithi050 ceph-mon[92315]: 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-09-30T15:07:10.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:10.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:10 smithi172 ceph-mon[103696]: 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-09-30T15:07:11.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:11.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:12.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:12.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:12 smithi050 ceph-mon[92315]: pgmap v2154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-09-30T15:07:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:12 smithi172 ceph-mon[103696]: pgmap v2154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-09-30T15:07:13.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:13.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:14.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:14.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:14 smithi050 ceph-mon[92315]: pgmap v2155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:07:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:14 smithi172 ceph-mon[103696]: pgmap v2155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:07:15.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:15.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:15 smithi050 ceph-mon[92315]: pgmap v2156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:07:15.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:15 smithi172 ceph-mon[103696]: pgmap v2156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:07:16.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:16.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:17.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:17.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:18.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:18.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:18 smithi050 ceph-mon[92315]: pgmap v2157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:07:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:18 smithi172 ceph-mon[103696]: pgmap v2157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:07:19.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:19.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:07:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:07:20.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:20.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:20 smithi050 ceph-mon[92315]: pgmap v2158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:07:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:20 smithi172 ceph-mon[103696]: pgmap v2158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:07:21.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:21.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:22.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:22.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:22 smithi050 ceph-mon[92315]: 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-09-30T15:07:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:22 smithi172 ceph-mon[103696]: 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-09-30T15:07:23.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:23.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:24.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:24.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:24 smithi050 ceph-mon[92315]: pgmap v2160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:07:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:24 smithi172 ceph-mon[103696]: pgmap v2160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:07:25.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:25.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:25 smithi050 ceph-mon[92315]: 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-09-30T15:07:25.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:25 smithi172 ceph-mon[103696]: 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-09-30T15:07:26.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:26.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:27.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:27.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:28.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:28.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:28 smithi050 ceph-mon[92315]: pgmap v2162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:07:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:07:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:07:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:07:28.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:28 smithi172 ceph-mon[103696]: pgmap v2162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:07:28.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:07:28.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:07:28.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:07:29.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:29.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:07:29.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:07:29.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:07:29.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:07:29.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:07:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:07:29.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:07:29.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:07:29.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:07:29.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:07:30.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:30.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:30 smithi050 ceph-mon[92315]: 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-09-30T15:07:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:30 smithi172 ceph-mon[103696]: 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-09-30T15:07:31.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:31.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:32.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:32.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:32 smithi050 ceph-mon[92315]: 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-09-30T15:07:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:32 smithi172 ceph-mon[103696]: 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-09-30T15:07:33.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:33.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:34.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:34.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:34 smithi050 ceph-mon[92315]: pgmap v2165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:07:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:07:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:34 smithi172 ceph-mon[103696]: pgmap v2165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:07:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:07:35.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:35.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:35 smithi050 ceph-mon[92315]: 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-09-30T15:07:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:35 smithi172 ceph-mon[103696]: 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-09-30T15:07:36.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:36.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:37.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:37.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:38.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:38.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:38 smithi050 ceph-mon[92315]: pgmap v2167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:07:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:38 smithi172 ceph-mon[103696]: pgmap v2167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:07:39.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:39.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:40.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:40.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:40 smithi050 ceph-mon[92315]: 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-09-30T15:07:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:40 smithi172 ceph-mon[103696]: 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-09-30T15:07:41.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:41.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:42 smithi172 ceph-mon[103696]: 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-09-30T15:07:42.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:42.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:42 smithi050 ceph-mon[92315]: 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-09-30T15:07:43.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:43.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:44.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:44.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:44 smithi050 ceph-mon[92315]: pgmap v2170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:07:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:44 smithi172 ceph-mon[103696]: pgmap v2170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:07:45.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:45.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:45 smithi050 ceph-mon[92315]: 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-09-30T15:07:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:45 smithi172 ceph-mon[103696]: 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-09-30T15:07:46.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:46.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:47.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:47.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:48.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:48.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:48 smithi050 ceph-mon[92315]: pgmap v2172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:07:48.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:48 smithi172 ceph-mon[103696]: pgmap v2172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:07:49.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:49.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:07:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:07:50.491 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:50 smithi050 ceph-mon[92315]: 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-09-30T15:07:50.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:50.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:50 smithi172 ceph-mon[103696]: 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-09-30T15:07:51.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:51.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:52 smithi172 ceph-mon[103696]: 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-09-30T15:07:52.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:52.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:52 smithi050 ceph-mon[92315]: 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-09-30T15:07:53.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:53.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:54.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:54.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:54 smithi050 ceph-mon[92315]: pgmap v2175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:07:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:54 smithi172 ceph-mon[103696]: pgmap v2175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:07:55.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:55.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:55 smithi050 ceph-mon[92315]: 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-09-30T15:07:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:55 smithi172 ceph-mon[103696]: 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-09-30T15:07:56.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:56.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:57.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:57.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:58.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:58.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:07:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:07:58 smithi050 ceph-mon[92315]: pgmap v2177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:07:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:07:58 smithi172 ceph-mon[103696]: pgmap v2177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:07:59.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:07:59.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:00.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:00.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:00 smithi050 ceph-mon[92315]: 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-09-30T15:08:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:00 smithi172 ceph-mon[103696]: 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-09-30T15:08:01.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:01.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:02.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:02.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:02 smithi050 ceph-mon[92315]: 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-09-30T15:08:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:02 smithi172 ceph-mon[103696]: 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-09-30T15:08:03.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:03.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:04.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:04.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:04 smithi050 ceph-mon[92315]: pgmap v2180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:08:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:08:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:04 smithi172 ceph-mon[103696]: pgmap v2180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:08:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:08:05.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:05.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:05.662 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:05 smithi050 ceph-mon[92315]: 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-09-30T15:08:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:05 smithi172 ceph-mon[103696]: 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-09-30T15:08:06.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:06.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:07.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:07.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:08.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:08.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:08 smithi050 ceph-mon[92315]: pgmap v2182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:08:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:08 smithi172 ceph-mon[103696]: pgmap v2182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:08:09.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:09.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:10.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:10.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:10 smithi050 ceph-mon[92315]: 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-09-30T15:08:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:10 smithi172 ceph-mon[103696]: 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-09-30T15:08:11.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:11.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:12.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:12.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:12 smithi050 ceph-mon[92315]: 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-09-30T15:08:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:12 smithi172 ceph-mon[103696]: 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-09-30T15:08:13.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:13.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:14.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:14.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:14 smithi050 ceph-mon[92315]: pgmap v2185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:08:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:14 smithi172 ceph-mon[103696]: pgmap v2185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:08:15.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:15.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:15.777 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:15 smithi050 ceph-mon[92315]: 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-09-30T15:08:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:15 smithi172 ceph-mon[103696]: 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-09-30T15:08:16.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:16.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:17.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:17.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:18 smithi050 ceph-mon[92315]: pgmap v2187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:08:18.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:18.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:18 smithi172 ceph-mon[103696]: pgmap v2187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:08:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:08:19.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:19.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:08:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:20 smithi050 ceph-mon[92315]: 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-09-30T15:08:20.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:20.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:20 smithi172 ceph-mon[103696]: 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-09-30T15:08:21.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:21.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:22 smithi050 ceph-mon[92315]: 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-09-30T15:08:22.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:22.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:22 smithi172 ceph-mon[103696]: 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-09-30T15:08:23.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:23.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:24 smithi050 ceph-mon[92315]: pgmap v2190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:08:24.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:24.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:24 smithi172 ceph-mon[103696]: pgmap v2190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:08:25.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:25.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:25 smithi050 ceph-mon[92315]: 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-09-30T15:08:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:25 smithi172 ceph-mon[103696]: 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-09-30T15:08:26.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:26.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:27.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:27.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:28 smithi050 ceph-mon[92315]: pgmap v2192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:08:28.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:28.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:28 smithi172 ceph-mon[103696]: pgmap v2192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:08:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:08:29.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:29.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:08:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:30 smithi050 ceph-mon[92315]: 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-09-30T15:08:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:08:30.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:08:30.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:08:30.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:08:30.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:08:30.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:30.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:30 smithi172 ceph-mon[103696]: 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-09-30T15:08:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:08:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:08:30.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:08:30.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:08:30.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:08:31.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:31.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:32.474 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:32 smithi172 ceph-mon[103696]: 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-09-30T15:08:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:32 smithi050 ceph-mon[92315]: 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-09-30T15:08:32.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:32.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:33.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:33.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:34 smithi050 ceph-mon[92315]: pgmap v2195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:08:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:08:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:34 smithi172 ceph-mon[103696]: pgmap v2195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:08:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:08:34.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:34.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:35.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:35.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:35 smithi050 ceph-mon[92315]: 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-09-30T15:08:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:35 smithi172 ceph-mon[103696]: 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-09-30T15:08:36.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:36.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:37.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:37.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:38 smithi050 ceph-mon[92315]: pgmap v2197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:08:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:38 smithi172 ceph-mon[103696]: pgmap v2197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:08:38.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:38.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:39.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:39.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:40 smithi050 ceph-mon[92315]: 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-09-30T15:08:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:40 smithi172 ceph-mon[103696]: 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-09-30T15:08:40.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:40.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:41.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:41.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:42.578 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:42 smithi172 ceph-mon[103696]: 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-09-30T15:08:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:42 smithi050 ceph-mon[92315]: 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-09-30T15:08:42.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:42.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:43.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:43.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:44 smithi050 ceph-mon[92315]: pgmap v2200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:08:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:44 smithi172 ceph-mon[103696]: pgmap v2200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:08:44.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:44.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:45.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:45.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:45 smithi050 ceph-mon[92315]: 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-09-30T15:08:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:45 smithi172 ceph-mon[103696]: 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-09-30T15:08:46.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:46.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:47.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:47.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:48 smithi050 ceph-mon[92315]: pgmap v2202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:08:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:48 smithi172 ceph-mon[103696]: pgmap v2202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:08:48.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:48.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:08:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:08:49.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:49.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:50 smithi050 ceph-mon[92315]: 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-09-30T15:08:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:50 smithi172 ceph-mon[103696]: 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-09-30T15:08:50.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:50.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:51.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:51.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:52 smithi050 ceph-mon[92315]: 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-09-30T15:08:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:52 smithi172 ceph-mon[103696]: 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-09-30T15:08:52.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:52.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:53.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:53.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:54 smithi050 ceph-mon[92315]: pgmap v2205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:08:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:54 smithi172 ceph-mon[103696]: pgmap v2205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:08:54.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:54.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:55.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:55.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:55 smithi050 ceph-mon[92315]: 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-09-30T15:08:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:55 smithi172 ceph-mon[103696]: 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-09-30T15:08:56.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:56.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:57.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:57.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:08:58 smithi050 ceph-mon[92315]: pgmap v2207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:08:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:08:58 smithi172 ceph-mon[103696]: pgmap v2207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:08:58.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:58.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:08:59.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:08:59.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:00 smithi050 ceph-mon[92315]: 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-09-30T15:09:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:00 smithi172 ceph-mon[103696]: 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-09-30T15:09:00.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:00.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:01.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:01.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:02 smithi050 ceph-mon[92315]: 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-09-30T15:09:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:02 smithi172 ceph-mon[103696]: 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-09-30T15:09:02.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:02.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:03.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:03.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:04 smithi050 ceph-mon[92315]: pgmap v2210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:09:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:09:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:04 smithi172 ceph-mon[103696]: pgmap v2210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:09:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:09:04.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:04.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:05.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:05.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:05 smithi050 ceph-mon[92315]: 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-09-30T15:09:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:05 smithi172 ceph-mon[103696]: 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-09-30T15:09:06.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:06.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:07.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:07.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:08 smithi050 ceph-mon[92315]: pgmap v2212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:09:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:08 smithi172 ceph-mon[103696]: pgmap v2212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:09:08.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:08.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:09.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:09.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:10 smithi050 ceph-mon[92315]: 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-09-30T15:09:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:10 smithi172 ceph-mon[103696]: 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-09-30T15:09:10.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:10.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:11.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:11.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:12 smithi050 ceph-mon[92315]: 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-09-30T15:09:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:12 smithi172 ceph-mon[103696]: 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-09-30T15:09:12.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:12.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:13.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:13.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:14 smithi050 ceph-mon[92315]: pgmap v2215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:09:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:14 smithi172 ceph-mon[103696]: pgmap v2215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:09:14.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:14.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:15.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:15.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:15 smithi050 ceph-mon[92315]: 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-09-30T15:09:15.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:15 smithi172 ceph-mon[103696]: 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-09-30T15:09:16.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:16.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:17.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:17.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:18 smithi050 ceph-mon[92315]: pgmap v2217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:09:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:18 smithi172 ceph-mon[103696]: pgmap v2217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:09:18.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:18.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:09:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:09:19.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:19.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:20 smithi050 ceph-mon[92315]: 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-09-30T15:09:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:20 smithi172 ceph-mon[103696]: 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-09-30T15:09:20.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:20.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:21.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:21.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:22 smithi050 ceph-mon[92315]: 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-09-30T15:09:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:22 smithi172 ceph-mon[103696]: 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-09-30T15:09:22.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:22.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:23.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:23.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:24 smithi050 ceph-mon[92315]: pgmap v2220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:09:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:24 smithi172 ceph-mon[103696]: pgmap v2220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:09:24.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:24.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:25.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:25.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:25 smithi050 ceph-mon[92315]: 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-09-30T15:09:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:25 smithi172 ceph-mon[103696]: 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-09-30T15:09:26.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:26.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:27.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:27.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:28 smithi172 ceph-mon[103696]: pgmap v2222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:09:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:28 smithi050 ceph-mon[92315]: pgmap v2222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:09:28.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:28.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:29.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:29.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:30 smithi050 ceph-mon[92315]: 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-09-30T15:09:30.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:09:30.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:09:30.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:09:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:30 smithi172 ceph-mon[103696]: 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-09-30T15:09:30.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:09:30.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:09:30.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:09:30.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:30.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:09:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:09:31.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:09:31.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:09:31.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:09:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:09:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:09:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:09:31.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:09:31.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:09:31.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:31.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:32 smithi050 ceph-mon[92315]: 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-09-30T15:09:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:32 smithi172 ceph-mon[103696]: 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-09-30T15:09:32.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:32.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:33.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:33.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:34 smithi050 ceph-mon[92315]: pgmap v2225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:09:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:09:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:34 smithi172 ceph-mon[103696]: pgmap v2225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:09:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:09:34.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:34.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:35.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:35.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:35 smithi050 ceph-mon[92315]: 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-09-30T15:09:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:35 smithi172 ceph-mon[103696]: 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-09-30T15:09:36.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:36.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:37.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:37.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:38 smithi050 ceph-mon[92315]: pgmap v2227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:09:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:38 smithi172 ceph-mon[103696]: pgmap v2227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:09:38.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:38.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:39.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:39.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:40 smithi050 ceph-mon[92315]: 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-09-30T15:09:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:40 smithi172 ceph-mon[103696]: 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-09-30T15:09:40.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:40.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:41.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:41.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:42 smithi050 ceph-mon[92315]: 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-09-30T15:09:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:42 smithi172 ceph-mon[103696]: 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-09-30T15:09:42.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:42.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:43.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:43.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:44 smithi050 ceph-mon[92315]: pgmap v2230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:09:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:44 smithi172 ceph-mon[103696]: pgmap v2230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:09:44.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:44.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:45.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:45.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:45 smithi050 ceph-mon[92315]: 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-09-30T15:09:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:45 smithi172 ceph-mon[103696]: 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-09-30T15:09:46.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:46.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:47.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:47.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:48 smithi050 ceph-mon[92315]: pgmap v2232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:09:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:48 smithi172 ceph-mon[103696]: pgmap v2232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:09:48.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:48.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:09:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:09:49.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:49.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:50 smithi050 ceph-mon[92315]: 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-09-30T15:09:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:50 smithi172 ceph-mon[103696]: 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-09-30T15:09:50.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:50.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:51.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:51.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:52 smithi050 ceph-mon[92315]: 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-09-30T15:09:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:52 smithi172 ceph-mon[103696]: 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-09-30T15:09:52.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:52.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:53.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:53.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:54 smithi050 ceph-mon[92315]: pgmap v2235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:09:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:54 smithi172 ceph-mon[103696]: pgmap v2235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:09:54.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:54.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:55.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:55.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:55 smithi050 ceph-mon[92315]: 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-09-30T15:09:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:55 smithi172 ceph-mon[103696]: 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-09-30T15:09:56.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:56.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:57.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:57.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:09:58 smithi050 ceph-mon[92315]: pgmap v2237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:09:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:09:58 smithi172 ceph-mon[103696]: pgmap v2237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:09:58.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:58.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:09:59.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:09:59.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:00.558 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:00 smithi050 ceph-mon[92315]: 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-09-30T15:10:00.558 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T15:10:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:00 smithi172 ceph-mon[103696]: 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-09-30T15:10:00.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T15:10:00.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:00.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:01.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:01.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:02 smithi050 ceph-mon[92315]: 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-09-30T15:10:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:02 smithi172 ceph-mon[103696]: 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-09-30T15:10:02.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:02.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:03.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:03.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:04 smithi050 ceph-mon[92315]: pgmap v2240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:10:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:10:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:04 smithi172 ceph-mon[103696]: pgmap v2240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:10:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:10:04.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:04.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:05.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:05.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:05 smithi050 ceph-mon[92315]: 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-09-30T15:10:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:05 smithi172 ceph-mon[103696]: 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-09-30T15:10:06.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:06.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:07.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:07.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:08.471 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:08 smithi172 ceph-mon[103696]: pgmap v2242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:10:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:08 smithi050 ceph-mon[92315]: pgmap v2242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:10:08.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:08.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:09.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:09.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:10 smithi050 ceph-mon[92315]: 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-09-30T15:10:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:10 smithi172 ceph-mon[103696]: 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-09-30T15:10:10.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:10.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:11.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:11.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:12 smithi050 ceph-mon[92315]: 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-09-30T15:10:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:12 smithi172 ceph-mon[103696]: 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-09-30T15:10:12.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:12.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:13.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:13.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:14 smithi050 ceph-mon[92315]: pgmap v2245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:10:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:14 smithi172 ceph-mon[103696]: pgmap v2245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:10:14.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:14.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:15.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:15.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:15 smithi050 ceph-mon[92315]: 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-09-30T15:10:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:15 smithi172 ceph-mon[103696]: 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-09-30T15:10:16.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:16.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:17.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:17.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:18.576 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:18 smithi172 ceph-mon[103696]: pgmap v2247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:10:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:18 smithi050 ceph-mon[92315]: pgmap v2247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:10:18.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:18.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:10:19.629 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:10:19.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:19.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:20 smithi050 ceph-mon[92315]: 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-09-30T15:10:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:20 smithi172 ceph-mon[103696]: 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-09-30T15:10:20.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:20.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:21.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:21.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:22 smithi050 ceph-mon[92315]: 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-09-30T15:10:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:22 smithi172 ceph-mon[103696]: 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-09-30T15:10:22.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:22.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:23.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:23.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:24 smithi050 ceph-mon[92315]: pgmap v2250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:10:24.737 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:24 smithi172 ceph-mon[103696]: pgmap v2250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:10:24.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:24.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:25.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:25.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:25 smithi050 ceph-mon[92315]: 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-09-30T15:10:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:25 smithi172 ceph-mon[103696]: 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-09-30T15:10:26.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:26.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:27.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:27.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:28 smithi050 ceph-mon[92315]: pgmap v2252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:10:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:28 smithi172 ceph-mon[103696]: pgmap v2252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:10:28.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:28.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:29.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:29.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:30 smithi050 ceph-mon[92315]: 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-09-30T15:10:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:30 smithi172 ceph-mon[103696]: 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-09-30T15:10:30.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:30.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:10:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:10:31.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:31.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:32 smithi050 ceph-mon[92315]: 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-09-30T15:10:32.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:10:32.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:10:32.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:10:32.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:10:32.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:10:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:32 smithi172 ceph-mon[103696]: 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-09-30T15:10:32.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:10:32.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:10:32.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:10:32.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:10:32.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:10:32.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:32.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:33.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:33.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:34 smithi050 ceph-mon[92315]: pgmap v2255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:10:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:10:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:34 smithi172 ceph-mon[103696]: pgmap v2255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:10:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:10:34.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:34.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:35.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:35.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:35 smithi050 ceph-mon[92315]: 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-09-30T15:10:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:35 smithi172 ceph-mon[103696]: 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-09-30T15:10:36.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:36.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:37.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:37.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:38 smithi050 ceph-mon[92315]: pgmap v2257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:10:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:38 smithi172 ceph-mon[103696]: pgmap v2257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:10:38.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:38.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:39.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:39.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:40 smithi050 ceph-mon[92315]: 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-09-30T15:10:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:40 smithi172 ceph-mon[103696]: 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-09-30T15:10:40.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:40.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:41.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:41.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:42 smithi050 ceph-mon[92315]: 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-09-30T15:10:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:42 smithi172 ceph-mon[103696]: 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-09-30T15:10:42.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:42.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:43.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:43.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:44 smithi050 ceph-mon[92315]: pgmap v2260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:10:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:44 smithi172 ceph-mon[103696]: pgmap v2260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:10:44.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:44.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:45 smithi050 ceph-mon[92315]: 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-09-30T15:10:45.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:45.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:45 smithi172 ceph-mon[103696]: 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-09-30T15:10:46.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:46.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:47.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:47.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:48 smithi050 ceph-mon[92315]: pgmap v2262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:10:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:48 smithi172 ceph-mon[103696]: pgmap v2262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:10:48.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:48.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:10:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:10:49.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:49.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:50 smithi050 ceph-mon[92315]: 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-09-30T15:10:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:50 smithi172 ceph-mon[103696]: 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-09-30T15:10:50.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:50.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:51.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:51.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:52.561 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:52 smithi050 ceph-mon[92315]: 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-09-30T15:10:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:52 smithi172 ceph-mon[103696]: 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-09-30T15:10:52.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:52.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:53.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:53.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:54 smithi050 ceph-mon[92315]: pgmap v2265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:10:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:54 smithi172 ceph-mon[103696]: pgmap v2265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:10:54.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:54.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:55 smithi050 ceph-mon[92315]: 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-09-30T15:10:55.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:55.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:55 smithi172 ceph-mon[103696]: 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-09-30T15:10:56.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:56.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:57.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:57.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:10:58 smithi050 ceph-mon[92315]: pgmap v2267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:10:58.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:10:58 smithi172 ceph-mon[103696]: pgmap v2267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:10:58.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:58.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:10:59.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:10:59.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:00 smithi050 ceph-mon[92315]: 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-09-30T15:11:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:00 smithi172 ceph-mon[103696]: 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-09-30T15:11:00.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:00.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:01.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:01.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:02 smithi050 ceph-mon[92315]: 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-09-30T15:11:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:02 smithi172 ceph-mon[103696]: 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-09-30T15:11:02.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:02.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:03.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:03.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:04 smithi172 ceph-mon[103696]: pgmap v2270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:11:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:11:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:04 smithi050 ceph-mon[92315]: pgmap v2270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:11:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:11:04.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:04.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:05 smithi050 ceph-mon[92315]: 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-09-30T15:11:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:05 smithi172 ceph-mon[103696]: 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-09-30T15:11:05.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:05.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:06.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:06.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:07.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:07.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:08 smithi050 ceph-mon[92315]: pgmap v2272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:11:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:08 smithi172 ceph-mon[103696]: pgmap v2272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:11:08.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:08.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:09.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:09.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:10 smithi050 ceph-mon[92315]: 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-09-30T15:11:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:10 smithi172 ceph-mon[103696]: 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-09-30T15:11:10.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:10.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:11.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:11.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:12 smithi050 ceph-mon[92315]: 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-09-30T15:11:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:12 smithi172 ceph-mon[103696]: 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-09-30T15:11:12.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:12.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:13.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:13.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:14 smithi050 ceph-mon[92315]: pgmap v2275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:11:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:14 smithi172 ceph-mon[103696]: pgmap v2275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:11:14.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:14.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:15 smithi050 ceph-mon[92315]: 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-09-30T15:11:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:15 smithi172 ceph-mon[103696]: 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-09-30T15:11:15.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:15.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:16.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:16.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:17.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:18.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:18 smithi050 ceph-mon[92315]: pgmap v2277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:11:18.638 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:18 smithi172 ceph-mon[103696]: pgmap v2277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:11:18.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:18.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:11:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:11:19.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:19.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:20 smithi050 ceph-mon[92315]: 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-09-30T15:11:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:20 smithi172 ceph-mon[103696]: 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-09-30T15:11:20.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:20.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:21.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:21.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:22 smithi050 ceph-mon[92315]: 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-09-30T15:11:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:22 smithi172 ceph-mon[103696]: 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-09-30T15:11:22.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:22.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:23.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:23.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:24 smithi050 ceph-mon[92315]: pgmap v2280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:11:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:24 smithi172 ceph-mon[103696]: pgmap v2280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:11:24.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:24.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:25 smithi050 ceph-mon[92315]: 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-09-30T15:11:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:25 smithi172 ceph-mon[103696]: 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-09-30T15:11:25.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:25.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:26.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:26.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:27.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:27.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:28 smithi050 ceph-mon[92315]: pgmap v2282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:11:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:28 smithi172 ceph-mon[103696]: pgmap v2282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:11:28.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:28.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:29.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:29.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:30 smithi050 ceph-mon[92315]: 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-09-30T15:11:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:30 smithi172 ceph-mon[103696]: 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-09-30T15:11:30.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:30.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:31.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:31.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:32.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:32 smithi050 ceph-mon[92315]: 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-09-30T15:11:32.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:11:32.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:11:32.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:11:32.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:11:32.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:11:32.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:11:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:32 smithi172 ceph-mon[103696]: 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-09-30T15:11:32.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:11:32.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:11:32.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:11:32.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:11:32.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:11:32.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:11:32.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:32.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:33.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:33.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:34 smithi050 ceph-mon[92315]: pgmap v2285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:11:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:11:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:34 smithi172 ceph-mon[103696]: pgmap v2285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:11:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:11:34.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:34.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:35 smithi050 ceph-mon[92315]: 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-09-30T15:11:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:35 smithi172 ceph-mon[103696]: 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-09-30T15:11:35.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:35.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:36.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:36.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:37.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:37.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:38 smithi050 ceph-mon[92315]: pgmap v2287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:11:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:38 smithi172 ceph-mon[103696]: pgmap v2287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:11:38.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:38.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:39.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:39.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:40 smithi050 ceph-mon[92315]: 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-09-30T15:11:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:40 smithi172 ceph-mon[103696]: 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-09-30T15:11:40.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:40.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:41.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:41.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:42 smithi050 ceph-mon[92315]: 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-09-30T15:11:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:42 smithi172 ceph-mon[103696]: 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-09-30T15:11:42.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:42.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:43.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:43.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:44 smithi050 ceph-mon[92315]: pgmap v2290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:11:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:44 smithi172 ceph-mon[103696]: pgmap v2290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:11:44.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:44.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:45 smithi050 ceph-mon[92315]: 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-09-30T15:11:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:45 smithi172 ceph-mon[103696]: 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-09-30T15:11:45.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:45.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:46.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:46.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:47.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:47.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:48 smithi050 ceph-mon[92315]: pgmap v2292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:11:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:48 smithi172 ceph-mon[103696]: pgmap v2292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:11:48.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:48.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:49.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:11:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:11:49.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:49.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:50 smithi050 ceph-mon[92315]: 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-09-30T15:11:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:50 smithi172 ceph-mon[103696]: 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-09-30T15:11:50.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:50.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:51.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:51.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:52.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:52 smithi050 ceph-mon[92315]: 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-09-30T15:11:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:52 smithi172 ceph-mon[103696]: 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-09-30T15:11:52.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:52.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:53.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:53.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:54.573 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:54 smithi172 ceph-mon[103696]: pgmap v2295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:11:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:54 smithi050 ceph-mon[92315]: pgmap v2295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:11:54.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:54.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:55 smithi050 ceph-mon[92315]: 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-09-30T15:11:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:55 smithi172 ceph-mon[103696]: 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-09-30T15:11:55.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:55.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:56.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:56.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:57.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:57.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:11:58 smithi050 ceph-mon[92315]: pgmap v2297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:11:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:11:58 smithi172 ceph-mon[103696]: pgmap v2297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:11:58.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:58.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:11:59.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:11:59.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:00 smithi050 ceph-mon[92315]: 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-09-30T15:12:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:00 smithi172 ceph-mon[103696]: 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-09-30T15:12:00.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:00.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:01.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:01.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:02 smithi050 ceph-mon[92315]: 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-09-30T15:12:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:02 smithi172 ceph-mon[103696]: 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-09-30T15:12:02.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:02.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:03.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:03.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:04 smithi050 ceph-mon[92315]: pgmap v2300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:12:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:12:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:04 smithi172 ceph-mon[103696]: pgmap v2300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:12:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:12:04.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:04.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:05 smithi050 ceph-mon[92315]: 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-09-30T15:12:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:05 smithi172 ceph-mon[103696]: 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-09-30T15:12:05.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:05.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:06.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:06.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:07.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:07.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:08 smithi050 ceph-mon[92315]: pgmap v2302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:12:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:08 smithi172 ceph-mon[103696]: pgmap v2302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:12:08.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:08.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:09.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:09.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:10 smithi050 ceph-mon[92315]: 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-09-30T15:12:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:10 smithi172 ceph-mon[103696]: 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-09-30T15:12:10.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:10.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:11.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:11.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:12 smithi050 ceph-mon[92315]: 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-09-30T15:12:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:12 smithi172 ceph-mon[103696]: 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-09-30T15:12:12.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:12.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:13.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:13.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:14 smithi050 ceph-mon[92315]: pgmap v2305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:12:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:14 smithi172 ceph-mon[103696]: pgmap v2305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:12:14.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:14.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:15 smithi050 ceph-mon[92315]: 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-09-30T15:12:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:15 smithi172 ceph-mon[103696]: 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-09-30T15:12:15.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:15.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:17.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:17.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:18.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:18.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:18.533 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:18 smithi050 ceph-mon[92315]: pgmap v2307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:12:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:18 smithi172 ceph-mon[103696]: pgmap v2307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:12:19.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:19.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:12:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:12:20.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:20.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:20 smithi050 ceph-mon[92315]: 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-09-30T15:12:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:20 smithi172 ceph-mon[103696]: 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-09-30T15:12:21.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:21.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:22.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:22.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:22 smithi050 ceph-mon[92315]: 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-09-30T15:12:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:22 smithi172 ceph-mon[103696]: 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-09-30T15:12:23.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:23.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:24.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:24.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:24 smithi050 ceph-mon[92315]: pgmap v2310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:12:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:24 smithi172 ceph-mon[103696]: pgmap v2310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:12:25.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:25.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:25 smithi050 ceph-mon[92315]: 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-09-30T15:12:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:25 smithi172 ceph-mon[103696]: 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-09-30T15:12:26.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:26.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:27.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:27.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:28.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:28.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:28 smithi050 ceph-mon[92315]: pgmap v2312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:12:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:28 smithi172 ceph-mon[103696]: pgmap v2312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:12:29.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:29.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:30.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:30.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:30 smithi050 ceph-mon[92315]: 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-09-30T15:12:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:30 smithi172 ceph-mon[103696]: 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-09-30T15:12:31.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:31.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:32.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:32.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:32 smithi050 ceph-mon[92315]: 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-09-30T15:12:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:32 smithi172 ceph-mon[103696]: 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-09-30T15:12:33.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:33.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:12:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:12:33.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:12:33.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:12:33.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:12:33.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:12:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:12:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:12:33.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:12:33.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:12:33.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:12:33.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:12:34.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:34.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:34 smithi050 ceph-mon[92315]: pgmap v2315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:12:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:12:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:34 smithi172 ceph-mon[103696]: pgmap v2315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:12:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:12:35.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:35.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:35 smithi050 ceph-mon[92315]: 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-09-30T15:12:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:35 smithi172 ceph-mon[103696]: 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-09-30T15:12:36.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:36.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:37.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:37.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:38.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:38.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:38 smithi050 ceph-mon[92315]: pgmap v2317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:12:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:38 smithi172 ceph-mon[103696]: pgmap v2317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:12:39.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:39.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:40.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:40.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:40 smithi172 ceph-mon[103696]: 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-09-30T15:12:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:40 smithi050 ceph-mon[92315]: 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-09-30T15:12:41.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:41.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:42.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:42.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:42 smithi050 ceph-mon[92315]: 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-09-30T15:12:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:42 smithi172 ceph-mon[103696]: 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-09-30T15:12:43.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:43.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:44.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:44.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:44 smithi050 ceph-mon[92315]: pgmap v2320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:12:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:44 smithi172 ceph-mon[103696]: pgmap v2320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:12:45.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:45.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:45.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:45 smithi050 ceph-mon[92315]: 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-09-30T15:12:45.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:45 smithi172 ceph-mon[103696]: 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-09-30T15:12:46.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:46.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:47.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:47.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:48.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:48.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:48 smithi050 ceph-mon[92315]: pgmap v2322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:12:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:48 smithi172 ceph-mon[103696]: pgmap v2322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:12:49.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:49.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:12:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:12:50.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:50.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:50 smithi050 ceph-mon[92315]: 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-09-30T15:12:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:50 smithi172 ceph-mon[103696]: 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-09-30T15:12:51.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:51.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:52.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:52.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:52 smithi050 ceph-mon[92315]: 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-09-30T15:12:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:52 smithi172 ceph-mon[103696]: 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-09-30T15:12:53.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:53.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:54.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:54.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:54 smithi050 ceph-mon[92315]: pgmap v2325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:12:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:54 smithi172 ceph-mon[103696]: pgmap v2325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:12:55.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:55.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:55 smithi050 ceph-mon[92315]: 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-09-30T15:12:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:55 smithi172 ceph-mon[103696]: 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-09-30T15:12:56.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:56.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:57.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:57.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:58.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:58.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:12:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:12:58 smithi050 ceph-mon[92315]: pgmap v2327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:12:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:12:58 smithi172 ceph-mon[103696]: pgmap v2327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:12:59.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:12:59.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:00.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:00.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:00 smithi050 ceph-mon[92315]: 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-09-30T15:13:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:00 smithi172 ceph-mon[103696]: 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-09-30T15:13:01.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:01.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:02.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:02.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:02 smithi050 ceph-mon[92315]: 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-09-30T15:13:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:02 smithi172 ceph-mon[103696]: 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-09-30T15:13:03.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:03.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:04.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:04.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:04 smithi050 ceph-mon[92315]: pgmap v2330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:13:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:13:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:04 smithi172 ceph-mon[103696]: pgmap v2330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:13:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:13:05.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:05.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:05 smithi172 ceph-mon[103696]: 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-09-30T15:13:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:05 smithi050 ceph-mon[92315]: 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-09-30T15:13:06.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:06.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:07.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:07.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:08.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:08.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:08 smithi050 ceph-mon[92315]: pgmap v2332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:13:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:08 smithi172 ceph-mon[103696]: pgmap v2332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:13:09.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:09.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:10.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:10.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:10 smithi050 ceph-mon[92315]: 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-09-30T15:13:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:10 smithi172 ceph-mon[103696]: 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-09-30T15:13:11.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:11.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:12.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:12.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:12 smithi050 ceph-mon[92315]: 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-09-30T15:13:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:12 smithi172 ceph-mon[103696]: 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-09-30T15:13:13.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:13.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:14.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:14.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:14 smithi050 ceph-mon[92315]: pgmap v2335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:13:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:14 smithi172 ceph-mon[103696]: pgmap v2335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:13:15.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:15.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:15 smithi050 ceph-mon[92315]: 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-09-30T15:13:15.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:15 smithi172 ceph-mon[103696]: 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-09-30T15:13:16.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:16.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:17.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:17.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:18.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:18.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:18 smithi050 ceph-mon[92315]: pgmap v2337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:13:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:18 smithi172 ceph-mon[103696]: pgmap v2337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:13:19.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:19.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:13:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:13:20.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:20.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:20 smithi050 ceph-mon[92315]: 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-09-30T15:13:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:20 smithi172 ceph-mon[103696]: 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-09-30T15:13:21.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:21.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:22.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:22.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:22 smithi050 ceph-mon[92315]: 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-09-30T15:13:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:22 smithi172 ceph-mon[103696]: 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-09-30T15:13:23.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:23.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:24.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:24.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:24 smithi050 ceph-mon[92315]: pgmap v2340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:13:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:24 smithi172 ceph-mon[103696]: pgmap v2340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:13:25.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:25.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:25 smithi050 ceph-mon[92315]: 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-09-30T15:13:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:25 smithi172 ceph-mon[103696]: 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-09-30T15:13:26.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:26.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:27.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:27.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:28.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:28.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:28 smithi050 ceph-mon[92315]: pgmap v2342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:13:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:28 smithi172 ceph-mon[103696]: pgmap v2342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:13:29.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:29.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:30.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:30.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:30.567 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:30 smithi172 ceph-mon[103696]: 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-09-30T15:13:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:30 smithi050 ceph-mon[92315]: 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-09-30T15:13:31.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:31.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:32.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:32.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:32 smithi050 ceph-mon[92315]: 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-09-30T15:13:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:32 smithi172 ceph-mon[103696]: 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-09-30T15:13:33.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:33.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:13:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:13:34.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:34.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:34 smithi050 ceph-mon[92315]: pgmap v2345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:13:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:13:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:13:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:13:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:13:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:13:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:13:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:34 smithi172 ceph-mon[103696]: pgmap v2345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:13:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:13:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:13:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:13:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:13:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:13:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:13:35.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:35.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:35 smithi050 ceph-mon[92315]: 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-09-30T15:13:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:35 smithi172 ceph-mon[103696]: 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-09-30T15:13:36.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:36.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:37.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:37.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:38.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:38.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:38 smithi050 ceph-mon[92315]: pgmap v2347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:13:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:38 smithi172 ceph-mon[103696]: pgmap v2347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:13:39.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:39.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:40.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:40.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:40 smithi050 ceph-mon[92315]: 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-09-30T15:13:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:40 smithi172 ceph-mon[103696]: 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-09-30T15:13:41.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:41.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:42.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:42.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:42 smithi050 ceph-mon[92315]: 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-09-30T15:13:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:42 smithi172 ceph-mon[103696]: 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-09-30T15:13:43.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:43.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:44.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:44.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:44.504 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:44 smithi050 ceph-mon[92315]: pgmap v2350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:13:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:44 smithi172 ceph-mon[103696]: pgmap v2350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:13:45.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:45.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:45 smithi050 ceph-mon[92315]: 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-09-30T15:13:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:45 smithi172 ceph-mon[103696]: 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-09-30T15:13:46.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:46.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:47.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:47.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:48.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:48.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:48 smithi050 ceph-mon[92315]: pgmap v2352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:13:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:48 smithi172 ceph-mon[103696]: pgmap v2352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:13:49.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:49.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:49.561 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:13:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:13:50.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:50.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:50 smithi050 ceph-mon[92315]: 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-09-30T15:13:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:50 smithi172 ceph-mon[103696]: 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-09-30T15:13:51.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:51.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:52.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:52.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:52 smithi050 ceph-mon[92315]: 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-09-30T15:13:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:52 smithi172 ceph-mon[103696]: 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-09-30T15:13:53.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:53.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:54.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:54.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:54 smithi050 ceph-mon[92315]: pgmap v2355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:13:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:54 smithi172 ceph-mon[103696]: pgmap v2355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:13:55.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:55.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:55.830 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:55 smithi172 ceph-mon[103696]: 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-09-30T15:13:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:55 smithi050 ceph-mon[92315]: 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-09-30T15:13:56.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:56.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:57.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:57.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:58.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:58.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:13:58.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:13:58 smithi050 ceph-mon[92315]: pgmap v2357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:13:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:13:58 smithi172 ceph-mon[103696]: pgmap v2357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:13:59.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:13:59.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:00.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:00.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:00 smithi050 ceph-mon[92315]: 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-09-30T15:14:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:00 smithi172 ceph-mon[103696]: 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-09-30T15:14:01.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:01.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:02.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:02.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:02 smithi050 ceph-mon[92315]: 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-09-30T15:14:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:02 smithi172 ceph-mon[103696]: 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-09-30T15:14:03.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:03.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:04.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:04.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:04 smithi050 ceph-mon[92315]: pgmap v2360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:14:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:14:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:04 smithi172 ceph-mon[103696]: pgmap v2360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:14:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:14:05.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:05.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:05 smithi050 ceph-mon[92315]: 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-09-30T15:14:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:05 smithi172 ceph-mon[103696]: 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-09-30T15:14:06.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:06.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:07.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:07.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:08.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:08.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:08 smithi050 ceph-mon[92315]: pgmap v2362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:14:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:08 smithi172 ceph-mon[103696]: pgmap v2362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:14:09.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:09.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:10.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:10.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:10 smithi050 ceph-mon[92315]: 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-09-30T15:14:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:10 smithi172 ceph-mon[103696]: 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-09-30T15:14:11.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:11.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:12.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:12.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:12 smithi050 ceph-mon[92315]: 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-09-30T15:14:12.629 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:12 smithi172 ceph-mon[103696]: 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-09-30T15:14:13.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:13.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:14.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:14.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:14 smithi050 ceph-mon[92315]: pgmap v2365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:14:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:14 smithi172 ceph-mon[103696]: pgmap v2365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:14:15.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:15.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:15 smithi050 ceph-mon[92315]: 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-09-30T15:14:15.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:15 smithi172 ceph-mon[103696]: 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-09-30T15:14:16.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:16.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:17.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:17.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:18.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:18.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:18 smithi050 ceph-mon[92315]: pgmap v2367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:14:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:18 smithi172 ceph-mon[103696]: pgmap v2367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:14:19.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:19.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:14:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:14:20.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:20.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:20 smithi050 ceph-mon[92315]: 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-09-30T15:14:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:20 smithi172 ceph-mon[103696]: 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-09-30T15:14:21.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:21.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:22.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:22.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:22 smithi050 ceph-mon[92315]: 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-09-30T15:14:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:22 smithi172 ceph-mon[103696]: 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-09-30T15:14:23.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:23.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:24.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:24.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:24 smithi050 ceph-mon[92315]: pgmap v2370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:14:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:24 smithi172 ceph-mon[103696]: pgmap v2370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:14:25.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:25.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:25 smithi050 ceph-mon[92315]: 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-09-30T15:14:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:25 smithi172 ceph-mon[103696]: 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-09-30T15:14:26.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:26.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:27.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:27.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:28.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:28.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:28.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:28 smithi050 ceph-mon[92315]: pgmap v2372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:14:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:28 smithi172 ceph-mon[103696]: pgmap v2372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:14:29.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:29.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:30.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:30.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:30 smithi050 ceph-mon[92315]: 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-09-30T15:14:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:30 smithi172 ceph-mon[103696]: 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-09-30T15:14:31.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:31.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:32.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:32.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:32 smithi050 ceph-mon[92315]: 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-09-30T15:14:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:32 smithi172 ceph-mon[103696]: 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-09-30T15:14:33.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:33.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:34.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:34.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:34 smithi050 ceph-mon[92315]: pgmap v2375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:14:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:14:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:14:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:34 smithi172 ceph-mon[103696]: pgmap v2375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:14:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:14:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:14:35.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:35.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:35 smithi050 ceph-mon[92315]: 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-09-30T15:14:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:35 smithi172 ceph-mon[103696]: 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-09-30T15:14:36.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:36.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:37.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:37.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:38.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:38.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:38 smithi050 ceph-mon[92315]: pgmap v2377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:14:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:38 smithi172 ceph-mon[103696]: pgmap v2377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:14:39.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:39.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:14:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:14:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:14:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:14:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:14:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:14:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:14:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:39 smithi172 ceph-mon[103696]: 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-09-30T15:14:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:14:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:14:40.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:14:40.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:14:40.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:14:40.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:14:40.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:14:40.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:39 smithi050 ceph-mon[92315]: 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-09-30T15:14:40.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:40.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:41.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:41.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:42.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:42.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:42 smithi050 ceph-mon[92315]: 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-09-30T15:14:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:42 smithi172 ceph-mon[103696]: 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-09-30T15:14:43.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:43.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:44.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:44.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:44 smithi050 ceph-mon[92315]: pgmap v2380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:14:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:44 smithi172 ceph-mon[103696]: pgmap v2380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:14:45.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:45.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:45 smithi050 ceph-mon[92315]: 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-09-30T15:14:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:45 smithi172 ceph-mon[103696]: 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-09-30T15:14:46.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:46.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:47.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:47.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:48.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:48.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:48 smithi050 ceph-mon[92315]: pgmap v2382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:14:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:48 smithi172 ceph-mon[103696]: pgmap v2382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:14:49.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:49.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:14:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:14:50.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:50.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:50 smithi050 ceph-mon[92315]: 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-09-30T15:14:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:50 smithi172 ceph-mon[103696]: 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-09-30T15:14:51.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:51.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:52.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:52.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:52 smithi050 ceph-mon[92315]: 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-09-30T15:14:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:52 smithi172 ceph-mon[103696]: 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-09-30T15:14:53.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:53.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:54.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:54.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:54 smithi050 ceph-mon[92315]: pgmap v2385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:14:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:54 smithi172 ceph-mon[103696]: pgmap v2385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:14:55.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:55.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:55.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:55 smithi050 ceph-mon[92315]: 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-09-30T15:14:55.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:55 smithi172 ceph-mon[103696]: 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-09-30T15:14:56.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:56.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:57.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:57.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:58.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:58.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:14:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:14:58 smithi050 ceph-mon[92315]: pgmap v2387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:14:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:14:58 smithi172 ceph-mon[103696]: pgmap v2387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:14:59.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:14:59.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:00.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:00.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:00 smithi050 ceph-mon[92315]: 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-09-30T15:15:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:00 smithi172 ceph-mon[103696]: 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-09-30T15:15:01.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:01.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:02.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:02.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:02 smithi050 ceph-mon[92315]: 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-09-30T15:15:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:02 smithi172 ceph-mon[103696]: 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-09-30T15:15:03.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:03.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:04.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:04.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:04 smithi050 ceph-mon[92315]: pgmap v2390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:15:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:15:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:04 smithi172 ceph-mon[103696]: pgmap v2390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:15:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:15:05.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:05.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:05 smithi050 ceph-mon[92315]: 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-09-30T15:15:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:05 smithi172 ceph-mon[103696]: 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-09-30T15:15:06.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:06.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:07.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:07.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:08.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:08.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:08 smithi050 ceph-mon[92315]: pgmap v2392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:15:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:08 smithi172 ceph-mon[103696]: pgmap v2392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:15:09.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:09.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:10.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:10.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:10 smithi050 ceph-mon[92315]: 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-09-30T15:15:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:10 smithi172 ceph-mon[103696]: 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-09-30T15:15:11.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:11.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:12.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:12.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:12 smithi050 ceph-mon[92315]: 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-09-30T15:15:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:12 smithi172 ceph-mon[103696]: 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-09-30T15:15:13.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:13.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:14.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:14.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:14 smithi050 ceph-mon[92315]: pgmap v2395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:15:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:14 smithi172 ceph-mon[103696]: pgmap v2395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:15:15.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:15.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:15 smithi050 ceph-mon[92315]: 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-09-30T15:15:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:15 smithi172 ceph-mon[103696]: 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-09-30T15:15:16.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:16.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:17.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:17.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:18.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:18.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:18 smithi050 ceph-mon[92315]: pgmap v2397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:15:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:18 smithi172 ceph-mon[103696]: pgmap v2397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:15:19.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:19.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:15:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:15:20.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:20.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:20.592 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:20 smithi050 ceph-mon[92315]: 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-09-30T15:15:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:20 smithi172 ceph-mon[103696]: 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-09-30T15:15:21.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:21.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:22.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:22.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:22.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:22 smithi050 ceph-mon[92315]: 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-09-30T15:15:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:22 smithi172 ceph-mon[103696]: 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-09-30T15:15:23.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:23.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:24.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:24.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:24 smithi050 ceph-mon[92315]: pgmap v2400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:15:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:24 smithi172 ceph-mon[103696]: pgmap v2400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:15:25.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:25.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:25 smithi050 ceph-mon[92315]: 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-09-30T15:15:25.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:25 smithi172 ceph-mon[103696]: 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-09-30T15:15:26.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:26.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:27.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:27.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:28.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:28.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:28 smithi050 ceph-mon[92315]: pgmap v2402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:15:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:28 smithi172 ceph-mon[103696]: pgmap v2402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:15:29.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:29.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:30.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:30.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:30 smithi050 ceph-mon[92315]: 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-09-30T15:15:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:30 smithi172 ceph-mon[103696]: 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-09-30T15:15:31.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:31.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:32.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:32.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:32 smithi050 ceph-mon[92315]: 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-09-30T15:15:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:32 smithi172 ceph-mon[103696]: 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-09-30T15:15:33.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:33.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:34.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:34.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:34 smithi050 ceph-mon[92315]: pgmap v2405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:15:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:15:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:34 smithi172 ceph-mon[103696]: pgmap v2405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:15:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:15:35.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:35.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:35.763 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:35 smithi050 ceph-mon[92315]: 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-09-30T15:15:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:35 smithi172 ceph-mon[103696]: 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-09-30T15:15:36.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:36.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:37.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:37.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:38.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:38.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:38 smithi050 ceph-mon[92315]: pgmap v2407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:15:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:38 smithi172 ceph-mon[103696]: pgmap v2407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:15:39.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:39.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:15:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:15:40.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:40.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:40 smithi050 ceph-mon[92315]: 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-09-30T15:15:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:15:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:15:40.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:15:40.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:15:40.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:15:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:40 smithi172 ceph-mon[103696]: 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-09-30T15:15:40.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:15:40.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:15:40.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:15:40.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:15:40.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:15:41.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:41.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:42.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:42.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:42 smithi050 ceph-mon[92315]: 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-09-30T15:15:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:42 smithi172 ceph-mon[103696]: 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-09-30T15:15:43.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:43.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:44.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:44.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:44 smithi050 ceph-mon[92315]: pgmap v2410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:15:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:44 smithi172 ceph-mon[103696]: pgmap v2410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:15:45.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:45.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:45 smithi050 ceph-mon[92315]: 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-09-30T15:15:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:45 smithi172 ceph-mon[103696]: 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-09-30T15:15:46.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:46.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:47.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:47.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:48.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:48.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:48 smithi050 ceph-mon[92315]: pgmap v2412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:15:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:48 smithi172 ceph-mon[103696]: pgmap v2412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:15:49.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:49.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:15:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:15:50.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:50.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:50 smithi050 ceph-mon[92315]: 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-09-30T15:15:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:50 smithi172 ceph-mon[103696]: 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-09-30T15:15:51.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:51.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:52.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:52.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:52 smithi050 ceph-mon[92315]: 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-09-30T15:15:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:52 smithi172 ceph-mon[103696]: 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-09-30T15:15:53.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:53.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:54.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:54.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:54 smithi050 ceph-mon[92315]: pgmap v2415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:15:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:54 smithi172 ceph-mon[103696]: pgmap v2415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:15:55.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:55.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:55 smithi050 ceph-mon[92315]: 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-09-30T15:15:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:55 smithi172 ceph-mon[103696]: 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-09-30T15:15:56.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:56.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:57.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:57.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:58.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:58.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:15:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:15:58 smithi050 ceph-mon[92315]: pgmap v2417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:15:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:15:58 smithi172 ceph-mon[103696]: pgmap v2417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:15:59.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:15:59.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:00.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:00.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:00 smithi050 ceph-mon[92315]: 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-09-30T15:16:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:00 smithi172 ceph-mon[103696]: 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-09-30T15:16:01.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:01.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:02.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:02.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:02 smithi050 ceph-mon[92315]: 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-09-30T15:16:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:02 smithi172 ceph-mon[103696]: 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-09-30T15:16:03.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:03.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:04.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:04.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:04 smithi050 ceph-mon[92315]: pgmap v2420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:16:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:16:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:04 smithi172 ceph-mon[103696]: pgmap v2420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:16:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:16:05.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:05.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:05 smithi050 ceph-mon[92315]: 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-09-30T15:16:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:05 smithi172 ceph-mon[103696]: 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-09-30T15:16:06.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:06.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:07.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:07.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:08.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:08.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:08 smithi050 ceph-mon[92315]: pgmap v2422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:16:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:08 smithi172 ceph-mon[103696]: pgmap v2422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:16:09.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:09.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:10.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:10.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:10 smithi050 ceph-mon[92315]: 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-09-30T15:16:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:10 smithi172 ceph-mon[103696]: 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-09-30T15:16:11.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:11.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:12.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:12.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:12 smithi050 ceph-mon[92315]: 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-09-30T15:16:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:12 smithi172 ceph-mon[103696]: 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-09-30T15:16:13.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:13.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:14.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:14.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:14 smithi050 ceph-mon[92315]: pgmap v2425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:16:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:14 smithi172 ceph-mon[103696]: pgmap v2425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:16:15.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:15.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:15 smithi050 ceph-mon[92315]: 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-09-30T15:16:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:15 smithi172 ceph-mon[103696]: 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-09-30T15:16:16.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:16.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:17.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:17.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:18.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:18.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:18 smithi050 ceph-mon[92315]: pgmap v2427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:16:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:18 smithi172 ceph-mon[103696]: pgmap v2427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:16:19.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:19.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:16:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:16:20.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:20.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:20 smithi050 ceph-mon[92315]: 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-09-30T15:16:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:20 smithi172 ceph-mon[103696]: 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-09-30T15:16:21.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:21.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:22.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:22.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:22 smithi172 ceph-mon[103696]: 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-09-30T15:16:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:22 smithi050 ceph-mon[92315]: 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-09-30T15:16:23.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:23.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:24.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:24.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:24 smithi050 ceph-mon[92315]: pgmap v2430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:16:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:24 smithi172 ceph-mon[103696]: pgmap v2430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:16:25.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:25.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:25 smithi050 ceph-mon[92315]: 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-09-30T15:16:25.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:25 smithi172 ceph-mon[103696]: 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-09-30T15:16:26.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:26.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:27.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:27.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:28.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:28.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:28 smithi050 ceph-mon[92315]: pgmap v2432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:16:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:28 smithi172 ceph-mon[103696]: pgmap v2432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:16:29.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:29.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:30.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:30.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:30 smithi050 ceph-mon[92315]: 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-09-30T15:16:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:30 smithi172 ceph-mon[103696]: 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-09-30T15:16:31.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:31.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:32.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:32.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:32 smithi172 ceph-mon[103696]: 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-09-30T15:16:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:32 smithi050 ceph-mon[92315]: 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-09-30T15:16:33.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:33.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:34.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:34.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:34 smithi050 ceph-mon[92315]: pgmap v2435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:16:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:16:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:34 smithi172 ceph-mon[103696]: pgmap v2435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:16:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:16:35.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:35.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:35 smithi050 ceph-mon[92315]: 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-09-30T15:16:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:35 smithi172 ceph-mon[103696]: 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-09-30T15:16:36.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:36.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:37.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:37.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:38.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:38.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:38 smithi050 ceph-mon[92315]: pgmap v2437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:16:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:38 smithi172 ceph-mon[103696]: pgmap v2437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:16:39.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:39.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:40.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:40.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:40 smithi172 ceph-mon[103696]: 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-09-30T15:16:40.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:16:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:40 smithi050 ceph-mon[92315]: 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-09-30T15:16:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:16:41.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:41.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:42.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:42.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:42 smithi172 ceph-mon[103696]: 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-09-30T15:16:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:42 smithi050 ceph-mon[92315]: 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-09-30T15:16:43.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:43.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:44.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:44.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:44 smithi050 ceph-mon[92315]: pgmap v2440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:16:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:44 smithi172 ceph-mon[103696]: pgmap v2440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:16:45.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:45.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:45 smithi050 ceph-mon[92315]: 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-09-30T15:16:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:45 smithi172 ceph-mon[103696]: 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-09-30T15:16:46.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:46.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:47.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:47.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:48.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:48.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:48 smithi172 ceph-mon[103696]: pgmap v2442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:16:48.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:16:48.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:16:48.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:16:48.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:16:48.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:16:48.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:16:48.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:16:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:48 smithi050 ceph-mon[92315]: pgmap v2442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:16:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:16:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:16:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:16:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:16:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:16:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:16:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:16:49.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:49.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:16:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:16:50.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:50.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:50 smithi172 ceph-mon[103696]: 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-09-30T15:16:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:50 smithi050 ceph-mon[92315]: 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-09-30T15:16:51.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:51.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:52.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:52.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:52 smithi172 ceph-mon[103696]: 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-09-30T15:16:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:52 smithi050 ceph-mon[92315]: 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-09-30T15:16:53.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:53.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:54.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:54.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:54 smithi050 ceph-mon[92315]: pgmap v2445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:16:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:54 smithi172 ceph-mon[103696]: pgmap v2445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:16:55.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:55.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:55 smithi050 ceph-mon[92315]: 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-09-30T15:16:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:55 smithi172 ceph-mon[103696]: 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-09-30T15:16:56.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:56.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:57.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:57.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:58.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:58.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:16:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:16:58 smithi172 ceph-mon[103696]: pgmap v2447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:16:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:16:58 smithi050 ceph-mon[92315]: pgmap v2447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:16:59.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:16:59.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:00.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:00.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:00 smithi172 ceph-mon[103696]: 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-09-30T15:17:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:00 smithi050 ceph-mon[92315]: 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-09-30T15:17:01.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:01.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:02.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:02.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:02 smithi172 ceph-mon[103696]: 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-09-30T15:17:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:02 smithi050 ceph-mon[92315]: 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-09-30T15:17:03.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:03.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:04.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:04.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:04 smithi050 ceph-mon[92315]: pgmap v2450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:17:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:17:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:04 smithi172 ceph-mon[103696]: pgmap v2450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:17:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:17:05.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:05.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:05 smithi050 ceph-mon[92315]: 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-09-30T15:17:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:05 smithi172 ceph-mon[103696]: 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-09-30T15:17:06.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:06.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:07.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:07.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:08.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:08.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:08 smithi172 ceph-mon[103696]: pgmap v2452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:17:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:08 smithi050 ceph-mon[92315]: pgmap v2452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:17:09.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:09.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:10.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:10.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:10 smithi172 ceph-mon[103696]: 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-09-30T15:17:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:10 smithi050 ceph-mon[92315]: 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-09-30T15:17:11.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:11.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:12.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:12.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:12 smithi172 ceph-mon[103696]: 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-09-30T15:17:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:12 smithi050 ceph-mon[92315]: 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-09-30T15:17:13.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:13.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:14.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:14.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:14 smithi050 ceph-mon[92315]: pgmap v2455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:17:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:14 smithi172 ceph-mon[103696]: pgmap v2455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:17:15.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:15.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:15 smithi050 ceph-mon[92315]: 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-09-30T15:17:15.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:15 smithi172 ceph-mon[103696]: 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-09-30T15:17:16.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:16.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:17.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:17.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:18.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:18.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:18 smithi050 ceph-mon[92315]: pgmap v2457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:17:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:18 smithi172 ceph-mon[103696]: pgmap v2457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:17:19.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:19.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:17:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:17:20.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:20.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:20 smithi172 ceph-mon[103696]: 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-09-30T15:17:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:20 smithi050 ceph-mon[92315]: 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-09-30T15:17:21.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:21.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:22.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:22.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:22 smithi172 ceph-mon[103696]: 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-09-30T15:17:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:22 smithi050 ceph-mon[92315]: 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-09-30T15:17:23.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:23.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:24.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:24.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:24 smithi050 ceph-mon[92315]: pgmap v2460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:17:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:24 smithi172 ceph-mon[103696]: pgmap v2460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:17:25.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:25.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:25 smithi050 ceph-mon[92315]: 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-09-30T15:17:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:25 smithi172 ceph-mon[103696]: 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-09-30T15:17:26.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:26.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:27.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:27.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:28.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:28.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:28.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:28 smithi172 ceph-mon[103696]: pgmap v2462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:17:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:28 smithi050 ceph-mon[92315]: pgmap v2462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:17:29.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:29.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:30.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:30.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:30 smithi172 ceph-mon[103696]: 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-09-30T15:17:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:30 smithi050 ceph-mon[92315]: 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-09-30T15:17:31.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:31.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:32.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:32.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:32 smithi172 ceph-mon[103696]: 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-09-30T15:17:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:32 smithi050 ceph-mon[92315]: 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-09-30T15:17:33.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:33.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:34.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:34.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:34 smithi050 ceph-mon[92315]: pgmap v2465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:17:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:17:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:34 smithi172 ceph-mon[103696]: pgmap v2465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:17:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:17:35.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:35.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:35 smithi050 ceph-mon[92315]: 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-09-30T15:17:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:35 smithi172 ceph-mon[103696]: 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-09-30T15:17:36.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:36.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:37.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:37.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:38.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:38.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:38 smithi172 ceph-mon[103696]: pgmap v2467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:17:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:38 smithi050 ceph-mon[92315]: pgmap v2467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:17:39.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:39.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:40.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:40.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:40 smithi172 ceph-mon[103696]: 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-09-30T15:17:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:40 smithi050 ceph-mon[92315]: 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-09-30T15:17:41.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:41.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:42.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:42.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:42 smithi050 ceph-mon[92315]: 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-09-30T15:17:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:42 smithi172 ceph-mon[103696]: 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-09-30T15:17:43.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:43.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:44.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:44.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:44 smithi050 ceph-mon[92315]: pgmap v2470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:17:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:44 smithi172 ceph-mon[103696]: pgmap v2470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:17:45.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:45.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:45 smithi050 ceph-mon[92315]: 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-09-30T15:17:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:45 smithi172 ceph-mon[103696]: 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-09-30T15:17:46.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:46.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:47.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:47.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:48.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:48.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:48 smithi172 ceph-mon[103696]: pgmap v2472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:17:48.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:17:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:48 smithi050 ceph-mon[92315]: pgmap v2472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:17:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:17:49.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:49.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:17:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:17:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:17:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:17:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:17:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:17:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:17:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:17:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:49 smithi172 ceph-mon[103696]: 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-09-30T15:17:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:17:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:17:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:17:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:17:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:17:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:17:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:17:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:17:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:49 smithi050 ceph-mon[92315]: 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-09-30T15:17:50.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:50.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:51.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:51.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:52.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:52.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:52 smithi050 ceph-mon[92315]: 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-09-30T15:17:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:52 smithi172 ceph-mon[103696]: 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-09-30T15:17:53.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:53.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:54.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:54.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:54 smithi050 ceph-mon[92315]: pgmap v2475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:17:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:54 smithi172 ceph-mon[103696]: pgmap v2475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:17:55.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:55.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:55 smithi050 ceph-mon[92315]: 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-09-30T15:17:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:55 smithi172 ceph-mon[103696]: 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-09-30T15:17:56.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:56.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:57.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:57.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:58.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:58.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:17:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:17:58 smithi172 ceph-mon[103696]: pgmap v2477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:17:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:17:58 smithi050 ceph-mon[92315]: pgmap v2477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:17:59.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:17:59.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:00.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:00.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:00 smithi172 ceph-mon[103696]: 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-09-30T15:18:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:00 smithi050 ceph-mon[92315]: 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-09-30T15:18:01.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:01.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:02.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:02.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:02 smithi050 ceph-mon[92315]: 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-09-30T15:18:02.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:02 smithi172 ceph-mon[103696]: 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-09-30T15:18:03.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:03.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:04.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:04.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:04 smithi050 ceph-mon[92315]: pgmap v2480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:18:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:18:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:04 smithi172 ceph-mon[103696]: pgmap v2480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:18:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:18:05.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:05.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:05 smithi050 ceph-mon[92315]: 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-09-30T15:18:05.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:05 smithi172 ceph-mon[103696]: 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-09-30T15:18:06.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:06.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:07.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:07.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:08.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:08.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:08 smithi172 ceph-mon[103696]: pgmap v2482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:18:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:08 smithi050 ceph-mon[92315]: pgmap v2482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:18:09.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:09.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:10.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:10.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:10 smithi050 ceph-mon[92315]: 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-09-30T15:18:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:10 smithi172 ceph-mon[103696]: 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-09-30T15:18:11.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:11.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:12.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:12.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:12 smithi050 ceph-mon[92315]: 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-09-30T15:18:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:12 smithi172 ceph-mon[103696]: 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-09-30T15:18:13.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:13.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:14.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:14.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:14 smithi050 ceph-mon[92315]: pgmap v2485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:18:14.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:14 smithi172 ceph-mon[103696]: pgmap v2485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:18:15.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:15.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:15.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:15 smithi050 ceph-mon[92315]: 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-09-30T15:18:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:15 smithi172 ceph-mon[103696]: 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-09-30T15:18:16.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:16.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:17.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:17.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:18.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:18.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:18 smithi050 ceph-mon[92315]: pgmap v2487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:18:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:18 smithi172 ceph-mon[103696]: pgmap v2487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:18:19.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:19.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:18:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:18:20.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:20.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:20 smithi050 ceph-mon[92315]: 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-09-30T15:18:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:20 smithi172 ceph-mon[103696]: 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-09-30T15:18:21.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:21.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:22.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:22.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:22.657 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:22 smithi050 ceph-mon[92315]: 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-09-30T15:18:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:22 smithi172 ceph-mon[103696]: 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-09-30T15:18:23.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:23.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:24 smithi050 ceph-mon[92315]: pgmap v2490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:18:24.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:24.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:24 smithi172 ceph-mon[103696]: pgmap v2490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:18:25.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:25.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:25 smithi050 ceph-mon[92315]: 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-09-30T15:18:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:25 smithi172 ceph-mon[103696]: 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-09-30T15:18:26.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:26.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:27.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:27.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:28.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:28.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:28.669 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:28 smithi172 ceph-mon[103696]: pgmap v2492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:18:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:28 smithi050 ceph-mon[92315]: pgmap v2492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:18:29.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:29.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:30.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:30.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:30 smithi050 ceph-mon[92315]: 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-09-30T15:18:30.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:30 smithi172 ceph-mon[103696]: 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-09-30T15:18:31.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:31.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:32.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:32.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:32.772 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:32 smithi050 ceph-mon[92315]: 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-09-30T15:18:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:32 smithi172 ceph-mon[103696]: 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-09-30T15:18:33.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:33.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:34 smithi050 ceph-mon[92315]: pgmap v2495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:18:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:18:34.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:34.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:34 smithi172 ceph-mon[103696]: pgmap v2495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:18:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:18:35.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:35.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:35 smithi050 ceph-mon[92315]: 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-09-30T15:18:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:35 smithi172 ceph-mon[103696]: 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-09-30T15:18:36.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:36.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:37.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:37.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:38.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:38.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:38.775 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:38 smithi172 ceph-mon[103696]: pgmap v2497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:18:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:38 smithi050 ceph-mon[92315]: pgmap v2497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:18:39.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:39.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:40.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:40.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:40 smithi050 ceph-mon[92315]: 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-09-30T15:18:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:40 smithi172 ceph-mon[103696]: 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-09-30T15:18:41.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:41.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:42.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:42.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:42 smithi050 ceph-mon[92315]: 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-09-30T15:18:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:42 smithi172 ceph-mon[103696]: 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-09-30T15:18:43.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:43.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:44 smithi050 ceph-mon[92315]: pgmap v2500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:18:44.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:44.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:44.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:44 smithi172 ceph-mon[103696]: pgmap v2500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:18:45.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:45.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:45 smithi050 ceph-mon[92315]: 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-09-30T15:18:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:45 smithi172 ceph-mon[103696]: 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-09-30T15:18:46.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:46.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:47.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:47.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:48.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:48.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:48 smithi050 ceph-mon[92315]: pgmap v2502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:18:48.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:48 smithi172 ceph-mon[103696]: pgmap v2502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:18:49.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:49.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:18:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:18:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:18:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:18:50.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:50.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:50 smithi050 ceph-mon[92315]: 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-09-30T15:18:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:18:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:18:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:18:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:18:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:18:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:50 smithi172 ceph-mon[103696]: 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-09-30T15:18:50.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:18:50.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:18:50.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:18:50.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:18:50.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:18:51.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:51.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:52.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:52.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:52 smithi050 ceph-mon[92315]: 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-09-30T15:18:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:52 smithi172 ceph-mon[103696]: 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-09-30T15:18:53.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:53.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:54 smithi050 ceph-mon[92315]: pgmap v2505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:18:54.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:54.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:54 smithi172 ceph-mon[103696]: pgmap v2505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:18:55.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:55.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:55 smithi050 ceph-mon[92315]: 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-09-30T15:18:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:55 smithi172 ceph-mon[103696]: 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-09-30T15:18:56.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:56.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:57.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:57.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:58.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:58.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:18:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:18:58 smithi050 ceph-mon[92315]: pgmap v2507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:18:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:18:58 smithi172 ceph-mon[103696]: pgmap v2507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:18:59.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:18:59.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:00.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:00.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:00 smithi050 ceph-mon[92315]: 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-09-30T15:19:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:00 smithi172 ceph-mon[103696]: 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-09-30T15:19:01.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:01.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:02.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:02.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:02 smithi050 ceph-mon[92315]: 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-09-30T15:19:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:02 smithi172 ceph-mon[103696]: 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-09-30T15:19:03.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:03.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:04 smithi050 ceph-mon[92315]: pgmap v2510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:19:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:19:04.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:04.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:04 smithi172 ceph-mon[103696]: pgmap v2510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:19:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:19:05.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:05.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:05 smithi050 ceph-mon[92315]: 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-09-30T15:19:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:05 smithi172 ceph-mon[103696]: 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-09-30T15:19:06.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:06.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:07.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:07.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:08 smithi050 ceph-mon[92315]: pgmap v2512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:19:08.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:08.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:08 smithi172 ceph-mon[103696]: pgmap v2512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:19:09.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:09.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:10.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:10.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:10 smithi050 ceph-mon[92315]: 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-09-30T15:19:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:10 smithi172 ceph-mon[103696]: 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-09-30T15:19:11.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:11.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:12.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:12.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:12.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:12 smithi050 ceph-mon[92315]: 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-09-30T15:19:12.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:12 smithi172 ceph-mon[103696]: 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-09-30T15:19:13.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:13.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:14 smithi050 ceph-mon[92315]: pgmap v2515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:19:14.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:14.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:14.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:14 smithi172 ceph-mon[103696]: pgmap v2515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:19:15.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:15.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:15 smithi050 ceph-mon[92315]: 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-09-30T15:19:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:15 smithi172 ceph-mon[103696]: 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-09-30T15:19:16.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:16.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:17.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:17.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:18 smithi050 ceph-mon[92315]: pgmap v2517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:19:18.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:18.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:18 smithi172 ceph-mon[103696]: pgmap v2517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:19:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:19:19.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:19.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:19:20.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:20.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:20 smithi050 ceph-mon[92315]: 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-09-30T15:19:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:20 smithi172 ceph-mon[103696]: 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-09-30T15:19:21.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:21.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:22.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:22.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:22.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:22 smithi050 ceph-mon[92315]: 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-09-30T15:19:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:22 smithi172 ceph-mon[103696]: 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-09-30T15:19:23.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:23.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:24 smithi050 ceph-mon[92315]: pgmap v2520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:19:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:24 smithi172 ceph-mon[103696]: pgmap v2520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:19:24.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:24.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:25.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:25.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:25 smithi050 ceph-mon[92315]: 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-09-30T15:19:25.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:25 smithi172 ceph-mon[103696]: 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-09-30T15:19:26.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:26.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:27.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:27.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:28.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:28.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:28 smithi050 ceph-mon[92315]: pgmap v2522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:19:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:28 smithi172 ceph-mon[103696]: pgmap v2522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:19:29.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:29.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:30.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:30.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:30.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:30 smithi050 ceph-mon[92315]: 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-09-30T15:19:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:30 smithi172 ceph-mon[103696]: 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-09-30T15:19:31.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:31.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:32.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:32.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:32 smithi050 ceph-mon[92315]: 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-09-30T15:19:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:32 smithi172 ceph-mon[103696]: 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-09-30T15:19:33.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:33.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:34 smithi050 ceph-mon[92315]: pgmap v2525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:19:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:19:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:34 smithi172 ceph-mon[103696]: pgmap v2525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:19:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:19:34.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:34.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:35.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:35.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:35 smithi050 ceph-mon[92315]: 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-09-30T15:19:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:35 smithi172 ceph-mon[103696]: 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-09-30T15:19:36.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:36.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:37.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:37.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:38.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:38.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:38 smithi050 ceph-mon[92315]: pgmap v2527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:19:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:38 smithi172 ceph-mon[103696]: pgmap v2527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:19:39.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:39.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:40.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:40.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:40 smithi050 ceph-mon[92315]: 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-09-30T15:19:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:40 smithi172 ceph-mon[103696]: 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-09-30T15:19:41.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:41.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:42.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:42.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:42 smithi050 ceph-mon[92315]: 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-09-30T15:19:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:42 smithi172 ceph-mon[103696]: 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-09-30T15:19:43.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:43.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:44 smithi050 ceph-mon[92315]: pgmap v2530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:19:44.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:44.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:44 smithi172 ceph-mon[103696]: pgmap v2530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:19:45.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:45.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:45 smithi050 ceph-mon[92315]: 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-09-30T15:19:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:45 smithi172 ceph-mon[103696]: 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-09-30T15:19:46.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:46.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:47.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:47.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:48.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:48.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:48.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:48 smithi050 ceph-mon[92315]: pgmap v2532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:19:48.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:48 smithi172 ceph-mon[103696]: pgmap v2532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:19:49.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:49.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:19:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:19:50.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:50.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:50 smithi050 ceph-mon[92315]: 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-09-30T15:19:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:19:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:50 smithi172 ceph-mon[103696]: 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-09-30T15:19:50.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:19:51.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:51.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:51.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:19:51.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:19:51.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:19:51.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:19:51.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:19:51.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:19:51.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:19:51.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:51 smithi050 ceph-mon[92315]: 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-09-30T15:19:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:19:51.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:19:51.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:19:51.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:19:51.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:19:51.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:19:51.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:19:51.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:51 smithi172 ceph-mon[103696]: 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-09-30T15:19:52.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:52.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:53.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:53.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:54 smithi050 ceph-mon[92315]: pgmap v2535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:19:54.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:54.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:54 smithi172 ceph-mon[103696]: pgmap v2535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:19:55.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:55.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:55 smithi050 ceph-mon[92315]: 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-09-30T15:19:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:55 smithi172 ceph-mon[103696]: 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-09-30T15:19:56.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:56.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:57.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:57.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:58.751 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:19:58 smithi050 ceph-mon[92315]: pgmap v2537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:19:58.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:58.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:19:58.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:19:58 smithi172 ceph-mon[103696]: pgmap v2537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:19:59.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:19:59.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:00.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:00.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:00 smithi050 ceph-mon[92315]: 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-09-30T15:20:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T15:20:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:00 smithi172 ceph-mon[103696]: 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-09-30T15:20:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T15:20:01.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:01.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:02.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:02.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:02 smithi050 ceph-mon[92315]: 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-09-30T15:20:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:02 smithi172 ceph-mon[103696]: 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-09-30T15:20:03.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:03.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:04 smithi050 ceph-mon[92315]: pgmap v2540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:20:04.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:20:04.676 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:04 smithi172 ceph-mon[103696]: pgmap v2540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:20:04.676 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:20:04.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:04.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:05.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:05.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:05 smithi050 ceph-mon[92315]: 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-09-30T15:20:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:05 smithi172 ceph-mon[103696]: 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-09-30T15:20:06.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:06.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:07.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:07.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:08.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:08.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:08.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:08 smithi050 ceph-mon[92315]: pgmap v2542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:20:08.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:08 smithi172 ceph-mon[103696]: pgmap v2542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:20:09.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:09.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:10.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:10.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:10 smithi050 ceph-mon[92315]: 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-09-30T15:20:10.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:10 smithi172 ceph-mon[103696]: 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-09-30T15:20:11.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:11.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:12.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:12.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:12 smithi050 ceph-mon[92315]: 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-09-30T15:20:12.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:12 smithi172 ceph-mon[103696]: 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-09-30T15:20:13.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:13.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:14.780 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:14 smithi172 ceph-mon[103696]: pgmap v2545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:20:14.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:14.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:14 smithi050 ceph-mon[92315]: pgmap v2545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:20:15.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:15.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:15 smithi050 ceph-mon[92315]: 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-09-30T15:20:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:15 smithi172 ceph-mon[103696]: 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-09-30T15:20:16.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:16.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:17.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:17.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:18.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:18.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:18 smithi050 ceph-mon[92315]: pgmap v2547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:20:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:18 smithi172 ceph-mon[103696]: pgmap v2547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:20:19.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:19.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:19.834 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:20:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:20:20.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:20.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:20 smithi050 ceph-mon[92315]: 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-09-30T15:20:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:20 smithi172 ceph-mon[103696]: 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-09-30T15:20:21.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:21.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:22.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:22.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:22 smithi050 ceph-mon[92315]: 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-09-30T15:20:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:22 smithi172 ceph-mon[103696]: 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-09-30T15:20:23.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:23.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:24.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:24.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:24 smithi050 ceph-mon[92315]: pgmap v2550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:20:24.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:24 smithi172 ceph-mon[103696]: pgmap v2550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:20:25.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:25.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:25 smithi050 ceph-mon[92315]: 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-09-30T15:20:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:25 smithi172 ceph-mon[103696]: 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-09-30T15:20:26.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:26.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:27.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:27.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:28.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:28.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:28 smithi050 ceph-mon[92315]: pgmap v2552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:20:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:28 smithi172 ceph-mon[103696]: pgmap v2552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:20:29.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:29.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:30.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:30.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:30 smithi050 ceph-mon[92315]: 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-09-30T15:20:30.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:30 smithi172 ceph-mon[103696]: 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-09-30T15:20:31.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:31.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:32.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:32.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:32 smithi050 ceph-mon[92315]: 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-09-30T15:20:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:32 smithi172 ceph-mon[103696]: 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-09-30T15:20:33.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:33.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:34.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:34.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:34 smithi050 ceph-mon[92315]: pgmap v2555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:20:34.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:20:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:34 smithi172 ceph-mon[103696]: pgmap v2555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:20:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:20:35.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:35.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:35 smithi050 ceph-mon[92315]: 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-09-30T15:20:35.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:35 smithi172 ceph-mon[103696]: 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-09-30T15:20:36.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:36.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:37.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:37.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:38.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:38.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:38 smithi050 ceph-mon[92315]: pgmap v2557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:20:38.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:38 smithi172 ceph-mon[103696]: pgmap v2557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:20:39.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:39.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:40.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:40.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:40 smithi050 ceph-mon[92315]: 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-09-30T15:20:40.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:40 smithi172 ceph-mon[103696]: 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-09-30T15:20:41.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:41.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:42.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:42.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:42 smithi050 ceph-mon[92315]: 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-09-30T15:20:42.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:42 smithi172 ceph-mon[103696]: 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-09-30T15:20:43.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:43.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:44.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:44.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:44 smithi050 ceph-mon[92315]: pgmap v2560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:20:44.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:44 smithi172 ceph-mon[103696]: pgmap v2560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:20:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:45 smithi050 ceph-mon[92315]: 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-09-30T15:20:45.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:45.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:45.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:45 smithi172 ceph-mon[103696]: 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-09-30T15:20:46.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:46.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:47.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:47.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:48 smithi050 ceph-mon[92315]: pgmap v2562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:20:48.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:48.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:48.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:48 smithi172 ceph-mon[103696]: pgmap v2562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:20:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:20:49.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:49.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:20:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:50 smithi050 ceph-mon[92315]: 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-09-30T15:20:50.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:50.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:50 smithi172 ceph-mon[103696]: 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-09-30T15:20:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:20:51.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:51.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:20:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:52 smithi050 ceph-mon[92315]: 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-09-30T15:20:52.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:20:52.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:20:52.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:20:52.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:20:52.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:20:52.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:52.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:52.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:52 smithi172 ceph-mon[103696]: 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-09-30T15:20:52.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:20:52.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:20:52.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:20:52.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:20:52.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:20:53.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:53.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:54 smithi050 ceph-mon[92315]: pgmap v2565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:20:54.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:54.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:54 smithi172 ceph-mon[103696]: pgmap v2565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:20:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:55 smithi050 ceph-mon[92315]: 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-09-30T15:20:55.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:55.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:55 smithi172 ceph-mon[103696]: 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-09-30T15:20:56.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:56.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:57.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:57.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:20:58 smithi050 ceph-mon[92315]: pgmap v2567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:20:58.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:58.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:20:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:20:58 smithi172 ceph-mon[103696]: pgmap v2567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:20:59.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:20:59.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:00 smithi172 ceph-mon[103696]: 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-09-30T15:21:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:00 smithi050 ceph-mon[92315]: 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-09-30T15:21:00.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:00.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:01.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:01.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:02 smithi050 ceph-mon[92315]: 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-09-30T15:21:02.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:02.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:02 smithi172 ceph-mon[103696]: 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-09-30T15:21:03.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:03.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:04 smithi050 ceph-mon[92315]: pgmap v2570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:21:04.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:21:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:04 smithi172 ceph-mon[103696]: pgmap v2570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:21:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:21:04.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:04.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:05 smithi050 ceph-mon[92315]: 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-09-30T15:21:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:05 smithi172 ceph-mon[103696]: 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-09-30T15:21:05.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:05.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:06.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:06.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:07.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:07.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:08 smithi050 ceph-mon[92315]: pgmap v2572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:21:08.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:08 smithi172 ceph-mon[103696]: pgmap v2572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:21:08.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:08.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:09.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:09.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:10.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:10 smithi172 ceph-mon[103696]: 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-09-30T15:21:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:10 smithi050 ceph-mon[92315]: 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-09-30T15:21:10.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:10.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:11.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:11.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:12 smithi050 ceph-mon[92315]: 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-09-30T15:21:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:12 smithi172 ceph-mon[103696]: 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-09-30T15:21:12.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:12.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:13.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:13.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:14 smithi050 ceph-mon[92315]: pgmap v2575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:21:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:14 smithi172 ceph-mon[103696]: pgmap v2575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:21:14.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:14.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:15 smithi050 ceph-mon[92315]: 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-09-30T15:21:15.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:15 smithi172 ceph-mon[103696]: 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-09-30T15:21:15.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:15.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:16.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:16.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:17.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:17.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:18 smithi050 ceph-mon[92315]: pgmap v2577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:21:18.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:18 smithi172 ceph-mon[103696]: pgmap v2577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:21:18.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:18.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:21:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:21:19.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:19.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:20 smithi050 ceph-mon[92315]: 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-09-30T15:21:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:20 smithi172 ceph-mon[103696]: 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-09-30T15:21:20.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:20.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:21 smithi050 ceph-mon[92315]: 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-09-30T15:21:21.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:21 smithi172 ceph-mon[103696]: 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-09-30T15:21:21.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:21.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:22.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:22.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:23.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:23.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:24.723 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:24 smithi050 ceph-mon[92315]: pgmap v2580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:21:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:24 smithi172 ceph-mon[103696]: pgmap v2580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:21:24.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:24.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:25 smithi050 ceph-mon[92315]: 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-09-30T15:21:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:25 smithi172 ceph-mon[103696]: 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-09-30T15:21:25.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:25.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:26.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:26.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:27.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:27.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:28 smithi050 ceph-mon[92315]: pgmap v2582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:21:28.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:28 smithi172 ceph-mon[103696]: pgmap v2582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:21:28.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:28.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:29.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:29.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:30 smithi050 ceph-mon[92315]: 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-09-30T15:21:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:30 smithi172 ceph-mon[103696]: 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-09-30T15:21:30.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:30.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:31.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:31.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:32 smithi050 ceph-mon[92315]: 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-09-30T15:21:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:32 smithi172 ceph-mon[103696]: 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-09-30T15:21:32.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:32.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:33 smithi050 ceph-mon[92315]: pgmap v2585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:21:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:33 smithi172 ceph-mon[103696]: pgmap v2585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:21:33.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:33.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:34.837 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:21:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:21:34.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:34.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:35 smithi050 ceph-mon[92315]: 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-09-30T15:21:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:35 smithi172 ceph-mon[103696]: 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-09-30T15:21:35.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:35.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:36.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:36.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:37.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:37.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:38 smithi050 ceph-mon[92315]: pgmap v2587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:21:38.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:38 smithi172 ceph-mon[103696]: pgmap v2587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:21:38.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:38.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:39.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:39.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:40 smithi050 ceph-mon[92315]: 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-09-30T15:21:40.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:40 smithi172 ceph-mon[103696]: 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-09-30T15:21:40.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:40.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:41.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:41.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:42 smithi050 ceph-mon[92315]: 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-09-30T15:21:42.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:42 smithi172 ceph-mon[103696]: 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-09-30T15:21:42.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:42.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:43 smithi050 ceph-mon[92315]: pgmap v2590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:21:43.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:43 smithi172 ceph-mon[103696]: pgmap v2590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:21:43.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:43.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:44.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:44.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:45 smithi050 ceph-mon[92315]: 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-09-30T15:21:45.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:45 smithi172 ceph-mon[103696]: 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-09-30T15:21:45.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:45.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:46.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:46.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:47.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:47.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:48 smithi050 ceph-mon[92315]: pgmap v2592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:21:48.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:48 smithi172 ceph-mon[103696]: pgmap v2592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:21:48.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:48.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:21:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:21:49.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:49.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:50.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:50 smithi172 ceph-mon[103696]: 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-09-30T15:21:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:50 smithi050 ceph-mon[92315]: 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-09-30T15:21:50.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:50.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:51 smithi050 ceph-mon[92315]: 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-09-30T15:21:51.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:51 smithi172 ceph-mon[103696]: 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-09-30T15:21:51.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:51.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:21:52.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:21:52.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:52.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:21:53.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:21:53.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:21:53.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:21:53.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:21:53.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:53 smithi050 ceph-mon[92315]: pgmap v2595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:21:53.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:21:53.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:21:53.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:21:53.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:21:53.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:21:53.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:53 smithi172 ceph-mon[103696]: pgmap v2595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:21:53.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:53.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:54.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:54.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:55.834 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:55 smithi172 ceph-mon[103696]: 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-09-30T15:21:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:55 smithi050 ceph-mon[92315]: 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-09-30T15:21:55.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:55.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:56.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:56.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:57.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:57.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:58 smithi050 ceph-mon[92315]: pgmap v2597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:21:58.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:58 smithi172 ceph-mon[103696]: pgmap v2597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:21:58.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:58.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:21:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:21:59 smithi050 ceph-mon[92315]: 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-09-30T15:21:59.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:21:59 smithi172 ceph-mon[103696]: 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-09-30T15:21:59.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:21:59.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:00.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:00.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:01.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:01.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:02 smithi050 ceph-mon[92315]: 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-09-30T15:22:02.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:02 smithi172 ceph-mon[103696]: 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-09-30T15:22:02.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:02.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:03 smithi050 ceph-mon[92315]: pgmap v2600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:22:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:03 smithi172 ceph-mon[103696]: pgmap v2600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:22:03.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:03.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:22:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:22:04.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:04.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:05 smithi050 ceph-mon[92315]: 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-09-30T15:22:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:05 smithi172 ceph-mon[103696]: 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-09-30T15:22:05.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:05.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:06.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:06.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:07.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:07.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:08 smithi050 ceph-mon[92315]: pgmap v2602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:22:08.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:08 smithi172 ceph-mon[103696]: pgmap v2602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:22:08.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:08.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:09 smithi050 ceph-mon[92315]: 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-09-30T15:22:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:09 smithi172 ceph-mon[103696]: 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-09-30T15:22:09.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:09.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:10.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:10.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:11.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:11.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:12 smithi050 ceph-mon[92315]: 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-09-30T15:22:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:12 smithi172 ceph-mon[103696]: 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-09-30T15:22:12.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:12.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:13 smithi050 ceph-mon[92315]: pgmap v2605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:22:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:13 smithi172 ceph-mon[103696]: pgmap v2605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:22:13.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:13.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:14.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:14.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:15 smithi050 ceph-mon[92315]: 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-09-30T15:22:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:15 smithi172 ceph-mon[103696]: 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-09-30T15:22:15.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:16.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:17.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:17.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:17 smithi050 ceph-mon[92315]: pgmap v2607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:22:17.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:17 smithi172 ceph-mon[103696]: pgmap v2607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:22:18.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:18.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:19.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:19.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:19.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:22:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:22:20.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:20.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:19 smithi050 ceph-mon[92315]: 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-09-30T15:22:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:19 smithi172 ceph-mon[103696]: 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-09-30T15:22:21.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:21.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:21 smithi050 ceph-mon[92315]: 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-09-30T15:22:21.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:21 smithi172 ceph-mon[103696]: 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-09-30T15:22:22.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:22.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:23.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:23.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:23 smithi050 ceph-mon[92315]: pgmap v2610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:22:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:23 smithi172 ceph-mon[103696]: pgmap v2610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:22:24.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:24.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:25.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:25.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:25 smithi050 ceph-mon[92315]: 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-09-30T15:22:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:25 smithi172 ceph-mon[103696]: 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-09-30T15:22:26.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:26.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:27.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:27.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:27 smithi050 ceph-mon[92315]: pgmap v2612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:22:27.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:27 smithi172 ceph-mon[103696]: pgmap v2612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:22:28.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:28.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:29.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:29.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:29 smithi050 ceph-mon[92315]: 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-09-30T15:22:29.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:29 smithi172 ceph-mon[103696]: 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-09-30T15:22:30.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:30.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:31.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:31.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:31 smithi050 ceph-mon[92315]: 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-09-30T15:22:31.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:31 smithi172 ceph-mon[103696]: 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-09-30T15:22:32.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:32.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:33.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:33.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:33 smithi050 ceph-mon[92315]: pgmap v2615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:22:33.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:33 smithi172 ceph-mon[103696]: pgmap v2615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:22:34.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:34.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:22:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:22:35.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:35.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:35 smithi050 ceph-mon[92315]: 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-09-30T15:22:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:35 smithi172 ceph-mon[103696]: 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-09-30T15:22:36.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:36.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:37.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:37.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:37 smithi050 ceph-mon[92315]: pgmap v2617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:22:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:37 smithi172 ceph-mon[103696]: pgmap v2617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:22:38.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:38.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:39.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:39.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:39 smithi050 ceph-mon[92315]: 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-09-30T15:22:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:39 smithi172 ceph-mon[103696]: 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-09-30T15:22:40.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:40.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:41.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:41.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:41.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:41 smithi172 ceph-mon[103696]: 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-09-30T15:22:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:41 smithi050 ceph-mon[92315]: 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-09-30T15:22:42.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:42.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:43.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:43.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:43 smithi050 ceph-mon[92315]: pgmap v2620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:22:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:43 smithi172 ceph-mon[103696]: pgmap v2620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:22:44.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:44.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:45.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:45.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:45 smithi050 ceph-mon[92315]: 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-09-30T15:22:45.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:45 smithi172 ceph-mon[103696]: 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-09-30T15:22:46.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:46.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:47.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:47.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:47 smithi050 ceph-mon[92315]: pgmap v2622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:22:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:47 smithi172 ceph-mon[103696]: pgmap v2622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:22:48.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:48.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:49.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:49.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:22:49.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:22:50.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:50.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:49 smithi050 ceph-mon[92315]: 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-09-30T15:22:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:49 smithi172 ceph-mon[103696]: 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-09-30T15:22:51.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:51.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:51 smithi050 ceph-mon[92315]: 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-09-30T15:22:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:51 smithi172 ceph-mon[103696]: 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-09-30T15:22:52.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:52.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:53.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:53.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:22:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:22:54.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:54.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:22:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:22:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:22:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:22:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:22:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:53 smithi050 ceph-mon[92315]: pgmap v2625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:22:54.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:22:54.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:22:54.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:22:54.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:22:54.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:22:54.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:53 smithi172 ceph-mon[103696]: pgmap v2625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:22:55.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:55.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:55 smithi050 ceph-mon[92315]: 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-09-30T15:22:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:55 smithi172 ceph-mon[103696]: 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-09-30T15:22:56.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:56.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:57.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:57.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:57 smithi050 ceph-mon[92315]: pgmap v2627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:22:57.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:57 smithi172 ceph-mon[103696]: pgmap v2627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:22:58.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:58.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:59.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:22:59.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:22:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:22:59 smithi050 ceph-mon[92315]: 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-09-30T15:22:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:22:59 smithi172 ceph-mon[103696]: 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-09-30T15:23:00.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:00.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:01.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:01.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:01 smithi050 ceph-mon[92315]: 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-09-30T15:23:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:01 smithi172 ceph-mon[103696]: 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-09-30T15:23:02.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:02.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:03.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:03.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:03 smithi050 ceph-mon[92315]: pgmap v2630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:23:03.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:03 smithi172 ceph-mon[103696]: pgmap v2630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:23:04.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:04.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:04.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:23:05.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:23:05.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:05.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:05.868 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:05 smithi050 ceph-mon[92315]: 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-09-30T15:23:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:05 smithi172 ceph-mon[103696]: 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-09-30T15:23:06.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:06.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:07.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:07.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:07 smithi050 ceph-mon[92315]: pgmap v2632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:23:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:07 smithi172 ceph-mon[103696]: pgmap v2632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:23:08.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:08.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:09.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:09.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:09 smithi050 ceph-mon[92315]: 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-09-30T15:23:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:09 smithi172 ceph-mon[103696]: 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-09-30T15:23:10.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:10.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:11.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:11.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:11 smithi050 ceph-mon[92315]: 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-09-30T15:23:11.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:11 smithi172 ceph-mon[103696]: 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-09-30T15:23:12.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:12.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:13.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:13.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:13 smithi050 ceph-mon[92315]: pgmap v2635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:23:13.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:13 smithi172 ceph-mon[103696]: pgmap v2635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:23:14.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:14.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:15.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:15.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:15.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:15 smithi172 ceph-mon[103696]: 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-09-30T15:23:15.982 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:15 smithi050 ceph-mon[92315]: 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-09-30T15:23:16.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:16.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:17.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:17.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:17.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:17 smithi050 ceph-mon[92315]: pgmap v2637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:23:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:17 smithi172 ceph-mon[103696]: pgmap v2637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:23:18.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:18.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:19.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:19.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:23:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:23:20.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:20.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:19 smithi050 ceph-mon[92315]: 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-09-30T15:23:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:19 smithi172 ceph-mon[103696]: 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-09-30T15:23:21.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:21.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:21 smithi050 ceph-mon[92315]: 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-09-30T15:23:21.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:21 smithi172 ceph-mon[103696]: 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-09-30T15:23:22.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:22.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:23.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:23.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:23 smithi050 ceph-mon[92315]: pgmap v2640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:23:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:23 smithi172 ceph-mon[103696]: pgmap v2640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:23:24.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:24.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:25.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:25.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:25 smithi172 ceph-mon[103696]: 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-09-30T15:23:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:25 smithi050 ceph-mon[92315]: 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-09-30T15:23:26.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:26.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:27.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:27.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:27 smithi050 ceph-mon[92315]: pgmap v2642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:23:27.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:27 smithi172 ceph-mon[103696]: pgmap v2642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:23:28.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:28.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:29.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:29.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:29 smithi050 ceph-mon[92315]: 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-09-30T15:23:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:29 smithi172 ceph-mon[103696]: 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-09-30T15:23:30.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:30.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:31.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:31.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:31.834 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:31 smithi172 ceph-mon[103696]: 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-09-30T15:23:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:31 smithi050 ceph-mon[92315]: 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-09-30T15:23:32.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:32.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:33.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:33.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:33 smithi050 ceph-mon[92315]: pgmap v2645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:23:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:33 smithi172 ceph-mon[103696]: pgmap v2645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:23:34.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:34.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:23:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:23:35.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:35.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:35 smithi172 ceph-mon[103696]: 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-09-30T15:23:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:35 smithi050 ceph-mon[92315]: 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-09-30T15:23:36.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:36.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:37.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:37.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:37 smithi050 ceph-mon[92315]: pgmap v2647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:23:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:37 smithi172 ceph-mon[103696]: pgmap v2647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:23:38.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:38.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:39.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:39.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:39 smithi050 ceph-mon[92315]: 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-09-30T15:23:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:39 smithi172 ceph-mon[103696]: 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-09-30T15:23:40.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:40.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:41.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:41.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:41 smithi050 ceph-mon[92315]: 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-09-30T15:23:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:41 smithi172 ceph-mon[103696]: 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-09-30T15:23:42.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:42.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:43.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:43.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:43 smithi050 ceph-mon[92315]: pgmap v2650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:23:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:43 smithi172 ceph-mon[103696]: pgmap v2650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:23:44.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:44.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:45.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:45.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:45 smithi172 ceph-mon[103696]: 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-09-30T15:23:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:45 smithi050 ceph-mon[92315]: 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-09-30T15:23:46.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:46.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:47.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:47.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:47 smithi050 ceph-mon[92315]: pgmap v2652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:23:47.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:47 smithi172 ceph-mon[103696]: pgmap v2652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:23:48.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:48.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:49.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:49.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:23:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:23:50.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:50.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:49 smithi050 ceph-mon[92315]: 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-09-30T15:23:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:49 smithi172 ceph-mon[103696]: 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-09-30T15:23:51.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:51.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:51 smithi050 ceph-mon[92315]: 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-09-30T15:23:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:51 smithi172 ceph-mon[103696]: 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-09-30T15:23:52.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:52.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:53.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:53.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:53 smithi050 ceph-mon[92315]: pgmap v2655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:23:53.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:23:53.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:53 smithi172 ceph-mon[103696]: pgmap v2655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:23:53.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:23:54.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:54.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:54.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:23:54.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:23:54.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:23:54.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:23:54.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:23:54.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:23:54.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:23:54.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:23:54.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:23:54.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:23:55.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:55.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:55.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:55 smithi172 ceph-mon[103696]: 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-09-30T15:23:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:55 smithi050 ceph-mon[92315]: 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-09-30T15:23:56.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:56.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:57.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:57.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:57 smithi050 ceph-mon[92315]: pgmap v2657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:23:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:57 smithi172 ceph-mon[103696]: pgmap v2657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:23:58.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:58.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:59.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:23:59.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:23:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:23:59 smithi050 ceph-mon[92315]: 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-09-30T15:23:59.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:23:59 smithi172 ceph-mon[103696]: 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-09-30T15:24:00.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:00.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:01.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:01.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:01 smithi050 ceph-mon[92315]: 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-09-30T15:24:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:01 smithi172 ceph-mon[103696]: 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-09-30T15:24:02.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:02.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:03.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:03.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:03 smithi050 ceph-mon[92315]: pgmap v2660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:24:03.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:03 smithi172 ceph-mon[103696]: pgmap v2660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:24:04.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:04.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:24:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:24:05.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:05.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:05.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:05 smithi172 ceph-mon[103696]: 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-09-30T15:24:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:05 smithi050 ceph-mon[92315]: 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-09-30T15:24:06.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:06.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:07.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:07.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:07 smithi050 ceph-mon[92315]: pgmap v2662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:24:07.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:07 smithi172 ceph-mon[103696]: pgmap v2662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:24:08.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:08.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:09.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:09.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:09 smithi050 ceph-mon[92315]: 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-09-30T15:24:09.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:09 smithi172 ceph-mon[103696]: 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-09-30T15:24:10.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:10.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:11.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:11.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:11.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:11 smithi050 ceph-mon[92315]: 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-09-30T15:24:11.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:11 smithi172 ceph-mon[103696]: 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-09-30T15:24:12.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:12.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:13.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:13.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:13 smithi050 ceph-mon[92315]: pgmap v2665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:24:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:13 smithi172 ceph-mon[103696]: pgmap v2665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:24:14.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:14.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:15.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:15.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:15.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:15 smithi172 ceph-mon[103696]: 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-09-30T15:24:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:15 smithi050 ceph-mon[92315]: 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-09-30T15:24:16.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:16.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:17.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:17.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:17 smithi172 ceph-mon[103696]: pgmap v2667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:24:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:17 smithi050 ceph-mon[92315]: pgmap v2667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:24:18.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:18.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:19.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:19.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:24:19.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:24:20.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:20.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:19 smithi050 ceph-mon[92315]: 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-09-30T15:24:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:19 smithi172 ceph-mon[103696]: 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-09-30T15:24:21.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:21.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:21 smithi050 ceph-mon[92315]: 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-09-30T15:24:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:21 smithi172 ceph-mon[103696]: 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-09-30T15:24:22.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:22.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:23.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:23.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:23 smithi050 ceph-mon[92315]: pgmap v2670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:24:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:23 smithi172 ceph-mon[103696]: pgmap v2670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:24:24.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:24.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:25.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:25.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:25.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:25 smithi172 ceph-mon[103696]: 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-09-30T15:24:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:25 smithi050 ceph-mon[92315]: 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-09-30T15:24:26.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:26.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:27.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:27.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:27.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:27 smithi050 ceph-mon[92315]: pgmap v2672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:24:27.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:27 smithi172 ceph-mon[103696]: pgmap v2672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:24:28.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:28.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:29.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:29.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:29 smithi050 ceph-mon[92315]: 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-09-30T15:24:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:29 smithi172 ceph-mon[103696]: 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-09-30T15:24:30.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:30.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:31.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:31.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:31.840 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:31 smithi050 ceph-mon[92315]: 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-09-30T15:24:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:31 smithi172 ceph-mon[103696]: 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-09-30T15:24:32.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:32.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:33.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:33.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:33 smithi050 ceph-mon[92315]: pgmap v2675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:24:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:33 smithi172 ceph-mon[103696]: pgmap v2675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:24:34.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:34.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:24:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:24:35.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:35.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:35 smithi172 ceph-mon[103696]: 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-09-30T15:24:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:35 smithi050 ceph-mon[92315]: 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-09-30T15:24:36.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:36.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:37.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:37.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:37 smithi050 ceph-mon[92315]: pgmap v2677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:24:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:37 smithi172 ceph-mon[103696]: pgmap v2677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:24:38.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:38.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:39.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:39.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:39 smithi050 ceph-mon[92315]: 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-09-30T15:24:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:39 smithi172 ceph-mon[103696]: 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-09-30T15:24:40.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:40.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:41.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:41.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:41 smithi050 ceph-mon[92315]: 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-09-30T15:24:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:41 smithi172 ceph-mon[103696]: 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-09-30T15:24:42.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:42.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:43.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:43.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:43 smithi050 ceph-mon[92315]: pgmap v2680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:24:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:43 smithi172 ceph-mon[103696]: pgmap v2680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:24:44.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:44.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:45.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:45.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:45 smithi172 ceph-mon[103696]: 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-09-30T15:24:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:45 smithi050 ceph-mon[92315]: 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-09-30T15:24:46.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:46.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:47.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:47.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:47 smithi050 ceph-mon[92315]: pgmap v2682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:24:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:47 smithi172 ceph-mon[103696]: pgmap v2682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:24:48.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:48.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:49.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:49.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:24:49.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:24:50.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:50.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:49 smithi050 ceph-mon[92315]: 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-09-30T15:24:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:49 smithi172 ceph-mon[103696]: 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-09-30T15:24:51.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:51.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:51 smithi050 ceph-mon[92315]: 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-09-30T15:24:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:51 smithi172 ceph-mon[103696]: 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-09-30T15:24:52.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:52.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:53.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:53.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:53.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:53 smithi050 ceph-mon[92315]: pgmap v2685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:24:53.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:53 smithi172 ceph-mon[103696]: pgmap v2685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:24:54.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:54.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:24:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:24:55.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:55.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:55.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:55 smithi172 ceph-mon[103696]: 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-09-30T15:24:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:55 smithi050 ceph-mon[92315]: 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-09-30T15:24:56.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:56.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:57.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:57.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:57 smithi050 ceph-mon[92315]: pgmap v2687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:24:57.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:57 smithi172 ceph-mon[103696]: pgmap v2687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:24:58.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:58.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:24:59.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:24:59.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:00.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:00.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:25:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:25:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:59 smithi050 ceph-mon[92315]: 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-09-30T15:25:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:25:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:25:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:25:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:25:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:24:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:25:00.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:25:00.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:25:00.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:59 smithi172 ceph-mon[103696]: 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-09-30T15:25:00.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:25:00.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:25:00.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:25:00.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:25:00.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:24:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:25:01.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:01.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:01 smithi050 ceph-mon[92315]: 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-09-30T15:25:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:01 smithi172 ceph-mon[103696]: 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-09-30T15:25:02.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:02.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:03.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:03.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:03 smithi050 ceph-mon[92315]: pgmap v2690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:25:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:03 smithi172 ceph-mon[103696]: pgmap v2690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:25:04.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:04.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:25:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:25:05.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:05.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:05.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:05 smithi172 ceph-mon[103696]: 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-09-30T15:25:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:05 smithi050 ceph-mon[92315]: 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-09-30T15:25:06.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:06.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:07.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:07.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:07.832 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:07 smithi172 ceph-mon[103696]: pgmap v2692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:25:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:07 smithi050 ceph-mon[92315]: pgmap v2692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:25:08.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:08.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:09.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:09.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:09 smithi050 ceph-mon[92315]: 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-09-30T15:25:09.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:09 smithi172 ceph-mon[103696]: 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-09-30T15:25:10.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:10.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:11.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:11.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:11 smithi050 ceph-mon[92315]: 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-09-30T15:25:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:11 smithi172 ceph-mon[103696]: 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-09-30T15:25:12.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:12.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:13.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:13.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:13 smithi050 ceph-mon[92315]: pgmap v2695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:25:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:13 smithi172 ceph-mon[103696]: pgmap v2695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:25:14.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:14.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:15.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:15.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:15 smithi050 ceph-mon[92315]: 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-09-30T15:25:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:15 smithi172 ceph-mon[103696]: 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-09-30T15:25:16.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:16.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:17.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:17.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:17 smithi050 ceph-mon[92315]: pgmap v2697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:25:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:17 smithi172 ceph-mon[103696]: pgmap v2697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:25:18.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:18.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:19.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:19.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:25:19.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:25:20.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:20.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:19 smithi050 ceph-mon[92315]: 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-09-30T15:25:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:19 smithi172 ceph-mon[103696]: 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-09-30T15:25:21.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:21.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:21 smithi050 ceph-mon[92315]: 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-09-30T15:25:21.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:21 smithi172 ceph-mon[103696]: 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-09-30T15:25:22.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:22.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:23.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:23.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:23 smithi050 ceph-mon[92315]: pgmap v2700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:25:23.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:23 smithi172 ceph-mon[103696]: pgmap v2700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:25:24.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:24.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:25.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:25.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:25 smithi050 ceph-mon[92315]: 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-09-30T15:25:26.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:25 smithi172 ceph-mon[103696]: 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-09-30T15:25:26.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:26.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:27.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:27.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:27 smithi050 ceph-mon[92315]: pgmap v2702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:25:27.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:27 smithi172 ceph-mon[103696]: pgmap v2702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:25:28.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:28.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:29.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:29.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:29 smithi050 ceph-mon[92315]: 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-09-30T15:25:29.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:29 smithi172 ceph-mon[103696]: 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-09-30T15:25:30.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:30.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:31.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:31.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:31 smithi050 ceph-mon[92315]: 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-09-30T15:25:31.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:31 smithi172 ceph-mon[103696]: 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-09-30T15:25:32.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:32.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:33.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:33.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:33 smithi050 ceph-mon[92315]: pgmap v2705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:25:33.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:33 smithi172 ceph-mon[103696]: pgmap v2705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:25:34.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:34.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:25:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:25:35.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:35.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:35 smithi050 ceph-mon[92315]: 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-09-30T15:25:36.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:35 smithi172 ceph-mon[103696]: 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-09-30T15:25:36.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:36.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:37.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:37.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:37 smithi050 ceph-mon[92315]: pgmap v2707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:25:37.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:37 smithi172 ceph-mon[103696]: pgmap v2707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:25:38.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:38.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:39.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:39.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:39 smithi050 ceph-mon[92315]: 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-09-30T15:25:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:39 smithi172 ceph-mon[103696]: 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-09-30T15:25:40.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:40.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:41.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:41.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:41 smithi050 ceph-mon[92315]: 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-09-30T15:25:41.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:41 smithi172 ceph-mon[103696]: 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-09-30T15:25:42.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:42.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:43.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:43.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:43 smithi050 ceph-mon[92315]: pgmap v2710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:25:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:43 smithi172 ceph-mon[103696]: pgmap v2710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:25:44.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:44.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:45.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:45.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:45 smithi050 ceph-mon[92315]: 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-09-30T15:25:46.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:45 smithi172 ceph-mon[103696]: 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-09-30T15:25:46.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:46.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:47.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:47.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:47 smithi050 ceph-mon[92315]: pgmap v2712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:25:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:47 smithi172 ceph-mon[103696]: pgmap v2712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:25:48.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:48.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:49.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:25:49.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:49.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:49.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:25:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:49 smithi050 ceph-mon[92315]: 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-09-30T15:25:50.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:50.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:49 smithi172 ceph-mon[103696]: 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-09-30T15:25:51.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:51.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:51 smithi050 ceph-mon[92315]: 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-09-30T15:25:51.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:51 smithi172 ceph-mon[103696]: 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-09-30T15:25:52.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:52.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:53.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:53.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:53.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:53 smithi172 ceph-mon[103696]: pgmap v2715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:25:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:53 smithi050 ceph-mon[92315]: pgmap v2715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:25:54.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:54.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:55.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:55.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:56.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:55 smithi050 ceph-mon[92315]: 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-09-30T15:25:56.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:55 smithi172 ceph-mon[103696]: 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-09-30T15:25:56.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:56.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:57.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:57.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:57.816 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:57 smithi050 ceph-mon[92315]: pgmap v2717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:25:57.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:57 smithi172 ceph-mon[103696]: pgmap v2717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:25:58.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:58.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:59.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:25:59.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:25:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:25:59 smithi050 ceph-mon[92315]: 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-09-30T15:25:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:25:59 smithi172 ceph-mon[103696]: 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-09-30T15:26:00.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:00.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:01.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:26:01.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:26:01.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:26:01.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:26:01.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:26:01.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:26:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:26:01.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:26:01.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:26:01.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:26:01.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:26:01.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:26:01.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:01.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:01 smithi050 ceph-mon[92315]: 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-09-30T15:26:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:01 smithi172 ceph-mon[103696]: 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-09-30T15:26:02.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:02.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:03.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:03.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:03 smithi050 ceph-mon[92315]: pgmap v2720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:26:03.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:03 smithi172 ceph-mon[103696]: pgmap v2720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:26:04.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:04.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:04.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:26:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:26:05.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:05.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:05 smithi050 ceph-mon[92315]: 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-09-30T15:26:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:05 smithi172 ceph-mon[103696]: 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-09-30T15:26:06.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:06.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:07.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:07.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:07 smithi050 ceph-mon[92315]: pgmap v2722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:26:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:07 smithi172 ceph-mon[103696]: pgmap v2722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:26:08.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:08.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:09.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:09.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:09 smithi050 ceph-mon[92315]: 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-09-30T15:26:09.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:09 smithi172 ceph-mon[103696]: 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-09-30T15:26:10.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:10.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:11.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:11.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:11.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:11 smithi050 ceph-mon[92315]: 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-09-30T15:26:11.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:11 smithi172 ceph-mon[103696]: 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-09-30T15:26:12.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:12.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:13.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:13.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:13 smithi050 ceph-mon[92315]: pgmap v2725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:26:13.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:13 smithi172 ceph-mon[103696]: pgmap v2725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:26:14.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:14.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:15.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:15.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:15 smithi050 ceph-mon[92315]: 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-09-30T15:26:16.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:15 smithi172 ceph-mon[103696]: 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-09-30T15:26:16.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:16.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:17.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:17.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:17 smithi050 ceph-mon[92315]: pgmap v2727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:26:17.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:17 smithi172 ceph-mon[103696]: pgmap v2727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:26:18.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:18.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:19.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:26:19.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:26:19.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:19.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:19 smithi050 ceph-mon[92315]: 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-09-30T15:26:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:19 smithi172 ceph-mon[103696]: 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-09-30T15:26:20.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:20.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:21.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:21.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:21 smithi050 ceph-mon[92315]: 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-09-30T15:26:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:21 smithi172 ceph-mon[103696]: 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-09-30T15:26:22.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:22.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:23.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:23.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:23 smithi050 ceph-mon[92315]: pgmap v2730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:26:23.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:23 smithi172 ceph-mon[103696]: pgmap v2730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:26:24.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:24.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:25.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:25.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:25 smithi050 ceph-mon[92315]: 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-09-30T15:26:26.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:25 smithi172 ceph-mon[103696]: 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-09-30T15:26:26.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:26.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:27.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:27.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:27 smithi050 ceph-mon[92315]: pgmap v2732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:26:27.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:27 smithi172 ceph-mon[103696]: pgmap v2732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:26:28.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:28.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:29.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:29.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:29 smithi050 ceph-mon[92315]: 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-09-30T15:26:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:29 smithi172 ceph-mon[103696]: 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-09-30T15:26:30.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:30.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:31.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:31.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:31 smithi050 ceph-mon[92315]: 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-09-30T15:26:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:31 smithi172 ceph-mon[103696]: 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-09-30T15:26:32.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:32.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:33.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:33.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:33 smithi050 ceph-mon[92315]: pgmap v2735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:26:33.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:33 smithi172 ceph-mon[103696]: pgmap v2735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:26:34.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:34.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:34.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:26:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:26:35.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:35.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:35 smithi050 ceph-mon[92315]: 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-09-30T15:26:36.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:35 smithi172 ceph-mon[103696]: 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-09-30T15:26:36.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:36.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:37.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:37.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:37 smithi050 ceph-mon[92315]: pgmap v2737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:26:37.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:37 smithi172 ceph-mon[103696]: pgmap v2737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:26:38.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:38.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:39.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:39.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:39 smithi050 ceph-mon[92315]: 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-09-30T15:26:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:39 smithi172 ceph-mon[103696]: 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-09-30T15:26:40.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:40.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:41.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:41.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:41 smithi050 ceph-mon[92315]: 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-09-30T15:26:41.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:41 smithi172 ceph-mon[103696]: 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-09-30T15:26:42.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:42.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:43.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:43.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:43 smithi050 ceph-mon[92315]: pgmap v2740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:26:43.832 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:43 smithi172 ceph-mon[103696]: pgmap v2740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:26:44.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:44.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:45.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:45.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:46.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:45 smithi050 ceph-mon[92315]: 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-09-30T15:26:46.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:45 smithi172 ceph-mon[103696]: 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-09-30T15:26:46.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:46.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:47.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:47.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:47 smithi050 ceph-mon[92315]: pgmap v2742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:26:47.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:47 smithi172 ceph-mon[103696]: pgmap v2742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:26:48.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:48.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:26:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:26:49.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:49.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:49 smithi050 ceph-mon[92315]: 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-09-30T15:26:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:49 smithi172 ceph-mon[103696]: 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-09-30T15:26:50.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:50.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:51.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:51.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:51.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:51 smithi050 ceph-mon[92315]: 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-09-30T15:26:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:51 smithi172 ceph-mon[103696]: 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-09-30T15:26:52.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:52.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:53.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:53.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:53 smithi050 ceph-mon[92315]: pgmap v2745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:26:53.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:53 smithi172 ceph-mon[103696]: pgmap v2745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:26:54.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:54.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:55.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:55.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:55 smithi050 ceph-mon[92315]: 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-09-30T15:26:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:55 smithi172 ceph-mon[103696]: 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-09-30T15:26:56.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:56.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:57.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:57.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:57 smithi050 ceph-mon[92315]: pgmap v2747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:26:57.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:57 smithi172 ceph-mon[103696]: pgmap v2747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:26:58.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:58.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:59.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:26:59.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:26:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:26:59 smithi050 ceph-mon[92315]: 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-09-30T15:26:59.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:26:59 smithi172 ceph-mon[103696]: 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-09-30T15:27:00.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:00.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:27:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:27:01.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:01.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:01 smithi050 ceph-mon[92315]: 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-09-30T15:27:02.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:01 smithi172 ceph-mon[103696]: 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-09-30T15:27:02.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:02.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:03.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:03.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:03.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:03 smithi050 ceph-mon[92315]: pgmap v2750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:27:03.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:03 smithi172 ceph-mon[103696]: pgmap v2750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:27:04.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:04.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:27:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:27:05.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:05.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:05 smithi050 ceph-mon[92315]: 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-09-30T15:27:06.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:05 smithi172 ceph-mon[103696]: 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-09-30T15:27:06.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:06.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:07.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:07.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:08.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:08.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:27:08.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:27:08.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:08 smithi050 ceph-mon[92315]: pgmap v2752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:27:08.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:27:08.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:27:08.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:27:08.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:27:08.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:27:08.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:27:08.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:27:08.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:08 smithi172 ceph-mon[103696]: pgmap v2752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:27:08.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:27:08.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:27:08.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:27:08.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:27:08.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:27:09.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:09.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:09.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:09 smithi050 ceph-mon[92315]: 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-09-30T15:27:09.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:09 smithi172 ceph-mon[103696]: 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-09-30T15:27:10.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:10.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:11.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:11.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:11 smithi050 ceph-mon[92315]: 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-09-30T15:27:11.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:11 smithi172 ceph-mon[103696]: 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-09-30T15:27:12.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:12.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:13.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:13.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:13 smithi050 ceph-mon[92315]: pgmap v2755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:27:13.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:13 smithi172 ceph-mon[103696]: pgmap v2755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:27:14.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:14.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:15.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:15.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:15 smithi050 ceph-mon[92315]: 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-09-30T15:27:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:15 smithi172 ceph-mon[103696]: 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-09-30T15:27:16.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:16.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:17.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:17.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:17 smithi050 ceph-mon[92315]: pgmap v2757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:27:17.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:17 smithi172 ceph-mon[103696]: pgmap v2757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:27:18.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:18.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:27:19.196 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:27:19.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:19.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:19 smithi050 ceph-mon[92315]: 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-09-30T15:27:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:19 smithi172 ceph-mon[103696]: 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-09-30T15:27:20.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:20.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:21.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:21.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:21.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:21 smithi050 ceph-mon[92315]: 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-09-30T15:27:21.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:21 smithi172 ceph-mon[103696]: 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-09-30T15:27:22.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:22.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:23.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:23.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:23 smithi050 ceph-mon[92315]: pgmap v2760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:27:23.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:23 smithi172 ceph-mon[103696]: pgmap v2760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:27:24.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:24.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:25.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:25.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:25 smithi050 ceph-mon[92315]: 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-09-30T15:27:26.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:25 smithi172 ceph-mon[103696]: 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-09-30T15:27:26.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:26.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:27.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:27.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:27 smithi050 ceph-mon[92315]: pgmap v2762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:27:27.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:27 smithi172 ceph-mon[103696]: pgmap v2762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:27:28.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:28.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:29.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:29.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:29.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:29 smithi050 ceph-mon[92315]: 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-09-30T15:27:29.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:29 smithi172 ceph-mon[103696]: 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-09-30T15:27:30.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:30.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:31.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:31.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:31 smithi050 ceph-mon[92315]: 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-09-30T15:27:31.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:31 smithi172 ceph-mon[103696]: 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-09-30T15:27:32.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:32.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:33.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:33.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:33 smithi050 ceph-mon[92315]: pgmap v2765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:27:33.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:33 smithi172 ceph-mon[103696]: pgmap v2765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:27:34.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:34.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:27:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:27:35.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:35.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:36.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:35 smithi050 ceph-mon[92315]: 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-09-30T15:27:36.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:35 smithi172 ceph-mon[103696]: 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-09-30T15:27:36.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:36.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:37.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:37.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:37 smithi050 ceph-mon[92315]: pgmap v2767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:27:37.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:37 smithi172 ceph-mon[103696]: pgmap v2767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:27:38.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:38.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:39.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:39.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:39 smithi050 ceph-mon[92315]: 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-09-30T15:27:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:39 smithi172 ceph-mon[103696]: 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-09-30T15:27:40.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:40.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:41.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:41.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:41 smithi050 ceph-mon[92315]: 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-09-30T15:27:41.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:41 smithi172 ceph-mon[103696]: 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-09-30T15:27:42.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:42.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:43.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:43.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:43 smithi050 ceph-mon[92315]: pgmap v2770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:27:43.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:43 smithi172 ceph-mon[103696]: pgmap v2770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:27:44.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:44.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:45.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:45.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:45 smithi050 ceph-mon[92315]: 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-09-30T15:27:46.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:45 smithi172 ceph-mon[103696]: 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-09-30T15:27:46.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:46.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:47.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:47.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:47 smithi050 ceph-mon[92315]: pgmap v2772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:27:47.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:47 smithi172 ceph-mon[103696]: pgmap v2772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:27:48.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:48.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:49.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:27:49.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:27:49.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:49.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:49 smithi050 ceph-mon[92315]: 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-09-30T15:27:50.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:49 smithi172 ceph-mon[103696]: 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-09-30T15:27:50.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:50.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:51.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:51.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:51 smithi050 ceph-mon[92315]: 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-09-30T15:27:51.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:51 smithi172 ceph-mon[103696]: 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-09-30T15:27:52.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:52.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:53.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:53.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:53 smithi050 ceph-mon[92315]: pgmap v2775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:27:53.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:53 smithi172 ceph-mon[103696]: pgmap v2775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:27:54.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:54.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:55.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:55.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:56.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:55 smithi050 ceph-mon[92315]: 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-09-30T15:27:56.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:55 smithi172 ceph-mon[103696]: 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-09-30T15:27:56.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:56.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:57.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:57.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:57 smithi050 ceph-mon[92315]: pgmap v2777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:27:57.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:57 smithi172 ceph-mon[103696]: pgmap v2777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:27:58.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:58.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:59.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:27:59.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:27:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:27:59 smithi050 ceph-mon[92315]: 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-09-30T15:27:59.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:27:59 smithi172 ceph-mon[103696]: 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-09-30T15:28:00.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:00.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:01.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:01.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:01 smithi050 ceph-mon[92315]: 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-09-30T15:28:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:01 smithi172 ceph-mon[103696]: 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-09-30T15:28:02.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:02.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:03.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:03.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:04.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:04.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:04.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:04 smithi050 ceph-mon[92315]: pgmap v2780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:28:04.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:28:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:04 smithi172 ceph-mon[103696]: pgmap v2780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:28:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:28:05.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:05.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:06.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:06.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:06 smithi050 ceph-mon[92315]: 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-09-30T15:28:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:06 smithi172 ceph-mon[103696]: 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-09-30T15:28:07.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:07.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:08.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:08.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:08 smithi050 ceph-mon[92315]: pgmap v2782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:28:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:28:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:28:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:28:09.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:08 smithi172 ceph-mon[103696]: pgmap v2782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:28:09.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:28:09.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:28:09.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:28:09.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:09.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:28:10.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:28:10.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:28:10.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:28:10.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:28:10.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:28:10.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:28:10.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:28:10.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:28:10.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:28:10.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:10.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:10 smithi050 ceph-mon[92315]: 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-09-30T15:28:11.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:10 smithi172 ceph-mon[103696]: 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-09-30T15:28:11.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:11.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:12.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:12.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:12 smithi050 ceph-mon[92315]: 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-09-30T15:28:13.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:12 smithi172 ceph-mon[103696]: 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-09-30T15:28:13.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:13.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:14.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:14.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:15.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:14 smithi172 ceph-mon[103696]: pgmap v2785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:28:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:14 smithi050 ceph-mon[92315]: pgmap v2785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:28:15.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:15.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:16.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:16.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:16 smithi050 ceph-mon[92315]: 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-09-30T15:28:17.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:16 smithi172 ceph-mon[103696]: 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-09-30T15:28:17.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:17.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:18.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:18.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:18 smithi050 ceph-mon[92315]: pgmap v2787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:28:19.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:28:19.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:18 smithi172 ceph-mon[103696]: pgmap v2787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:28:19.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:28:19.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:19.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:20.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:20.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:20 smithi050 ceph-mon[92315]: 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-09-30T15:28:21.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:20 smithi172 ceph-mon[103696]: 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-09-30T15:28:21.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:21.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:22.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:22.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:22 smithi050 ceph-mon[92315]: 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-09-30T15:28:23.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:22 smithi172 ceph-mon[103696]: 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-09-30T15:28:23.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:23.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:24.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:24.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:25.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:24 smithi172 ceph-mon[103696]: pgmap v2790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:28:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:24 smithi050 ceph-mon[92315]: pgmap v2790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:28:25.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:25.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:26.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:26.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:26 smithi050 ceph-mon[92315]: 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-09-30T15:28:27.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:26 smithi172 ceph-mon[103696]: 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-09-30T15:28:27.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:27.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:28.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:28.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:28 smithi050 ceph-mon[92315]: pgmap v2792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:28:29.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:28 smithi172 ceph-mon[103696]: pgmap v2792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:28:29.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:29.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:30.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:30.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:30 smithi050 ceph-mon[92315]: 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-09-30T15:28:31.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:30 smithi172 ceph-mon[103696]: 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-09-30T15:28:31.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:31.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:32.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:32.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:32 smithi050 ceph-mon[92315]: 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-09-30T15:28:33.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:32 smithi172 ceph-mon[103696]: 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-09-30T15:28:33.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:33.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:28:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:28:34.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:34.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:34 smithi050 ceph-mon[92315]: pgmap v2795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:28:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:34 smithi172 ceph-mon[103696]: pgmap v2795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:28:35.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:35.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:36.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:36.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:36 smithi050 ceph-mon[92315]: 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-09-30T15:28:37.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:36 smithi172 ceph-mon[103696]: 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-09-30T15:28:37.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:37.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:38.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:38.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:38 smithi050 ceph-mon[92315]: pgmap v2797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:28:39.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:38 smithi172 ceph-mon[103696]: pgmap v2797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:28:39.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:39.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:40.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:40.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:40 smithi050 ceph-mon[92315]: 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-09-30T15:28:41.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:40 smithi172 ceph-mon[103696]: 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-09-30T15:28:41.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:41.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:42.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:42.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:42 smithi050 ceph-mon[92315]: 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-09-30T15:28:43.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:42 smithi172 ceph-mon[103696]: 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-09-30T15:28:43.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:43.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:44.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:44.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:44 smithi050 ceph-mon[92315]: pgmap v2800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:28:45.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:44 smithi172 ceph-mon[103696]: pgmap v2800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:28:45.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:45.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:46.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:46.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:46 smithi050 ceph-mon[92315]: 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-09-30T15:28:47.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:46 smithi172 ceph-mon[103696]: 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-09-30T15:28:47.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:47.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:48.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:48.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:48 smithi050 ceph-mon[92315]: pgmap v2802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:28:49.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:28:49.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:48 smithi172 ceph-mon[103696]: pgmap v2802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:28:49.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:28:49.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:49.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:50.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:50.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:50 smithi050 ceph-mon[92315]: 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-09-30T15:28:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:50 smithi172 ceph-mon[103696]: 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-09-30T15:28:51.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:51.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:52.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:52.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:52 smithi050 ceph-mon[92315]: 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-09-30T15:28:53.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:52 smithi172 ceph-mon[103696]: 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-09-30T15:28:53.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:53.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:54.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:54.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:55.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:54 smithi050 ceph-mon[92315]: pgmap v2805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:28:55.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:54 smithi172 ceph-mon[103696]: pgmap v2805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:28:55.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:55.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:56.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:56.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:56 smithi050 ceph-mon[92315]: 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-09-30T15:28:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:56 smithi172 ceph-mon[103696]: 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-09-30T15:28:57.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:57.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:58.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:58.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:28:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:28:58 smithi050 ceph-mon[92315]: pgmap v2807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:28:59.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:28:58 smithi172 ceph-mon[103696]: pgmap v2807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:28:59.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:28:59.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:00.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:00.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:00 smithi050 ceph-mon[92315]: 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-09-30T15:29:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:00 smithi172 ceph-mon[103696]: 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-09-30T15:29:01.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:01.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:02.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:02.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:02 smithi050 ceph-mon[92315]: 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-09-30T15:29:03.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:02 smithi172 ceph-mon[103696]: 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-09-30T15:29:03.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:03.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:29:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:29:04.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:04.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:05.284 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:05 smithi172 ceph-mon[103696]: pgmap v2810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:29:05.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:05 smithi050 ceph-mon[92315]: pgmap v2810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:29:05.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:05.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:06.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:06.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:07 smithi050 ceph-mon[92315]: 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-09-30T15:29:07.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:07 smithi172 ceph-mon[103696]: 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-09-30T15:29:07.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:07.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:08.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:08.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:09.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:09 smithi050 ceph-mon[92315]: pgmap v2812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:29:09.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:09 smithi172 ceph-mon[103696]: pgmap v2812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:29:09.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:09.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:10.336 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:29:10.336 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:29:10.336 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:29:10.336 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:29:10.336 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:29:10.336 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:29:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:29:10.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:29:10.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:29:10.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:29:10.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:29:10.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:29:10.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:10.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:11 smithi050 ceph-mon[92315]: 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-09-30T15:29:11.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:11 smithi172 ceph-mon[103696]: 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-09-30T15:29:11.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:11.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:12.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:12.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:13 smithi050 ceph-mon[92315]: 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-09-30T15:29:13.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:13 smithi172 ceph-mon[103696]: 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-09-30T15:29:13.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:13.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:14.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:14.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:15 smithi050 ceph-mon[92315]: pgmap v2815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:29:15.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:15 smithi172 ceph-mon[103696]: pgmap v2815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:29:15.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:15.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:16.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:16.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:17 smithi050 ceph-mon[92315]: 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-09-30T15:29:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:17 smithi172 ceph-mon[103696]: 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-09-30T15:29:17.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:17.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:18.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:18.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:19.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:19 smithi050 ceph-mon[92315]: pgmap v2817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:29:19.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:29:19.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:19 smithi172 ceph-mon[103696]: pgmap v2817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:29:19.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:29:19.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:19.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:20.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:20.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:21 smithi050 ceph-mon[92315]: 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-09-30T15:29:21.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:21 smithi172 ceph-mon[103696]: 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-09-30T15:29:21.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:21.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:22.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:22.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:23 smithi050 ceph-mon[92315]: 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-09-30T15:29:23.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:23 smithi172 ceph-mon[103696]: 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-09-30T15:29:23.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:23.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:24.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:24.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:25 smithi050 ceph-mon[92315]: pgmap v2820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:29:25.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:25 smithi172 ceph-mon[103696]: pgmap v2820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:29:25.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:25.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:26.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:26.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:27 smithi050 ceph-mon[92315]: 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-09-30T15:29:27.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:27 smithi172 ceph-mon[103696]: 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-09-30T15:29:27.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:27.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:28.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:28.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:29 smithi050 ceph-mon[92315]: pgmap v2822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:29:29.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:29 smithi172 ceph-mon[103696]: pgmap v2822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:29:29.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:29.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:30.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:30.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:31 smithi050 ceph-mon[92315]: 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-09-30T15:29:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:31 smithi172 ceph-mon[103696]: 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-09-30T15:29:31.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:31.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:32.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:32.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:33 smithi050 ceph-mon[92315]: 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-09-30T15:29:33.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:33 smithi172 ceph-mon[103696]: 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-09-30T15:29:33.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:33.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:29:34.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:29:34.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:34.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:35 smithi050 ceph-mon[92315]: pgmap v2825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:29:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:35 smithi172 ceph-mon[103696]: pgmap v2825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:29:35.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:35.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:36.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:36.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:37 smithi050 ceph-mon[92315]: 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-09-30T15:29:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:37 smithi172 ceph-mon[103696]: 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-09-30T15:29:37.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:37.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:38.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:38.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:39 smithi050 ceph-mon[92315]: pgmap v2827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:29:39.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:39 smithi172 ceph-mon[103696]: pgmap v2827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:29:39.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:39.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:40.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:40.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:41 smithi050 ceph-mon[92315]: 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-09-30T15:29:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:41 smithi172 ceph-mon[103696]: 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-09-30T15:29:41.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:41.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:42.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:42.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:43 smithi050 ceph-mon[92315]: 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-09-30T15:29:43.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:43 smithi172 ceph-mon[103696]: 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-09-30T15:29:43.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:43.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:44.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:44.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:45 smithi050 ceph-mon[92315]: pgmap v2830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:29:45.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:45 smithi172 ceph-mon[103696]: pgmap v2830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:29:45.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:45.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:46.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:46.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:47 smithi050 ceph-mon[92315]: 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-09-30T15:29:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:47 smithi172 ceph-mon[103696]: 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-09-30T15:29:47.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:47.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:48.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:48.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:49 smithi050 ceph-mon[92315]: pgmap v2832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:29:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:29:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:49 smithi172 ceph-mon[103696]: pgmap v2832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:29:49.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:29:49.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:49.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:50.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:50.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:51 smithi050 ceph-mon[92315]: 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-09-30T15:29:51.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:51 smithi172 ceph-mon[103696]: 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-09-30T15:29:51.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:51.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:52.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:52.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:53 smithi050 ceph-mon[92315]: 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-09-30T15:29:53.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:53 smithi172 ceph-mon[103696]: 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-09-30T15:29:53.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:53.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:54.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:54.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:55 smithi050 ceph-mon[92315]: pgmap v2835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:29:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:55 smithi172 ceph-mon[103696]: pgmap v2835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:29:55.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:55.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:56.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:56.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:57 smithi050 ceph-mon[92315]: 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-09-30T15:29:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:57 smithi172 ceph-mon[103696]: 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-09-30T15:29:57.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:57.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:58.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:58.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:29:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:29:59 smithi050 ceph-mon[92315]: pgmap v2837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:29:59.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:29:59 smithi172 ceph-mon[103696]: pgmap v2837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:29:59.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:29:59.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:00.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:00.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:00 smithi050 ceph-mon[92315]: 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-09-30T15:30:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T15:30:01.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:00 smithi172 ceph-mon[103696]: 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-09-30T15:30:01.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T15:30:01.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:01.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:02.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:02.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:02 smithi050 ceph-mon[92315]: 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-09-30T15:30:03.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:02 smithi172 ceph-mon[103696]: 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-09-30T15:30:03.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:03.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:04.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:04.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:04 smithi050 ceph-mon[92315]: pgmap v2840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:30:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:30:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:04 smithi172 ceph-mon[103696]: pgmap v2840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:30:05.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:30:05.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:05.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:06.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:06.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:06 smithi050 ceph-mon[92315]: 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-09-30T15:30:07.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:06 smithi172 ceph-mon[103696]: 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-09-30T15:30:07.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:07.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:08.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:08.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:08 smithi050 ceph-mon[92315]: pgmap v2842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:30:09.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:08 smithi172 ceph-mon[103696]: pgmap v2842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:30:09.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:09.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:10.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:10.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:10.956 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:10 smithi172 ceph-mon[103696]: 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-09-30T15:30:10.956 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:30:10.956 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:30:10.956 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:30:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:10 smithi050 ceph-mon[92315]: 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-09-30T15:30:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:30:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:30:11.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:30:11.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:11.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:11.990 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:30:11.990 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:30:11.990 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:30:11.990 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:30:12.088 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:30:12.089 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:30:12.089 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:30:12.089 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:30:12.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:12.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:13 smithi050 ceph-mon[92315]: 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-09-30T15:30:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:13 smithi172 ceph-mon[103696]: 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-09-30T15:30:13.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:13.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:14.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:14.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:15 smithi050 ceph-mon[92315]: pgmap v2845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:30:15.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:30:15.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:30:15.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:30:15.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:30:15.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:30:15.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:30:15.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:30:15.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:30:15.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:30:15.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:15 smithi172 ceph-mon[103696]: pgmap v2845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:30:15.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:30:15.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:30:15.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:30:15.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:30:15.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:30:15.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:30:15.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:30:15.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:30:15.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:30:15.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:15.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:16.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:16.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:17 smithi050 ceph-mon[92315]: 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-09-30T15:30:17.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:17 smithi172 ceph-mon[103696]: 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-09-30T15:30:17.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:17.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:18.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:18.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:19 smithi050 ceph-mon[92315]: pgmap v2847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:30:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:30:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:19 smithi172 ceph-mon[103696]: pgmap v2847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:30:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:30:19.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:19.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:20.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:20.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:21.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:21 smithi172 ceph-mon[103696]: 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-09-30T15:30:21.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:21 smithi050 ceph-mon[92315]: 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-09-30T15:30:21.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:21.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:22.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:22.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:23 smithi050 ceph-mon[92315]: 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-09-30T15:30:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:23 smithi172 ceph-mon[103696]: 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-09-30T15:30:23.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:23.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:24.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:24.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:25 smithi050 ceph-mon[92315]: pgmap v2850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:30:25.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:25 smithi172 ceph-mon[103696]: pgmap v2850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:30:25.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:25.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:26.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:26.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:27 smithi050 ceph-mon[92315]: 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-09-30T15:30:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:27 smithi172 ceph-mon[103696]: 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-09-30T15:30:27.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:27.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:28.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:28.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:29 smithi050 ceph-mon[92315]: pgmap v2852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:30:29.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:29 smithi172 ceph-mon[103696]: pgmap v2852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:30:29.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:29.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:30.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:30.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:31 smithi050 ceph-mon[92315]: 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-09-30T15:30:31.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:31 smithi172 ceph-mon[103696]: 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-09-30T15:30:31.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:31.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:32.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:32.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:33 smithi050 ceph-mon[92315]: 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-09-30T15:30:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:33 smithi172 ceph-mon[103696]: 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-09-30T15:30:33.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:33.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:30:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:30:34.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:34.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:35 smithi050 ceph-mon[92315]: pgmap v2855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:30:35.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:35 smithi172 ceph-mon[103696]: pgmap v2855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:30:35.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:35.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:36.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:36.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:37 smithi050 ceph-mon[92315]: 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-09-30T15:30:37.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:37 smithi172 ceph-mon[103696]: 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-09-30T15:30:37.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:37.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:38.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:38.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:39 smithi050 ceph-mon[92315]: pgmap v2857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:30:39.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:39 smithi172 ceph-mon[103696]: pgmap v2857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:30:39.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:39.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:40.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:40.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:41 smithi050 ceph-mon[92315]: 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-09-30T15:30:41.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:41 smithi172 ceph-mon[103696]: 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-09-30T15:30:41.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:41.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:42.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:42.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:43 smithi050 ceph-mon[92315]: 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-09-30T15:30:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:43 smithi172 ceph-mon[103696]: 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-09-30T15:30:43.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:43.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:44.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:44.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:45 smithi050 ceph-mon[92315]: pgmap v2860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:30:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:45 smithi172 ceph-mon[103696]: pgmap v2860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:30:45.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:45.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:46.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:46.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:47 smithi050 ceph-mon[92315]: 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-09-30T15:30:47.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:47 smithi172 ceph-mon[103696]: 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-09-30T15:30:47.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:47.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:48.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:48.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:49.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:49 smithi050 ceph-mon[92315]: pgmap v2862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:30:49.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:30:49.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:49 smithi172 ceph-mon[103696]: pgmap v2862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:30:49.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:30:49.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:49.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:50.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:50.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:51 smithi050 ceph-mon[92315]: 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-09-30T15:30:51.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:51 smithi172 ceph-mon[103696]: 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-09-30T15:30:51.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:51.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:52.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:52.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:53 smithi050 ceph-mon[92315]: 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-09-30T15:30:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:53 smithi172 ceph-mon[103696]: 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-09-30T15:30:53.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:53.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:54.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:54.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:55 smithi050 ceph-mon[92315]: pgmap v2865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:30:55.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:55 smithi172 ceph-mon[103696]: pgmap v2865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:30:55.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:55.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:56.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:56.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:57 smithi050 ceph-mon[92315]: 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-09-30T15:30:57.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:57 smithi172 ceph-mon[103696]: 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-09-30T15:30:57.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:57.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:58.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:58.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:30:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:30:59 smithi050 ceph-mon[92315]: pgmap v2867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:30:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:30:59 smithi172 ceph-mon[103696]: pgmap v2867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:30:59.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:30:59.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:00.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:00.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:01 smithi050 ceph-mon[92315]: 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-09-30T15:31:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:01 smithi172 ceph-mon[103696]: 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-09-30T15:31:01.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:01.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:02.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:02.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:03 smithi050 ceph-mon[92315]: 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-09-30T15:31:03.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:03 smithi172 ceph-mon[103696]: 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-09-30T15:31:03.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:03.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:31:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:31:04.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:04.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:05 smithi050 ceph-mon[92315]: pgmap v2870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:31:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:05 smithi172 ceph-mon[103696]: pgmap v2870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:31:05.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:05.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:06.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:06.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:07 smithi050 ceph-mon[92315]: 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-09-30T15:31:07.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:07 smithi172 ceph-mon[103696]: 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-09-30T15:31:07.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:07.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:08.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:08.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:09 smithi050 ceph-mon[92315]: pgmap v2872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:31:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:09 smithi172 ceph-mon[103696]: pgmap v2872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:31:09.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:09.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:10.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:10.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:11.593 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:11 smithi172 ceph-mon[103696]: 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-09-30T15:31:11.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:11 smithi050 ceph-mon[92315]: 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-09-30T15:31:11.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:11.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:12.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:12.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:13.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:13 smithi050 ceph-mon[92315]: 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-09-30T15:31:13.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:13 smithi172 ceph-mon[103696]: 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-09-30T15:31:13.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:13.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:14.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:14.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:15 smithi050 ceph-mon[92315]: pgmap v2875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:31:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:31:15.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:15 smithi172 ceph-mon[103696]: pgmap v2875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:31:15.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:31:15.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:15.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:31:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:31:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:31:16.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:31:16.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:31:16.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:31:16.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:31:16.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:31:16.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:31:16.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:31:16.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:16.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:17 smithi050 ceph-mon[92315]: 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-09-30T15:31:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:17 smithi172 ceph-mon[103696]: 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-09-30T15:31:17.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:17.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:18.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:18.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:19 smithi050 ceph-mon[92315]: pgmap v2877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:31:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:31:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:19 smithi172 ceph-mon[103696]: pgmap v2877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:31:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:31:19.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:19.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:20.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:20.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:21 smithi050 ceph-mon[92315]: 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-09-30T15:31:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:21 smithi172 ceph-mon[103696]: 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-09-30T15:31:21.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:21.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:22.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:22.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:23 smithi050 ceph-mon[92315]: 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-09-30T15:31:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:23 smithi172 ceph-mon[103696]: 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-09-30T15:31:23.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:23.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:24.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:24.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:25 smithi050 ceph-mon[92315]: pgmap v2880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:31:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:25 smithi172 ceph-mon[103696]: pgmap v2880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:31:25.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:25.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:26.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:26.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:27.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:27 smithi050 ceph-mon[92315]: 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-09-30T15:31:27.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:27 smithi172 ceph-mon[103696]: 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-09-30T15:31:27.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:27.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:28.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:28.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:29 smithi050 ceph-mon[92315]: pgmap v2882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:31:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:29 smithi172 ceph-mon[103696]: pgmap v2882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:31:29.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:29.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:30.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:30.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:31.806 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:31 smithi172 ceph-mon[103696]: 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-09-30T15:31:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:31 smithi050 ceph-mon[92315]: 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-09-30T15:31:31.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:31.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:32.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:32.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:33 smithi050 ceph-mon[92315]: 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-09-30T15:31:33.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:33 smithi172 ceph-mon[103696]: 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-09-30T15:31:33.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:33.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:31:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:31:34.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:34.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:35 smithi050 ceph-mon[92315]: pgmap v2885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:31:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:35 smithi172 ceph-mon[103696]: pgmap v2885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:31:35.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:35.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:36.859 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:36 smithi172 ceph-mon[103696]: 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-09-30T15:31:36.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:36.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:37.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:36 smithi050 ceph-mon[92315]: 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-09-30T15:31:37.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:37.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:38 smithi172 ceph-mon[103696]: pgmap v2887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:31:38.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:38.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:38 smithi050 ceph-mon[92315]: pgmap v2887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:31:39.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:39.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:40.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:40.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:40 smithi050 ceph-mon[92315]: 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-09-30T15:31:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:40 smithi172 ceph-mon[103696]: 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-09-30T15:31:41.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:41.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:42.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:42.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:43.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:42 smithi050 ceph-mon[92315]: 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-09-30T15:31:43.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:42 smithi172 ceph-mon[103696]: 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-09-30T15:31:43.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:43.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:44.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:44.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:44 smithi050 ceph-mon[92315]: pgmap v2890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:31:45.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:44 smithi172 ceph-mon[103696]: pgmap v2890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:31:45.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:45.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:46.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:46.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:47.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:46 smithi050 ceph-mon[92315]: 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-09-30T15:31:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:46 smithi172 ceph-mon[103696]: 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-09-30T15:31:47.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:47.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:48.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:48.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:48 smithi050 ceph-mon[92315]: pgmap v2892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:31:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:48 smithi172 ceph-mon[103696]: pgmap v2892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:31:49.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:49.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:31:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:31:50.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:50.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:50 smithi050 ceph-mon[92315]: 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-09-30T15:31:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:50 smithi172 ceph-mon[103696]: 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-09-30T15:31:51.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:51.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:52.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:52.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:52 smithi050 ceph-mon[92315]: 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-09-30T15:31:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:52 smithi172 ceph-mon[103696]: 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-09-30T15:31:53.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:53.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:54.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:54.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:54 smithi050 ceph-mon[92315]: pgmap v2895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:31:55.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:54 smithi172 ceph-mon[103696]: pgmap v2895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:31:55.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:55.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:56.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:56.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:57.071 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:56 smithi172 ceph-mon[103696]: 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-09-30T15:31:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:56 smithi050 ceph-mon[92315]: 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-09-30T15:31:57.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:57.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:58.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:58.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:31:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:31:58 smithi050 ceph-mon[92315]: pgmap v2897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:31:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:31:58 smithi172 ceph-mon[103696]: pgmap v2897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:31:59.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:31:59.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:00.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:00.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:00 smithi050 ceph-mon[92315]: 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-09-30T15:32:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:00 smithi172 ceph-mon[103696]: 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-09-30T15:32:01.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:01.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:02.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:02.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:03.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:02 smithi050 ceph-mon[92315]: 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-09-30T15:32:03.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:02 smithi172 ceph-mon[103696]: 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-09-30T15:32:03.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:03.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:04.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:04.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:04 smithi050 ceph-mon[92315]: pgmap v2900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:32:05.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:32:05.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:04 smithi172 ceph-mon[103696]: pgmap v2900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:32:05.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:32:05.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:05.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:06.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:06.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:06 smithi050 ceph-mon[92315]: 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-09-30T15:32:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:06 smithi172 ceph-mon[103696]: 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-09-30T15:32:07.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:07.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:08.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:08.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:08 smithi050 ceph-mon[92315]: pgmap v2902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:32:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:08 smithi172 ceph-mon[103696]: pgmap v2902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:32:09.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:09.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:10.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:10.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:10 smithi050 ceph-mon[92315]: 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-09-30T15:32:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:10 smithi172 ceph-mon[103696]: 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-09-30T15:32:11.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:11.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:12.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:12.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:12 smithi050 ceph-mon[92315]: 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-09-30T15:32:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:12 smithi172 ceph-mon[103696]: 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-09-30T15:32:13.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:13.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:14.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:14.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:14 smithi050 ceph-mon[92315]: pgmap v2905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:32:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:14 smithi172 ceph-mon[103696]: pgmap v2905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:32:15.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:15.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:32:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:32:17.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:17.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:16 smithi050 ceph-mon[92315]: 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-09-30T15:32:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:32:17.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:32:17.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:32:17.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:32:17.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:32:17.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:16 smithi172 ceph-mon[103696]: 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-09-30T15:32:17.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:32:17.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:32:17.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:32:17.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:32:17.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:32:18.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:18.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:19.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:19.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:18 smithi050 ceph-mon[92315]: pgmap v2907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:32:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:18 smithi172 ceph-mon[103696]: pgmap v2907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:32:20.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:20.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:32:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:32:21.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:21.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:20 smithi050 ceph-mon[92315]: 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-09-30T15:32:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:20 smithi172 ceph-mon[103696]: 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-09-30T15:32:22.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:22.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:23.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:23.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:22 smithi050 ceph-mon[92315]: 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-09-30T15:32:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:22 smithi172 ceph-mon[103696]: 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-09-30T15:32:24.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:24.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:25.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:25.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:24 smithi050 ceph-mon[92315]: pgmap v2910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:32:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:24 smithi172 ceph-mon[103696]: pgmap v2910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:32:26.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:26.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:27.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:27.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:26 smithi050 ceph-mon[92315]: 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-09-30T15:32:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:26 smithi172 ceph-mon[103696]: 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-09-30T15:32:28.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:28.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:29.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:29.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:28 smithi050 ceph-mon[92315]: pgmap v2912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:32:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:28 smithi172 ceph-mon[103696]: pgmap v2912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:32:30.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:30.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:31.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:31.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:30 smithi050 ceph-mon[92315]: 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-09-30T15:32:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:30 smithi172 ceph-mon[103696]: 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-09-30T15:32:32.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:32.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:33.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:33.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:32 smithi050 ceph-mon[92315]: 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-09-30T15:32:33.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:32 smithi172 ceph-mon[103696]: 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-09-30T15:32:34.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:34.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:35.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:35.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:34 smithi050 ceph-mon[92315]: pgmap v2915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:32:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:32:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:34 smithi172 ceph-mon[103696]: pgmap v2915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:32:35.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:32:36.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:36.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:37.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:37.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:36 smithi050 ceph-mon[92315]: 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-09-30T15:32:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:36 smithi172 ceph-mon[103696]: 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-09-30T15:32:38.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:38.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:39.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:39.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:38 smithi050 ceph-mon[92315]: pgmap v2917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:32:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:38 smithi172 ceph-mon[103696]: pgmap v2917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:32:40.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:40.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:41.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:41.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:40 smithi050 ceph-mon[92315]: 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-09-30T15:32:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:40 smithi172 ceph-mon[103696]: 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-09-30T15:32:42.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:42.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:43.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:43.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:42 smithi050 ceph-mon[92315]: 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-09-30T15:32:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:42 smithi172 ceph-mon[103696]: 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-09-30T15:32:44.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:44.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:45.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:45.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:44 smithi050 ceph-mon[92315]: pgmap v2920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:32:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:44 smithi172 ceph-mon[103696]: pgmap v2920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:32:46.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:46.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:47.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:47.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:46 smithi050 ceph-mon[92315]: 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-09-30T15:32:47.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:46 smithi172 ceph-mon[103696]: 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-09-30T15:32:48.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:48.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:49.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:49.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:48 smithi050 ceph-mon[92315]: pgmap v2922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:32:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:48 smithi172 ceph-mon[103696]: pgmap v2922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:32:50.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:50.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:32:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:32:51.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:51.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:50 smithi050 ceph-mon[92315]: 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-09-30T15:32:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:50 smithi172 ceph-mon[103696]: 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-09-30T15:32:52.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:52.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:53.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:53.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:52 smithi050 ceph-mon[92315]: 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-09-30T15:32:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:52 smithi172 ceph-mon[103696]: 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-09-30T15:32:54.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:54.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:55.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:55.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:54 smithi050 ceph-mon[92315]: pgmap v2925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:32:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:54 smithi172 ceph-mon[103696]: pgmap v2925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:32:56.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:56.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:57.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:57.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:56 smithi050 ceph-mon[92315]: 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-09-30T15:32:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:56 smithi172 ceph-mon[103696]: 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-09-30T15:32:58.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:58.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:59.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:32:59.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:32:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:32:58 smithi050 ceph-mon[92315]: pgmap v2927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:32:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:32:58 smithi172 ceph-mon[103696]: pgmap v2927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:33:00.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:00.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:01.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:01.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:00 smithi050 ceph-mon[92315]: 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-09-30T15:33:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:00 smithi172 ceph-mon[103696]: 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-09-30T15:33:02.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:02.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:03.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:03.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:02 smithi050 ceph-mon[92315]: 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-09-30T15:33:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:02 smithi172 ceph-mon[103696]: 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-09-30T15:33:04.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:04.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:05.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:05.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:05.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:04 smithi172 ceph-mon[103696]: pgmap v2930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:33:05.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:33:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:04 smithi050 ceph-mon[92315]: pgmap v2930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:33:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:33:06.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:06.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:07.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:07.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:06 smithi172 ceph-mon[103696]: 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-09-30T15:33:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:06 smithi050 ceph-mon[92315]: 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-09-30T15:33:08.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:08.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:09.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:09.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:08 smithi172 ceph-mon[103696]: pgmap v2932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:33:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:08 smithi050 ceph-mon[92315]: pgmap v2932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:33:10.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:10.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:11.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:11.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:10 smithi172 ceph-mon[103696]: 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-09-30T15:33:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:10 smithi050 ceph-mon[92315]: 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-09-30T15:33:12.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:12.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:12 smithi050 ceph-mon[92315]: 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-09-30T15:33:13.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:13.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:12 smithi172 ceph-mon[103696]: 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-09-30T15:33:14.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:14.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:15.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:15.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:14 smithi172 ceph-mon[103696]: pgmap v2935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:33:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:14 smithi050 ceph-mon[92315]: pgmap v2935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:33:16.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:16.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:17.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:17.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:16 smithi172 ceph-mon[103696]: 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-09-30T15:33:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:33:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:16 smithi050 ceph-mon[92315]: 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-09-30T15:33:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:33:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:33:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:33:18.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:33:18.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:33:18.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:33:18.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:18.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:33:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:33:18.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:33:18.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:33:18.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:33:19.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:19.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:19 smithi050 ceph-mon[92315]: pgmap v2937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:33:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:33:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:19 smithi172 ceph-mon[103696]: pgmap v2937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:33:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:33:20.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:20.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:21.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:21.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:21 smithi050 ceph-mon[92315]: 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-09-30T15:33:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:21 smithi172 ceph-mon[103696]: 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-09-30T15:33:22.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:22.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:23.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:23.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:23 smithi050 ceph-mon[92315]: 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-09-30T15:33:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:23 smithi172 ceph-mon[103696]: 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-09-30T15:33:24.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:24.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:25.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:25.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:25 smithi050 ceph-mon[92315]: pgmap v2940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:33:25.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:25 smithi172 ceph-mon[103696]: pgmap v2940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:33:26.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:26.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:27.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:27.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:27 smithi050 ceph-mon[92315]: 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-09-30T15:33:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:27 smithi172 ceph-mon[103696]: 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-09-30T15:33:28.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:28.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:29.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:29.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:29 smithi050 ceph-mon[92315]: pgmap v2942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:33:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:29 smithi172 ceph-mon[103696]: pgmap v2942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:33:30.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:30.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:31.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:31.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:31 smithi050 ceph-mon[92315]: 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-09-30T15:33:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:31 smithi172 ceph-mon[103696]: 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-09-30T15:33:32.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:32.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:33.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:33.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:33 smithi050 ceph-mon[92315]: 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-09-30T15:33:33.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:33 smithi172 ceph-mon[103696]: 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-09-30T15:33:34.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:34.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:33:34.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:33:35.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:35.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:35 smithi050 ceph-mon[92315]: pgmap v2945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:33:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:35 smithi172 ceph-mon[103696]: pgmap v2945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:33:36.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:36.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:37.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:37.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:37 smithi050 ceph-mon[92315]: 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-09-30T15:33:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:37 smithi172 ceph-mon[103696]: 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-09-30T15:33:38.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:38.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:39.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:39.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:39 smithi050 ceph-mon[92315]: pgmap v2947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:33:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:39 smithi172 ceph-mon[103696]: pgmap v2947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:33:40.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:40.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:41.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:41.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:41 smithi050 ceph-mon[92315]: 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-09-30T15:33:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:41 smithi172 ceph-mon[103696]: 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-09-30T15:33:42.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:42.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:43.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:43.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:43 smithi050 ceph-mon[92315]: 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-09-30T15:33:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:43 smithi172 ceph-mon[103696]: 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-09-30T15:33:44.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:44.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:45.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:45.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:45 smithi050 ceph-mon[92315]: pgmap v2950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:33:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:45 smithi172 ceph-mon[103696]: pgmap v2950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:33:46.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:46.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:47.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:47.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:47 smithi050 ceph-mon[92315]: 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-09-30T15:33:47.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:47 smithi172 ceph-mon[103696]: 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-09-30T15:33:48.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:48.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:49.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:49.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:49 smithi050 ceph-mon[92315]: pgmap v2952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:33:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:33:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:49 smithi172 ceph-mon[103696]: pgmap v2952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:33:49.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:33:50.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:50.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:51.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:51.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:51 smithi050 ceph-mon[92315]: 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-09-30T15:33:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:51 smithi172 ceph-mon[103696]: 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-09-30T15:33:52.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:52.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:53.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:53.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:53 smithi050 ceph-mon[92315]: 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-09-30T15:33:53.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:53 smithi172 ceph-mon[103696]: 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-09-30T15:33:54.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:54.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:55.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:55.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:55 smithi050 ceph-mon[92315]: pgmap v2955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:33:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:55 smithi172 ceph-mon[103696]: pgmap v2955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:33:56.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:56.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:57.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:57.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:57.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:57 smithi050 ceph-mon[92315]: 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-09-30T15:33:57.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:57 smithi172 ceph-mon[103696]: 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-09-30T15:33:58.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:58.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:59.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:33:59.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:33:59.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:33:59 smithi172 ceph-mon[103696]: pgmap v2957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:33:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:33:59 smithi050 ceph-mon[92315]: pgmap v2957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:34:00.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:00.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:01.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:01.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:01 smithi172 ceph-mon[103696]: 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-09-30T15:34:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:01 smithi050 ceph-mon[92315]: 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-09-30T15:34:02.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:02.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:03.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:03.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:03 smithi172 ceph-mon[103696]: 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-09-30T15:34:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:03 smithi050 ceph-mon[92315]: 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-09-30T15:34:04.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:04.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:34:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:34:05.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:05.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:05 smithi172 ceph-mon[103696]: pgmap v2960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:34:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:05 smithi050 ceph-mon[92315]: pgmap v2960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:34:06.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:06.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:07.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:07.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:07 smithi172 ceph-mon[103696]: 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-09-30T15:34:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:07 smithi050 ceph-mon[92315]: 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-09-30T15:34:08.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:08.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:09.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:09.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:09 smithi172 ceph-mon[103696]: pgmap v2962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:34:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:09 smithi050 ceph-mon[92315]: pgmap v2962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:34:10.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:10.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:11.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:11.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:11 smithi172 ceph-mon[103696]: 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-09-30T15:34:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:11 smithi050 ceph-mon[92315]: 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-09-30T15:34:12.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:12.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:13.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:13.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:13 smithi172 ceph-mon[103696]: 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-09-30T15:34:13.433 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:13 smithi050 ceph-mon[92315]: 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-09-30T15:34:14.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:14.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:15.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:15.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:15 smithi050 ceph-mon[92315]: pgmap v2965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:34:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:15 smithi172 ceph-mon[103696]: pgmap v2965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:34:16.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:16.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:17.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:17.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:17 smithi050 ceph-mon[92315]: 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-09-30T15:34:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:17 smithi172 ceph-mon[103696]: 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-09-30T15:34:18.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:18.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:18.491 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:34:18.491 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:34:18.491 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:34:18.491 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:34:18.491 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:34:18.492 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:34:18.555 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:34:18.555 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:34:18.555 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:34:18.555 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:34:18.555 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:34:18.556 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:34:19.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:19.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:19 smithi050 ceph-mon[92315]: pgmap v2967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:34:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:34:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:19 smithi172 ceph-mon[103696]: pgmap v2967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:34:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:34:20.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:20.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:21.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:21.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:21 smithi050 ceph-mon[92315]: 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-09-30T15:34:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:21 smithi172 ceph-mon[103696]: 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-09-30T15:34:22.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:22.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:23.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:23.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:23.547 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:23 smithi050 ceph-mon[92315]: 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-09-30T15:34:23.606 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:23 smithi172 ceph-mon[103696]: 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-09-30T15:34:24.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:24.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:25.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:25.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:25 smithi050 ceph-mon[92315]: pgmap v2970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:34:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:25 smithi172 ceph-mon[103696]: pgmap v2970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:34:26.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:26.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:27.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:27.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:27 smithi050 ceph-mon[92315]: 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-09-30T15:34:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:27 smithi172 ceph-mon[103696]: 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-09-30T15:34:28.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:28.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:29.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:29.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:29 smithi050 ceph-mon[92315]: pgmap v2972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:34:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:29 smithi172 ceph-mon[103696]: pgmap v2972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:34:30.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:30.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:31.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:31.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:31 smithi050 ceph-mon[92315]: 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-09-30T15:34:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:31 smithi172 ceph-mon[103696]: 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-09-30T15:34:32.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:32.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:33.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:33.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:33 smithi050 ceph-mon[92315]: 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-09-30T15:34:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:33 smithi172 ceph-mon[103696]: 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-09-30T15:34:34.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:34.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:34:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:34:35.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:35.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:35 smithi050 ceph-mon[92315]: pgmap v2975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:34:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:35 smithi172 ceph-mon[103696]: pgmap v2975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:34:36.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:36.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:37.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:37.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:37 smithi050 ceph-mon[92315]: 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-09-30T15:34:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:37 smithi172 ceph-mon[103696]: 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-09-30T15:34:38.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:38.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:39.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:39.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:39 smithi050 ceph-mon[92315]: pgmap v2977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:34:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:39 smithi172 ceph-mon[103696]: pgmap v2977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:34:40.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:40.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:41.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:41.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:41 smithi050 ceph-mon[92315]: 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-09-30T15:34:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:41 smithi172 ceph-mon[103696]: 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-09-30T15:34:42.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:42.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:43.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:43.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:43 smithi050 ceph-mon[92315]: 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-09-30T15:34:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:43 smithi172 ceph-mon[103696]: 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-09-30T15:34:44.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:44.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:45.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:45.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:45 smithi050 ceph-mon[92315]: pgmap v2980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:34:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:45 smithi172 ceph-mon[103696]: pgmap v2980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:34:46.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:46.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:47.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:47.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:47 smithi050 ceph-mon[92315]: 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-09-30T15:34:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:47 smithi172 ceph-mon[103696]: 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-09-30T15:34:48.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:48.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:49.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:49.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:49.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:49 smithi050 ceph-mon[92315]: pgmap v2982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:34:49.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:34:49.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:49 smithi172 ceph-mon[103696]: pgmap v2982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:34:49.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:34:50.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:50.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:51.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:51.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:51 smithi050 ceph-mon[92315]: 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-09-30T15:34:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:51 smithi172 ceph-mon[103696]: 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-09-30T15:34:52.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:52.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:53.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:53.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:53 smithi050 ceph-mon[92315]: 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-09-30T15:34:53.629 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:53 smithi172 ceph-mon[103696]: 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-09-30T15:34:54.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:54.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:55.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:55.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:55 smithi050 ceph-mon[92315]: pgmap v2985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:34:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:55 smithi172 ceph-mon[103696]: pgmap v2985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:34:56.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:56.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:57.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:57.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:57 smithi050 ceph-mon[92315]: 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-09-30T15:34:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:57 smithi172 ceph-mon[103696]: 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-09-30T15:34:58.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:58.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:59.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:34:59.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:34:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:34:59 smithi050 ceph-mon[92315]: pgmap v2987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:34:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:34:59 smithi172 ceph-mon[103696]: pgmap v2987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:35:00.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:00.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:01.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:01.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:01 smithi050 ceph-mon[92315]: 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-09-30T15:35:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:01 smithi172 ceph-mon[103696]: 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-09-30T15:35:02.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:02.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:03.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:03.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:03 smithi050 ceph-mon[92315]: 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-09-30T15:35:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:03 smithi172 ceph-mon[103696]: 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-09-30T15:35:04.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:04.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:35:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:35:05.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:05.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:05 smithi050 ceph-mon[92315]: pgmap v2990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:35:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:05 smithi172 ceph-mon[103696]: pgmap v2990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:35:06.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:06.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:07.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:07.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:07 smithi050 ceph-mon[92315]: 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-09-30T15:35:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:07 smithi172 ceph-mon[103696]: 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-09-30T15:35:08.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:08.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:09.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:09.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:09 smithi050 ceph-mon[92315]: pgmap v2992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:35:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:09 smithi172 ceph-mon[103696]: pgmap v2992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:35:10.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:10.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:11.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:11.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:11 smithi050 ceph-mon[92315]: 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-09-30T15:35:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:11 smithi172 ceph-mon[103696]: 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-09-30T15:35:12.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:12.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:13.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:13.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:13 smithi050 ceph-mon[92315]: 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-09-30T15:35:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:13 smithi172 ceph-mon[103696]: 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-09-30T15:35:14.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:14.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:15.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:15.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:15 smithi050 ceph-mon[92315]: pgmap v2995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:35:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:15 smithi172 ceph-mon[103696]: pgmap v2995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:35:16.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:16.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:17.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:17.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:17 smithi050 ceph-mon[92315]: 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-09-30T15:35:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:17 smithi172 ceph-mon[103696]: 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-09-30T15:35:18.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:18.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:18.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:35:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:35:19.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:19.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:19 smithi050 ceph-mon[92315]: pgmap v2997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:35:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:35:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:19 smithi172 ceph-mon[103696]: pgmap v2997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:35:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:35:20.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:20.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:21.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:21.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:21 smithi050 ceph-mon[92315]: 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-09-30T15:35:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:21 smithi172 ceph-mon[103696]: 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-09-30T15:35:22.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:22.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:23.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:23.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:23 smithi050 ceph-mon[92315]: 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-09-30T15:35:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:35:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:35:23.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:23 smithi172 ceph-mon[103696]: 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-09-30T15:35:23.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:35:23.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:35:24.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:24.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:35:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:35:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:35:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:35:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:35:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:35:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:35:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:35:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:35:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:35:25.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:25.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:25 smithi050 ceph-mon[92315]: pgmap v3000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:35:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:25 smithi172 ceph-mon[103696]: pgmap v3000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:35:26.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:26.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:27.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:27.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:27.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:27 smithi050 ceph-mon[92315]: 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-09-30T15:35:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:27 smithi172 ceph-mon[103696]: 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-09-30T15:35:28.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:28.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:29.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:29.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:29 smithi050 ceph-mon[92315]: pgmap v3002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:35:29.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:29 smithi172 ceph-mon[103696]: pgmap v3002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:35:30.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:30.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:31.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:31.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:31 smithi050 ceph-mon[92315]: 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-09-30T15:35:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:31 smithi172 ceph-mon[103696]: 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-09-30T15:35:32.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:32.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:33.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:33.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:33 smithi050 ceph-mon[92315]: 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-09-30T15:35:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:33 smithi172 ceph-mon[103696]: 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-09-30T15:35:34.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:34.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:35:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:35:35.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:35.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:35 smithi050 ceph-mon[92315]: pgmap v3005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:35:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:35 smithi172 ceph-mon[103696]: pgmap v3005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:35:36.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:36.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:37.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:37.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:37 smithi050 ceph-mon[92315]: 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-09-30T15:35:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:37 smithi172 ceph-mon[103696]: 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-09-30T15:35:38.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:38.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:39.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:39.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:39 smithi050 ceph-mon[92315]: pgmap v3007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:35:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:39 smithi172 ceph-mon[103696]: pgmap v3007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:35:40.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:40.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:41.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:41.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:41 smithi050 ceph-mon[92315]: 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-09-30T15:35:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:41 smithi172 ceph-mon[103696]: 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-09-30T15:35:42.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:42.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:43.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:43.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:43 smithi050 ceph-mon[92315]: 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-09-30T15:35:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:43 smithi172 ceph-mon[103696]: 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-09-30T15:35:44.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:44.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:45.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:45.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:45 smithi050 ceph-mon[92315]: pgmap v3010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:35:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:45 smithi172 ceph-mon[103696]: pgmap v3010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:35:46.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:46.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:47.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:47.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:47 smithi050 ceph-mon[92315]: 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-09-30T15:35:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:47 smithi172 ceph-mon[103696]: 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-09-30T15:35:48.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:48.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:49.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:49.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:49 smithi050 ceph-mon[92315]: pgmap v3012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:35:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:35:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:49 smithi172 ceph-mon[103696]: pgmap v3012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:35:49.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:35:50.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:50.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:51.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:51.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:51 smithi050 ceph-mon[92315]: 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-09-30T15:35:51.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:51 smithi172 ceph-mon[103696]: 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-09-30T15:35:52.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:52.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:53.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:53.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:53 smithi050 ceph-mon[92315]: 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-09-30T15:35:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:53 smithi172 ceph-mon[103696]: 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-09-30T15:35:54.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:54.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:55.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:55.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:55 smithi050 ceph-mon[92315]: pgmap v3015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:35:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:55 smithi172 ceph-mon[103696]: pgmap v3015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:35:56.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:56.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:57.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:57.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:57 smithi050 ceph-mon[92315]: 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-09-30T15:35:57.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:57 smithi172 ceph-mon[103696]: 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-09-30T15:35:58.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:58.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:59.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:35:59.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:35:59.612 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:35:59 smithi172 ceph-mon[103696]: pgmap v3017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:35:59.635 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:35:59 smithi050 ceph-mon[92315]: pgmap v3017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:36:00.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:00.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:01.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:01.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:01 smithi172 ceph-mon[103696]: 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-09-30T15:36:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:01 smithi050 ceph-mon[92315]: 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-09-30T15:36:02.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:02.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:03.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:03.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:03 smithi172 ceph-mon[103696]: 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-09-30T15:36:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:03 smithi050 ceph-mon[92315]: 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-09-30T15:36:04.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:04.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:36:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:36:05.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:05.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:05 smithi172 ceph-mon[103696]: pgmap v3020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:36:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:05 smithi050 ceph-mon[92315]: pgmap v3020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:36:06.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:06.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:07.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:07.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:07 smithi172 ceph-mon[103696]: 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-09-30T15:36:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:07 smithi050 ceph-mon[92315]: 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-09-30T15:36:08.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:08.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:09.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:09.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:09 smithi172 ceph-mon[103696]: pgmap v3022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:36:09.749 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:09 smithi050 ceph-mon[92315]: pgmap v3022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:36:10.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:10.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:11.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:11.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:11 smithi172 ceph-mon[103696]: 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-09-30T15:36:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:11 smithi050 ceph-mon[92315]: 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-09-30T15:36:12.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:12.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:13.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:13.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:13 smithi172 ceph-mon[103696]: 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-09-30T15:36:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:13 smithi050 ceph-mon[92315]: 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-09-30T15:36:14.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:14.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:15.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:15.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:15 smithi050 ceph-mon[92315]: pgmap v3025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:36:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:15 smithi172 ceph-mon[103696]: pgmap v3025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:36:16.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:16.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:17.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:17.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:17 smithi050 ceph-mon[92315]: 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-09-30T15:36:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:17 smithi172 ceph-mon[103696]: 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-09-30T15:36:18.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:18.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:19.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:19.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:19.820 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:19 smithi172 ceph-mon[103696]: pgmap v3027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:36:19.820 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:36:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:19 smithi050 ceph-mon[92315]: pgmap v3027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:36:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:36:20.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:20.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:21.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:21.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:21 smithi050 ceph-mon[92315]: 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-09-30T15:36:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:21 smithi172 ceph-mon[103696]: 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-09-30T15:36:22.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:22.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:23.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:23.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:23 smithi050 ceph-mon[92315]: 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-09-30T15:36:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:23 smithi172 ceph-mon[103696]: 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-09-30T15:36:24.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:24.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:36:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:36:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:36:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:36:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:36:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:36:24.874 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:36:24.874 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:36:24.874 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:36:24.874 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:36:24.874 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:36:24.874 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:36:25.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:25.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:25 smithi050 ceph-mon[92315]: pgmap v3030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:36:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:25 smithi172 ceph-mon[103696]: pgmap v3030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:36:26.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:26.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:27.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:27.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:27 smithi050 ceph-mon[92315]: 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-09-30T15:36:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:27 smithi172 ceph-mon[103696]: 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-09-30T15:36:28.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:28.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:29.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:29.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:29 smithi050 ceph-mon[92315]: pgmap v3032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:36:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:29 smithi172 ceph-mon[103696]: pgmap v3032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:36:30.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:30.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:31.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:31.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:31 smithi050 ceph-mon[92315]: 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-09-30T15:36:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:31 smithi172 ceph-mon[103696]: 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-09-30T15:36:32.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:32.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:33.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:33.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:33 smithi050 ceph-mon[92315]: 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-09-30T15:36:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:33 smithi172 ceph-mon[103696]: 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-09-30T15:36:34.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:34.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:36:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:36:35.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:35.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:35 smithi050 ceph-mon[92315]: pgmap v3035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:36:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:35 smithi172 ceph-mon[103696]: pgmap v3035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:36:36.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:36.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:37.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:37.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:37 smithi050 ceph-mon[92315]: 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-09-30T15:36:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:37 smithi172 ceph-mon[103696]: 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-09-30T15:36:38.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:38.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:39.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:39.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:39 smithi050 ceph-mon[92315]: pgmap v3037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:36:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:39 smithi172 ceph-mon[103696]: pgmap v3037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:36:40.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:40.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:41.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:41.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:41 smithi050 ceph-mon[92315]: 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-09-30T15:36:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:41 smithi172 ceph-mon[103696]: 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-09-30T15:36:42.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:42.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:43.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:43.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:43 smithi050 ceph-mon[92315]: 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-09-30T15:36:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:43 smithi172 ceph-mon[103696]: 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-09-30T15:36:44.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:44.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:45.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:45.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:45 smithi050 ceph-mon[92315]: pgmap v3040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:36:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:45 smithi172 ceph-mon[103696]: pgmap v3040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:36:46.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:46.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:47.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:47.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:47 smithi050 ceph-mon[92315]: 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-09-30T15:36:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:47 smithi172 ceph-mon[103696]: 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-09-30T15:36:48.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:48.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:49.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:49.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:49 smithi050 ceph-mon[92315]: pgmap v3042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:36:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:36:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:49 smithi172 ceph-mon[103696]: pgmap v3042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:36:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:36:50.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:50.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:51.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:51.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:51.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:51 smithi050 ceph-mon[92315]: 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-09-30T15:36:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:51 smithi172 ceph-mon[103696]: 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-09-30T15:36:52.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:52.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:53.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:53.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:53 smithi050 ceph-mon[92315]: 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-09-30T15:36:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:53 smithi172 ceph-mon[103696]: 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-09-30T15:36:54.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:54.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:55.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:55.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:55 smithi050 ceph-mon[92315]: pgmap v3045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:36:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:55 smithi172 ceph-mon[103696]: pgmap v3045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:36:56.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:56.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:57.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:57.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:57 smithi050 ceph-mon[92315]: 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-09-30T15:36:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:57 smithi172 ceph-mon[103696]: 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-09-30T15:36:58.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:58.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:59.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:36:59.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:36:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:36:59 smithi050 ceph-mon[92315]: pgmap v3047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:36:59.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:36:59 smithi172 ceph-mon[103696]: pgmap v3047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:37:00.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:00.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:01.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:01.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:01 smithi050 ceph-mon[92315]: 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-09-30T15:37:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:01 smithi172 ceph-mon[103696]: 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-09-30T15:37:02.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:02.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:03.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:03.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:03 smithi050 ceph-mon[92315]: 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-09-30T15:37:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:03 smithi172 ceph-mon[103696]: 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-09-30T15:37:04.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:04.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:37:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:37:05.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:05.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:05 smithi172 ceph-mon[103696]: pgmap v3050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:37:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:05 smithi050 ceph-mon[92315]: pgmap v3050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:37:06.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:06.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:07.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:07.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:07 smithi050 ceph-mon[92315]: 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-09-30T15:37:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:07 smithi172 ceph-mon[103696]: 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-09-30T15:37:08.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:08.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:09.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:09.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:09 smithi050 ceph-mon[92315]: pgmap v3052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:37:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:09 smithi172 ceph-mon[103696]: pgmap v3052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:37:10.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:10.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:11.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:11.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:11 smithi050 ceph-mon[92315]: 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-09-30T15:37:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:11 smithi172 ceph-mon[103696]: 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-09-30T15:37:12.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:12.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:13.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:13.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:13 smithi050 ceph-mon[92315]: 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-09-30T15:37:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:13 smithi172 ceph-mon[103696]: 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-09-30T15:37:14.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:14.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:15.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:15.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:15 smithi050 ceph-mon[92315]: pgmap v3055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:37:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:15 smithi172 ceph-mon[103696]: pgmap v3055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:37:16.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:16.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:17.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:17.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:17 smithi050 ceph-mon[92315]: 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-09-30T15:37:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:17 smithi172 ceph-mon[103696]: 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-09-30T15:37:18.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:18.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:19.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:19.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:19 smithi050 ceph-mon[92315]: pgmap v3057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:37:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:37:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:19 smithi172 ceph-mon[103696]: pgmap v3057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:37:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:37:20.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:20.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:21.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:21.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:21 smithi050 ceph-mon[92315]: 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-09-30T15:37:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:21 smithi172 ceph-mon[103696]: 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-09-30T15:37:22.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:22.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:23.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:23.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:23 smithi050 ceph-mon[92315]: 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-09-30T15:37:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:23 smithi172 ceph-mon[103696]: 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-09-30T15:37:24.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:24.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:37:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:37:25.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:25.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:25 smithi050 ceph-mon[92315]: pgmap v3060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:37:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:25 smithi172 ceph-mon[103696]: pgmap v3060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:37:26.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:26.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:27.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:27.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:27.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:27 smithi050 ceph-mon[92315]: 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-09-30T15:37:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:27 smithi172 ceph-mon[103696]: 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-09-30T15:37:28.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:28.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:29.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:29.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:29 smithi050 ceph-mon[92315]: pgmap v3062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:37:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:29 smithi172 ceph-mon[103696]: pgmap v3062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:37:30.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:30.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:31.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:31.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:31 smithi050 ceph-mon[92315]: 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-09-30T15:37:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:31 smithi172 ceph-mon[103696]: 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-09-30T15:37:32.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:32.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:37:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:37:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:37:32.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:37:32.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:37:32.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:37:32.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:37:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:37:32.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:37:32.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:37:32.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:37:32.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:37:32.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:37:32.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:37:33.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:33.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:33 smithi050 ceph-mon[92315]: 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-09-30T15:37:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:33 smithi172 ceph-mon[103696]: 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-09-30T15:37:34.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:34.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:37:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:37:35.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:35.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:35 smithi050 ceph-mon[92315]: pgmap v3065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:37:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:35 smithi172 ceph-mon[103696]: pgmap v3065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:37:36.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:36.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:37.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:37.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:37 smithi050 ceph-mon[92315]: 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-09-30T15:37:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:37 smithi172 ceph-mon[103696]: 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-09-30T15:37:38.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:38.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:39.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:39.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:39 smithi050 ceph-mon[92315]: pgmap v3067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:37:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:39 smithi172 ceph-mon[103696]: pgmap v3067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:37:40.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:40.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:41.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:41.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:41 smithi050 ceph-mon[92315]: 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-09-30T15:37:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:41 smithi172 ceph-mon[103696]: 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-09-30T15:37:42.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:42.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:43.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:43.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:43 smithi050 ceph-mon[92315]: 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-09-30T15:37:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:43 smithi172 ceph-mon[103696]: 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-09-30T15:37:44.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:44.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:45.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:45.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:45 smithi050 ceph-mon[92315]: pgmap v3070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:37:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:45 smithi172 ceph-mon[103696]: pgmap v3070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:37:46.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:46.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:47.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:47.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:47 smithi050 ceph-mon[92315]: 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-09-30T15:37:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:47 smithi172 ceph-mon[103696]: 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-09-30T15:37:48.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:48.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:49.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:49.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:49 smithi050 ceph-mon[92315]: pgmap v3072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:37:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:37:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:49 smithi172 ceph-mon[103696]: pgmap v3072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:37:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:37:50.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:50.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:51.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:51.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:51 smithi050 ceph-mon[92315]: 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-09-30T15:37:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:51 smithi172 ceph-mon[103696]: 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-09-30T15:37:52.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:52.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:53.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:53.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:53 smithi172 ceph-mon[103696]: 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-09-30T15:37:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:53 smithi050 ceph-mon[92315]: 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-09-30T15:37:54.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:54.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:55.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:55.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:55.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:55 smithi172 ceph-mon[103696]: pgmap v3075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:37:55.948 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:55 smithi050 ceph-mon[92315]: pgmap v3075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:37:56.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:56.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:57.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:57.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:57 smithi172 ceph-mon[103696]: 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-09-30T15:37:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:57 smithi050 ceph-mon[92315]: 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-09-30T15:37:58.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:58.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:59.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:37:59.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:37:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:37:59 smithi172 ceph-mon[103696]: pgmap v3077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:38:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:37:59 smithi050 ceph-mon[92315]: pgmap v3077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:38:00.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:00.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:01.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:01.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:01 smithi172 ceph-mon[103696]: 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-09-30T15:38:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:01 smithi050 ceph-mon[92315]: 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-09-30T15:38:02.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:02.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:03.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:03.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:03 smithi172 ceph-mon[103696]: 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-09-30T15:38:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:03 smithi050 ceph-mon[92315]: 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-09-30T15:38:04.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:04.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:38:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:38:05.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:05.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:05 smithi172 ceph-mon[103696]: pgmap v3080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:38:06.062 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:05 smithi050 ceph-mon[92315]: pgmap v3080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:38:06.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:06.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:07.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:07.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:07 smithi172 ceph-mon[103696]: 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-09-30T15:38:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:07 smithi050 ceph-mon[92315]: 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-09-30T15:38:08.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:08.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:09.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:09.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:09 smithi172 ceph-mon[103696]: pgmap v3082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:38:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:09 smithi050 ceph-mon[92315]: pgmap v3082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:38:10.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:10.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:11.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:11.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:11 smithi050 ceph-mon[92315]: 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-09-30T15:38:12.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:11 smithi172 ceph-mon[103696]: 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-09-30T15:38:12.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:12.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:12 smithi050 ceph-mon[92315]: 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-09-30T15:38:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:12 smithi172 ceph-mon[103696]: 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-09-30T15:38:13.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:13.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:14.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:14.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:14 smithi050 ceph-mon[92315]: pgmap v3085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:38:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:14 smithi172 ceph-mon[103696]: pgmap v3085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:38:15.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:15.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:16.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:16.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:16 smithi050 ceph-mon[92315]: 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-09-30T15:38:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:16 smithi172 ceph-mon[103696]: 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-09-30T15:38:17.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:17.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:18.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:18.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:18 smithi050 ceph-mon[92315]: pgmap v3087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:38:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:18 smithi172 ceph-mon[103696]: pgmap v3087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:38:19.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:19.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:38:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:38:20.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:20.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:21.086 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:20 smithi172 ceph-mon[103696]: 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-09-30T15:38:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:20 smithi050 ceph-mon[92315]: 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-09-30T15:38:21.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:21.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:22.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:22.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:22 smithi050 ceph-mon[92315]: 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-09-30T15:38:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:22 smithi172 ceph-mon[103696]: 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-09-30T15:38:23.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:23.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:24.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:24.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:24 smithi050 ceph-mon[92315]: pgmap v3090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:38:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:24 smithi172 ceph-mon[103696]: pgmap v3090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:38:25.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:25.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:26.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:26.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:26 smithi050 ceph-mon[92315]: 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-09-30T15:38:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:26 smithi172 ceph-mon[103696]: 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-09-30T15:38:27.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:27.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:28.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:28.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:28 smithi050 ceph-mon[92315]: pgmap v3092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:38:29.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:28 smithi172 ceph-mon[103696]: pgmap v3092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:38:29.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:29.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:30.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:30.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:30 smithi050 ceph-mon[92315]: 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-09-30T15:38:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:30 smithi172 ceph-mon[103696]: 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-09-30T15:38:31.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:31.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:32.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:32.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:32 smithi050 ceph-mon[92315]: 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-09-30T15:38:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:38:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:38:33.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:38:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:32 smithi172 ceph-mon[103696]: 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-09-30T15:38:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:38:33.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:38:33.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:38:33.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:33.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:38:34.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:38:34.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:38:34.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:38:34.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:38:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:38:34.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:38:34.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:38:34.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:38:34.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:38:34.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:34.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:34 smithi050 ceph-mon[92315]: pgmap v3095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:38:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:38:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:34 smithi172 ceph-mon[103696]: pgmap v3095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:38:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:38:35.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:35.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:36.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:36.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:36 smithi050 ceph-mon[92315]: 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-09-30T15:38:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:36 smithi172 ceph-mon[103696]: 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-09-30T15:38:37.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:37.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:38.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:38.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:38 smithi050 ceph-mon[92315]: pgmap v3097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:38:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:38 smithi172 ceph-mon[103696]: pgmap v3097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:38:39.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:39.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:40.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:40.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:40 smithi050 ceph-mon[92315]: 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-09-30T15:38:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:40 smithi172 ceph-mon[103696]: 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-09-30T15:38:41.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:41.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:42.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:42.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:42 smithi050 ceph-mon[92315]: 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-09-30T15:38:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:42 smithi172 ceph-mon[103696]: 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-09-30T15:38:43.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:43.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:44.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:44.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:44 smithi050 ceph-mon[92315]: pgmap v3100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:38:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:44 smithi172 ceph-mon[103696]: pgmap v3100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:38:45.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:45.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:46.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:46.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:46 smithi172 ceph-mon[103696]: 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-09-30T15:38:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:46 smithi050 ceph-mon[92315]: 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-09-30T15:38:47.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:47.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:48.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:48.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:49.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:48 smithi172 ceph-mon[103696]: pgmap v3102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:38:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:48 smithi050 ceph-mon[92315]: pgmap v3102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:38:49.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:49.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:38:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:38:50.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:50.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:50 smithi172 ceph-mon[103696]: 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-09-30T15:38:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:50 smithi050 ceph-mon[92315]: 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-09-30T15:38:51.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:51.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:52.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:52.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:52 smithi172 ceph-mon[103696]: 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-09-30T15:38:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:52 smithi050 ceph-mon[92315]: 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-09-30T15:38:53.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:53.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:54.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:54.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:54 smithi172 ceph-mon[103696]: pgmap v3105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:38:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:54 smithi050 ceph-mon[92315]: pgmap v3105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:38:55.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:55.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:56.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:56.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:56 smithi050 ceph-mon[92315]: 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-09-30T15:38:58.262 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:56 smithi172 ceph-mon[103696]: 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-09-30T15:38:58.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:58.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:58.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:58.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:38:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:38:58 smithi172 ceph-mon[103696]: pgmap v3107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:38:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:38:58 smithi050 ceph-mon[92315]: pgmap v3107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:38:59.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:38:59.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:00.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:00.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:00 smithi172 ceph-mon[103696]: 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-09-30T15:39:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:00 smithi050 ceph-mon[92315]: 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-09-30T15:39:01.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:01.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:02.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:02.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:02 smithi172 ceph-mon[103696]: 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-09-30T15:39:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:02 smithi050 ceph-mon[92315]: 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-09-30T15:39:03.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:03.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:04.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:04.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:04 smithi050 ceph-mon[92315]: pgmap v3110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:39:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:39:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:04 smithi172 ceph-mon[103696]: pgmap v3110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:39:05.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:39:05.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:05.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:06.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:06.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:06 smithi050 ceph-mon[92315]: 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-09-30T15:39:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:06 smithi172 ceph-mon[103696]: 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-09-30T15:39:07.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:07.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:08.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:08.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:08 smithi050 ceph-mon[92315]: pgmap v3112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:39:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:08 smithi172 ceph-mon[103696]: pgmap v3112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:39:09.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:09.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:10.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:10.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:10 smithi050 ceph-mon[92315]: 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-09-30T15:39:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:10 smithi172 ceph-mon[103696]: 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-09-30T15:39:11.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:11.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:12.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:12.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:12 smithi050 ceph-mon[92315]: 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-09-30T15:39:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:12 smithi172 ceph-mon[103696]: 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-09-30T15:39:13.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:13.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:14.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:14.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:14 smithi050 ceph-mon[92315]: pgmap v3115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:39:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:14 smithi172 ceph-mon[103696]: pgmap v3115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:39:15.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:15.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:16.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:16.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:16 smithi172 ceph-mon[103696]: 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-09-30T15:39:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:16 smithi050 ceph-mon[92315]: 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-09-30T15:39:17.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:17.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:18.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:18.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:18 smithi050 ceph-mon[92315]: pgmap v3117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:39:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:39:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:18 smithi172 ceph-mon[103696]: pgmap v3117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:39:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:39:19.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:19.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:20.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:20.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:20 smithi050 ceph-mon[92315]: 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-09-30T15:39:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:20 smithi172 ceph-mon[103696]: 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-09-30T15:39:21.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:21.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:22.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:22.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:22 smithi050 ceph-mon[92315]: 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-09-30T15:39:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:22 smithi172 ceph-mon[103696]: 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-09-30T15:39:23.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:23.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:24.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:24.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:24 smithi050 ceph-mon[92315]: pgmap v3120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:39:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:24 smithi172 ceph-mon[103696]: pgmap v3120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:39:25.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:25.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:26.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:26.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:26 smithi172 ceph-mon[103696]: 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-09-30T15:39:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:26 smithi050 ceph-mon[92315]: 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-09-30T15:39:27.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:27.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:28.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:28.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:28 smithi050 ceph-mon[92315]: pgmap v3122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:39:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:28 smithi172 ceph-mon[103696]: pgmap v3122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:39:29.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:29.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:30.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:30.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:30 smithi050 ceph-mon[92315]: 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-09-30T15:39:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:30 smithi172 ceph-mon[103696]: 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-09-30T15:39:31.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:31.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:32.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:32.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:32 smithi050 ceph-mon[92315]: 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-09-30T15:39:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:32 smithi172 ceph-mon[103696]: 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-09-30T15:39:33.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:33.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:39:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:39:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:39:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:39:34.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:34.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:34 smithi050 ceph-mon[92315]: pgmap v3125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:39:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:39:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:39:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:39:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:39:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:39:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:34 smithi172 ceph-mon[103696]: pgmap v3125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:39:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:39:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:39:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:39:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:39:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:39:35.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:35.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:36.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:36.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:36 smithi050 ceph-mon[92315]: 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-09-30T15:39:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:36 smithi172 ceph-mon[103696]: 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-09-30T15:39:37.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:37.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:38.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:38.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:38 smithi050 ceph-mon[92315]: pgmap v3127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:39:39.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:38 smithi172 ceph-mon[103696]: pgmap v3127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:39:39.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:39.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:40.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:40.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:40 smithi050 ceph-mon[92315]: 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-09-30T15:39:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:40 smithi172 ceph-mon[103696]: 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-09-30T15:39:41.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:41.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:42.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:42.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:42 smithi050 ceph-mon[92315]: 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-09-30T15:39:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:42 smithi172 ceph-mon[103696]: 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-09-30T15:39:43.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:43.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:44.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:44.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:44 smithi050 ceph-mon[92315]: pgmap v3130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:39:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:44 smithi172 ceph-mon[103696]: pgmap v3130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:39:45.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:45.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:46.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:46.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:47.207 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:46 smithi050 ceph-mon[92315]: 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-09-30T15:39:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:46 smithi172 ceph-mon[103696]: 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-09-30T15:39:47.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:47.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:48.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:48.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:49.350 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:48 smithi050 ceph-mon[92315]: pgmap v3132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:39:49.350 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:39:49.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:48 smithi172 ceph-mon[103696]: pgmap v3132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:39:49.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:39:49.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:49.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:50.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:50.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:50 smithi050 ceph-mon[92315]: 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-09-30T15:39:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:50 smithi172 ceph-mon[103696]: 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-09-30T15:39:51.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:51.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:52.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:52.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:52 smithi050 ceph-mon[92315]: 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-09-30T15:39:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:52 smithi172 ceph-mon[103696]: 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-09-30T15:39:53.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:53.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:54.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:54.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:54 smithi050 ceph-mon[92315]: pgmap v3135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:39:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:54 smithi172 ceph-mon[103696]: pgmap v3135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:39:55.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:55.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:56.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:56.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:57.322 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:56 smithi050 ceph-mon[92315]: 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-09-30T15:39:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:56 smithi172 ceph-mon[103696]: 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-09-30T15:39:57.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:57.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:58.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:58.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:39:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:39:58 smithi050 ceph-mon[92315]: pgmap v3137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:39:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:39:58 smithi172 ceph-mon[103696]: pgmap v3137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:39:59.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:39:59.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:00.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:00.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:00 smithi050 ceph-mon[92315]: 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-09-30T15:40:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T15:40:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:00 smithi172 ceph-mon[103696]: 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-09-30T15:40:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T15:40:01.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:01.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:02.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:02.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:02 smithi050 ceph-mon[92315]: 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-09-30T15:40:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:02 smithi172 ceph-mon[103696]: 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-09-30T15:40:03.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:03.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:40:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:40:04.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:04.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:04 smithi050 ceph-mon[92315]: pgmap v3140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:40:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:04 smithi172 ceph-mon[103696]: pgmap v3140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:40:05.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:05.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:06.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:06.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:06 smithi050 ceph-mon[92315]: 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-09-30T15:40:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:06 smithi172 ceph-mon[103696]: 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-09-30T15:40:07.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:07.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:08.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:08.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:08 smithi050 ceph-mon[92315]: pgmap v3142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:40:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:08 smithi172 ceph-mon[103696]: pgmap v3142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:40:09.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:09.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:10.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:10.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:10 smithi050 ceph-mon[92315]: 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-09-30T15:40:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:10 smithi172 ceph-mon[103696]: 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-09-30T15:40:11.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:11.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:12.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:12.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:12 smithi050 ceph-mon[92315]: 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-09-30T15:40:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:12 smithi172 ceph-mon[103696]: 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-09-30T15:40:13.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:13.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:14.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:14.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:14 smithi050 ceph-mon[92315]: pgmap v3145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:40:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:14 smithi172 ceph-mon[103696]: pgmap v3145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:40:15.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:15.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:16.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:16.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:17.299 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:16 smithi172 ceph-mon[103696]: 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-09-30T15:40:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:16 smithi050 ceph-mon[92315]: 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-09-30T15:40:17.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:17.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:18.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:18.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:18 smithi050 ceph-mon[92315]: pgmap v3147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:40:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:40:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:18 smithi172 ceph-mon[103696]: pgmap v3147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:40:19.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:40:19.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:19.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:20.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:20.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:20 smithi050 ceph-mon[92315]: 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-09-30T15:40:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:20 smithi172 ceph-mon[103696]: 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-09-30T15:40:21.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:21.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:22.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:22.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:22 smithi050 ceph-mon[92315]: 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-09-30T15:40:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:23 smithi172 ceph-mon[103696]: 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-09-30T15:40:23.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:23.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:24.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:24.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:25 smithi050 ceph-mon[92315]: pgmap v3150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:40:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:25 smithi172 ceph-mon[103696]: pgmap v3150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:40:25.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:25.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:26.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:26.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:27 smithi050 ceph-mon[92315]: 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-09-30T15:40:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:27 smithi172 ceph-mon[103696]: 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-09-30T15:40:27.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:27.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:28.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:28.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:29 smithi050 ceph-mon[92315]: pgmap v3152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:40:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:29 smithi172 ceph-mon[103696]: pgmap v3152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:40:29.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:29.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:30.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:30.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:31 smithi050 ceph-mon[92315]: 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-09-30T15:40:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:31 smithi172 ceph-mon[103696]: 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-09-30T15:40:31.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:31.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:32.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:32.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:33 smithi050 ceph-mon[92315]: 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-09-30T15:40:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:33 smithi172 ceph-mon[103696]: 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-09-30T15:40:33.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:33.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:40:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:40:34.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:34.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:35 smithi050 ceph-mon[92315]: pgmap v3155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:40:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:40:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:40:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:40:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:35 smithi172 ceph-mon[103696]: pgmap v3155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:40:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:40:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:40:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:40:35.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:35.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:40:36.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:40:36.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:40:36.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:40:36.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:40:36.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:40:36.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:40:36.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:40:36.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:40:36.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:40:36.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:36.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:37.511 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:37 smithi172 ceph-mon[103696]: 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-09-30T15:40:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:37 smithi050 ceph-mon[92315]: 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-09-30T15:40:37.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:37.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:38.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:38.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:39 smithi050 ceph-mon[92315]: pgmap v3157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:40:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:39 smithi172 ceph-mon[103696]: pgmap v3157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:40:39.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:39.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:40.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:40.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:41 smithi050 ceph-mon[92315]: 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-09-30T15:40:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:41 smithi172 ceph-mon[103696]: 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-09-30T15:40:41.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:41.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:42.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:42.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:43 smithi050 ceph-mon[92315]: 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-09-30T15:40:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:43 smithi172 ceph-mon[103696]: 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-09-30T15:40:43.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:43.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:44.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:44.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:45 smithi050 ceph-mon[92315]: pgmap v3160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:40:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:45 smithi172 ceph-mon[103696]: pgmap v3160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:40:45.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:45.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:46.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:46.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:47 smithi050 ceph-mon[92315]: 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-09-30T15:40:47.617 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:47 smithi172 ceph-mon[103696]: 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-09-30T15:40:47.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:47.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:48.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:48.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:49 smithi050 ceph-mon[92315]: pgmap v3162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:40:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:40:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:49 smithi172 ceph-mon[103696]: pgmap v3162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:40:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:40:49.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:49.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:50.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:50.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:51.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:51 smithi050 ceph-mon[92315]: 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-09-30T15:40:51.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:51 smithi172 ceph-mon[103696]: 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-09-30T15:40:51.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:51.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:52.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:52.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:53 smithi050 ceph-mon[92315]: 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-09-30T15:40:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:53 smithi172 ceph-mon[103696]: 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-09-30T15:40:53.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:53.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:54.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:54.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:55 smithi050 ceph-mon[92315]: pgmap v3165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:40:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:55 smithi172 ceph-mon[103696]: pgmap v3165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:40:55.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:55.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:56.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:56.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:57 smithi050 ceph-mon[92315]: 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-09-30T15:40:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:57 smithi172 ceph-mon[103696]: 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-09-30T15:40:57.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:57.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:58.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:58.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:40:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:40:59 smithi050 ceph-mon[92315]: pgmap v3167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:40:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:40:59 smithi172 ceph-mon[103696]: pgmap v3167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:40:59.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:40:59.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:00.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:00.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:01 smithi050 ceph-mon[92315]: 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-09-30T15:41:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:01 smithi172 ceph-mon[103696]: 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-09-30T15:41:01.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:01.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:02.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:02.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:03 smithi050 ceph-mon[92315]: 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-09-30T15:41:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:03 smithi172 ceph-mon[103696]: 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-09-30T15:41:03.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:03.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:41:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:41:04.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:04.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:05 smithi050 ceph-mon[92315]: pgmap v3170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:41:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:05 smithi172 ceph-mon[103696]: pgmap v3170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:41:05.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:05.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:06.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:06.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:07 smithi050 ceph-mon[92315]: 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-09-30T15:41:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:07 smithi172 ceph-mon[103696]: 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-09-30T15:41:07.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:07.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:08.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:08.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:09 smithi050 ceph-mon[92315]: pgmap v3172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:41:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:09 smithi172 ceph-mon[103696]: pgmap v3172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:41:09.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:09.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:10.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:10.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:11 smithi050 ceph-mon[92315]: 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-09-30T15:41:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:11 smithi172 ceph-mon[103696]: 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-09-30T15:41:11.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:11.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:12.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:12.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:13 smithi050 ceph-mon[92315]: 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-09-30T15:41:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:13 smithi172 ceph-mon[103696]: 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-09-30T15:41:13.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:13.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:14.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:14.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:15 smithi050 ceph-mon[92315]: pgmap v3175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:41:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:15 smithi172 ceph-mon[103696]: pgmap v3175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:41:15.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:15.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:16.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:16.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:17.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:17 smithi050 ceph-mon[92315]: 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-09-30T15:41:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:17 smithi172 ceph-mon[103696]: 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-09-30T15:41:17.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:17.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:18.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:18.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:19 smithi050 ceph-mon[92315]: pgmap v3177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:41:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:41:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:19 smithi172 ceph-mon[103696]: pgmap v3177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:41:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:41:19.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:19.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:20.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:20.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:21 smithi050 ceph-mon[92315]: 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-09-30T15:41:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:21 smithi172 ceph-mon[103696]: 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-09-30T15:41:21.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:21.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:22.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:22.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:23 smithi050 ceph-mon[92315]: 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-09-30T15:41:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:23 smithi172 ceph-mon[103696]: 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-09-30T15:41:23.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:23.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:24.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:24.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:25 smithi050 ceph-mon[92315]: pgmap v3180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:41:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:25 smithi172 ceph-mon[103696]: pgmap v3180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:41:25.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:25.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:26.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:26.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:27.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:27 smithi050 ceph-mon[92315]: 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-09-30T15:41:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:27 smithi172 ceph-mon[103696]: 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-09-30T15:41:27.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:27.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:28.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:28.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:29 smithi050 ceph-mon[92315]: pgmap v3182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:41:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:29 smithi172 ceph-mon[103696]: pgmap v3182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:41:29.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:29.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:30.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:30.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:31 smithi050 ceph-mon[92315]: 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-09-30T15:41:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:31 smithi172 ceph-mon[103696]: 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-09-30T15:41:31.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:31.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:32.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:32.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:33 smithi172 ceph-mon[103696]: 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-09-30T15:41:33.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:33 smithi050 ceph-mon[92315]: 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-09-30T15:41:33.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:33.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:41:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:41:34.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:34.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:35 smithi050 ceph-mon[92315]: pgmap v3185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:41:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:35 smithi172 ceph-mon[103696]: pgmap v3185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:41:35.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:35.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:41:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:41:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:41:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:41:36.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:41:36.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:41:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:41:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:41:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:41:36.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:41:36.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:41:36.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:41:36.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:36.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:37 smithi050 ceph-mon[92315]: 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-09-30T15:41:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:37 smithi172 ceph-mon[103696]: 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-09-30T15:41:37.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:37.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:38.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:38.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:39 smithi050 ceph-mon[92315]: pgmap v3187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:41:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:39 smithi172 ceph-mon[103696]: pgmap v3187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:41:39.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:39.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:40.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:40.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:41 smithi050 ceph-mon[92315]: 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-09-30T15:41:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:41 smithi172 ceph-mon[103696]: 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-09-30T15:41:41.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:41.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:42.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:42.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:43 smithi050 ceph-mon[92315]: 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-09-30T15:41:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:43 smithi172 ceph-mon[103696]: 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-09-30T15:41:43.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:43.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:44.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:44.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:45 smithi050 ceph-mon[92315]: pgmap v3190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:41:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:45 smithi172 ceph-mon[103696]: pgmap v3190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:41:45.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:45.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:46.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:46.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:47 smithi050 ceph-mon[92315]: 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-09-30T15:41:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:47 smithi172 ceph-mon[103696]: 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-09-30T15:41:47.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:47.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:48.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:48.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:49 smithi050 ceph-mon[92315]: pgmap v3192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:41:49.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:41:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:49 smithi172 ceph-mon[103696]: pgmap v3192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:41:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:41:49.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:49.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:50.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:50.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:51 smithi050 ceph-mon[92315]: 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-09-30T15:41:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:51 smithi172 ceph-mon[103696]: 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-09-30T15:41:51.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:51.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:52.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:52.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:53 smithi050 ceph-mon[92315]: 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-09-30T15:41:53.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:53 smithi172 ceph-mon[103696]: 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-09-30T15:41:53.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:53.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:54.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:54.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:55 smithi050 ceph-mon[92315]: pgmap v3195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:41:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:55 smithi172 ceph-mon[103696]: pgmap v3195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:41:55.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:55.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:56.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:56.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:57 smithi050 ceph-mon[92315]: 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-09-30T15:41:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:57 smithi172 ceph-mon[103696]: 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-09-30T15:41:57.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:57.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:58.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:58.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:41:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:41:59 smithi050 ceph-mon[92315]: pgmap v3197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:41:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:41:59 smithi172 ceph-mon[103696]: pgmap v3197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:41:59.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:41:59.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:00.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:00.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:01 smithi050 ceph-mon[92315]: 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-09-30T15:42:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:01 smithi172 ceph-mon[103696]: 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-09-30T15:42:01.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:01.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:02.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:02.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:03 smithi050 ceph-mon[92315]: 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-09-30T15:42:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:03 smithi172 ceph-mon[103696]: 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-09-30T15:42:03.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:04.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:42:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:42:04.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:04.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:05 smithi172 ceph-mon[103696]: pgmap v3200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:42:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:05 smithi050 ceph-mon[92315]: pgmap v3200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:42:05.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:05.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:06.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:06.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:07 smithi172 ceph-mon[103696]: 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-09-30T15:42:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:07 smithi050 ceph-mon[92315]: 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-09-30T15:42:07.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:07.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:08.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:08.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:09 smithi172 ceph-mon[103696]: pgmap v3202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:42:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:09 smithi050 ceph-mon[92315]: pgmap v3202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:42:09.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:09.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:10.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:10.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:11 smithi172 ceph-mon[103696]: 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-09-30T15:42:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:11 smithi050 ceph-mon[92315]: 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-09-30T15:42:11.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:11.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:12.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:12.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:13 smithi172 ceph-mon[103696]: 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-09-30T15:42:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:13 smithi050 ceph-mon[92315]: 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-09-30T15:42:14.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:14.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:15.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:15.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:15 smithi172 ceph-mon[103696]: pgmap v3205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:42:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:15 smithi050 ceph-mon[92315]: pgmap v3205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:42:16.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:16.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:17.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:17.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:17 smithi172 ceph-mon[103696]: 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-09-30T15:42:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:17 smithi050 ceph-mon[92315]: 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-09-30T15:42:18.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:18.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:19.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:19.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:19 smithi172 ceph-mon[103696]: pgmap v3207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:42:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:42:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:19 smithi050 ceph-mon[92315]: pgmap v3207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:42:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:42:20.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:20.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:21.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:21.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:21 smithi050 ceph-mon[92315]: 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-09-30T15:42:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:21 smithi172 ceph-mon[103696]: 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-09-30T15:42:22.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:22.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:23.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:23.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:23 smithi050 ceph-mon[92315]: 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-09-30T15:42:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:23 smithi172 ceph-mon[103696]: 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-09-30T15:42:24.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:24.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:25.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:25.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:25 smithi050 ceph-mon[92315]: pgmap v3210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:42:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:25 smithi172 ceph-mon[103696]: pgmap v3210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:42:26.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:26.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:27.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:27.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:27 smithi050 ceph-mon[92315]: 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-09-30T15:42:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:27 smithi172 ceph-mon[103696]: 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-09-30T15:42:28.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:28.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:29.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:29.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:29 smithi050 ceph-mon[92315]: pgmap v3212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:42:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:29 smithi172 ceph-mon[103696]: pgmap v3212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:42:30.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:30.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:31.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:31.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:31 smithi050 ceph-mon[92315]: 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-09-30T15:42:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:31 smithi172 ceph-mon[103696]: 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-09-30T15:42:32.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:32.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:33.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:33.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:33.725 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:33 smithi172 ceph-mon[103696]: 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-09-30T15:42:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:33 smithi050 ceph-mon[92315]: 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-09-30T15:42:34.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:34.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:42:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:42:35.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:35.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:35 smithi050 ceph-mon[92315]: pgmap v3215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:42:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:35 smithi172 ceph-mon[103696]: pgmap v3215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:42:36.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:36.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:42:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:42:37.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:37.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:37 smithi050 ceph-mon[92315]: 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-09-30T15:42:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:42:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:42:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:42:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:42:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:42:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:37 smithi172 ceph-mon[103696]: 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-09-30T15:42:37.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:42:37.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:42:37.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:42:37.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:42:37.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:42:38.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:38.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:39.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:39.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:39 smithi050 ceph-mon[92315]: pgmap v3217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:42:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:39 smithi172 ceph-mon[103696]: pgmap v3217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:42:40.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:40.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:41.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:41.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:41 smithi050 ceph-mon[92315]: 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-09-30T15:42:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:41 smithi172 ceph-mon[103696]: 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-09-30T15:42:42.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:42.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:43.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:43.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:43.830 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:43 smithi172 ceph-mon[103696]: 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-09-30T15:42:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:43 smithi050 ceph-mon[92315]: 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-09-30T15:42:44.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:44.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:45.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:45.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:45 smithi050 ceph-mon[92315]: pgmap v3220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:42:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:45 smithi172 ceph-mon[103696]: pgmap v3220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:42:46.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:46.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:47.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:47.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:47 smithi050 ceph-mon[92315]: 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-09-30T15:42:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:47 smithi172 ceph-mon[103696]: 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-09-30T15:42:48.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:48.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:49.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:49.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:49 smithi050 ceph-mon[92315]: pgmap v3222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:42:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:42:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:49 smithi172 ceph-mon[103696]: pgmap v3222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:42:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:42:50.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:50.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:51.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:51.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:51 smithi050 ceph-mon[92315]: 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-09-30T15:42:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:51 smithi172 ceph-mon[103696]: 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-09-30T15:42:52.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:52.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:53.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:53.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:53 smithi050 ceph-mon[92315]: 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-09-30T15:42:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:53 smithi172 ceph-mon[103696]: 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-09-30T15:42:54.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:54.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:55.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:55.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:55 smithi050 ceph-mon[92315]: pgmap v3225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:42:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:55 smithi172 ceph-mon[103696]: pgmap v3225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:42:56.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:56.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:57.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:57.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:57 smithi050 ceph-mon[92315]: 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-09-30T15:42:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:57 smithi172 ceph-mon[103696]: 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-09-30T15:42:58.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:58.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:59.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:42:59.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:42:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:42:59 smithi050 ceph-mon[92315]: pgmap v3227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:42:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:42:59 smithi172 ceph-mon[103696]: pgmap v3227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:43:00.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:00.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:01.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:01.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:01 smithi050 ceph-mon[92315]: 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-09-30T15:43:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:01 smithi172 ceph-mon[103696]: 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-09-30T15:43:02.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:02.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:03.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:03.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:03 smithi050 ceph-mon[92315]: 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-09-30T15:43:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:03 smithi172 ceph-mon[103696]: 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-09-30T15:43:04.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:04.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:43:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:43:05.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:05.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:05 smithi050 ceph-mon[92315]: pgmap v3230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:43:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:05 smithi172 ceph-mon[103696]: pgmap v3230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:43:06.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:06.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:07.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:07.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:07 smithi050 ceph-mon[92315]: 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-09-30T15:43:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:07 smithi172 ceph-mon[103696]: 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-09-30T15:43:08.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:08.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:09.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:09.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:09 smithi050 ceph-mon[92315]: pgmap v3232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:43:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:09 smithi172 ceph-mon[103696]: pgmap v3232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:43:10.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:10.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:11.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:11.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:11 smithi050 ceph-mon[92315]: 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-09-30T15:43:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:11 smithi172 ceph-mon[103696]: 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-09-30T15:43:12.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:12.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:13.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:13.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:13 smithi050 ceph-mon[92315]: 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-09-30T15:43:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:13 smithi172 ceph-mon[103696]: 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-09-30T15:43:14.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:14.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:15.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:15.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:15 smithi050 ceph-mon[92315]: pgmap v3235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:43:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:15 smithi172 ceph-mon[103696]: pgmap v3235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:43:16.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:16.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:17.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:17.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:17 smithi050 ceph-mon[92315]: 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-09-30T15:43:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:17 smithi172 ceph-mon[103696]: 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-09-30T15:43:18.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:18.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:19.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:19.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:19 smithi050 ceph-mon[92315]: pgmap v3237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:43:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:43:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:19 smithi172 ceph-mon[103696]: pgmap v3237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:43:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:43:20.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:20.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:21.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:21.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:21 smithi050 ceph-mon[92315]: 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-09-30T15:43:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:21 smithi172 ceph-mon[103696]: 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-09-30T15:43:22.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:22.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:23.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:23.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:23 smithi050 ceph-mon[92315]: pgmap v3239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:43:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:23 smithi172 ceph-mon[103696]: pgmap v3239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:43:24.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:24.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:25.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:25.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:25 smithi050 ceph-mon[92315]: pgmap v3240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:43:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:25 smithi172 ceph-mon[103696]: pgmap v3240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:43:26.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:26.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:27.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:27.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:27 smithi050 ceph-mon[92315]: 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-09-30T15:43:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:27 smithi172 ceph-mon[103696]: 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-09-30T15:43:28.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:28.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:29.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:29.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:29 smithi172 ceph-mon[103696]: pgmap v3242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:43:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:29 smithi050 ceph-mon[92315]: pgmap v3242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:43:30.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:30.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:31.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:31.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:31 smithi050 ceph-mon[92315]: 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-09-30T15:43:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:31 smithi172 ceph-mon[103696]: 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-09-30T15:43:32.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:32.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:33.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:33.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:33 smithi050 ceph-mon[92315]: pgmap v3244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:43:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:33 smithi172 ceph-mon[103696]: pgmap v3244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:43:34.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:34.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:43:34.790 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:43:35.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:35.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:35 smithi050 ceph-mon[92315]: 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-09-30T15:43:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:35 smithi172 ceph-mon[103696]: 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-09-30T15:43:36.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:36.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:37.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:37.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:37 smithi050 ceph-mon[92315]: 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-09-30T15:43:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:43:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:43:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:43:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:43:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:43:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:43:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:37 smithi172 ceph-mon[103696]: 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-09-30T15:43:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:43:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:43:37.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:43:37.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:43:37.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:43:37.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:43:38.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:38.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:39.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:39.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:39 smithi050 ceph-mon[92315]: pgmap v3247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:43:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:39 smithi172 ceph-mon[103696]: pgmap v3247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:43:40.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:40.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:41.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:41.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:41 smithi050 ceph-mon[92315]: 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-09-30T15:43:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:41 smithi172 ceph-mon[103696]: 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-09-30T15:43:42.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:42.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:43.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:43.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:43 smithi050 ceph-mon[92315]: pgmap v3249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:43:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:43 smithi172 ceph-mon[103696]: pgmap v3249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:43:44.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:44.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:45.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:45.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:45 smithi050 ceph-mon[92315]: 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-09-30T15:43:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:45 smithi172 ceph-mon[103696]: 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-09-30T15:43:46.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:46.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:47.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:47.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:47 smithi050 ceph-mon[92315]: 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-09-30T15:43:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:47 smithi172 ceph-mon[103696]: 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-09-30T15:43:48.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:48.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:49.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:49.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:49 smithi050 ceph-mon[92315]: pgmap v3252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:43:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:43:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:49 smithi172 ceph-mon[103696]: pgmap v3252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:43:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:43:50.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:50.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:51.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:51.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:51 smithi050 ceph-mon[92315]: 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-09-30T15:43:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:51 smithi172 ceph-mon[103696]: 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-09-30T15:43:52.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:52.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:53.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:53.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:53 smithi050 ceph-mon[92315]: pgmap v3254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:43:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:53 smithi172 ceph-mon[103696]: pgmap v3254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:43:54.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:54.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:55.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:55.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:55 smithi050 ceph-mon[92315]: 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-09-30T15:43:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:55 smithi172 ceph-mon[103696]: 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-09-30T15:43:56.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:56.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:57.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:57.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:57 smithi050 ceph-mon[92315]: 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-09-30T15:43:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:57 smithi172 ceph-mon[103696]: 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-09-30T15:43:58.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:58.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:59.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:43:59.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:43:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:43:59 smithi050 ceph-mon[92315]: pgmap v3257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:43:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:43:59 smithi172 ceph-mon[103696]: pgmap v3257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:44:00.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:00.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:01.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:01.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:01 smithi050 ceph-mon[92315]: 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-09-30T15:44:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:01 smithi172 ceph-mon[103696]: 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-09-30T15:44:02.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:02.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:03.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:03.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:03 smithi050 ceph-mon[92315]: pgmap v3259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:44:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:03 smithi172 ceph-mon[103696]: pgmap v3259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:44:04.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:04.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:44:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:44:05.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:05.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:05 smithi050 ceph-mon[92315]: 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-09-30T15:44:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:05 smithi172 ceph-mon[103696]: 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-09-30T15:44:06.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:06.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:07.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:07.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:07 smithi050 ceph-mon[92315]: 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-09-30T15:44:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:07 smithi172 ceph-mon[103696]: 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-09-30T15:44:08.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:08.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:09.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:09.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:09 smithi050 ceph-mon[92315]: pgmap v3262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:44:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:09 smithi172 ceph-mon[103696]: pgmap v3262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:44:10.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:10.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:11.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:11.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:11 smithi050 ceph-mon[92315]: 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-09-30T15:44:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:11 smithi172 ceph-mon[103696]: 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-09-30T15:44:12.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:12.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:13.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:13.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:13 smithi050 ceph-mon[92315]: pgmap v3264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:44:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:13 smithi172 ceph-mon[103696]: pgmap v3264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:44:14.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:14.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:15.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:15.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:15 smithi050 ceph-mon[92315]: 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-09-30T15:44:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:15 smithi172 ceph-mon[103696]: 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-09-30T15:44:16.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:16.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:17.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:17.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:17 smithi050 ceph-mon[92315]: 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-09-30T15:44:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:17 smithi172 ceph-mon[103696]: 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-09-30T15:44:18.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:18.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:19.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:19.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:19 smithi050 ceph-mon[92315]: pgmap v3267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:44:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:44:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:19 smithi172 ceph-mon[103696]: pgmap v3267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:44:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:44:20.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:20.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:21.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:21.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:21 smithi050 ceph-mon[92315]: 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-09-30T15:44:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:21 smithi172 ceph-mon[103696]: 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-09-30T15:44:22.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:22.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:23.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:23.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:23 smithi050 ceph-mon[92315]: pgmap v3269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:44:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:23 smithi172 ceph-mon[103696]: pgmap v3269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:44:24.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:24.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:25.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:25.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:25 smithi050 ceph-mon[92315]: 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-09-30T15:44:25.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:25 smithi172 ceph-mon[103696]: 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-09-30T15:44:26.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:26.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:27.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:27.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:27 smithi050 ceph-mon[92315]: 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-09-30T15:44:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:27 smithi172 ceph-mon[103696]: 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-09-30T15:44:28.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:28.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:29.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:29.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:29 smithi172 ceph-mon[103696]: pgmap v3272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:44:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:29 smithi050 ceph-mon[92315]: pgmap v3272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:44:30.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:30.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:31.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:31.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:31 smithi172 ceph-mon[103696]: 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-09-30T15:44:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:31 smithi050 ceph-mon[92315]: 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-09-30T15:44:32.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:32.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:33.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:33.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:33 smithi172 ceph-mon[103696]: pgmap v3274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:44:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:33 smithi050 ceph-mon[92315]: pgmap v3274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:44:34.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:34.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:44:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:44:35.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:35.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:35 smithi050 ceph-mon[92315]: 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-09-30T15:44:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:35 smithi172 ceph-mon[103696]: 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-09-30T15:44:36.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:36.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:37.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:37.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:37 smithi172 ceph-mon[103696]: 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-09-30T15:44:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:44:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:37 smithi050 ceph-mon[92315]: 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-09-30T15:44:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:44:38.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:38.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:44:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:44:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:44:38.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:44:38.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:44:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:44:39.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:44:39.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:44:39.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:44:39.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:44:39.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:39.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:39 smithi172 ceph-mon[103696]: pgmap v3277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:44:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:39 smithi050 ceph-mon[92315]: pgmap v3277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:44:40.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:40.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:41.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:41.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:41 smithi172 ceph-mon[103696]: 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-09-30T15:44:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:41 smithi050 ceph-mon[92315]: 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-09-30T15:44:42.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:42.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:43.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:43.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:43 smithi050 ceph-mon[92315]: pgmap v3279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:44:44.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:43 smithi172 ceph-mon[103696]: pgmap v3279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:44:44.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:44.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:45.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:45.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:45 smithi050 ceph-mon[92315]: 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-09-30T15:44:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:45 smithi172 ceph-mon[103696]: 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-09-30T15:44:46.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:46.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:47.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:47.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:47 smithi050 ceph-mon[92315]: 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-09-30T15:44:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:47 smithi172 ceph-mon[103696]: 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-09-30T15:44:48.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:48.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:49.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:49.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:49 smithi050 ceph-mon[92315]: pgmap v3282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:44:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:44:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:49 smithi172 ceph-mon[103696]: pgmap v3282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:44:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:44:50.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:50.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:51.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:51.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:51 smithi050 ceph-mon[92315]: 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-09-30T15:44:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:51 smithi172 ceph-mon[103696]: 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-09-30T15:44:52.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:52.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:53.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:53.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:53 smithi050 ceph-mon[92315]: pgmap v3284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:44:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:53 smithi172 ceph-mon[103696]: pgmap v3284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:44:54.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:54.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:55.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:55.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:55 smithi050 ceph-mon[92315]: 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-09-30T15:44:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:55 smithi172 ceph-mon[103696]: 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-09-30T15:44:56.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:56.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:57.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:57.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:57 smithi050 ceph-mon[92315]: 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-09-30T15:44:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:57 smithi172 ceph-mon[103696]: 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-09-30T15:44:58.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:58.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:44:59.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:44:59.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:44:59 smithi050 ceph-mon[92315]: pgmap v3287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:45:00.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:44:59 smithi172 ceph-mon[103696]: pgmap v3287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:45:00.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:00.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:01.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:01.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:01 smithi050 ceph-mon[92315]: 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-09-30T15:45:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:01 smithi172 ceph-mon[103696]: 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-09-30T15:45:02.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:02.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:03.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:03.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:03 smithi050 ceph-mon[92315]: pgmap v3289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:45:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:03 smithi172 ceph-mon[103696]: pgmap v3289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:45:04.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:04.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:45:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:45:05.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:05.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:05 smithi050 ceph-mon[92315]: 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-09-30T15:45:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:05 smithi172 ceph-mon[103696]: 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-09-30T15:45:06.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:06.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:07.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:07.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:07 smithi050 ceph-mon[92315]: 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-09-30T15:45:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:07 smithi172 ceph-mon[103696]: 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-09-30T15:45:08.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:08.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:09.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:09.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:09 smithi050 ceph-mon[92315]: pgmap v3292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:45:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:09 smithi172 ceph-mon[103696]: pgmap v3292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:45:10.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:10.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:11.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:11.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:11 smithi050 ceph-mon[92315]: 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-09-30T15:45:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:11 smithi172 ceph-mon[103696]: 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-09-30T15:45:12.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:12.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:13.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:13.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:14.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:13 smithi050 ceph-mon[92315]: pgmap v3294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:45:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:13 smithi172 ceph-mon[103696]: pgmap v3294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:45:14.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:14.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:15.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:15.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:15.934 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:15 smithi050 ceph-mon[92315]: 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-09-30T15:45:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:15 smithi172 ceph-mon[103696]: 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-09-30T15:45:16.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:16.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:17.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:17.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:17 smithi050 ceph-mon[92315]: 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-09-30T15:45:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:17 smithi172 ceph-mon[103696]: 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-09-30T15:45:18.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:18.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:19.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:19.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:19 smithi050 ceph-mon[92315]: pgmap v3297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:45:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:45:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:19 smithi172 ceph-mon[103696]: pgmap v3297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:45:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:45:20.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:20.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:21.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:21.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:21 smithi050 ceph-mon[92315]: 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-09-30T15:45:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:21 smithi172 ceph-mon[103696]: 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-09-30T15:45:22.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:22.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:23.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:23.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:23 smithi050 ceph-mon[92315]: pgmap v3299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:45:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:23 smithi172 ceph-mon[103696]: pgmap v3299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:45:24.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:24.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:25.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:25.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:25 smithi172 ceph-mon[103696]: 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-09-30T15:45:26.048 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:25 smithi050 ceph-mon[92315]: 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-09-30T15:45:26.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:26.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:27.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:27.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:27 smithi050 ceph-mon[92315]: 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-09-30T15:45:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:27 smithi172 ceph-mon[103696]: 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-09-30T15:45:28.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:28.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:29.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:29.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:29 smithi050 ceph-mon[92315]: pgmap v3302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:45:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:29 smithi172 ceph-mon[103696]: pgmap v3302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:45:30.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:30.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:31.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:31.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:30 smithi050 ceph-mon[92315]: 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-09-30T15:45:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:30 smithi172 ceph-mon[103696]: 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-09-30T15:45:32.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:32.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:33.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:33.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:32 smithi050 ceph-mon[92315]: pgmap v3304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:45:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:32 smithi172 ceph-mon[103696]: pgmap v3304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:45:34.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:34.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:35.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:35.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:34 smithi050 ceph-mon[92315]: 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-09-30T15:45:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:45:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:34 smithi172 ceph-mon[103696]: 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-09-30T15:45:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:45:36.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:36.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:37.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:37.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:36 smithi050 ceph-mon[92315]: 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-09-30T15:45:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:36 smithi172 ceph-mon[103696]: 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-09-30T15:45:38.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:38.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:39.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:39.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:38 smithi050 ceph-mon[92315]: pgmap v3307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:45:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:45:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:38 smithi172 ceph-mon[103696]: pgmap v3307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:45:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:45:40.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:40.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:40 smithi172 ceph-mon[103696]: 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-09-30T15:45:41.220 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:40 smithi050 ceph-mon[92315]: 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-09-30T15:45:41.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:41.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:42.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:42.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:42 smithi050 ceph-mon[92315]: pgmap v3309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:45:43.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:43.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:42 smithi172 ceph-mon[103696]: pgmap v3309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:45:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:45:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:45:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:45:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:45:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:45:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:45:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:45:44.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:44.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:45:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:45:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:45:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:45:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:45:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:45:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:45:45.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:45.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:45 smithi050 ceph-mon[92315]: 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-09-30T15:45:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:45 smithi172 ceph-mon[103696]: 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-09-30T15:45:46.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:46.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:47.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:47.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:47 smithi050 ceph-mon[92315]: 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-09-30T15:45:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:47 smithi172 ceph-mon[103696]: 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-09-30T15:45:48.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:48.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:49.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:49.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:49 smithi050 ceph-mon[92315]: pgmap v3312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:45:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:45:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:49 smithi172 ceph-mon[103696]: pgmap v3312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:45:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:45:50.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:50.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:51.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:51.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:51 smithi050 ceph-mon[92315]: 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-09-30T15:45:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:51 smithi172 ceph-mon[103696]: 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-09-30T15:45:52.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:52.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:53.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:53.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:53 smithi050 ceph-mon[92315]: pgmap v3314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:45:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:53 smithi172 ceph-mon[103696]: pgmap v3314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:45:54.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:54.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:55.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:55.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:55.833 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:55 smithi172 ceph-mon[103696]: 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-09-30T15:45:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:55 smithi050 ceph-mon[92315]: 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-09-30T15:45:56.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:56.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:57.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:57.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:57 smithi050 ceph-mon[92315]: 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-09-30T15:45:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:57 smithi172 ceph-mon[103696]: 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-09-30T15:45:58.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:58.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:59.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:45:59.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:45:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:45:59 smithi050 ceph-mon[92315]: pgmap v3317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:45:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:45:59 smithi172 ceph-mon[103696]: pgmap v3317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:46:00.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:00.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:01.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:01.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:01 smithi050 ceph-mon[92315]: 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-09-30T15:46:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:01 smithi172 ceph-mon[103696]: 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-09-30T15:46:02.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:02.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:03.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:03.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:03 smithi050 ceph-mon[92315]: pgmap v3319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:46:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:03 smithi172 ceph-mon[103696]: pgmap v3319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:46:04.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:04.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:46:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:46:05.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:05.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:05 smithi050 ceph-mon[92315]: 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-09-30T15:46:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:05 smithi172 ceph-mon[103696]: 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-09-30T15:46:06.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:06.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:07.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:07.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:07 smithi050 ceph-mon[92315]: 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-09-30T15:46:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:07 smithi172 ceph-mon[103696]: 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-09-30T15:46:08.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:08.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:09.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:09.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:09 smithi050 ceph-mon[92315]: pgmap v3322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:46:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:09 smithi172 ceph-mon[103696]: pgmap v3322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:46:10.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:10.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:11.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:11.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:11 smithi050 ceph-mon[92315]: 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-09-30T15:46:11.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:11 smithi172 ceph-mon[103696]: 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-09-30T15:46:12.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:12.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:13.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:13.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:13 smithi050 ceph-mon[92315]: pgmap v3324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:46:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:13 smithi172 ceph-mon[103696]: pgmap v3324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:46:14.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:14.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:15.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:15.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:15 smithi050 ceph-mon[92315]: 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-09-30T15:46:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:15 smithi172 ceph-mon[103696]: 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-09-30T15:46:16.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:16.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:17.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:17.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:17 smithi050 ceph-mon[92315]: 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-09-30T15:46:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:17 smithi172 ceph-mon[103696]: 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-09-30T15:46:18.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:18.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:19.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:19.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:19 smithi050 ceph-mon[92315]: pgmap v3327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:46:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:46:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:19 smithi172 ceph-mon[103696]: pgmap v3327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:46:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:46:20.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:20.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:21.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:21.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:21 smithi172 ceph-mon[103696]: 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-09-30T15:46:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:21 smithi050 ceph-mon[92315]: 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-09-30T15:46:22.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:22.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:23.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:23.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:23 smithi172 ceph-mon[103696]: pgmap v3329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:46:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:23 smithi050 ceph-mon[92315]: pgmap v3329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:46:24.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:24.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:25.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:25.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:25 smithi172 ceph-mon[103696]: 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-09-30T15:46:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:25 smithi050 ceph-mon[92315]: 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-09-30T15:46:26.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:26.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:27.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:27.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:27 smithi172 ceph-mon[103696]: 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-09-30T15:46:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:27 smithi050 ceph-mon[92315]: 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-09-30T15:46:28.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:28.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:29.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:29.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:29 smithi172 ceph-mon[103696]: pgmap v3332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:46:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:29 smithi050 ceph-mon[92315]: pgmap v3332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:46:30.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:30.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:31.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:31.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:31 smithi172 ceph-mon[103696]: 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-09-30T15:46:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:31 smithi050 ceph-mon[92315]: 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-09-30T15:46:32.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:32.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:33.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:33.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:33 smithi172 ceph-mon[103696]: pgmap v3334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:46:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:33 smithi050 ceph-mon[92315]: pgmap v3334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:46:34.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:34.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:46:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:46:35.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:35.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:35 smithi172 ceph-mon[103696]: 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-09-30T15:46:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:35 smithi050 ceph-mon[92315]: 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-09-30T15:46:36.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:36.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:37.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:37.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:37 smithi050 ceph-mon[92315]: 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-09-30T15:46:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:37 smithi172 ceph-mon[103696]: 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-09-30T15:46:38.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:38.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:39.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:39.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:39 smithi050 ceph-mon[92315]: pgmap v3337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:46:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:39 smithi172 ceph-mon[103696]: pgmap v3337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:46:40.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:40.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:41.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:41.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:41.913 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:41 smithi050 ceph-mon[92315]: 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-09-30T15:46:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:41 smithi172 ceph-mon[103696]: 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-09-30T15:46:42.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:42.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:43.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:43.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:43 smithi050 ceph-mon[92315]: pgmap v3339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:46:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:43 smithi172 ceph-mon[103696]: pgmap v3339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:46:44.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:44.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:46:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:46:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:46:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:46:45.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:46:45.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:46:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:46:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:46:45.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:46:45.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:46:45.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:46:45.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:46:45.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:45.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:45 smithi050 ceph-mon[92315]: 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-09-30T15:46:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:45 smithi172 ceph-mon[103696]: 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-09-30T15:46:46.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:46.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:47.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:47.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:47 smithi050 ceph-mon[92315]: 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-09-30T15:46:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:47 smithi172 ceph-mon[103696]: 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-09-30T15:46:48.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:48.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:49.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:49.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:49 smithi050 ceph-mon[92315]: pgmap v3342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:46:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:46:50.129 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:49 smithi172 ceph-mon[103696]: pgmap v3342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:46:50.129 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:46:50.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:50.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:51.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:51.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:51 smithi172 ceph-mon[103696]: 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-09-30T15:46:52.028 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:51 smithi050 ceph-mon[92315]: 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-09-30T15:46:52.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:52.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:53.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:53.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:53 smithi050 ceph-mon[92315]: pgmap v3344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:46:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:53 smithi172 ceph-mon[103696]: pgmap v3344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:46:54.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:54.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:55.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:55.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:55 smithi050 ceph-mon[92315]: 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-09-30T15:46:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:55 smithi172 ceph-mon[103696]: 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-09-30T15:46:56.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:56.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:57.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:57.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:57 smithi050 ceph-mon[92315]: 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-09-30T15:46:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:57 smithi172 ceph-mon[103696]: 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-09-30T15:46:58.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:58.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:46:59.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:46:59.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:46:59 smithi050 ceph-mon[92315]: pgmap v3347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:47:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:46:59 smithi172 ceph-mon[103696]: pgmap v3347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:47:00.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:00.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:01.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:01.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:01 smithi172 ceph-mon[103696]: 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-09-30T15:47:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:01 smithi050 ceph-mon[92315]: 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-09-30T15:47:02.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:02.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:03.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:03.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:03 smithi050 ceph-mon[92315]: pgmap v3349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:47:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:03 smithi172 ceph-mon[103696]: pgmap v3349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:47:04.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:04.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:47:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:47:05.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:05.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:05 smithi050 ceph-mon[92315]: 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-09-30T15:47:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:05 smithi172 ceph-mon[103696]: 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-09-30T15:47:06.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:06.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:07.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:07.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:07 smithi050 ceph-mon[92315]: 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-09-30T15:47:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:07 smithi172 ceph-mon[103696]: 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-09-30T15:47:08.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:08.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:09.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:09.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:09 smithi050 ceph-mon[92315]: pgmap v3352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:47:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:09 smithi172 ceph-mon[103696]: pgmap v3352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:47:10.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:10.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:11.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:11.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:11 smithi172 ceph-mon[103696]: 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-09-30T15:47:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:11 smithi050 ceph-mon[92315]: 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-09-30T15:47:12.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:12.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:13.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:13.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:13 smithi050 ceph-mon[92315]: pgmap v3354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:47:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:13 smithi172 ceph-mon[103696]: pgmap v3354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:47:14.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:14.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:15.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:15.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:15 smithi050 ceph-mon[92315]: 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-09-30T15:47:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:15 smithi172 ceph-mon[103696]: 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-09-30T15:47:16.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:16.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:17.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:17.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:17 smithi050 ceph-mon[92315]: 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-09-30T15:47:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:17 smithi172 ceph-mon[103696]: 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-09-30T15:47:18.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:18.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:19.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:19.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:19 smithi050 ceph-mon[92315]: pgmap v3357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:47:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:47:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:19 smithi172 ceph-mon[103696]: pgmap v3357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:47:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:47:20.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:20.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:21.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:21.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:21 smithi050 ceph-mon[92315]: 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-09-30T15:47:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:21 smithi172 ceph-mon[103696]: 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-09-30T15:47:22.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:22.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:23.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:23.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:23 smithi050 ceph-mon[92315]: pgmap v3359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:47:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:23 smithi172 ceph-mon[103696]: pgmap v3359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:47:24.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:24.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:25.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:25.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:25 smithi050 ceph-mon[92315]: 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-09-30T15:47:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:25 smithi172 ceph-mon[103696]: 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-09-30T15:47:26.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:26.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:27.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:27.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:27 smithi050 ceph-mon[92315]: 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-09-30T15:47:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:27 smithi172 ceph-mon[103696]: 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-09-30T15:47:28.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:28.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:29.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:29.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:29 smithi050 ceph-mon[92315]: pgmap v3362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:47:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:29 smithi172 ceph-mon[103696]: pgmap v3362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:47:30.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:30.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:31.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:31.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:31 smithi050 ceph-mon[92315]: 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-09-30T15:47:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:31 smithi172 ceph-mon[103696]: 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-09-30T15:47:32.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:32.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:33.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:33.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:33 smithi050 ceph-mon[92315]: pgmap v3364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:47:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:33 smithi172 ceph-mon[103696]: pgmap v3364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:47:34.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:34.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:47:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:47:35.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:35.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:35 smithi050 ceph-mon[92315]: 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-09-30T15:47:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:35 smithi172 ceph-mon[103696]: 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-09-30T15:47:36.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:36.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:36 smithi050 ceph-mon[92315]: 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-09-30T15:47:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:36 smithi172 ceph-mon[103696]: 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-09-30T15:47:37.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:37.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:38.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:38.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:38 smithi050 ceph-mon[92315]: pgmap v3367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:47:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:38 smithi172 ceph-mon[103696]: pgmap v3367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:47:39.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:39.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:40.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:40.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:40 smithi050 ceph-mon[92315]: 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-09-30T15:47:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:40 smithi172 ceph-mon[103696]: 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-09-30T15:47:41.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:41.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:42.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:42.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:42 smithi050 ceph-mon[92315]: pgmap v3369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:47:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:42 smithi172 ceph-mon[103696]: pgmap v3369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:47:43.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:43.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:44.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:44.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:44 smithi050 ceph-mon[92315]: 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-09-30T15:47:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:47:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:44 smithi172 ceph-mon[103696]: 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-09-30T15:47:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:47:45.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:45.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:46.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:46.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:46 smithi050 ceph-mon[92315]: 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-09-30T15:47:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:46 smithi172 ceph-mon[103696]: 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-09-30T15:47:47.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:47.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:48.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:48.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:48 smithi050 ceph-mon[92315]: pgmap v3372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:47:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:47:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:48 smithi172 ceph-mon[103696]: pgmap v3372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:47:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:47:49.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:49.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:50.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:50.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:50 smithi050 ceph-mon[92315]: 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-09-30T15:47:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:50 smithi172 ceph-mon[103696]: 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-09-30T15:47:51.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:51.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:52.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:52.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:47:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:47:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:47:52.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:47:52.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:47:52.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:47:52.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:47:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:47:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:47:53.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:47:53.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:47:53.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:47:53.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:47:53.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:47:53.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:53.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:53 smithi172 ceph-mon[103696]: pgmap v3374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:47:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:53 smithi050 ceph-mon[92315]: pgmap v3374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:47:54.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:54.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:55.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:55.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:55 smithi172 ceph-mon[103696]: 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-09-30T15:47:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:55 smithi050 ceph-mon[92315]: 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-09-30T15:47:56.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:56.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:57.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:57.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:57 smithi172 ceph-mon[103696]: 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-09-30T15:47:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:57 smithi050 ceph-mon[92315]: 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-09-30T15:47:58.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:58.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:59.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:47:59.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:47:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:47:59 smithi172 ceph-mon[103696]: pgmap v3377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:48:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:47:59 smithi050 ceph-mon[92315]: pgmap v3377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:48:00.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:00.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:01.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:01.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:01 smithi172 ceph-mon[103696]: 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-09-30T15:48:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:01 smithi050 ceph-mon[92315]: 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-09-30T15:48:02.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:02.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:03.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:03.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:03 smithi172 ceph-mon[103696]: pgmap v3379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:48:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:03 smithi050 ceph-mon[92315]: pgmap v3379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:48:04.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:04.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:48:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:48:05.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:05.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:05 smithi050 ceph-mon[92315]: 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-09-30T15:48:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:05 smithi172 ceph-mon[103696]: 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-09-30T15:48:06.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:06.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:07.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:07.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:07.887 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:07 smithi050 ceph-mon[92315]: 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-09-30T15:48:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:07 smithi172 ceph-mon[103696]: 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-09-30T15:48:08.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:08.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:09.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:09.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:09 smithi050 ceph-mon[92315]: pgmap v3382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:48:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:09 smithi172 ceph-mon[103696]: pgmap v3382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:48:10.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:10.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:11.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:11.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:11 smithi050 ceph-mon[92315]: 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-09-30T15:48:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:11 smithi172 ceph-mon[103696]: 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-09-30T15:48:12.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:12.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:13.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:13.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:13 smithi050 ceph-mon[92315]: pgmap v3384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:48:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:13 smithi172 ceph-mon[103696]: pgmap v3384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:48:14.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:14.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:15.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:15.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:15 smithi050 ceph-mon[92315]: 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-09-30T15:48:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:15 smithi172 ceph-mon[103696]: 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-09-30T15:48:16.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:16.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:17.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:17.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:18.002 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:17 smithi050 ceph-mon[92315]: 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-09-30T15:48:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:17 smithi172 ceph-mon[103696]: 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-09-30T15:48:18.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:18.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:19.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:19.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:19 smithi050 ceph-mon[92315]: pgmap v3387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:48:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:48:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:19 smithi172 ceph-mon[103696]: pgmap v3387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:48:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:48:20.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:20.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:21.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:21.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:21 smithi050 ceph-mon[92315]: 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-09-30T15:48:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:21 smithi172 ceph-mon[103696]: 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-09-30T15:48:22.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:22.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:23.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:23.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:23 smithi050 ceph-mon[92315]: pgmap v3389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:48:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:23 smithi172 ceph-mon[103696]: pgmap v3389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:48:24.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:24.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:25.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:25.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:25 smithi050 ceph-mon[92315]: 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-09-30T15:48:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:25 smithi172 ceph-mon[103696]: 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-09-30T15:48:26.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:26.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:27.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:27.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:27 smithi050 ceph-mon[92315]: 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-09-30T15:48:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:27 smithi172 ceph-mon[103696]: 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-09-30T15:48:28.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:28.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:29.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:29.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:29 smithi050 ceph-mon[92315]: pgmap v3392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:48:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:29 smithi172 ceph-mon[103696]: pgmap v3392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:48:30.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:30.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:31.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:31.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:31 smithi050 ceph-mon[92315]: 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-09-30T15:48:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:31 smithi172 ceph-mon[103696]: 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-09-30T15:48:32.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:32.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:33.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:33.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:33 smithi050 ceph-mon[92315]: pgmap v3394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:48:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:33 smithi172 ceph-mon[103696]: pgmap v3394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:48:34.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:34.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:48:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:48:35.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:35.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:35 smithi050 ceph-mon[92315]: 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-09-30T15:48:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:35 smithi172 ceph-mon[103696]: 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-09-30T15:48:36.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:36.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:37.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:37.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:37 smithi172 ceph-mon[103696]: 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-09-30T15:48:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:37 smithi050 ceph-mon[92315]: 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-09-30T15:48:38.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:38.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:39.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:39.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:39 smithi050 ceph-mon[92315]: pgmap v3397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:48:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:39 smithi172 ceph-mon[103696]: pgmap v3397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:48:40.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:40.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:41.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:42.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:41 smithi050 ceph-mon[92315]: 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-09-30T15:48:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:41 smithi172 ceph-mon[103696]: 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-09-30T15:48:42.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:42.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:43.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:43.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:43 smithi050 ceph-mon[92315]: pgmap v3399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:48:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:43 smithi172 ceph-mon[103696]: pgmap v3399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:48:44.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:44.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:45.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:45.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:45 smithi050 ceph-mon[92315]: 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-09-30T15:48:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:45 smithi172 ceph-mon[103696]: 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-09-30T15:48:46.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:46.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:47.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:47.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:47 smithi172 ceph-mon[103696]: 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-09-30T15:48:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:47 smithi050 ceph-mon[92315]: 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-09-30T15:48:48.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:48.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:49.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:49.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:49 smithi050 ceph-mon[92315]: pgmap v3402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:48:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:48:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:49 smithi172 ceph-mon[103696]: pgmap v3402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:48:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:48:50.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:50.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:51.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:51.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:51 smithi050 ceph-mon[92315]: 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-09-30T15:48:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:51 smithi172 ceph-mon[103696]: 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-09-30T15:48:52.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:52.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:48:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:48:53.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:53.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:53 smithi050 ceph-mon[92315]: pgmap v3404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:48:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:48:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:48:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:48:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:48:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:48:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:48:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:48:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:53 smithi172 ceph-mon[103696]: pgmap v3404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:48:54.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:48:54.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:48:54.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:48:54.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:48:54.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:48:54.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:48:54.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:48:54.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:54.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:55.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:55.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:55 smithi050 ceph-mon[92315]: 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-09-30T15:48:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:55 smithi172 ceph-mon[103696]: 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-09-30T15:48:56.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:56.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:57.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:57.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:57 smithi050 ceph-mon[92315]: 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-09-30T15:48:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:57 smithi172 ceph-mon[103696]: 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-09-30T15:48:58.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:58.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:48:59.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:48:59.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:48:59 smithi050 ceph-mon[92315]: pgmap v3407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:49:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:48:59 smithi172 ceph-mon[103696]: pgmap v3407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:49:00.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:00.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:01.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:01.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:01 smithi050 ceph-mon[92315]: 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-09-30T15:49:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:01 smithi172 ceph-mon[103696]: 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-09-30T15:49:02.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:02.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:03.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:03.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:03 smithi050 ceph-mon[92315]: pgmap v3409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:49:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:03 smithi172 ceph-mon[103696]: pgmap v3409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:49:04.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:04.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:49:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:49:05.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:05.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:05 smithi050 ceph-mon[92315]: 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-09-30T15:49:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:05 smithi172 ceph-mon[103696]: 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-09-30T15:49:06.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:06.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:07.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:07.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:07 smithi050 ceph-mon[92315]: 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-09-30T15:49:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:07 smithi172 ceph-mon[103696]: 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-09-30T15:49:08.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:08.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:08 smithi050 ceph-mon[92315]: pgmap v3412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:49:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:08 smithi172 ceph-mon[103696]: pgmap v3412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:49:09.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:09.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:10.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:10.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:10 smithi050 ceph-mon[92315]: 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-09-30T15:49:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:10 smithi172 ceph-mon[103696]: 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-09-30T15:49:11.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:11.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:12.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:12.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:12 smithi050 ceph-mon[92315]: pgmap v3414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:49:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:12 smithi172 ceph-mon[103696]: pgmap v3414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:49:13.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:13.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:14.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:14.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:14 smithi050 ceph-mon[92315]: 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-09-30T15:49:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:14 smithi172 ceph-mon[103696]: 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-09-30T15:49:15.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:15.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:16.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:16.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:16 smithi050 ceph-mon[92315]: 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-09-30T15:49:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:16 smithi172 ceph-mon[103696]: 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-09-30T15:49:17.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:17.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:18.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:18.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:18 smithi050 ceph-mon[92315]: pgmap v3417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:49:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:49:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:18 smithi172 ceph-mon[103696]: pgmap v3417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:49:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:49:19.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:19.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:20.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:20.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:20 smithi050 ceph-mon[92315]: 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-09-30T15:49:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:20 smithi172 ceph-mon[103696]: 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-09-30T15:49:21.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:21.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:22.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:22.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:22 smithi050 ceph-mon[92315]: pgmap v3419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:49:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:22 smithi172 ceph-mon[103696]: pgmap v3419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:49:23.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:23.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:24.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:24.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:24 smithi050 ceph-mon[92315]: 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-09-30T15:49:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:24 smithi172 ceph-mon[103696]: 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-09-30T15:49:25.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:25.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:26.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:26.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:27 smithi050 ceph-mon[92315]: 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-09-30T15:49:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:27 smithi172 ceph-mon[103696]: 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-09-30T15:49:27.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:27.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:28.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:28.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:29 smithi050 ceph-mon[92315]: pgmap v3422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:49:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:29 smithi172 ceph-mon[103696]: pgmap v3422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:49:29.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:29.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:30.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:30.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:31 smithi050 ceph-mon[92315]: 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-09-30T15:49:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:31 smithi172 ceph-mon[103696]: 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-09-30T15:49:31.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:31.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:32.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:32.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:33 smithi050 ceph-mon[92315]: pgmap v3424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:49:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:33 smithi172 ceph-mon[103696]: pgmap v3424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:49:33.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:33.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:34.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:49:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:49:34.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:34.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:35 smithi050 ceph-mon[92315]: 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-09-30T15:49:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:35 smithi172 ceph-mon[103696]: 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-09-30T15:49:35.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:35.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:36.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:36.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:37 smithi050 ceph-mon[92315]: 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-09-30T15:49:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:37 smithi172 ceph-mon[103696]: 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-09-30T15:49:37.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:37.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:38.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:38.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:39 smithi050 ceph-mon[92315]: pgmap v3427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:49:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:39 smithi172 ceph-mon[103696]: pgmap v3427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:49:39.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:39.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:40.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:40.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:41 smithi050 ceph-mon[92315]: 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-09-30T15:49:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:41 smithi172 ceph-mon[103696]: 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-09-30T15:49:41.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:41.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:42.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:42.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:43 smithi050 ceph-mon[92315]: pgmap v3429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:49:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:43 smithi172 ceph-mon[103696]: pgmap v3429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:49:43.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:43.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:44.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:44.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:45 smithi050 ceph-mon[92315]: 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-09-30T15:49:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:45 smithi172 ceph-mon[103696]: 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-09-30T15:49:45.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:45.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:46.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:46.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:47 smithi050 ceph-mon[92315]: 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-09-30T15:49:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:47 smithi172 ceph-mon[103696]: 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-09-30T15:49:47.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:47.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:48.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:48.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:49 smithi050 ceph-mon[92315]: pgmap v3432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:49:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:49:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:49 smithi172 ceph-mon[103696]: pgmap v3432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:49:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:49:49.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:49.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:50.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:50.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:51 smithi050 ceph-mon[92315]: 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-09-30T15:49:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:51 smithi172 ceph-mon[103696]: 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-09-30T15:49:51.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:51.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:52.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:52.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:53.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:53 smithi172 ceph-mon[103696]: pgmap v3434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:49:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:53 smithi050 ceph-mon[92315]: pgmap v3434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:49:53.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:53.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:49:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:49:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:49:54.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:49:54.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:49:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:49:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:49:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:49:54.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:49:54.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:49:54.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:54.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:55 smithi050 ceph-mon[92315]: 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-09-30T15:49:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:49:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:55 smithi172 ceph-mon[103696]: 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-09-30T15:49:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:49:55.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:55.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:56.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:56.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:57 smithi050 ceph-mon[92315]: 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-09-30T15:49:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:57 smithi172 ceph-mon[103696]: 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-09-30T15:49:57.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:57.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:58.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:58.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:49:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:49:59 smithi050 ceph-mon[92315]: pgmap v3437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:49:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:49:59 smithi172 ceph-mon[103696]: pgmap v3437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:49:59.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:49:59.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:00.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:00.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:00 smithi050 ceph-mon[92315]: 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-09-30T15:50:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T15:50:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:00 smithi172 ceph-mon[103696]: 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-09-30T15:50:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T15:50:01.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:01.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:02.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:02.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:02 smithi050 ceph-mon[92315]: pgmap v3439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:50:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:02 smithi172 ceph-mon[103696]: pgmap v3439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:50:03.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:03.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:50:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:50:04.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:04.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:04 smithi050 ceph-mon[92315]: 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-09-30T15:50:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:04 smithi172 ceph-mon[103696]: 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-09-30T15:50:05.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:05.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:06.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:06.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:06 smithi050 ceph-mon[92315]: 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-09-30T15:50:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:06 smithi172 ceph-mon[103696]: 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-09-30T15:50:07.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:07.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:08.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:08.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:09.271 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:08 smithi050 ceph-mon[92315]: pgmap v3442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:50:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:08 smithi172 ceph-mon[103696]: pgmap v3442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:50:09.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:09.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:10.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:10.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:10 smithi050 ceph-mon[92315]: 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-09-30T15:50:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:10 smithi172 ceph-mon[103696]: 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-09-30T15:50:11.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:11.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:12.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:12.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:12 smithi050 ceph-mon[92315]: pgmap v3444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:50:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:12 smithi172 ceph-mon[103696]: pgmap v3444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:50:13.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:13.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:14.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:14.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:14 smithi050 ceph-mon[92315]: 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-09-30T15:50:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:14 smithi172 ceph-mon[103696]: 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-09-30T15:50:15.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:15.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:16.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:16.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:16 smithi050 ceph-mon[92315]: 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-09-30T15:50:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:16 smithi172 ceph-mon[103696]: 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-09-30T15:50:17.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:17.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:18.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:18.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:18 smithi050 ceph-mon[92315]: pgmap v3447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:50:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:50:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:18 smithi172 ceph-mon[103696]: pgmap v3447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:50:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:50:19.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:19.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:20.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:20.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:20 smithi050 ceph-mon[92315]: 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-09-30T15:50:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:20 smithi172 ceph-mon[103696]: 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-09-30T15:50:21.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:21.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:22.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:22.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:22 smithi050 ceph-mon[92315]: pgmap v3449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:50:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:22 smithi172 ceph-mon[103696]: pgmap v3449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:50:23.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:23.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:24.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:24.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:25 smithi050 ceph-mon[92315]: 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-09-30T15:50:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:25 smithi172 ceph-mon[103696]: 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-09-30T15:50:25.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:25.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:26.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:26.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:27 smithi050 ceph-mon[92315]: 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-09-30T15:50:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:27 smithi172 ceph-mon[103696]: 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-09-30T15:50:27.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:27.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:28.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:28.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:29 smithi050 ceph-mon[92315]: pgmap v3452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:50:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:29 smithi172 ceph-mon[103696]: pgmap v3452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:50:29.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:29.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:30.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:30.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:31 smithi050 ceph-mon[92315]: 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-09-30T15:50:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:31 smithi172 ceph-mon[103696]: 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-09-30T15:50:31.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:31.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:32.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:32.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:33 smithi050 ceph-mon[92315]: pgmap v3454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:50:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:33 smithi172 ceph-mon[103696]: pgmap v3454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:50:33.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:33.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:50:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:50:34.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:34.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:35 smithi050 ceph-mon[92315]: 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-09-30T15:50:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:35 smithi172 ceph-mon[103696]: 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-09-30T15:50:35.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:35.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:36.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:36.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:37 smithi050 ceph-mon[92315]: 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-09-30T15:50:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:37 smithi172 ceph-mon[103696]: 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-09-30T15:50:37.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:37.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:38.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:38.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:39 smithi172 ceph-mon[103696]: pgmap v3457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:50:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:39 smithi050 ceph-mon[92315]: pgmap v3457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:50:39.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:39.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:40.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:40.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:41 smithi050 ceph-mon[92315]: 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-09-30T15:50:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:41 smithi172 ceph-mon[103696]: 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-09-30T15:50:41.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:41.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:42.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:42.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:43 smithi050 ceph-mon[92315]: pgmap v3459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:50:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:43 smithi172 ceph-mon[103696]: pgmap v3459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:50:43.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:43.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:44.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:44.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:45 smithi050 ceph-mon[92315]: 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-09-30T15:50:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:45 smithi172 ceph-mon[103696]: 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-09-30T15:50:45.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:45.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:46.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:46.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:47 smithi050 ceph-mon[92315]: 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-09-30T15:50:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:47 smithi172 ceph-mon[103696]: 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-09-30T15:50:47.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:47.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:48.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:48.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:49 smithi050 ceph-mon[92315]: pgmap v3462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:50:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:50:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:49 smithi172 ceph-mon[103696]: pgmap v3462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:50:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:50:49.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:49.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:50.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:50.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:51 smithi050 ceph-mon[92315]: 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-09-30T15:50:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:51 smithi172 ceph-mon[103696]: 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-09-30T15:50:51.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:51.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:52.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:52.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:53 smithi050 ceph-mon[92315]: pgmap v3464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:50:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:53 smithi172 ceph-mon[103696]: pgmap v3464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:50:53.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:53.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:54.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:54.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:55 smithi050 ceph-mon[92315]: 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-09-30T15:50:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:50:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:50:55.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:50:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:55 smithi172 ceph-mon[103696]: 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-09-30T15:50:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:50:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:50:55.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:50:55.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:55.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:50:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:50:56.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:50:56.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:50:56.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:50:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:50:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:50:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:50:56.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:50:56.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:50:56.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:56.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:57 smithi050 ceph-mon[92315]: 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-09-30T15:50:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:57 smithi172 ceph-mon[103696]: 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-09-30T15:50:57.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:57.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:58.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:58.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:50:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:50:59 smithi172 ceph-mon[103696]: pgmap v3467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:50:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:50:59 smithi050 ceph-mon[92315]: pgmap v3467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:50:59.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:50:59.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:00.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:00.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:01 smithi050 ceph-mon[92315]: 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-09-30T15:51:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:01 smithi172 ceph-mon[103696]: 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-09-30T15:51:01.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:01.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:02.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:02.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:03 smithi050 ceph-mon[92315]: pgmap v3469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:51:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:03 smithi172 ceph-mon[103696]: pgmap v3469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:51:03.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:03.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:51:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:51:04.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:04.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:05 smithi050 ceph-mon[92315]: 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-09-30T15:51:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:05 smithi172 ceph-mon[103696]: 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-09-30T15:51:05.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:05.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:06.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:06.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:07 smithi050 ceph-mon[92315]: 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-09-30T15:51:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:07 smithi172 ceph-mon[103696]: 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-09-30T15:51:07.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:07.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:08.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:08.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:09 smithi172 ceph-mon[103696]: pgmap v3472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:51:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:09 smithi050 ceph-mon[92315]: pgmap v3472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:51:09.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:09.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:10.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:10.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:11 smithi050 ceph-mon[92315]: 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-09-30T15:51:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:11 smithi172 ceph-mon[103696]: 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-09-30T15:51:11.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:11.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:12.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:12.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:13 smithi050 ceph-mon[92315]: pgmap v3474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:51:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:13 smithi172 ceph-mon[103696]: pgmap v3474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:51:13.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:13.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:14.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:14.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:15 smithi050 ceph-mon[92315]: 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-09-30T15:51:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:15 smithi172 ceph-mon[103696]: 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-09-30T15:51:15.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:15.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:16.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:16.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:17 smithi050 ceph-mon[92315]: 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-09-30T15:51:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:17 smithi172 ceph-mon[103696]: 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-09-30T15:51:17.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:17.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:18.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:18.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:19 smithi050 ceph-mon[92315]: pgmap v3477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:51:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:51:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:19 smithi172 ceph-mon[103696]: pgmap v3477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:51:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:51:19.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:19.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:20.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:20.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:21 smithi050 ceph-mon[92315]: 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-09-30T15:51:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:21 smithi172 ceph-mon[103696]: 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-09-30T15:51:21.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:21.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:22.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:22.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:23 smithi050 ceph-mon[92315]: pgmap v3479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:51:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:23 smithi172 ceph-mon[103696]: pgmap v3479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:51:23.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:23.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:24.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:24.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:25 smithi050 ceph-mon[92315]: 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-09-30T15:51:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:25 smithi172 ceph-mon[103696]: 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-09-30T15:51:25.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:25.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:26.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:26.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:27 smithi050 ceph-mon[92315]: 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-09-30T15:51:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:27 smithi172 ceph-mon[103696]: 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-09-30T15:51:27.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:27.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:28.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:28.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:29 smithi050 ceph-mon[92315]: pgmap v3482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:51:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:29 smithi172 ceph-mon[103696]: pgmap v3482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:51:29.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:29.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:30.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:30.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:31 smithi050 ceph-mon[92315]: 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-09-30T15:51:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:31 smithi172 ceph-mon[103696]: 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-09-30T15:51:31.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:31.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:32.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:32.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:33 smithi050 ceph-mon[92315]: pgmap v3484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:51:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:33 smithi172 ceph-mon[103696]: pgmap v3484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:51:33.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:33.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:51:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:51:34.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:34.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:35 smithi050 ceph-mon[92315]: 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-09-30T15:51:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:35 smithi172 ceph-mon[103696]: 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-09-30T15:51:35.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:35.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:36.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:36.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:37.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:37 smithi050 ceph-mon[92315]: 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-09-30T15:51:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:37 smithi172 ceph-mon[103696]: 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-09-30T15:51:37.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:37.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:38.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:38.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:39 smithi050 ceph-mon[92315]: pgmap v3487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:51:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:39 smithi172 ceph-mon[103696]: pgmap v3487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:51:39.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:39.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:40.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:40.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:41 smithi050 ceph-mon[92315]: 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-09-30T15:51:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:41 smithi172 ceph-mon[103696]: 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-09-30T15:51:41.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:41.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:42.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:42.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:43 smithi050 ceph-mon[92315]: pgmap v3489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:51:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:43 smithi172 ceph-mon[103696]: pgmap v3489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:51:43.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:43.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:44.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:44.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:45 smithi050 ceph-mon[92315]: 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-09-30T15:51:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:45 smithi172 ceph-mon[103696]: 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-09-30T15:51:45.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:45.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:46.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:46.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:47 smithi050 ceph-mon[92315]: 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-09-30T15:51:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:47 smithi172 ceph-mon[103696]: 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-09-30T15:51:47.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:47.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:48.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:48.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:49 smithi050 ceph-mon[92315]: pgmap v3492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:51:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:51:49.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:49 smithi172 ceph-mon[103696]: pgmap v3492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:51:49.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:51:49.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:49.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:50.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:50.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:51 smithi050 ceph-mon[92315]: 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-09-30T15:51:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:51 smithi172 ceph-mon[103696]: 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-09-30T15:51:51.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:51.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:52.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:52.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:53 smithi050 ceph-mon[92315]: pgmap v3494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:51:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:53 smithi172 ceph-mon[103696]: pgmap v3494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:51:53.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:53.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:54.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:54.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:55 smithi050 ceph-mon[92315]: 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-09-30T15:51:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:55 smithi172 ceph-mon[103696]: 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-09-30T15:51:55.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:55.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:51:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:51:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:51:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:51:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:51:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:51:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:51:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:51:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:51:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:51:56.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:51:56.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:51:56.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:56.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:57 smithi050 ceph-mon[92315]: 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-09-30T15:51:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:57 smithi172 ceph-mon[103696]: 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-09-30T15:51:57.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:57.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:58.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:58.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:51:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:51:59 smithi050 ceph-mon[92315]: pgmap v3497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:51:59.622 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:51:59 smithi172 ceph-mon[103696]: pgmap v3497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:51:59.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:51:59.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:00.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:00.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:01 smithi050 ceph-mon[92315]: 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-09-30T15:52:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:01 smithi172 ceph-mon[103696]: 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-09-30T15:52:01.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:01.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:02.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:02.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:03 smithi050 ceph-mon[92315]: pgmap v3499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:52:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:03 smithi172 ceph-mon[103696]: pgmap v3499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:52:03.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:03.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:52:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:52:04.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:04.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:05.586 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:05 smithi050 ceph-mon[92315]: 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-09-30T15:52:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:05 smithi172 ceph-mon[103696]: 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-09-30T15:52:05.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:05.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:06.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:06.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:07 smithi050 ceph-mon[92315]: 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-09-30T15:52:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:07 smithi172 ceph-mon[103696]: 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-09-30T15:52:07.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:07.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:08.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:08.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:09 smithi050 ceph-mon[92315]: pgmap v3502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:52:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:09 smithi172 ceph-mon[103696]: pgmap v3502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:52:09.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:09.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:10.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:10.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:11.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:11 smithi050 ceph-mon[92315]: 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-09-30T15:52:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:11 smithi172 ceph-mon[103696]: 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-09-30T15:52:12.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:12.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:13.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:13.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:13 smithi050 ceph-mon[92315]: pgmap v3504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:52:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:13 smithi172 ceph-mon[103696]: pgmap v3504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:52:14.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:14.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:15.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:15.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:15 smithi050 ceph-mon[92315]: 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-09-30T15:52:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:15 smithi172 ceph-mon[103696]: 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-09-30T15:52:16.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:16.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:17.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:17.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:17 smithi050 ceph-mon[92315]: 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-09-30T15:52:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:17 smithi172 ceph-mon[103696]: 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-09-30T15:52:18.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:18.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:19.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:19.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:19 smithi050 ceph-mon[92315]: pgmap v3507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:52:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:52:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:19 smithi172 ceph-mon[103696]: pgmap v3507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:52:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:52:20.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:20.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:21.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:21.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:21 smithi050 ceph-mon[92315]: 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-09-30T15:52:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:21 smithi172 ceph-mon[103696]: 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-09-30T15:52:22.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:22.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:23.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:23.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:23 smithi172 ceph-mon[103696]: pgmap v3509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:52:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:23 smithi050 ceph-mon[92315]: pgmap v3509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:52:24.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:24.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:25.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:25.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:25 smithi172 ceph-mon[103696]: 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-09-30T15:52:25.815 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:25 smithi050 ceph-mon[92315]: 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-09-30T15:52:26.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:26.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:27.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:27.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:27 smithi172 ceph-mon[103696]: 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-09-30T15:52:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:27 smithi050 ceph-mon[92315]: 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-09-30T15:52:28.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:28.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:29.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:29.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:29 smithi172 ceph-mon[103696]: pgmap v3512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:52:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:29 smithi050 ceph-mon[92315]: pgmap v3512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:52:30.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:30.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:31.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:31.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:31 smithi172 ceph-mon[103696]: 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-09-30T15:52:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:31 smithi050 ceph-mon[92315]: 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-09-30T15:52:32.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:32.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:33.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:33.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:33 smithi172 ceph-mon[103696]: pgmap v3514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:52:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:33 smithi050 ceph-mon[92315]: pgmap v3514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:52:34.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:34.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:52:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:52:35.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:35.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:35 smithi172 ceph-mon[103696]: 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-09-30T15:52:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:35 smithi050 ceph-mon[92315]: 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-09-30T15:52:36.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:36.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:37.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:37.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:37 smithi172 ceph-mon[103696]: 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-09-30T15:52:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:37 smithi050 ceph-mon[92315]: 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-09-30T15:52:38.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:38.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:39.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:39.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:39 smithi172 ceph-mon[103696]: pgmap v3517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:52:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:39 smithi050 ceph-mon[92315]: pgmap v3517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:52:40.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:40.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:41.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:41.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:41 smithi050 ceph-mon[92315]: 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-09-30T15:52:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:41 smithi172 ceph-mon[103696]: 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-09-30T15:52:42.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:42.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:43.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:43.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:43 smithi050 ceph-mon[92315]: pgmap v3519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:52:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:43 smithi172 ceph-mon[103696]: pgmap v3519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:52:44.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:44.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:45.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:45.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:45 smithi050 ceph-mon[92315]: 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-09-30T15:52:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:45 smithi172 ceph-mon[103696]: 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-09-30T15:52:46.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:46.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:47.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:47.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:47 smithi050 ceph-mon[92315]: 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-09-30T15:52:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:47 smithi172 ceph-mon[103696]: 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-09-30T15:52:48.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:48.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:49.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:49.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:49 smithi050 ceph-mon[92315]: pgmap v3522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:52:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:52:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:49 smithi172 ceph-mon[103696]: pgmap v3522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:52:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:52:50.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:50.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:51.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:51.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:51 smithi050 ceph-mon[92315]: 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-09-30T15:52:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:51 smithi172 ceph-mon[103696]: 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-09-30T15:52:52.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:52.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:53.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:53.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:53 smithi050 ceph-mon[92315]: pgmap v3524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:52:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:53 smithi172 ceph-mon[103696]: pgmap v3524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:52:54.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:54.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:55.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:55.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:55 smithi050 ceph-mon[92315]: 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-09-30T15:52:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:55 smithi172 ceph-mon[103696]: 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-09-30T15:52:56.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:56.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:57.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:57.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:57 smithi050 ceph-mon[92315]: 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-09-30T15:52:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:52:57.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:52:57.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:52:57.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:52:57.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:52:57.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:52:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:57 smithi172 ceph-mon[103696]: 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-09-30T15:52:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:52:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:52:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:52:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:52:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:52:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:52:58.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:58.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:59.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:52:59.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:52:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:52:59 smithi050 ceph-mon[92315]: pgmap v3527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:52:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:52:59 smithi172 ceph-mon[103696]: pgmap v3527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:53:00.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:00.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:01.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:01.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:01 smithi050 ceph-mon[92315]: 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-09-30T15:53:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:01 smithi172 ceph-mon[103696]: 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-09-30T15:53:02.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:02.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:03.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:03.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:03 smithi050 ceph-mon[92315]: pgmap v3529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:53:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:03 smithi172 ceph-mon[103696]: pgmap v3529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:53:04.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:04.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:53:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:53:05.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:05.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:05.308 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:05 smithi172 ceph-mon[103696]: 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-09-30T15:53:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:05 smithi050 ceph-mon[92315]: 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-09-30T15:53:06.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:06.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:07.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:07.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:07 smithi050 ceph-mon[92315]: 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-09-30T15:53:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:07 smithi172 ceph-mon[103696]: 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-09-30T15:53:08.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:08.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:09.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:09.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:09 smithi050 ceph-mon[92315]: pgmap v3532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:53:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:09 smithi172 ceph-mon[103696]: pgmap v3532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:53:10.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:10.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:11.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:11.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:11.329 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:11 smithi050 ceph-mon[92315]: 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-09-30T15:53:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:11 smithi172 ceph-mon[103696]: 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-09-30T15:53:12.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:12.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:13.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:13.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:13 smithi050 ceph-mon[92315]: pgmap v3534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:53:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:13 smithi172 ceph-mon[103696]: pgmap v3534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:53:14.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:14.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:15.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:15.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:15 smithi050 ceph-mon[92315]: 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-09-30T15:53:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:15 smithi172 ceph-mon[103696]: 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-09-30T15:53:16.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:16.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:17.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:17.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:17 smithi050 ceph-mon[92315]: 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-09-30T15:53:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:17 smithi172 ceph-mon[103696]: 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-09-30T15:53:18.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:18.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:19.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:19.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:19 smithi050 ceph-mon[92315]: pgmap v3537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:53:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:53:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:19 smithi172 ceph-mon[103696]: pgmap v3537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:53:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:53:20.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:20.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:21.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:21.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:21 smithi050 ceph-mon[92315]: 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-09-30T15:53:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:21 smithi172 ceph-mon[103696]: 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-09-30T15:53:22.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:22.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:23.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:23.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:23 smithi050 ceph-mon[92315]: pgmap v3539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:53:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:23 smithi172 ceph-mon[103696]: pgmap v3539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:53:24.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:24.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:25.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:25.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:25 smithi050 ceph-mon[92315]: 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-09-30T15:53:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:25 smithi172 ceph-mon[103696]: 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-09-30T15:53:26.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:26.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:27.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:27.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:27 smithi050 ceph-mon[92315]: 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-09-30T15:53:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:27 smithi172 ceph-mon[103696]: 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-09-30T15:53:28.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:28.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:29.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:29.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:29 smithi050 ceph-mon[92315]: pgmap v3542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:53:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:29 smithi172 ceph-mon[103696]: pgmap v3542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:53:30.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:30.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:31.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:31.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:31 smithi050 ceph-mon[92315]: 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-09-30T15:53:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:31 smithi172 ceph-mon[103696]: 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-09-30T15:53:32.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:32.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:33.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:33.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:33 smithi050 ceph-mon[92315]: pgmap v3544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:53:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:33 smithi172 ceph-mon[103696]: pgmap v3544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:53:34.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:34.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:53:34.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:53:35.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:35.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:35 smithi050 ceph-mon[92315]: 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-09-30T15:53:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:35 smithi172 ceph-mon[103696]: 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-09-30T15:53:36.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:36.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:37.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:37.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:37 smithi050 ceph-mon[92315]: 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-09-30T15:53:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:37 smithi172 ceph-mon[103696]: 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-09-30T15:53:38.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:38.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:39.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:39.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:39 smithi050 ceph-mon[92315]: pgmap v3547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:53:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:39 smithi172 ceph-mon[103696]: pgmap v3547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:53:40.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:40.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:41.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:41.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:41 smithi050 ceph-mon[92315]: 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-09-30T15:53:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:41 smithi172 ceph-mon[103696]: 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-09-30T15:53:42.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:42.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:43.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:43.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:43 smithi050 ceph-mon[92315]: pgmap v3549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:53:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:43 smithi172 ceph-mon[103696]: pgmap v3549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:53:44.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:44.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:45.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:45.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:45 smithi050 ceph-mon[92315]: 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-09-30T15:53:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:45 smithi172 ceph-mon[103696]: 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-09-30T15:53:46.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:46.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:47.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:47.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:47 smithi050 ceph-mon[92315]: 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-09-30T15:53:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:47 smithi172 ceph-mon[103696]: 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-09-30T15:53:48.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:48.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:49.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:49.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:49 smithi050 ceph-mon[92315]: pgmap v3552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:53:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:53:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:49 smithi172 ceph-mon[103696]: pgmap v3552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:53:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:53:50.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:50.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:51 smithi172 ceph-mon[103696]: 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-09-30T15:53:51.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:51.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:51 smithi050 ceph-mon[92315]: 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-09-30T15:53:52.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:52.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:53.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:53.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:53 smithi050 ceph-mon[92315]: pgmap v3554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:53:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:53 smithi172 ceph-mon[103696]: pgmap v3554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:53:54.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:54.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:55.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:55.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:55 smithi050 ceph-mon[92315]: 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-09-30T15:53:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:55 smithi172 ceph-mon[103696]: 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-09-30T15:53:56.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:56.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:57 smithi050 ceph-mon[92315]: 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-09-30T15:53:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:53:57.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:57.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:57 smithi172 ceph-mon[103696]: 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-09-30T15:53:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:53:58.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:58.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:53:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:53:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:53:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:53:58.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:53:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:53:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:53:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:53:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:53:58.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:53:59.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:53:59.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:53:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:53:59 smithi172 ceph-mon[103696]: pgmap v3557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:53:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:53:59 smithi050 ceph-mon[92315]: pgmap v3557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:54:00.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:00.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:01.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:01.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:01 smithi050 ceph-mon[92315]: 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-09-30T15:54:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:01 smithi172 ceph-mon[103696]: 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-09-30T15:54:02.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:02.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:03.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:03.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:03 smithi050 ceph-mon[92315]: pgmap v3559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:54:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:03 smithi172 ceph-mon[103696]: pgmap v3559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:54:04.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:04.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:54:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:54:05.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:05.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:05 smithi050 ceph-mon[92315]: 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-09-30T15:54:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:05 smithi172 ceph-mon[103696]: 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-09-30T15:54:06.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:06.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:07.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:07.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:07 smithi050 ceph-mon[92315]: 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-09-30T15:54:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:07 smithi172 ceph-mon[103696]: 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-09-30T15:54:08.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:08.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:09.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:09.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:09 smithi050 ceph-mon[92315]: pgmap v3562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:54:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:09 smithi172 ceph-mon[103696]: pgmap v3562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:54:10.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:10.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:11.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:11.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:11 smithi050 ceph-mon[92315]: 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-09-30T15:54:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:11 smithi172 ceph-mon[103696]: 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-09-30T15:54:12.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:12.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:13.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:13.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:13 smithi050 ceph-mon[92315]: pgmap v3564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:54:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:13 smithi172 ceph-mon[103696]: pgmap v3564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:54:14.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:14.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:15.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:15.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:15 smithi050 ceph-mon[92315]: 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-09-30T15:54:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:15 smithi172 ceph-mon[103696]: 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-09-30T15:54:16.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:16.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:17.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:17.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:17 smithi050 ceph-mon[92315]: 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-09-30T15:54:17.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:17 smithi172 ceph-mon[103696]: 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-09-30T15:54:18.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:18.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:19.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:19.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:19 smithi050 ceph-mon[92315]: pgmap v3567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:54:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:54:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:19 smithi172 ceph-mon[103696]: pgmap v3567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:54:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:54:20.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:20.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:21.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:21.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:21 smithi050 ceph-mon[92315]: 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-09-30T15:54:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:21 smithi172 ceph-mon[103696]: 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-09-30T15:54:22.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:22.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:23.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:23.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:23 smithi050 ceph-mon[92315]: pgmap v3569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:54:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:23 smithi172 ceph-mon[103696]: pgmap v3569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:54:24.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:24.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:25.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:25.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:25 smithi050 ceph-mon[92315]: 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-09-30T15:54:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:25 smithi172 ceph-mon[103696]: 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-09-30T15:54:26.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:26.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:27.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:27.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:27 smithi050 ceph-mon[92315]: 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-09-30T15:54:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:27 smithi172 ceph-mon[103696]: 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-09-30T15:54:28.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:28.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:29.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:29.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:29 smithi050 ceph-mon[92315]: pgmap v3572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:54:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:29 smithi172 ceph-mon[103696]: pgmap v3572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:54:30.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:30.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:31.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:31.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:31 smithi050 ceph-mon[92315]: 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-09-30T15:54:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:31 smithi172 ceph-mon[103696]: 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-09-30T15:54:32.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:32.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:33.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:33.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:33.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:33 smithi050 ceph-mon[92315]: pgmap v3574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:54:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:33 smithi172 ceph-mon[103696]: pgmap v3574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:54:34.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:34.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:54:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:54:35.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:35.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:35 smithi050 ceph-mon[92315]: 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-09-30T15:54:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:35 smithi172 ceph-mon[103696]: 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-09-30T15:54:36.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:36.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:37.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:37.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:37 smithi050 ceph-mon[92315]: 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-09-30T15:54:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:37 smithi172 ceph-mon[103696]: 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-09-30T15:54:38.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:38.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:39.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:39.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:39 smithi050 ceph-mon[92315]: pgmap v3577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:54:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:39 smithi172 ceph-mon[103696]: pgmap v3577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:54:40.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:40.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:41.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:41.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:41.313 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:41 smithi172 ceph-mon[103696]: 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-09-30T15:54:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:41 smithi050 ceph-mon[92315]: 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-09-30T15:54:42.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:42.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:43.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:43.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:43.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:43 smithi050 ceph-mon[92315]: pgmap v3579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:54:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:43 smithi172 ceph-mon[103696]: pgmap v3579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:54:44.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:44.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:45.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:45.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:45 smithi050 ceph-mon[92315]: 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-09-30T15:54:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:45 smithi172 ceph-mon[103696]: 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-09-30T15:54:46.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:46.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:47.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:47.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:47 smithi050 ceph-mon[92315]: 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-09-30T15:54:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:47 smithi172 ceph-mon[103696]: 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-09-30T15:54:48.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:48.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:49.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:49.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:49 smithi050 ceph-mon[92315]: pgmap v3582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:54:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:54:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:49 smithi172 ceph-mon[103696]: pgmap v3582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:54:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:54:50.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:50.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:51.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:51.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:51 smithi050 ceph-mon[92315]: 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-09-30T15:54:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:51 smithi172 ceph-mon[103696]: 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-09-30T15:54:52.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:52.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:53.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:53.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:53 smithi050 ceph-mon[92315]: pgmap v3584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:54:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:53 smithi172 ceph-mon[103696]: pgmap v3584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:54:54.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:54.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:55.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:55.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:55 smithi050 ceph-mon[92315]: 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-09-30T15:54:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:55 smithi172 ceph-mon[103696]: 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-09-30T15:54:56.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:56.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:57.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:57.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:57 smithi050 ceph-mon[92315]: 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-09-30T15:54:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:57 smithi172 ceph-mon[103696]: 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-09-30T15:54:58.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:58.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:54:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:54:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:54:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:54:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:54:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:54:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:54:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:54:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:54:58.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:54:59.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:54:59.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:54:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:59 smithi172 ceph-mon[103696]: pgmap v3587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:54:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:54:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:54:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:59 smithi050 ceph-mon[92315]: pgmap v3587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:54:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:54:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:55:00.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:00.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:01.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:01.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:01 smithi050 ceph-mon[92315]: 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-09-30T15:55:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:01 smithi172 ceph-mon[103696]: 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-09-30T15:55:02.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:02.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:03.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:03.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:03 smithi050 ceph-mon[92315]: pgmap v3589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:55:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:03 smithi172 ceph-mon[103696]: pgmap v3589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:55:04.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:04.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:55:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:55:05.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:05.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:05 smithi172 ceph-mon[103696]: 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-09-30T15:55:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:05 smithi050 ceph-mon[92315]: 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-09-30T15:55:06.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:06.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:07.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:07.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:07 smithi172 ceph-mon[103696]: 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-09-30T15:55:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:07 smithi050 ceph-mon[92315]: 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-09-30T15:55:08.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:08.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:09.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:09.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:09 smithi172 ceph-mon[103696]: pgmap v3592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:55:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:09 smithi050 ceph-mon[92315]: pgmap v3592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:55:10.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:10.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:11.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:11.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:11 smithi050 ceph-mon[92315]: 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-09-30T15:55:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:11 smithi172 ceph-mon[103696]: 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-09-30T15:55:12.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:12.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:13.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:13.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:13 smithi050 ceph-mon[92315]: pgmap v3594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:55:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:13 smithi172 ceph-mon[103696]: pgmap v3594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:55:14.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:14.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:15.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:15.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:15 smithi050 ceph-mon[92315]: 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-09-30T15:55:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:15 smithi172 ceph-mon[103696]: 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-09-30T15:55:16.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:16.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:17.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:17.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:17 smithi172 ceph-mon[103696]: 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-09-30T15:55:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:17 smithi050 ceph-mon[92315]: 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-09-30T15:55:18.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:18.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:19.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:19.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:19 smithi172 ceph-mon[103696]: pgmap v3597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:55:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:55:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:19 smithi050 ceph-mon[92315]: pgmap v3597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:55:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:55:20.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:20.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:21.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:21.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:21 smithi050 ceph-mon[92315]: 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-09-30T15:55:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:21 smithi172 ceph-mon[103696]: 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-09-30T15:55:22.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:22.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:23.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:23.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:23 smithi172 ceph-mon[103696]: pgmap v3599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:55:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:23 smithi050 ceph-mon[92315]: pgmap v3599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:55:24.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:24.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:25.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:25.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:25 smithi172 ceph-mon[103696]: 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-09-30T15:55:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:25 smithi050 ceph-mon[92315]: 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-09-30T15:55:26.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:26.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:27.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:27.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:27 smithi172 ceph-mon[103696]: 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-09-30T15:55:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:27 smithi050 ceph-mon[92315]: 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-09-30T15:55:28.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:28.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:29.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:29.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:29 smithi172 ceph-mon[103696]: pgmap v3602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:55:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:29 smithi050 ceph-mon[92315]: pgmap v3602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:55:30.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:30.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:31.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:31.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:31 smithi050 ceph-mon[92315]: 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-09-30T15:55:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:31 smithi172 ceph-mon[103696]: 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-09-30T15:55:32.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:32.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:33.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:33.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:33 smithi050 ceph-mon[92315]: pgmap v3604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:55:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:33 smithi172 ceph-mon[103696]: pgmap v3604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:55:34.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:34.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:55:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:55:35.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:35.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:35 smithi172 ceph-mon[103696]: 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-09-30T15:55:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:35 smithi050 ceph-mon[92315]: 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-09-30T15:55:36.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:36.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:37.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:37.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:37 smithi172 ceph-mon[103696]: 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-09-30T15:55:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:37 smithi050 ceph-mon[92315]: 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-09-30T15:55:38.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:38.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:39.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:39.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:39 smithi172 ceph-mon[103696]: pgmap v3607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:55:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:39 smithi050 ceph-mon[92315]: pgmap v3607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:55:40.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:40.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:41 smithi050 ceph-mon[92315]: 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-09-30T15:55:41.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:41.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:41 smithi172 ceph-mon[103696]: 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-09-30T15:55:42.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:42.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:43 smithi050 ceph-mon[92315]: pgmap v3609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:55:43.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:43.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:43 smithi172 ceph-mon[103696]: pgmap v3609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:55:44.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:44.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:45.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:45.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:45 smithi172 ceph-mon[103696]: 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-09-30T15:55:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:45 smithi050 ceph-mon[92315]: 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-09-30T15:55:46.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:46.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:47.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:47.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:47 smithi172 ceph-mon[103696]: 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-09-30T15:55:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:47 smithi050 ceph-mon[92315]: 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-09-30T15:55:48.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:48.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:49.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:49.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:49 smithi172 ceph-mon[103696]: pgmap v3612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:55:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:55:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:49 smithi050 ceph-mon[92315]: pgmap v3612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:55:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:55:50.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:50.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:51 smithi050 ceph-mon[92315]: 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-09-30T15:55:51.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:51.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:51 smithi172 ceph-mon[103696]: 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-09-30T15:55:52.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:52.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:53.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:53.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:53 smithi172 ceph-mon[103696]: pgmap v3614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:55:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:53 smithi050 ceph-mon[92315]: pgmap v3614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:55:54.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:54.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:55.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:55.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:55 smithi172 ceph-mon[103696]: 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-09-30T15:55:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:55 smithi050 ceph-mon[92315]: 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-09-30T15:55:56.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:56.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:57 smithi172 ceph-mon[103696]: 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-09-30T15:55:57.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:57.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:57 smithi050 ceph-mon[92315]: 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-09-30T15:55:58.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:58.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:59 smithi172 ceph-mon[103696]: pgmap v3617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:55:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:55:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:55:59.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:55:59.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:55:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:59 smithi050 ceph-mon[92315]: pgmap v3617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:55:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:55:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:56:00.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:00.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:01 smithi050 ceph-mon[92315]: 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-09-30T15:56:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:01 smithi172 ceph-mon[103696]: 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-09-30T15:56:01.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:01.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:02.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:02.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:03 smithi172 ceph-mon[103696]: pgmap v3619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:56:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:56:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:56:03.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:03.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:03 smithi050 ceph-mon[92315]: pgmap v3619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:56:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:56:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:56:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:56:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:56:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:56:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:56:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:56:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:56:04.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:04.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:56:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:56:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:56:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:56:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:56:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:56:05.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:05.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:05 smithi050 ceph-mon[92315]: 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-09-30T15:56:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:05 smithi172 ceph-mon[103696]: 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-09-30T15:56:06.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:06.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:07.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:07.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:07 smithi050 ceph-mon[92315]: 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-09-30T15:56:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:07 smithi172 ceph-mon[103696]: 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-09-30T15:56:08.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:08.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:09.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:09.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:09 smithi050 ceph-mon[92315]: pgmap v3622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:56:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:09 smithi172 ceph-mon[103696]: pgmap v3622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:56:10.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:10.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:11 smithi050 ceph-mon[92315]: 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-09-30T15:56:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:11 smithi172 ceph-mon[103696]: 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-09-30T15:56:11.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:11.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:12.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:12.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:13 smithi172 ceph-mon[103696]: pgmap v3624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:56:13.404 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:13 smithi050 ceph-mon[92315]: pgmap v3624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:56:13.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:13.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:14.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:14.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:15 smithi172 ceph-mon[103696]: 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-09-30T15:56:15.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:15.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:15 smithi050 ceph-mon[92315]: 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-09-30T15:56:16.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:16.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:17 smithi172 ceph-mon[103696]: 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-09-30T15:56:17.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:17.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:17 smithi050 ceph-mon[92315]: 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-09-30T15:56:18.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:18.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:19 smithi172 ceph-mon[103696]: pgmap v3627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:56:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:56:19.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:19.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:19 smithi050 ceph-mon[92315]: pgmap v3627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:56:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:56:20.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:20.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:21 smithi050 ceph-mon[92315]: 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-09-30T15:56:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:21 smithi172 ceph-mon[103696]: 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-09-30T15:56:21.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:21.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:22.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:22.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:23 smithi172 ceph-mon[103696]: pgmap v3629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:56:23.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:23.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:23.519 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:23 smithi050 ceph-mon[92315]: pgmap v3629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:56:24.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:24.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:25 smithi172 ceph-mon[103696]: 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-09-30T15:56:25.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:25.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:25 smithi050 ceph-mon[92315]: 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-09-30T15:56:26.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:26.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:27.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:27 smithi172 ceph-mon[103696]: 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-09-30T15:56:27.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:27.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:27 smithi050 ceph-mon[92315]: 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-09-30T15:56:28.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:28.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:29 smithi172 ceph-mon[103696]: pgmap v3632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:56:29.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:29.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:29 smithi050 ceph-mon[92315]: pgmap v3632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:56:30.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:30.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:31 smithi050 ceph-mon[92315]: 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-09-30T15:56:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:31 smithi172 ceph-mon[103696]: 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-09-30T15:56:31.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:31.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:32.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:32.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:33 smithi172 ceph-mon[103696]: pgmap v3634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:56:33.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:33.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:33 smithi050 ceph-mon[92315]: pgmap v3634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:56:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:56:34.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:34.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:56:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:35 smithi172 ceph-mon[103696]: 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-09-30T15:56:35.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:35.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:35 smithi050 ceph-mon[92315]: 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-09-30T15:56:36.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:36.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:37.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:37.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:37.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:37 smithi172 ceph-mon[103696]: 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-09-30T15:56:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:37 smithi050 ceph-mon[92315]: 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-09-30T15:56:38.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:38.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:39.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:39.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:39 smithi050 ceph-mon[92315]: pgmap v3637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:56:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:39 smithi172 ceph-mon[103696]: pgmap v3637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:56:40.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:40.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:41.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:41 smithi050 ceph-mon[92315]: 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-09-30T15:56:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:41 smithi172 ceph-mon[103696]: 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-09-30T15:56:41.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:41.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:42.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:42.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:43 smithi172 ceph-mon[103696]: pgmap v3639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:56:43.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:43.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:43 smithi050 ceph-mon[92315]: pgmap v3639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:56:44.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:44.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:45.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:45.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:45 smithi050 ceph-mon[92315]: 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-09-30T15:56:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:45 smithi172 ceph-mon[103696]: 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-09-30T15:56:46.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:46.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:47.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:47.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:47 smithi050 ceph-mon[92315]: 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-09-30T15:56:47.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:47 smithi172 ceph-mon[103696]: 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-09-30T15:56:48.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:48.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:49.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:49.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:49 smithi050 ceph-mon[92315]: pgmap v3642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:56:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:56:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:49 smithi172 ceph-mon[103696]: pgmap v3642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:56:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:56:50.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:50.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:51 smithi050 ceph-mon[92315]: 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-09-30T15:56:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:51 smithi172 ceph-mon[103696]: 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-09-30T15:56:51.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:51.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:52.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:52.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:53 smithi172 ceph-mon[103696]: pgmap v3644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:56:53.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:53.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:53 smithi050 ceph-mon[92315]: pgmap v3644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:56:54.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:54.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:55.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:55.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:55 smithi050 ceph-mon[92315]: 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-09-30T15:56:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:55 smithi172 ceph-mon[103696]: 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-09-30T15:56:56.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:56.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:57.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:57.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:57 smithi050 ceph-mon[92315]: 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-09-30T15:56:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:57 smithi172 ceph-mon[103696]: 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-09-30T15:56:58.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:58.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:56:59 smithi050 ceph-mon[92315]: pgmap v3647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:56:59.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:56:59.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:56:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:56:59 smithi172 ceph-mon[103696]: pgmap v3647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:57:00.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:00.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:01 smithi050 ceph-mon[92315]: 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-09-30T15:57:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:01 smithi172 ceph-mon[103696]: 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-09-30T15:57:01.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:01.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:02.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:02.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:03.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:03.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:03 smithi050 ceph-mon[92315]: pgmap v3649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:57:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:03 smithi172 ceph-mon[103696]: pgmap v3649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:57:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:57:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:57:04.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:04.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:57:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:57:05.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:05.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:05 smithi050 ceph-mon[92315]: 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-09-30T15:57:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:57:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:57:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:57:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:57:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:57:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:05 smithi172 ceph-mon[103696]: 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-09-30T15:57:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:57:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:57:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:57:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:57:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:57:06.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:06.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:07.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:07.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:07 smithi050 ceph-mon[92315]: 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-09-30T15:57:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:07 smithi172 ceph-mon[103696]: 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-09-30T15:57:08.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:08.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:09 smithi050 ceph-mon[92315]: pgmap v3652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:57:09.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:09.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:09 smithi172 ceph-mon[103696]: pgmap v3652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:57:10.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:10.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:11 smithi050 ceph-mon[92315]: 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-09-30T15:57:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:11 smithi172 ceph-mon[103696]: 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-09-30T15:57:11.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:11.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:12.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:12.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:13 smithi172 ceph-mon[103696]: pgmap v3654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:57:13.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:13.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:13 smithi050 ceph-mon[92315]: pgmap v3654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:57:14.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:14.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:15.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:15.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:15 smithi050 ceph-mon[92315]: 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-09-30T15:57:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:15 smithi172 ceph-mon[103696]: 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-09-30T15:57:16.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:16.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:17.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:17.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:17 smithi050 ceph-mon[92315]: 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-09-30T15:57:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:17 smithi172 ceph-mon[103696]: 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-09-30T15:57:18.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:18.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:19.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:19.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:19 smithi050 ceph-mon[92315]: pgmap v3657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:57:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:57:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:19 smithi172 ceph-mon[103696]: pgmap v3657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:57:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:57:20.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:20.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:21 smithi050 ceph-mon[92315]: 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-09-30T15:57:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:21 smithi172 ceph-mon[103696]: 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-09-30T15:57:21.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:21.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:22.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:22.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:23 smithi172 ceph-mon[103696]: pgmap v3659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:57:23.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:23.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:23 smithi050 ceph-mon[92315]: pgmap v3659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:57:24.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:24.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:25.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:25.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:25 smithi050 ceph-mon[92315]: 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-09-30T15:57:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:25 smithi172 ceph-mon[103696]: 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-09-30T15:57:26.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:26.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:27.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:27.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:27 smithi050 ceph-mon[92315]: 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-09-30T15:57:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:27 smithi172 ceph-mon[103696]: 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-09-30T15:57:28.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:28.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:29.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:29.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:29 smithi050 ceph-mon[92315]: pgmap v3662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:57:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:29 smithi172 ceph-mon[103696]: pgmap v3662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:57:30.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:30.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:31 smithi050 ceph-mon[92315]: 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-09-30T15:57:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:31 smithi172 ceph-mon[103696]: 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-09-30T15:57:31.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:31.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:32.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:32.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:33 smithi172 ceph-mon[103696]: pgmap v3664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:57:33.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:33.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:33 smithi050 ceph-mon[92315]: pgmap v3664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:57:34.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:34.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:57:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:57:35.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:35.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:35 smithi050 ceph-mon[92315]: 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-09-30T15:57:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:35 smithi172 ceph-mon[103696]: 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-09-30T15:57:36.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:36.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:37.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:37.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:37 smithi050 ceph-mon[92315]: 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-09-30T15:57:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:37 smithi172 ceph-mon[103696]: 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-09-30T15:57:38.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:38.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:39.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:39.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:39 smithi050 ceph-mon[92315]: pgmap v3667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:57:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:39 smithi172 ceph-mon[103696]: pgmap v3667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:57:40.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:40.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:41 smithi050 ceph-mon[92315]: 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-09-30T15:57:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:41 smithi172 ceph-mon[103696]: 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-09-30T15:57:41.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:41.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:42.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:42.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:43.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:43.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:43 smithi050 ceph-mon[92315]: pgmap v3669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:57:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:43 smithi172 ceph-mon[103696]: pgmap v3669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:57:44.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:44.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:45.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:45.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:45 smithi050 ceph-mon[92315]: 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-09-30T15:57:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:45 smithi172 ceph-mon[103696]: 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-09-30T15:57:46.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:46.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:47.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:47.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:47 smithi050 ceph-mon[92315]: 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-09-30T15:57:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:47 smithi172 ceph-mon[103696]: 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-09-30T15:57:48.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:48.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:49.490 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:49 smithi050 ceph-mon[92315]: pgmap v3672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:57:49.491 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:57:49.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:49.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:49 smithi172 ceph-mon[103696]: pgmap v3672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:57:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:57:50.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:50.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:51 smithi050 ceph-mon[92315]: 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-09-30T15:57:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:51 smithi172 ceph-mon[103696]: 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-09-30T15:57:51.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:51.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:52.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:52.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:53.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:53.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:53 smithi050 ceph-mon[92315]: pgmap v3674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:57:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:53 smithi172 ceph-mon[103696]: pgmap v3674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:57:54.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:54.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:55.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:55.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:55 smithi050 ceph-mon[92315]: 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-09-30T15:57:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:55 smithi172 ceph-mon[103696]: 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-09-30T15:57:56.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:56.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:57.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:57.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:57 smithi050 ceph-mon[92315]: 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-09-30T15:57:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:57 smithi172 ceph-mon[103696]: 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-09-30T15:57:58.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:58.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:59.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:57:59.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:57:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:57:59 smithi050 ceph-mon[92315]: pgmap v3677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:57:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:57:59 smithi172 ceph-mon[103696]: pgmap v3677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:58:00.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:00.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:01 smithi050 ceph-mon[92315]: 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-09-30T15:58:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:01 smithi172 ceph-mon[103696]: 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-09-30T15:58:01.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:01.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:02.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:02.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:03.411 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:03 smithi172 ceph-mon[103696]: pgmap v3679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:58:03.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:03.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:03 smithi050 ceph-mon[92315]: pgmap v3679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:58:04.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:04.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:58:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:58:05.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:05.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:05 smithi050 ceph-mon[92315]: 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-09-30T15:58:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:58:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:05 smithi172 ceph-mon[103696]: 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-09-30T15:58:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:58:06.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:06.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:07.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:07.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:07 smithi050 ceph-mon[92315]: 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-09-30T15:58:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:07 smithi172 ceph-mon[103696]: 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-09-30T15:58:08.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:08.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:09 smithi050 ceph-mon[92315]: pgmap v3682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:58:09.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:09.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:09 smithi172 ceph-mon[103696]: pgmap v3682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:58:10.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:10.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:11 smithi050 ceph-mon[92315]: 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-09-30T15:58:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:11 smithi172 ceph-mon[103696]: 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-09-30T15:58:11.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:11.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:12.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:12.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:58:12.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:58:12.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:58:12.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:58:12.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:58:12.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:58:12.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:58:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:58:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:58:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:58:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:58:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:58:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:58:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:58:13.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:13.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:13 smithi050 ceph-mon[92315]: pgmap v3684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:58:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:13 smithi172 ceph-mon[103696]: pgmap v3684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:58:14.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:14.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:15.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:15.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:15 smithi050 ceph-mon[92315]: 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-09-30T15:58:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:15 smithi172 ceph-mon[103696]: 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-09-30T15:58:16.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:16.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:17.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:17.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:17 smithi050 ceph-mon[92315]: 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-09-30T15:58:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:17 smithi172 ceph-mon[103696]: 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-09-30T15:58:18.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:18.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:19.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:19.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:19.829 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:19 smithi050 ceph-mon[92315]: pgmap v3687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:58:19.830 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:58:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:19 smithi172 ceph-mon[103696]: pgmap v3687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:58:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:58:20.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:20.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:21 smithi050 ceph-mon[92315]: 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-09-30T15:58:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:21 smithi172 ceph-mon[103696]: 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-09-30T15:58:21.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:21.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:22.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:22.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:23 smithi050 ceph-mon[92315]: pgmap v3689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:58:23.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:23.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:23.621 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:23 smithi172 ceph-mon[103696]: pgmap v3689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:58:24.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:24.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:25 smithi050 ceph-mon[92315]: 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-09-30T15:58:25.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:25.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:25 smithi172 ceph-mon[103696]: 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-09-30T15:58:26.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:26.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:27 smithi050 ceph-mon[92315]: 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-09-30T15:58:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:27 smithi172 ceph-mon[103696]: 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-09-30T15:58:27.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:27.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:28.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:28.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:29 smithi050 ceph-mon[92315]: pgmap v3692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:58:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:29 smithi172 ceph-mon[103696]: pgmap v3692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:58:29.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:29.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:30.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:30.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:31 smithi050 ceph-mon[92315]: 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-09-30T15:58:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:31 smithi172 ceph-mon[103696]: 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-09-30T15:58:31.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:31.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:32.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:32.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:33 smithi050 ceph-mon[92315]: pgmap v3694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:58:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:33 smithi172 ceph-mon[103696]: pgmap v3694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:58:33.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:33.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:58:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:58:34.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:34.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:35 smithi050 ceph-mon[92315]: 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-09-30T15:58:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:35 smithi172 ceph-mon[103696]: 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-09-30T15:58:35.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:35.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:36.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:36.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:37 smithi050 ceph-mon[92315]: 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-09-30T15:58:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:37 smithi172 ceph-mon[103696]: 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-09-30T15:58:37.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:37.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:38.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:38.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:39 smithi050 ceph-mon[92315]: pgmap v3697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:58:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:39 smithi172 ceph-mon[103696]: pgmap v3697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:58:39.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:39.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:40.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:40.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:41 smithi050 ceph-mon[92315]: 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-09-30T15:58:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:41 smithi172 ceph-mon[103696]: 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-09-30T15:58:41.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:41.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:42.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:42.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:43 smithi050 ceph-mon[92315]: pgmap v3699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:58:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:43 smithi172 ceph-mon[103696]: pgmap v3699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:58:43.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:43.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:44.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:44.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:45 smithi050 ceph-mon[92315]: 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-09-30T15:58:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:45 smithi172 ceph-mon[103696]: 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-09-30T15:58:45.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:45.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:46.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:46.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:47 smithi050 ceph-mon[92315]: 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-09-30T15:58:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:47 smithi172 ceph-mon[103696]: 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-09-30T15:58:47.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:47.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:48.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:48.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:49 smithi050 ceph-mon[92315]: pgmap v3702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:58:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:58:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:49 smithi172 ceph-mon[103696]: pgmap v3702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:58:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:58:49.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:49.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:50.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:50.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:51 smithi050 ceph-mon[92315]: 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-09-30T15:58:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:51 smithi172 ceph-mon[103696]: 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-09-30T15:58:51.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:51.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:52.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:52.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:53 smithi050 ceph-mon[92315]: pgmap v3704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:58:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:53 smithi172 ceph-mon[103696]: pgmap v3704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:58:53.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:53.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:54.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:54.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:55 smithi050 ceph-mon[92315]: 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-09-30T15:58:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:55 smithi172 ceph-mon[103696]: 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-09-30T15:58:55.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:55.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:56.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:56.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:57 smithi050 ceph-mon[92315]: 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-09-30T15:58:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:57 smithi172 ceph-mon[103696]: 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-09-30T15:58:57.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:57.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:58.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:58.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:58:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:58:59 smithi172 ceph-mon[103696]: pgmap v3707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:58:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:58:59 smithi050 ceph-mon[92315]: pgmap v3707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:58:59.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:58:59.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:00.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:00.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:01 smithi050 ceph-mon[92315]: 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-09-30T15:59:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:01 smithi172 ceph-mon[103696]: 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-09-30T15:59:01.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:01.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:02.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:02.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:03 smithi050 ceph-mon[92315]: pgmap v3709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:59:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:03 smithi172 ceph-mon[103696]: pgmap v3709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:59:03.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:03.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:59:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:59:04.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:04.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:05 smithi050 ceph-mon[92315]: 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-09-30T15:59:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:05 smithi172 ceph-mon[103696]: 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-09-30T15:59:05.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:05.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:06.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:06.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:07 smithi050 ceph-mon[92315]: 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-09-30T15:59:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:07 smithi172 ceph-mon[103696]: 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-09-30T15:59:07.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:07.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:08.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:08.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:09 smithi172 ceph-mon[103696]: pgmap v3712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:59:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:09 smithi050 ceph-mon[92315]: pgmap v3712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:59:09.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:09.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:10.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:10.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:11 smithi050 ceph-mon[92315]: 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-09-30T15:59:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:11 smithi172 ceph-mon[103696]: 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-09-30T15:59:11.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:11.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:59:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T15:59:12.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:12.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:13.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:13.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:13 smithi050 ceph-mon[92315]: pgmap v3714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:59:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:59:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:59:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:59:13.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:59:13.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:59:13.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:59:13.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:59:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:13 smithi172 ceph-mon[103696]: pgmap v3714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:59:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:59:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:59:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T15:59:13.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T15:59:13.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:59:13.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T15:59:13.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T15:59:14.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:14.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:15.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:15.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:15 smithi050 ceph-mon[92315]: 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-09-30T15:59:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:15 smithi172 ceph-mon[103696]: 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-09-30T15:59:16.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:16.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:17.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:17.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:17 smithi050 ceph-mon[92315]: 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-09-30T15:59:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:17 smithi172 ceph-mon[103696]: 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-09-30T15:59:18.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:18.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:19.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:19.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:19 smithi050 ceph-mon[92315]: pgmap v3717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:59:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:59:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:19 smithi172 ceph-mon[103696]: pgmap v3717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:59:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:59:20.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:20.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:21 smithi050 ceph-mon[92315]: 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-09-30T15:59:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:21 smithi172 ceph-mon[103696]: 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-09-30T15:59:21.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:21.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:22.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:22.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:23 smithi050 ceph-mon[92315]: pgmap v3719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:59:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:23 smithi172 ceph-mon[103696]: pgmap v3719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:59:23.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:23.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:24.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:24.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:25.574 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:25 smithi050 ceph-mon[92315]: 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-09-30T15:59:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:25 smithi172 ceph-mon[103696]: 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-09-30T15:59:25.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:25.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:26.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:26.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:27 smithi050 ceph-mon[92315]: 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-09-30T15:59:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:27 smithi172 ceph-mon[103696]: 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-09-30T15:59:27.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:27.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:28.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:28.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:29 smithi050 ceph-mon[92315]: pgmap v3722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:59:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:29 smithi172 ceph-mon[103696]: pgmap v3722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:59:29.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:29.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:30.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:30.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:31 smithi050 ceph-mon[92315]: 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-09-30T15:59:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:31 smithi172 ceph-mon[103696]: 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-09-30T15:59:31.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:31.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:32.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:32.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:33 smithi050 ceph-mon[92315]: pgmap v3724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:59:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:33 smithi172 ceph-mon[103696]: pgmap v3724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:59:33.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:33.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:59:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:59:34.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:34.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:35 smithi050 ceph-mon[92315]: 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-09-30T15:59:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:35 smithi172 ceph-mon[103696]: 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-09-30T15:59:35.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:35.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:36.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:36.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:37 smithi050 ceph-mon[92315]: 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-09-30T15:59:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:37 smithi172 ceph-mon[103696]: 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-09-30T15:59:37.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:37.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:38.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:38.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:39 smithi050 ceph-mon[92315]: pgmap v3727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:59:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:39 smithi172 ceph-mon[103696]: pgmap v3727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:59:39.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:39.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:40.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:40.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:41 smithi172 ceph-mon[103696]: 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-09-30T15:59:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:41 smithi050 ceph-mon[92315]: 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-09-30T15:59:41.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:41.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:42.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:42.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:43 smithi050 ceph-mon[92315]: pgmap v3729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:59:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:43 smithi172 ceph-mon[103696]: pgmap v3729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:59:43.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:43.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:44.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:44.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:45 smithi050 ceph-mon[92315]: 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-09-30T15:59:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:45 smithi172 ceph-mon[103696]: 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-09-30T15:59:45.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:45.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:46.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:46.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:47 smithi050 ceph-mon[92315]: 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-09-30T15:59:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:47 smithi172 ceph-mon[103696]: 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-09-30T15:59:47.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:47.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:48.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:48.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:49.512 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:49 smithi172 ceph-mon[103696]: pgmap v3732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:59:49.512 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:59:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:49 smithi050 ceph-mon[92315]: pgmap v3732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:59:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T15:59:49.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:49.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:50.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:50.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:51 smithi050 ceph-mon[92315]: 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-09-30T15:59:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:51 smithi172 ceph-mon[103696]: 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-09-30T15:59:51.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:51.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:52.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:52.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:53 smithi050 ceph-mon[92315]: pgmap v3734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:59:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:53 smithi172 ceph-mon[103696]: pgmap v3734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T15:59:53.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:53.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:54.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:54.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:55 smithi050 ceph-mon[92315]: 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-09-30T15:59:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:55 smithi172 ceph-mon[103696]: 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-09-30T15:59:55.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:55.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:56.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:56.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:57 smithi050 ceph-mon[92315]: 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-09-30T15:59:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:57 smithi172 ceph-mon[103696]: 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-09-30T15:59:57.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:57.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:58.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:58.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T15:59:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 15:59:59 smithi050 ceph-mon[92315]: pgmap v3737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:59:59.615 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 15:59:59 smithi172 ceph-mon[103696]: pgmap v3737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T15:59:59.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T15:59:59.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:00.558 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T16:00:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T16:00:00.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:00.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:01 smithi050 ceph-mon[92315]: 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-09-30T16:00:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:01 smithi172 ceph-mon[103696]: 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-09-30T16:00:01.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:01.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:02.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:02.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:03 smithi050 ceph-mon[92315]: pgmap v3739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:00:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:03 smithi172 ceph-mon[103696]: pgmap v3739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:00:03.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:03.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:00:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:00:04.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:04.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:05 smithi050 ceph-mon[92315]: 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-09-30T16:00:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:05 smithi172 ceph-mon[103696]: 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-09-30T16:00:05.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:05.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:06.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:06.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:07 smithi050 ceph-mon[92315]: 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-09-30T16:00:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:07 smithi172 ceph-mon[103696]: 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-09-30T16:00:07.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:07.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:08.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:08.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:09 smithi050 ceph-mon[92315]: pgmap v3742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:00:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:09 smithi172 ceph-mon[103696]: pgmap v3742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:00:09.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:09.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:10.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:10.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:11 smithi050 ceph-mon[92315]: 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-09-30T16:00:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:11 smithi172 ceph-mon[103696]: 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-09-30T16:00:11.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:11.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:12.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:12.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:13.506 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:13 smithi172 ceph-mon[103696]: pgmap v3744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:00:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:13 smithi050 ceph-mon[92315]: pgmap v3744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:00:13.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:13.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:00:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:00:14.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:14.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:15 smithi050 ceph-mon[92315]: 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-09-30T16:00:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:00:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:00:15.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:00:15.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:00:15.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:00:15.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:00:15.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:00:15.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:00:15.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:00:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:15 smithi172 ceph-mon[103696]: 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-09-30T16:00:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:00:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:00:15.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:00:15.630 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:00:15.630 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:00:15.630 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:00:15.631 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:00:15.631 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:00:15.631 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:00:15.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:15.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:16.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:16.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:17 smithi050 ceph-mon[92315]: 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-09-30T16:00:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:17 smithi172 ceph-mon[103696]: 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-09-30T16:00:17.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:17.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:18.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:18.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:19 smithi050 ceph-mon[92315]: pgmap v3747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:00:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:00:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:19 smithi172 ceph-mon[103696]: pgmap v3747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:00:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:00:19.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:19.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:20.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:20.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:21 smithi172 ceph-mon[103696]: 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-09-30T16:00:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:21 smithi050 ceph-mon[92315]: 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-09-30T16:00:21.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:21.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:22.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:22.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:23 smithi050 ceph-mon[92315]: pgmap v3749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:00:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:23 smithi172 ceph-mon[103696]: pgmap v3749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:00:23.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:23.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:24.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:24.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:25 smithi050 ceph-mon[92315]: 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-09-30T16:00:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:25 smithi172 ceph-mon[103696]: 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-09-30T16:00:25.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:25.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:26.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:26.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:27 smithi050 ceph-mon[92315]: 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-09-30T16:00:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:27 smithi172 ceph-mon[103696]: 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-09-30T16:00:27.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:27.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:28.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:28.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:29 smithi050 ceph-mon[92315]: pgmap v3752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:00:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:29 smithi172 ceph-mon[103696]: pgmap v3752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:00:29.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:29.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:30.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:30.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:31 smithi172 ceph-mon[103696]: 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-09-30T16:00:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:31 smithi050 ceph-mon[92315]: 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-09-30T16:00:31.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:31.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:32.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:32.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:33 smithi050 ceph-mon[92315]: pgmap v3754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:00:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:33 smithi172 ceph-mon[103696]: pgmap v3754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:00:33.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:33.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:00:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:00:34.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:34.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:35 smithi172 ceph-mon[103696]: 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-09-30T16:00:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:35 smithi050 ceph-mon[92315]: 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-09-30T16:00:35.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:35.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:36.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:36.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:37 smithi050 ceph-mon[92315]: 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-09-30T16:00:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:37 smithi172 ceph-mon[103696]: 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-09-30T16:00:37.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:37.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:38.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:38.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:39 smithi050 ceph-mon[92315]: pgmap v3757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:00:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:39 smithi172 ceph-mon[103696]: pgmap v3757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:00:39.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:39.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:40.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:40.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:41 smithi172 ceph-mon[103696]: 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-09-30T16:00:41.435 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:41 smithi050 ceph-mon[92315]: 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-09-30T16:00:41.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:41.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:42.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:42.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:43 smithi050 ceph-mon[92315]: pgmap v3759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:00:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:43 smithi172 ceph-mon[103696]: pgmap v3759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:00:43.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:43.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:44.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:44.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:45 smithi172 ceph-mon[103696]: 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-09-30T16:00:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:45 smithi050 ceph-mon[92315]: 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-09-30T16:00:45.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:45.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:46.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:46.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:47 smithi050 ceph-mon[92315]: 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-09-30T16:00:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:47 smithi172 ceph-mon[103696]: 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-09-30T16:00:47.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:47.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:48.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:48.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:49 smithi050 ceph-mon[92315]: pgmap v3762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:00:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:00:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:49 smithi172 ceph-mon[103696]: pgmap v3762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:00:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:00:49.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:49.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:50.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:50.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:51 smithi172 ceph-mon[103696]: 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-09-30T16:00:51.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:51 smithi050 ceph-mon[92315]: 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-09-30T16:00:51.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:51.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:52.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:52.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:53 smithi050 ceph-mon[92315]: pgmap v3764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:00:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:53 smithi172 ceph-mon[103696]: pgmap v3764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:00:53.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:53.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:54.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:54.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:55 smithi050 ceph-mon[92315]: 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-09-30T16:00:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:55 smithi172 ceph-mon[103696]: 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-09-30T16:00:55.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:55.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:56.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:56.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:57 smithi050 ceph-mon[92315]: 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-09-30T16:00:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:57 smithi172 ceph-mon[103696]: 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-09-30T16:00:57.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:57.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:58.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:58.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:00:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:00:59 smithi050 ceph-mon[92315]: pgmap v3767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:00:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:00:59 smithi172 ceph-mon[103696]: pgmap v3767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:00:59.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:00:59.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:00.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:00.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:01 smithi172 ceph-mon[103696]: 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-09-30T16:01:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:01 smithi050 ceph-mon[92315]: 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-09-30T16:01:01.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:01.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:02.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:02.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:03 smithi050 ceph-mon[92315]: pgmap v3769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:01:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:03 smithi172 ceph-mon[103696]: pgmap v3769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:01:03.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:03.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:01:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:01:04.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:04.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:05 smithi050 ceph-mon[92315]: 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-09-30T16:01:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:05 smithi172 ceph-mon[103696]: 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-09-30T16:01:05.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:05.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:06.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:06.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:07 smithi050 ceph-mon[92315]: 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-09-30T16:01:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:07 smithi172 ceph-mon[103696]: 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-09-30T16:01:07.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:07.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:08.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:08.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:09 smithi050 ceph-mon[92315]: pgmap v3772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:01:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:09 smithi172 ceph-mon[103696]: pgmap v3772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:01:09.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:09.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:10.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:10.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:11 smithi172 ceph-mon[103696]: 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-09-30T16:01:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:11 smithi050 ceph-mon[92315]: 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-09-30T16:01:11.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:11.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:12.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:12.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:13.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:13 smithi050 ceph-mon[92315]: pgmap v3774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:01:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:13 smithi172 ceph-mon[103696]: pgmap v3774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:01:13.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:13.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:14.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:14.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:15 smithi050 ceph-mon[92315]: 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-09-30T16:01:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:01:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:01:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:01:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:15 smithi172 ceph-mon[103696]: 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-09-30T16:01:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:01:15.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:01:15.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:01:15.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:15.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:16.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:16.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:17 smithi172 ceph-mon[103696]: 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-09-30T16:01:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:17 smithi050 ceph-mon[92315]: 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-09-30T16:01:17.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:17.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:18.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:18.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:19.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:19.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:19 smithi050 ceph-mon[92315]: pgmap v3777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:01:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:01:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:01:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:01:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:01:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:01:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:01:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:01:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:01:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:01:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:01:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:19 smithi172 ceph-mon[103696]: pgmap v3777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:01:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:01:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:01:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:01:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:01:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:01:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:01:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:01:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:01:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:01:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:01:20.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:20.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:21 smithi172 ceph-mon[103696]: 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-09-30T16:01:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:21 smithi050 ceph-mon[92315]: 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-09-30T16:01:21.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:21.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:22.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:22.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:23 smithi050 ceph-mon[92315]: pgmap v3779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:01:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:23 smithi172 ceph-mon[103696]: pgmap v3779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:01:23.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:23.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:24.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:24.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:25.503 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:25 smithi172 ceph-mon[103696]: 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-09-30T16:01:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:25 smithi050 ceph-mon[92315]: 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-09-30T16:01:25.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:25.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:26.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:26.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:27 smithi050 ceph-mon[92315]: 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-09-30T16:01:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:27 smithi172 ceph-mon[103696]: 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-09-30T16:01:27.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:27.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:28.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:28.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:29 smithi050 ceph-mon[92315]: pgmap v3782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:01:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:29 smithi172 ceph-mon[103696]: pgmap v3782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:01:29.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:29.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:30.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:30.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:31 smithi172 ceph-mon[103696]: 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-09-30T16:01:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:31 smithi050 ceph-mon[92315]: 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-09-30T16:01:31.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:31.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:32.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:32.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:33 smithi050 ceph-mon[92315]: pgmap v3784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:01:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:33 smithi172 ceph-mon[103696]: pgmap v3784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:01:33.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:33.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:01:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:01:34.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:34.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:35 smithi050 ceph-mon[92315]: 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-09-30T16:01:35.608 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:35 smithi172 ceph-mon[103696]: 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-09-30T16:01:35.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:35.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:36.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:36.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:37 smithi050 ceph-mon[92315]: 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-09-30T16:01:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:37 smithi172 ceph-mon[103696]: 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-09-30T16:01:37.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:37.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:38.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:38.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:39 smithi050 ceph-mon[92315]: pgmap v3787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:01:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:39 smithi172 ceph-mon[103696]: pgmap v3787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:01:39.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:39.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:40.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:40.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:41.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:41 smithi050 ceph-mon[92315]: 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-09-30T16:01:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:41 smithi172 ceph-mon[103696]: 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-09-30T16:01:41.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:41.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:42.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:42.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:43 smithi050 ceph-mon[92315]: pgmap v3789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:01:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:43 smithi172 ceph-mon[103696]: pgmap v3789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:01:43.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:43.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:44.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:44.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:45 smithi050 ceph-mon[92315]: 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-09-30T16:01:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:45 smithi172 ceph-mon[103696]: 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-09-30T16:01:45.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:45.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:46.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:46.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:47 smithi050 ceph-mon[92315]: 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-09-30T16:01:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:47 smithi172 ceph-mon[103696]: 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-09-30T16:01:47.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:47.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:48.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:48.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:49 smithi050 ceph-mon[92315]: pgmap v3792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:01:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:01:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:49 smithi172 ceph-mon[103696]: pgmap v3792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:01:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:01:49.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:49.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:50.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:50.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:51 smithi050 ceph-mon[92315]: 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-09-30T16:01:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:51 smithi172 ceph-mon[103696]: 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-09-30T16:01:51.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:51.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:52.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:52.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:53 smithi050 ceph-mon[92315]: pgmap v3794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:01:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:53 smithi172 ceph-mon[103696]: pgmap v3794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:01:53.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:53.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:54.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:54.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:55 smithi050 ceph-mon[92315]: 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-09-30T16:01:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:55 smithi172 ceph-mon[103696]: 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-09-30T16:01:55.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:55.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:56.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:56.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:57 smithi050 ceph-mon[92315]: 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-09-30T16:01:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:57 smithi172 ceph-mon[103696]: 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-09-30T16:01:57.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:57.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:58.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:58.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:01:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:01:59 smithi050 ceph-mon[92315]: pgmap v3797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:01:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:01:59 smithi172 ceph-mon[103696]: pgmap v3797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:01:59.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:01:59.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:00.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:00.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:01 smithi050 ceph-mon[92315]: 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-09-30T16:02:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:01 smithi172 ceph-mon[103696]: 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-09-30T16:02:01.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:01.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:02.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:02.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:03 smithi050 ceph-mon[92315]: pgmap v3799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:02:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:03 smithi172 ceph-mon[103696]: pgmap v3799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:02:03.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:03.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:02:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:02:04.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:04.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:05 smithi050 ceph-mon[92315]: 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-09-30T16:02:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:05 smithi172 ceph-mon[103696]: 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-09-30T16:02:05.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:05.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:06.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:06.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:07 smithi050 ceph-mon[92315]: 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-09-30T16:02:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:07 smithi172 ceph-mon[103696]: 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-09-30T16:02:07.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:07.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:08.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:08.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:09 smithi050 ceph-mon[92315]: pgmap v3802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:02:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:09 smithi172 ceph-mon[103696]: pgmap v3802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:02:10.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:10.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:11.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:11.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:11 smithi172 ceph-mon[103696]: 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-09-30T16:02:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:11 smithi050 ceph-mon[92315]: 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-09-30T16:02:12.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:12.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:13.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:13.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:13 smithi050 ceph-mon[92315]: pgmap v3804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:02:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:13 smithi172 ceph-mon[103696]: pgmap v3804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:02:14.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:14.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:15.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:15.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:15 smithi050 ceph-mon[92315]: 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-09-30T16:02:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:15 smithi172 ceph-mon[103696]: 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-09-30T16:02:16.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:16.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:17.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:17.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:17.540 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:17 smithi050 ceph-mon[92315]: 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-09-30T16:02:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:17 smithi172 ceph-mon[103696]: 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-09-30T16:02:18.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:18.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:19.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:19.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:19 smithi050 ceph-mon[92315]: pgmap v3807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:02:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:02:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:02:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:19 smithi172 ceph-mon[103696]: pgmap v3807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:02:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:02:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:02:20.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:20.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:02:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:02:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:02:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:02:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:02:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:02:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:02:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:02:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:02:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:02:21.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:21.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:21 smithi172 ceph-mon[103696]: 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-09-30T16:02:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:21 smithi050 ceph-mon[92315]: 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-09-30T16:02:22.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:22.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:23.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:23.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:23 smithi050 ceph-mon[92315]: pgmap v3809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:02:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:23 smithi172 ceph-mon[103696]: pgmap v3809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:02:24.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:24.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:25.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:25.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:25 smithi050 ceph-mon[92315]: 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-09-30T16:02:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:25 smithi172 ceph-mon[103696]: 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-09-30T16:02:26.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:26.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:27.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:27.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:27 smithi050 ceph-mon[92315]: 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-09-30T16:02:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:27 smithi172 ceph-mon[103696]: 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-09-30T16:02:28.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:28.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:29.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:29.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:29 smithi050 ceph-mon[92315]: pgmap v3812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:02:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:29 smithi172 ceph-mon[103696]: pgmap v3812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:02:30.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:30.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:31.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:31.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:31 smithi050 ceph-mon[92315]: 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-09-30T16:02:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:31 smithi172 ceph-mon[103696]: 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-09-30T16:02:32.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:32.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:33.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:33.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:33 smithi050 ceph-mon[92315]: pgmap v3814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:02:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:33 smithi172 ceph-mon[103696]: pgmap v3814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:02:34.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:34.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:02:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:02:35.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:35.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:35 smithi050 ceph-mon[92315]: 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-09-30T16:02:35.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:35 smithi172 ceph-mon[103696]: 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-09-30T16:02:36.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:36.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:37.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:37.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:37 smithi050 ceph-mon[92315]: 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-09-30T16:02:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:37 smithi172 ceph-mon[103696]: 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-09-30T16:02:38.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:38.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:39.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:39.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:39 smithi050 ceph-mon[92315]: pgmap v3817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:02:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:39 smithi172 ceph-mon[103696]: pgmap v3817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:02:40.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:40.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:41.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:41.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:41 smithi050 ceph-mon[92315]: 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-09-30T16:02:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:41 smithi172 ceph-mon[103696]: 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-09-30T16:02:42.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:42.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:43.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:43.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:43 smithi050 ceph-mon[92315]: pgmap v3819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:02:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:43 smithi172 ceph-mon[103696]: pgmap v3819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:02:44.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:44.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:45.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:45.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:45 smithi050 ceph-mon[92315]: 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-09-30T16:02:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:45 smithi172 ceph-mon[103696]: 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-09-30T16:02:46.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:46.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:47.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:47.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:47 smithi050 ceph-mon[92315]: 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-09-30T16:02:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:47 smithi172 ceph-mon[103696]: 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-09-30T16:02:48.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:48.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:49.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:49.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:49 smithi050 ceph-mon[92315]: pgmap v3822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:02:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:02:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:49 smithi172 ceph-mon[103696]: pgmap v3822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:02:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:02:50.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:50.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:51.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:51.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:51.396 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:51 smithi172 ceph-mon[103696]: 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-09-30T16:02:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:51 smithi050 ceph-mon[92315]: 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-09-30T16:02:52.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:52.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:53.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:53.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:53 smithi050 ceph-mon[92315]: pgmap v3824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:02:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:53 smithi172 ceph-mon[103696]: pgmap v3824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:02:54.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:54.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:55.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:55.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:55 smithi050 ceph-mon[92315]: 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-09-30T16:02:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:55 smithi172 ceph-mon[103696]: 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-09-30T16:02:56.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:56.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:57.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:57.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:57 smithi050 ceph-mon[92315]: 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-09-30T16:02:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:57 smithi172 ceph-mon[103696]: 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-09-30T16:02:58.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:58.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:59.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:02:59.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:02:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:02:59 smithi050 ceph-mon[92315]: pgmap v3827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:02:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:02:59 smithi172 ceph-mon[103696]: pgmap v3827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:03:00.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:00.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:01.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:01.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:01.501 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:01 smithi172 ceph-mon[103696]: 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-09-30T16:03:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:01 smithi050 ceph-mon[92315]: 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-09-30T16:03:02.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:02.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:03.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:03.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:03 smithi050 ceph-mon[92315]: pgmap v3829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:03:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:03 smithi172 ceph-mon[103696]: pgmap v3829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:03:04.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:04.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:03:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:03:05.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:05.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:05 smithi050 ceph-mon[92315]: 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-09-30T16:03:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:05 smithi172 ceph-mon[103696]: 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-09-30T16:03:06.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:06.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:07.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:07.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:07 smithi050 ceph-mon[92315]: 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-09-30T16:03:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:07 smithi172 ceph-mon[103696]: 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-09-30T16:03:08.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:08.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:09.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:09.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:09 smithi050 ceph-mon[92315]: pgmap v3832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:03:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:09 smithi172 ceph-mon[103696]: pgmap v3832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:03:10.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:10.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:11.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:11.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:11 smithi050 ceph-mon[92315]: 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-09-30T16:03:11.607 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:11 smithi172 ceph-mon[103696]: 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-09-30T16:03:12.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:12.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:13.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:13.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:13 smithi050 ceph-mon[92315]: pgmap v3834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:03:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:13 smithi172 ceph-mon[103696]: pgmap v3834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:03:14.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:14.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:15.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:15.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:15 smithi050 ceph-mon[92315]: 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-09-30T16:03:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:15 smithi172 ceph-mon[103696]: 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-09-30T16:03:16.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:16.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:17.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:17.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:17 smithi050 ceph-mon[92315]: 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-09-30T16:03:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:17 smithi172 ceph-mon[103696]: 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-09-30T16:03:18.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:18.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:19.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:19.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:19 smithi050 ceph-mon[92315]: pgmap v3837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:03:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:03:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:19 smithi172 ceph-mon[103696]: pgmap v3837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:03:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:03:20.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:20.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:03:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:03:21.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:21.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:21 smithi050 ceph-mon[92315]: 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-09-30T16:03:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:03:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:03:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:03:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:03:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:03:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:21 smithi172 ceph-mon[103696]: 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-09-30T16:03:21.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:03:21.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:03:21.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:03:21.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:03:21.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:03:22.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:22.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:23.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:23.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:23 smithi050 ceph-mon[92315]: pgmap v3839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:03:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:23 smithi172 ceph-mon[103696]: pgmap v3839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:03:24.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:24.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:25.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:25.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:25 smithi050 ceph-mon[92315]: 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-09-30T16:03:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:25 smithi172 ceph-mon[103696]: 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-09-30T16:03:26.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:26.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:27.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:27.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:27 smithi050 ceph-mon[92315]: 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-09-30T16:03:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:27 smithi172 ceph-mon[103696]: 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-09-30T16:03:28.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:28.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:29.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:29.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:29 smithi050 ceph-mon[92315]: pgmap v3842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:03:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:29 smithi172 ceph-mon[103696]: pgmap v3842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:03:30.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:30.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:31.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:31.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:31 smithi050 ceph-mon[92315]: 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-09-30T16:03:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:31 smithi172 ceph-mon[103696]: 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-09-30T16:03:32.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:32.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:33.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:33.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:33 smithi050 ceph-mon[92315]: pgmap v3844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:03:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:33 smithi172 ceph-mon[103696]: pgmap v3844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:03:34.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:34.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:03:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:03:35.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:35.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:35 smithi050 ceph-mon[92315]: 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-09-30T16:03:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:35 smithi172 ceph-mon[103696]: 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-09-30T16:03:36.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:36.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:37.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:37.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:37 smithi050 ceph-mon[92315]: 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-09-30T16:03:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:37 smithi172 ceph-mon[103696]: 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-09-30T16:03:38.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:38.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:39.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:39.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:39 smithi050 ceph-mon[92315]: pgmap v3847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:03:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:39 smithi172 ceph-mon[103696]: pgmap v3847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:03:40.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:40.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:41.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:41.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:41 smithi050 ceph-mon[92315]: 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-09-30T16:03:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:41 smithi172 ceph-mon[103696]: 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-09-30T16:03:42.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:42.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:43.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:43.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:43.511 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:43 smithi050 ceph-mon[92315]: pgmap v3849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:03:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:43 smithi172 ceph-mon[103696]: pgmap v3849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:03:44.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:44.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:45.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:45.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:45 smithi050 ceph-mon[92315]: 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-09-30T16:03:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:45 smithi172 ceph-mon[103696]: 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-09-30T16:03:46.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:46.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:47.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:47.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:47 smithi050 ceph-mon[92315]: 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-09-30T16:03:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:47 smithi172 ceph-mon[103696]: 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-09-30T16:03:48.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:48.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:49.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:49.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:49 smithi050 ceph-mon[92315]: pgmap v3852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:03:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:03:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:49 smithi172 ceph-mon[103696]: pgmap v3852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:03:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:03:50.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:50.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:51.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:51.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:51 smithi050 ceph-mon[92315]: 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-09-30T16:03:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:51 smithi172 ceph-mon[103696]: 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-09-30T16:03:52.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:52.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:53.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:53.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:53 smithi050 ceph-mon[92315]: pgmap v3854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:03:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:53 smithi172 ceph-mon[103696]: pgmap v3854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:03:54.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:54.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:55.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:55.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:55 smithi050 ceph-mon[92315]: 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-09-30T16:03:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:55 smithi172 ceph-mon[103696]: 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-09-30T16:03:56.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:56.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:57.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:57.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:57 smithi172 ceph-mon[103696]: 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-09-30T16:03:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:57 smithi050 ceph-mon[92315]: 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-09-30T16:03:58.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:58.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:59.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:03:59.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:03:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:03:59 smithi050 ceph-mon[92315]: pgmap v3857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:03:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:03:59 smithi172 ceph-mon[103696]: pgmap v3857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:04:00.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:00.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:01.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:01.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:01 smithi050 ceph-mon[92315]: 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-09-30T16:04:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:01 smithi172 ceph-mon[103696]: 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-09-30T16:04:02.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:02.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:03.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:03.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:03 smithi050 ceph-mon[92315]: pgmap v3859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:04:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:03 smithi172 ceph-mon[103696]: pgmap v3859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:04:04.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:04.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:04:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:04:05.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:05.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:05 smithi050 ceph-mon[92315]: 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-09-30T16:04:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:05 smithi172 ceph-mon[103696]: 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-09-30T16:04:06.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:06.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:07.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:07.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:07 smithi050 ceph-mon[92315]: 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-09-30T16:04:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:07 smithi172 ceph-mon[103696]: 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-09-30T16:04:08.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:08.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:09.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:09.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:09 smithi050 ceph-mon[92315]: pgmap v3862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:04:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:09 smithi172 ceph-mon[103696]: pgmap v3862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:04:10.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:10.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:11.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:11.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:11 smithi050 ceph-mon[92315]: 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-09-30T16:04:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:11 smithi172 ceph-mon[103696]: 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-09-30T16:04:12.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:12.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:13.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:13.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:13.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:13 smithi050 ceph-mon[92315]: pgmap v3864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:04:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:13 smithi172 ceph-mon[103696]: pgmap v3864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:04:14.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:14.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:15.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:15.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:15 smithi050 ceph-mon[92315]: 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-09-30T16:04:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:15 smithi172 ceph-mon[103696]: 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-09-30T16:04:16.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:16.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:17.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:17.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:17 smithi050 ceph-mon[92315]: 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-09-30T16:04:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:17 smithi172 ceph-mon[103696]: 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-09-30T16:04:18.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:18.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:19.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:19.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:19 smithi050 ceph-mon[92315]: pgmap v3867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:04:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:04:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:19 smithi172 ceph-mon[103696]: pgmap v3867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:04:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:04:20.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:20.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:21.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:21.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:21 smithi050 ceph-mon[92315]: 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-09-30T16:04:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:04:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:04:21.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:04:21.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:04:21.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:04:21.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:04:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:21 smithi172 ceph-mon[103696]: 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-09-30T16:04:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:04:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:04:21.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:04:21.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:04:21.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:04:21.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:04:22.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:22.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:23.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:23.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:23 smithi050 ceph-mon[92315]: pgmap v3869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:04:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:23 smithi172 ceph-mon[103696]: pgmap v3869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:04:24.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:24.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:25.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:25.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:25 smithi050 ceph-mon[92315]: 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-09-30T16:04:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:25 smithi172 ceph-mon[103696]: 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-09-30T16:04:26.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:26.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:27.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:27.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:27 smithi050 ceph-mon[92315]: 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-09-30T16:04:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:27 smithi172 ceph-mon[103696]: 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-09-30T16:04:28.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:28.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:29.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:29.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:29 smithi050 ceph-mon[92315]: pgmap v3872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:04:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:29 smithi172 ceph-mon[103696]: pgmap v3872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:04:30.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:30.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:31.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:31.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:31 smithi050 ceph-mon[92315]: 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-09-30T16:04:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:31 smithi172 ceph-mon[103696]: 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-09-30T16:04:32.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:32.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:33.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:33.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:33 smithi050 ceph-mon[92315]: pgmap v3874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:04:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:33 smithi172 ceph-mon[103696]: pgmap v3874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:04:34.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:34.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:04:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:04:35.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:35.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:35 smithi050 ceph-mon[92315]: 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-09-30T16:04:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:35 smithi172 ceph-mon[103696]: 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-09-30T16:04:36.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:36.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:37.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:37.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:37 smithi050 ceph-mon[92315]: 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-09-30T16:04:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:37 smithi172 ceph-mon[103696]: 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-09-30T16:04:38.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:38.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:39.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:39.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:39 smithi050 ceph-mon[92315]: pgmap v3877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:04:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:39 smithi172 ceph-mon[103696]: pgmap v3877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:04:40.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:40.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:41.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:41.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:41 smithi050 ceph-mon[92315]: 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-09-30T16:04:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:41 smithi172 ceph-mon[103696]: 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-09-30T16:04:42.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:42.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:43.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:43.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:43 smithi050 ceph-mon[92315]: pgmap v3879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:04:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:43 smithi172 ceph-mon[103696]: pgmap v3879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:04:44.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:44.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:45.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:45.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:45 smithi050 ceph-mon[92315]: 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-09-30T16:04:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:45 smithi172 ceph-mon[103696]: 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-09-30T16:04:46.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:46.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:47.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:47.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:47 smithi050 ceph-mon[92315]: 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-09-30T16:04:47.611 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:47 smithi172 ceph-mon[103696]: 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-09-30T16:04:48.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:48.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:49.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:49.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:49.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:49 smithi050 ceph-mon[92315]: pgmap v3882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:04:49.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:04:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:49 smithi172 ceph-mon[103696]: pgmap v3882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:04:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:04:50.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:50.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:51.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:51.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:51 smithi050 ceph-mon[92315]: 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-09-30T16:04:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:51 smithi172 ceph-mon[103696]: 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-09-30T16:04:52.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:52.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:53.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:53.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:53 smithi050 ceph-mon[92315]: pgmap v3884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:04:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:53 smithi172 ceph-mon[103696]: pgmap v3884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:04:54.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:54.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:55.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:55.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:55 smithi050 ceph-mon[92315]: 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-09-30T16:04:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:55 smithi172 ceph-mon[103696]: 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-09-30T16:04:56.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:56.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:57.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:57.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:57 smithi050 ceph-mon[92315]: 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-09-30T16:04:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:57 smithi172 ceph-mon[103696]: 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-09-30T16:04:58.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:58.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:59.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:04:59.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:04:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:04:59 smithi050 ceph-mon[92315]: pgmap v3887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:04:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:04:59 smithi172 ceph-mon[103696]: pgmap v3887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:05:00.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:00.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:01.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:01.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:01 smithi050 ceph-mon[92315]: 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-09-30T16:05:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:01 smithi172 ceph-mon[103696]: 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-09-30T16:05:02.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:02.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:03.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:03.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:03 smithi050 ceph-mon[92315]: pgmap v3889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:05:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:03 smithi172 ceph-mon[103696]: pgmap v3889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:05:04.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:04.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:04.430 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:05:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:05:05.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:05.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:05 smithi050 ceph-mon[92315]: 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-09-30T16:05:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:05 smithi172 ceph-mon[103696]: 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-09-30T16:05:06.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:06.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:07.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:07.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:07 smithi050 ceph-mon[92315]: 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-09-30T16:05:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:07 smithi172 ceph-mon[103696]: 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-09-30T16:05:08.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:08.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:09.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:09.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:09 smithi050 ceph-mon[92315]: pgmap v3892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:05:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:09 smithi172 ceph-mon[103696]: pgmap v3892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:05:10.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:10.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:11.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:11.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:11 smithi050 ceph-mon[92315]: 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-09-30T16:05:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:11 smithi172 ceph-mon[103696]: 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-09-30T16:05:12.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:12.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:13.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:13.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:13 smithi050 ceph-mon[92315]: pgmap v3894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:05:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:13 smithi172 ceph-mon[103696]: pgmap v3894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:05:14.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:14.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:15.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:15.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:15.599 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:15 smithi050 ceph-mon[92315]: 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-09-30T16:05:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:15 smithi172 ceph-mon[103696]: 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-09-30T16:05:16.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:16.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:17.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:17.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:17 smithi050 ceph-mon[92315]: 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-09-30T16:05:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:17 smithi172 ceph-mon[103696]: 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-09-30T16:05:18.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:18.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:19.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:19.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:19 smithi050 ceph-mon[92315]: pgmap v3897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:05:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:05:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:19 smithi172 ceph-mon[103696]: pgmap v3897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:05:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:05:20.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:20.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:21.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:21.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:21 smithi050 ceph-mon[92315]: 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-09-30T16:05:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:21 smithi172 ceph-mon[103696]: 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-09-30T16:05:22.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:22.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:05:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:05:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:05:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:05:22.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:05:22.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:05:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:05:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:05:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:05:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:05:22.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:05:22.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:05:23.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:23.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:23 smithi172 ceph-mon[103696]: pgmap v3899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:05:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:23 smithi050 ceph-mon[92315]: pgmap v3899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:05:24.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:24.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:25.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:25.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:25 smithi050 ceph-mon[92315]: 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-09-30T16:05:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:25 smithi172 ceph-mon[103696]: 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-09-30T16:05:26.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:26.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:27.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:27.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:27 smithi050 ceph-mon[92315]: 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-09-30T16:05:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:27 smithi172 ceph-mon[103696]: 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-09-30T16:05:28.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:28.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:29.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:29.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:29 smithi050 ceph-mon[92315]: pgmap v3902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:05:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:29 smithi172 ceph-mon[103696]: pgmap v3902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:05:30.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:30.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:31.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:31.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:31 smithi050 ceph-mon[92315]: 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-09-30T16:05:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:31 smithi172 ceph-mon[103696]: 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-09-30T16:05:32.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:32.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:33.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:33.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:33 smithi172 ceph-mon[103696]: pgmap v3904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:05:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:33 smithi050 ceph-mon[92315]: pgmap v3904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:05:34.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:34.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:05:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:05:35.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:35.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:35 smithi050 ceph-mon[92315]: 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-09-30T16:05:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:35 smithi172 ceph-mon[103696]: 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-09-30T16:05:36.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:36.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:37.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:37.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:37 smithi050 ceph-mon[92315]: 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-09-30T16:05:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:37 smithi172 ceph-mon[103696]: 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-09-30T16:05:38.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:38.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:39.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:39.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:39 smithi050 ceph-mon[92315]: pgmap v3907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:05:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:39 smithi172 ceph-mon[103696]: pgmap v3907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:05:40.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:40.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:41.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:41.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:41 smithi050 ceph-mon[92315]: 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-09-30T16:05:41.669 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:41 smithi172 ceph-mon[103696]: 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-09-30T16:05:42.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:42.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:43.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:43.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:43 smithi050 ceph-mon[92315]: pgmap v3909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:05:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:43 smithi172 ceph-mon[103696]: pgmap v3909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:05:44.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:44.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:45.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:45.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:45 smithi050 ceph-mon[92315]: 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-09-30T16:05:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:45 smithi172 ceph-mon[103696]: 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-09-30T16:05:46.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:46.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:47.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:47.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:47 smithi050 ceph-mon[92315]: 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-09-30T16:05:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:47 smithi172 ceph-mon[103696]: 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-09-30T16:05:48.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:48.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:49.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:49.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:49 smithi050 ceph-mon[92315]: pgmap v3912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:05:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:05:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:49 smithi172 ceph-mon[103696]: pgmap v3912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:05:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:05:50.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:50.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:51.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:51.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:51 smithi050 ceph-mon[92315]: 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-09-30T16:05:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:51 smithi172 ceph-mon[103696]: 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-09-30T16:05:52.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:52.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:53.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:53.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:53 smithi050 ceph-mon[92315]: pgmap v3914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:05:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:53 smithi172 ceph-mon[103696]: pgmap v3914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:05:54.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:54.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:55.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:55.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:55 smithi050 ceph-mon[92315]: 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-09-30T16:05:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:55 smithi172 ceph-mon[103696]: 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-09-30T16:05:56.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:56.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:57.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:57.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:57 smithi050 ceph-mon[92315]: 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-09-30T16:05:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:57 smithi172 ceph-mon[103696]: 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-09-30T16:05:58.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:58.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:59.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:05:59.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:05:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:05:59 smithi050 ceph-mon[92315]: pgmap v3917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:05:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:05:59 smithi172 ceph-mon[103696]: pgmap v3917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:06:00.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:00.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:01.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:01.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:01 smithi050 ceph-mon[92315]: 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-09-30T16:06:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:01 smithi172 ceph-mon[103696]: 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-09-30T16:06:02.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:02.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:03.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:03.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:03 smithi050 ceph-mon[92315]: pgmap v3919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:06:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:03 smithi172 ceph-mon[103696]: pgmap v3919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:06:04.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:04.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:06:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:06:05.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:05.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:05 smithi050 ceph-mon[92315]: 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-09-30T16:06:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:05 smithi172 ceph-mon[103696]: 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-09-30T16:06:06.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:06.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:07.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:07.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:07 smithi050 ceph-mon[92315]: 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-09-30T16:06:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:07 smithi172 ceph-mon[103696]: 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-09-30T16:06:08.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:08.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:09.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:09.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:09 smithi050 ceph-mon[92315]: pgmap v3922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:06:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:09 smithi172 ceph-mon[103696]: pgmap v3922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:06:10.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:10.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:11.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:11.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:11 smithi050 ceph-mon[92315]: 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-09-30T16:06:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:11 smithi172 ceph-mon[103696]: 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-09-30T16:06:12.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:12.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:13.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:13.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:13 smithi050 ceph-mon[92315]: pgmap v3924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:06:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:13 smithi172 ceph-mon[103696]: pgmap v3924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:06:14.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:14.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:15.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:15.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:15 smithi050 ceph-mon[92315]: 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-09-30T16:06:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:15 smithi172 ceph-mon[103696]: 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-09-30T16:06:16.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:16.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:17.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:17.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:17 smithi050 ceph-mon[92315]: 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-09-30T16:06:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:17 smithi172 ceph-mon[103696]: 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-09-30T16:06:18.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:18.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:19.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:19.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:19 smithi050 ceph-mon[92315]: pgmap v3927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:06:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:06:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:19 smithi172 ceph-mon[103696]: pgmap v3927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:06:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:06:20.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:20.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:21.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:21.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:21 smithi050 ceph-mon[92315]: 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-09-30T16:06:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:21 smithi172 ceph-mon[103696]: 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-09-30T16:06:22.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:22.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:06:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:06:23.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:23.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:23 smithi050 ceph-mon[92315]: pgmap v3929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:06:23.616 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:23 smithi172 ceph-mon[103696]: pgmap v3929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:06:24.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:24.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:25.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:25.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:25 smithi050 ceph-mon[92315]: 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-09-30T16:06:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:25 smithi172 ceph-mon[103696]: 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-09-30T16:06:26.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:26.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:27.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:27.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:28.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:27 smithi050 ceph-mon[92315]: 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-09-30T16:06:28.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:06:28.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:06:28.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:06:28.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:06:28.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:06:28.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:06:28.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:06:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:27 smithi172 ceph-mon[103696]: 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-09-30T16:06:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:06:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:06:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:06:28.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:06:28.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:06:28.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:06:28.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:06:28.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:28.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:29.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:29.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:29 smithi050 ceph-mon[92315]: pgmap v3932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:06:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:29 smithi172 ceph-mon[103696]: pgmap v3932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:06:30.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:30.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:31.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:31.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:31 smithi050 ceph-mon[92315]: 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-09-30T16:06:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:31 smithi172 ceph-mon[103696]: 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-09-30T16:06:32.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:32.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:33.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:33.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:33 smithi050 ceph-mon[92315]: pgmap v3934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:06:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:33 smithi172 ceph-mon[103696]: pgmap v3934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:06:34.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:34.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:06:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:06:35.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:35.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:35 smithi050 ceph-mon[92315]: 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-09-30T16:06:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:35 smithi172 ceph-mon[103696]: 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-09-30T16:06:36.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:36.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:37.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:37.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:37 smithi050 ceph-mon[92315]: 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-09-30T16:06:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:37 smithi172 ceph-mon[103696]: 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-09-30T16:06:38.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:38.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:39.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:39.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:39 smithi050 ceph-mon[92315]: pgmap v3937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:06:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:39 smithi172 ceph-mon[103696]: pgmap v3937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:06:40.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:40.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:41.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:41.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:41 smithi050 ceph-mon[92315]: 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-09-30T16:06:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:41 smithi172 ceph-mon[103696]: 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-09-30T16:06:42.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:42.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:43.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:43.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:43 smithi050 ceph-mon[92315]: pgmap v3939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:06:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:43 smithi172 ceph-mon[103696]: pgmap v3939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:06:44.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:44.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:45.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:45.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:45.575 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:45 smithi050 ceph-mon[92315]: 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-09-30T16:06:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:45 smithi172 ceph-mon[103696]: 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-09-30T16:06:46.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:46.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:47.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:47.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:47 smithi050 ceph-mon[92315]: 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-09-30T16:06:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:47 smithi172 ceph-mon[103696]: 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-09-30T16:06:48.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:48.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:49.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:49.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:49 smithi050 ceph-mon[92315]: pgmap v3942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:06:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:06:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:49 smithi172 ceph-mon[103696]: pgmap v3942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:06:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:06:50.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:50.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:51.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:51.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:51 smithi050 ceph-mon[92315]: 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-09-30T16:06:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:51 smithi172 ceph-mon[103696]: 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-09-30T16:06:52.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:52.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:53.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:53.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:53 smithi050 ceph-mon[92315]: pgmap v3944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:06:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:53 smithi172 ceph-mon[103696]: pgmap v3944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:06:54.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:54.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:55.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:55.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:55 smithi050 ceph-mon[92315]: 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-09-30T16:06:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:55 smithi172 ceph-mon[103696]: 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-09-30T16:06:56.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:56.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:57.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:57.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:57 smithi050 ceph-mon[92315]: 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-09-30T16:06:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:57 smithi172 ceph-mon[103696]: 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-09-30T16:06:58.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:58.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:59.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:06:59.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:06:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:06:59 smithi050 ceph-mon[92315]: pgmap v3947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:06:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:06:59 smithi172 ceph-mon[103696]: pgmap v3947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:07:00.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:00.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:01.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:01.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:01 smithi050 ceph-mon[92315]: 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-09-30T16:07:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:01 smithi172 ceph-mon[103696]: 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-09-30T16:07:02.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:02.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:03.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:03.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:03 smithi050 ceph-mon[92315]: pgmap v3949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:07:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:03 smithi172 ceph-mon[103696]: pgmap v3949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:07:04.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:04.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:07:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:07:05.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:05.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:05 smithi050 ceph-mon[92315]: 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-09-30T16:07:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:05 smithi172 ceph-mon[103696]: 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-09-30T16:07:06.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:06.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:07.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:07.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:07 smithi050 ceph-mon[92315]: 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-09-30T16:07:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:07 smithi172 ceph-mon[103696]: 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-09-30T16:07:08.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:08.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:09 smithi172 ceph-mon[103696]: pgmap v3952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:07:09.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:09.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:09 smithi050 ceph-mon[92315]: pgmap v3952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:07:10.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:10.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:11.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:11.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:11 smithi050 ceph-mon[92315]: 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-09-30T16:07:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:11 smithi172 ceph-mon[103696]: 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-09-30T16:07:12.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:12.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:13.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:13.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:13 smithi050 ceph-mon[92315]: pgmap v3954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:07:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:13 smithi172 ceph-mon[103696]: pgmap v3954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:07:14.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:14.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:15.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:15.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:15 smithi050 ceph-mon[92315]: 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-09-30T16:07:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:15 smithi172 ceph-mon[103696]: 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-09-30T16:07:16.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:16.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:17.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:17.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:17 smithi050 ceph-mon[92315]: 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-09-30T16:07:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:17 smithi172 ceph-mon[103696]: 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-09-30T16:07:18.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:18.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:19.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:19.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:19 smithi050 ceph-mon[92315]: pgmap v3957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:07:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:07:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:19 smithi172 ceph-mon[103696]: pgmap v3957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:07:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:07:20.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:20.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:21 smithi050 ceph-mon[92315]: 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-09-30T16:07:21.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:21.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:21 smithi172 ceph-mon[103696]: 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-09-30T16:07:22.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:22.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:23.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:23.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:23 smithi050 ceph-mon[92315]: pgmap v3959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:07:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:23 smithi172 ceph-mon[103696]: pgmap v3959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:07:24.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:24.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:25.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:25.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:25 smithi050 ceph-mon[92315]: 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-09-30T16:07:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:25 smithi172 ceph-mon[103696]: 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-09-30T16:07:26.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:26.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:27.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:27.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:27 smithi050 ceph-mon[92315]: 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-09-30T16:07:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:27 smithi172 ceph-mon[103696]: 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-09-30T16:07:28.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:28.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:07:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:07:28.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:07:28.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:07:28.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:07:28.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:07:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:07:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:07:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:07:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:07:28.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:07:28.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:07:29.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:29.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:29 smithi050 ceph-mon[92315]: pgmap v3962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:07:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:29 smithi172 ceph-mon[103696]: pgmap v3962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:07:30.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:30.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:31 smithi050 ceph-mon[92315]: 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-09-30T16:07:31.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:31.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:31 smithi172 ceph-mon[103696]: 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-09-30T16:07:32.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:32.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:33.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:33.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:33 smithi050 ceph-mon[92315]: pgmap v3964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:07:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:33 smithi172 ceph-mon[103696]: pgmap v3964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:07:34.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:34.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:07:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:07:35.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:35.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:35 smithi050 ceph-mon[92315]: 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-09-30T16:07:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:35 smithi172 ceph-mon[103696]: 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-09-30T16:07:36.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:36.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:37.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:37.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:37 smithi050 ceph-mon[92315]: 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-09-30T16:07:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:37 smithi172 ceph-mon[103696]: 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-09-30T16:07:38.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:38.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:39.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:39.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:39.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:39 smithi050 ceph-mon[92315]: pgmap v3967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:07:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:39 smithi172 ceph-mon[103696]: pgmap v3967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:07:40.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:40.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:41.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:41.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:41 smithi050 ceph-mon[92315]: 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-09-30T16:07:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:41 smithi172 ceph-mon[103696]: 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-09-30T16:07:42.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:42.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:43.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:43.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:43 smithi050 ceph-mon[92315]: pgmap v3969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:07:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:43 smithi172 ceph-mon[103696]: pgmap v3969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:07:44.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:44.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:45.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:45.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:45.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:45 smithi172 ceph-mon[103696]: 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-09-30T16:07:45.774 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:45 smithi050 ceph-mon[92315]: 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-09-30T16:07:46.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:46.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:47.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:47.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:47 smithi050 ceph-mon[92315]: 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-09-30T16:07:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:47 smithi172 ceph-mon[103696]: 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-09-30T16:07:48.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:48.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:49.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:49.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:49 smithi050 ceph-mon[92315]: pgmap v3972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:07:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:07:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:49 smithi172 ceph-mon[103696]: pgmap v3972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:07:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:07:50.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:50.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:51.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:51.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:51 smithi050 ceph-mon[92315]: 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-09-30T16:07:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:51 smithi172 ceph-mon[103696]: 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-09-30T16:07:52.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:52.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:53.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:53.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:53 smithi050 ceph-mon[92315]: pgmap v3974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:07:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:53 smithi172 ceph-mon[103696]: pgmap v3974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:07:54.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:54.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:55.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:55.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:55 smithi050 ceph-mon[92315]: 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-09-30T16:07:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:55 smithi172 ceph-mon[103696]: 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-09-30T16:07:56.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:56.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:57.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:57.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:57 smithi050 ceph-mon[92315]: 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-09-30T16:07:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:57 smithi172 ceph-mon[103696]: 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-09-30T16:07:58.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:58.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:59.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:07:59.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:07:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:07:59 smithi050 ceph-mon[92315]: pgmap v3977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:07:59.617 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:07:59 smithi172 ceph-mon[103696]: pgmap v3977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:08:00.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:00.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:01.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:01.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:01 smithi050 ceph-mon[92315]: 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-09-30T16:08:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:01 smithi172 ceph-mon[103696]: 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-09-30T16:08:02.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:02.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:03.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:03.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:03 smithi050 ceph-mon[92315]: pgmap v3979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:08:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:03 smithi172 ceph-mon[103696]: pgmap v3979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:08:04.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:04.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:08:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:08:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:05 smithi050 ceph-mon[92315]: 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-09-30T16:08:05.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:05.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:05 smithi172 ceph-mon[103696]: 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-09-30T16:08:06.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:06.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:07.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:07.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:07 smithi172 ceph-mon[103696]: 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-09-30T16:08:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:07 smithi050 ceph-mon[92315]: 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-09-30T16:08:08.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:08.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:09.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:09.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:09 smithi172 ceph-mon[103696]: pgmap v3982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:08:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:09 smithi050 ceph-mon[92315]: pgmap v3982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:08:10.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:10.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:11.549 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:11 smithi050 ceph-mon[92315]: 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-09-30T16:08:11.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:11.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:11 smithi172 ceph-mon[103696]: 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-09-30T16:08:12.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:12.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:13 smithi050 ceph-mon[92315]: pgmap v3984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:08:13.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:13.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:13 smithi172 ceph-mon[103696]: pgmap v3984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:08:14.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:14.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:15 smithi050 ceph-mon[92315]: 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-09-30T16:08:15.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:15.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:15 smithi172 ceph-mon[103696]: 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-09-30T16:08:16.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:16.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:17.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:17.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:17 smithi172 ceph-mon[103696]: 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-09-30T16:08:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:17 smithi050 ceph-mon[92315]: 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-09-30T16:08:18.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:18.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:19.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:19.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:19 smithi172 ceph-mon[103696]: pgmap v3987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:08:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:08:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:19 smithi050 ceph-mon[92315]: pgmap v3987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:08:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:08:20.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:20.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:21 smithi050 ceph-mon[92315]: 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-09-30T16:08:21.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:21.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:21 smithi172 ceph-mon[103696]: 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-09-30T16:08:22.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:22.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:23 smithi050 ceph-mon[92315]: pgmap v3989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:08:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:23 smithi172 ceph-mon[103696]: pgmap v3989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:08:23.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:23.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:24.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:24.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:25 smithi172 ceph-mon[103696]: 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-09-30T16:08:25.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:25.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:25 smithi050 ceph-mon[92315]: 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-09-30T16:08:26.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:26.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:27 smithi172 ceph-mon[103696]: 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-09-30T16:08:27.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:27.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:27 smithi050 ceph-mon[92315]: 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-09-30T16:08:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:08:28.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:28.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:08:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:29 smithi172 ceph-mon[103696]: pgmap v3992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:08:29.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:29.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:29 smithi050 ceph-mon[92315]: pgmap v3992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:08:30.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:30.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:31 smithi050 ceph-mon[92315]: 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-09-30T16:08:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:31 smithi172 ceph-mon[103696]: 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-09-30T16:08:31.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:31.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:32.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:32.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:33 smithi172 ceph-mon[103696]: pgmap v3994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:08:33.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:33.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:33 smithi050 ceph-mon[92315]: pgmap v3994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:08:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:08:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:08:34.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:34.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:35 smithi172 ceph-mon[103696]: 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-09-30T16:08:35.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:35.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:35 smithi050 ceph-mon[92315]: 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-09-30T16:08:36.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:36.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:36.842 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:08:36.842 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:08:36.842 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:08:36.843 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:08:36.843 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:08:36.843 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:08:36.843 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:08:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:08:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:08:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:08:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:08:36.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:08:36.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:08:36.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:08:37.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:37.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:37 smithi050 ceph-mon[92315]: 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-09-30T16:08:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:37 smithi172 ceph-mon[103696]: 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-09-30T16:08:38.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:38.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:39.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:39.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:39 smithi050 ceph-mon[92315]: pgmap v3997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:08:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:39 smithi172 ceph-mon[103696]: pgmap v3997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:08:40.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:40.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:41 smithi050 ceph-mon[92315]: 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-09-30T16:08:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:41 smithi172 ceph-mon[103696]: 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-09-30T16:08:41.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:41.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:42.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:42.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:43 smithi172 ceph-mon[103696]: pgmap v3999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:08:43.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:43.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:43 smithi050 ceph-mon[92315]: pgmap v3999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:08:44.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:44.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:45 smithi172 ceph-mon[103696]: 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-09-30T16:08:45.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:45.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:45 smithi050 ceph-mon[92315]: 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-09-30T16:08:46.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:46.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:47 smithi172 ceph-mon[103696]: 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-09-30T16:08:47.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:47.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:47 smithi050 ceph-mon[92315]: 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-09-30T16:08:48.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:48.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:49 smithi172 ceph-mon[103696]: pgmap v4002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:08:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:08:49.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:49.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:49 smithi050 ceph-mon[92315]: pgmap v4002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:08:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:08:50.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:50.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:51 smithi050 ceph-mon[92315]: 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-09-30T16:08:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:51 smithi172 ceph-mon[103696]: 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-09-30T16:08:51.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:51.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:52.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:52.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:53 smithi172 ceph-mon[103696]: pgmap v4004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:08:53.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:53.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:53 smithi050 ceph-mon[92315]: pgmap v4004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:08:54.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:54.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:55 smithi172 ceph-mon[103696]: 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-09-30T16:08:55.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:55.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:55 smithi050 ceph-mon[92315]: 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-09-30T16:08:56.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:56.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:57.629 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:57 smithi172 ceph-mon[103696]: 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-09-30T16:08:57.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:57.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:57 smithi050 ceph-mon[92315]: 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-09-30T16:08:58.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:58.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:08:59 smithi172 ceph-mon[103696]: pgmap v4007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:08:59.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:08:59.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:08:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:08:59 smithi050 ceph-mon[92315]: pgmap v4007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:09:00.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:00.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:01 smithi050 ceph-mon[92315]: 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-09-30T16:09:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:01 smithi172 ceph-mon[103696]: 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-09-30T16:09:01.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:01.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:02.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:02.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:03 smithi172 ceph-mon[103696]: pgmap v4009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:09:03.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:03.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:03 smithi050 ceph-mon[92315]: pgmap v4009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:09:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:09:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:09:04.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:04.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:05 smithi172 ceph-mon[103696]: 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-09-30T16:09:05.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:05.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:05 smithi050 ceph-mon[92315]: 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-09-30T16:09:06.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:06.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:07 smithi050 ceph-mon[92315]: 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-09-30T16:09:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:07 smithi172 ceph-mon[103696]: 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-09-30T16:09:07.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:07.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:08.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:08.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:09 smithi172 ceph-mon[103696]: pgmap v4012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:09:09.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:09.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:09 smithi050 ceph-mon[92315]: pgmap v4012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:09:10.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:10.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:11 smithi050 ceph-mon[92315]: 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-09-30T16:09:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:11 smithi172 ceph-mon[103696]: 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-09-30T16:09:11.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:11.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:12.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:12.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:13 smithi172 ceph-mon[103696]: pgmap v4014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:09:13.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:13.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:13 smithi050 ceph-mon[92315]: pgmap v4014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:09:14.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:14.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:15 smithi172 ceph-mon[103696]: 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-09-30T16:09:15.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:15.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:15 smithi050 ceph-mon[92315]: 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-09-30T16:09:16.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:16.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:17 smithi050 ceph-mon[92315]: 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-09-30T16:09:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:17 smithi172 ceph-mon[103696]: 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-09-30T16:09:17.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:17.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:18.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:18.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:19 smithi172 ceph-mon[103696]: pgmap v4017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:09:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:09:19.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:19.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:19 smithi050 ceph-mon[92315]: pgmap v4017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:09:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:09:20.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:20.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:21 smithi050 ceph-mon[92315]: 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-09-30T16:09:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:21 smithi172 ceph-mon[103696]: 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-09-30T16:09:21.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:21.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:22.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:22.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:23 smithi172 ceph-mon[103696]: pgmap v4019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:09:23.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:23.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:23 smithi050 ceph-mon[92315]: pgmap v4019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:09:24.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:24.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:25 smithi172 ceph-mon[103696]: 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-09-30T16:09:25.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:25.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:25 smithi050 ceph-mon[92315]: 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-09-30T16:09:26.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:26.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:27 smithi172 ceph-mon[103696]: 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-09-30T16:09:27.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:27.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:27 smithi050 ceph-mon[92315]: 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-09-30T16:09:28.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:28.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:29.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:29.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:29 smithi050 ceph-mon[92315]: pgmap v4022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:09:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:29 smithi172 ceph-mon[103696]: pgmap v4022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:09:30.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:30.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:31 smithi050 ceph-mon[92315]: 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-09-30T16:09:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:31 smithi172 ceph-mon[103696]: 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-09-30T16:09:31.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:31.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:32.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:32.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:33.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:33 smithi172 ceph-mon[103696]: pgmap v4024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:09:33.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:33.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:33 smithi050 ceph-mon[92315]: pgmap v4024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:09:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:09:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:09:34.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:34.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:35 smithi172 ceph-mon[103696]: 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-09-30T16:09:35.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:35.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:35 smithi050 ceph-mon[92315]: 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-09-30T16:09:36.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:36.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:09:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:09:37.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:37.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:37 smithi050 ceph-mon[92315]: 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-09-30T16:09:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:09:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:09:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:09:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:09:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:09:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:09:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:09:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:37 smithi172 ceph-mon[103696]: 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-09-30T16:09:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:09:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:09:37.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:09:37.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:09:37.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:09:37.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:09:37.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:09:38.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:38.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:39.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:39.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:39 smithi050 ceph-mon[92315]: pgmap v4027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:09:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:39 smithi172 ceph-mon[103696]: pgmap v4027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:09:40.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:40.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:41 smithi050 ceph-mon[92315]: 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-09-30T16:09:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:41 smithi172 ceph-mon[103696]: 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-09-30T16:09:41.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:41.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:42.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:42.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:43 smithi172 ceph-mon[103696]: pgmap v4029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:09:43.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:43.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:43 smithi050 ceph-mon[92315]: pgmap v4029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:09:44.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:44.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:45 smithi172 ceph-mon[103696]: 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-09-30T16:09:45.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:45.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:45 smithi050 ceph-mon[92315]: 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-09-30T16:09:46.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:46.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:47.644 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:47 smithi050 ceph-mon[92315]: 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-09-30T16:09:47.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:47.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:47 smithi172 ceph-mon[103696]: 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-09-30T16:09:48.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:48.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:49.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:49.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:49 smithi050 ceph-mon[92315]: pgmap v4032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:09:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:09:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:49 smithi172 ceph-mon[103696]: pgmap v4032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:09:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:09:50.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:50.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:51 smithi050 ceph-mon[92315]: 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-09-30T16:09:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:51 smithi172 ceph-mon[103696]: 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-09-30T16:09:51.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:51.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:52.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:52.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:53 smithi172 ceph-mon[103696]: pgmap v4034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:09:53.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:53.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:53 smithi050 ceph-mon[92315]: pgmap v4034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:09:54.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:54.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:55.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:55.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:55.830 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:55 smithi172 ceph-mon[103696]: 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-09-30T16:09:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:55 smithi050 ceph-mon[92315]: 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-09-30T16:09:56.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:56.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:57.758 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:57 smithi050 ceph-mon[92315]: 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-09-30T16:09:57.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:57.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:57 smithi172 ceph-mon[103696]: 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-09-30T16:09:58.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:58.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:59.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:09:59.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:09:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:09:59 smithi050 ceph-mon[92315]: pgmap v4037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:09:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:09:59 smithi172 ceph-mon[103696]: pgmap v4037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:10:00.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:00.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T16:10:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T16:10:01.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:01.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:01 smithi050 ceph-mon[92315]: 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-09-30T16:10:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:01 smithi172 ceph-mon[103696]: 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-09-30T16:10:02.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:02.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:03.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:03.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:03 smithi050 ceph-mon[92315]: pgmap v4039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:10:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:03 smithi172 ceph-mon[103696]: pgmap v4039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:10:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:10:04.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:04.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:10:05.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:05.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:05 smithi050 ceph-mon[92315]: 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-09-30T16:10:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:05 smithi172 ceph-mon[103696]: 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-09-30T16:10:06.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:06.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:07.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:07.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:07 smithi050 ceph-mon[92315]: 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-09-30T16:10:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:07 smithi172 ceph-mon[103696]: 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-09-30T16:10:08.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:08.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:09.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:09.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:09 smithi050 ceph-mon[92315]: pgmap v4042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:10:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:09 smithi172 ceph-mon[103696]: pgmap v4042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:10:10.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:10.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:11 smithi050 ceph-mon[92315]: 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-09-30T16:10:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:11 smithi172 ceph-mon[103696]: 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-09-30T16:10:11.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:11.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:12.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:12.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:13.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:13.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:13 smithi050 ceph-mon[92315]: pgmap v4044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:10:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:13 smithi172 ceph-mon[103696]: pgmap v4044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:10:14.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:14.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:15.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:15.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:15 smithi050 ceph-mon[92315]: 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-09-30T16:10:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:15 smithi172 ceph-mon[103696]: 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-09-30T16:10:16.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:16.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:17.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:17.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:17 smithi050 ceph-mon[92315]: 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-09-30T16:10:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:17 smithi172 ceph-mon[103696]: 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-09-30T16:10:18.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:18.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:19.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:19.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:19 smithi050 ceph-mon[92315]: pgmap v4047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:10:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:10:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:19 smithi172 ceph-mon[103696]: pgmap v4047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:10:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:10:20.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:20.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:21 smithi172 ceph-mon[103696]: 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-09-30T16:10:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:21 smithi050 ceph-mon[92315]: 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-09-30T16:10:21.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:21.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:22.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:22.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:23.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:23.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:23 smithi050 ceph-mon[92315]: pgmap v4049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:10:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:23 smithi172 ceph-mon[103696]: pgmap v4049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:10:24.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:24.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:25.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:25.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:25 smithi050 ceph-mon[92315]: 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-09-30T16:10:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:25 smithi172 ceph-mon[103696]: 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-09-30T16:10:26.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:26.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:27.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:27.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:27 smithi050 ceph-mon[92315]: 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-09-30T16:10:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:27 smithi172 ceph-mon[103696]: 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-09-30T16:10:28.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:28.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:29.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:29.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:29 smithi050 ceph-mon[92315]: pgmap v4052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:10:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:29 smithi172 ceph-mon[103696]: pgmap v4052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:10:30.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:30.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:31 smithi050 ceph-mon[92315]: 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-09-30T16:10:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:31 smithi172 ceph-mon[103696]: 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-09-30T16:10:31.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:31.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:32.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:32.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:33 smithi050 ceph-mon[92315]: pgmap v4054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:10:33.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:33.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:33 smithi172 ceph-mon[103696]: pgmap v4054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:10:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:10:34.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:34.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:10:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:35 smithi050 ceph-mon[92315]: 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-09-30T16:10:35.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:35.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:35 smithi172 ceph-mon[103696]: 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-09-30T16:10:36.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:36.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:37 smithi050 ceph-mon[92315]: 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-09-30T16:10:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:10:37.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:37.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:37 smithi172 ceph-mon[103696]: 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-09-30T16:10:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:10:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:10:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:10:38.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:10:38.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:10:38.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:10:38.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:38.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:10:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:10:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:10:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:10:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:10:39.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:39.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:39 smithi050 ceph-mon[92315]: pgmap v4057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:10:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:39 smithi172 ceph-mon[103696]: pgmap v4057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:10:40.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:40.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:41 smithi050 ceph-mon[92315]: 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-09-30T16:10:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:41 smithi172 ceph-mon[103696]: 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-09-30T16:10:41.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:41.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:42.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:42.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:43 smithi050 ceph-mon[92315]: pgmap v4059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:10:43.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:43.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:43 smithi172 ceph-mon[103696]: pgmap v4059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:10:44.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:44.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:45 smithi050 ceph-mon[92315]: 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-09-30T16:10:45.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:45.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:45 smithi172 ceph-mon[103696]: 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-09-30T16:10:46.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:46.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:47 smithi050 ceph-mon[92315]: 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-09-30T16:10:47.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:47.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:47 smithi172 ceph-mon[103696]: 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-09-30T16:10:48.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:48.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:49 smithi050 ceph-mon[92315]: pgmap v4062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:10:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:10:49.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:49.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:49 smithi172 ceph-mon[103696]: pgmap v4062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:10:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:10:50.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:50.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:51 smithi050 ceph-mon[92315]: 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-09-30T16:10:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:51 smithi172 ceph-mon[103696]: 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-09-30T16:10:51.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:51.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:52.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:52.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:53 smithi050 ceph-mon[92315]: pgmap v4064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:10:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:53 smithi172 ceph-mon[103696]: pgmap v4064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:10:53.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:53.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:54.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:54.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:55 smithi050 ceph-mon[92315]: 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-09-30T16:10:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:55 smithi172 ceph-mon[103696]: 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-09-30T16:10:55.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:55.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:56.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:56.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:57 smithi050 ceph-mon[92315]: 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-09-30T16:10:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:57 smithi172 ceph-mon[103696]: 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-09-30T16:10:57.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:57.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:58.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:58.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:10:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:10:59 smithi050 ceph-mon[92315]: pgmap v4067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:10:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:10:59 smithi172 ceph-mon[103696]: pgmap v4067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:10:59.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:10:59.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:00.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:00.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:01 smithi050 ceph-mon[92315]: 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-09-30T16:11:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:01 smithi172 ceph-mon[103696]: 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-09-30T16:11:01.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:01.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:02.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:02.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:03 smithi050 ceph-mon[92315]: pgmap v4069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:11:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:03 smithi172 ceph-mon[103696]: pgmap v4069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:11:03.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:03.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:11:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:11:04.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:04.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:05 smithi050 ceph-mon[92315]: 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-09-30T16:11:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:05 smithi172 ceph-mon[103696]: 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-09-30T16:11:05.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:05.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:06.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:06.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:07 smithi050 ceph-mon[92315]: 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-09-30T16:11:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:07 smithi172 ceph-mon[103696]: 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-09-30T16:11:07.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:07.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:08.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:08.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:09 smithi050 ceph-mon[92315]: pgmap v4072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:11:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:09 smithi172 ceph-mon[103696]: pgmap v4072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:11:09.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:09.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:10.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:10.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:11 smithi050 ceph-mon[92315]: 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-09-30T16:11:11.617 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:11 smithi172 ceph-mon[103696]: 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-09-30T16:11:11.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:11.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:12.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:12.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:13 smithi050 ceph-mon[92315]: pgmap v4074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:11:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:13 smithi172 ceph-mon[103696]: pgmap v4074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:11:13.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:13.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:14.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:14.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:15 smithi050 ceph-mon[92315]: 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-09-30T16:11:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:15 smithi172 ceph-mon[103696]: 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-09-30T16:11:15.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:15.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:16.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:16.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:17 smithi050 ceph-mon[92315]: 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-09-30T16:11:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:17 smithi172 ceph-mon[103696]: 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-09-30T16:11:17.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:17.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:18.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:18.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:19 smithi050 ceph-mon[92315]: pgmap v4077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:11:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:11:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:19 smithi172 ceph-mon[103696]: pgmap v4077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:11:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:11:19.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:19.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:20.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:20.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:21 smithi050 ceph-mon[92315]: 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-09-30T16:11:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:21 smithi172 ceph-mon[103696]: 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-09-30T16:11:21.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:21.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:22.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:22.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:23.733 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:23 smithi050 ceph-mon[92315]: pgmap v4079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:11:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:23 smithi172 ceph-mon[103696]: pgmap v4079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:11:23.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:23.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:24.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:24.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:25 smithi050 ceph-mon[92315]: 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-09-30T16:11:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:25 smithi172 ceph-mon[103696]: 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-09-30T16:11:25.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:25.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:26.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:26.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:27 smithi050 ceph-mon[92315]: 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-09-30T16:11:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:27 smithi172 ceph-mon[103696]: 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-09-30T16:11:27.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:27.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:28.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:28.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:29 smithi050 ceph-mon[92315]: pgmap v4082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:11:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:29 smithi172 ceph-mon[103696]: pgmap v4082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:11:29.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:29.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:30.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:30.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:31 smithi050 ceph-mon[92315]: 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-09-30T16:11:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:31 smithi172 ceph-mon[103696]: 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-09-30T16:11:31.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:31.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:32.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:32.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:33 smithi050 ceph-mon[92315]: pgmap v4084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:11:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:33 smithi172 ceph-mon[103696]: pgmap v4084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:11:33.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:33.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:11:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:11:34.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:34.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:35 smithi050 ceph-mon[92315]: 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-09-30T16:11:36.187 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:35 smithi172 ceph-mon[103696]: 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-09-30T16:11:36.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:36.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:36.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:36.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:37 smithi050 ceph-mon[92315]: 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-09-30T16:11:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:37 smithi172 ceph-mon[103696]: 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-09-30T16:11:37.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:37.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:11:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:11:38.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:38.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:39 smithi050 ceph-mon[92315]: pgmap v4087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:11:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:11:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:11:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:11:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:11:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:11:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:11:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:11:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:39 smithi172 ceph-mon[103696]: pgmap v4087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:11:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:11:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:11:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:11:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:11:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:11:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:11:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:11:39.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:39.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:40.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:40.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:41 smithi050 ceph-mon[92315]: 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-09-30T16:11:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:41 smithi172 ceph-mon[103696]: 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-09-30T16:11:41.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:41.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:42.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:42.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:43 smithi050 ceph-mon[92315]: pgmap v4089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:11:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:43 smithi172 ceph-mon[103696]: pgmap v4089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:11:43.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:43.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:44.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:44.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:45 smithi050 ceph-mon[92315]: 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-09-30T16:11:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:45 smithi172 ceph-mon[103696]: 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-09-30T16:11:45.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:45.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:46.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:46.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:47 smithi050 ceph-mon[92315]: 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-09-30T16:11:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:47 smithi172 ceph-mon[103696]: 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-09-30T16:11:47.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:47.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:48.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:48.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:49 smithi050 ceph-mon[92315]: pgmap v4092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:11:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:11:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:49 smithi172 ceph-mon[103696]: pgmap v4092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:11:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:11:49.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:49.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:50.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:50.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:51 smithi050 ceph-mon[92315]: 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-09-30T16:11:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:51 smithi172 ceph-mon[103696]: 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-09-30T16:11:51.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:51.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:52.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:52.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:53 smithi050 ceph-mon[92315]: pgmap v4094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:11:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:53 smithi172 ceph-mon[103696]: pgmap v4094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:11:53.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:53.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:54.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:54.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:55 smithi050 ceph-mon[92315]: 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-09-30T16:11:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:55 smithi172 ceph-mon[103696]: 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-09-30T16:11:55.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:55.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:56.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:56.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:57 smithi050 ceph-mon[92315]: 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-09-30T16:11:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:57 smithi172 ceph-mon[103696]: 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-09-30T16:11:57.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:57.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:58.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:58.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:11:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:11:59 smithi050 ceph-mon[92315]: pgmap v4097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:11:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:11:59 smithi172 ceph-mon[103696]: pgmap v4097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:11:59.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:11:59.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:00.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:00.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:01 smithi050 ceph-mon[92315]: 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-09-30T16:12:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:01 smithi172 ceph-mon[103696]: 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-09-30T16:12:01.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:01.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:02.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:02.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:03.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:03 smithi050 ceph-mon[92315]: pgmap v4099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:12:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:03 smithi172 ceph-mon[103696]: pgmap v4099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:12:03.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:03.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:12:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:12:04.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:04.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:05 smithi050 ceph-mon[92315]: 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-09-30T16:12:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:05 smithi172 ceph-mon[103696]: 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-09-30T16:12:06.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:06.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:07.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:07.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:07 smithi172 ceph-mon[103696]: 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-09-30T16:12:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:07 smithi050 ceph-mon[92315]: 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-09-30T16:12:08.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:08.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:09.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:09.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:09 smithi050 ceph-mon[92315]: pgmap v4102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:12:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:09 smithi172 ceph-mon[103696]: pgmap v4102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:12:10.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:10.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:11.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:11.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:11 smithi050 ceph-mon[92315]: 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-09-30T16:12:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:11 smithi172 ceph-mon[103696]: 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-09-30T16:12:12.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:12.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:13.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:13.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:13 smithi050 ceph-mon[92315]: pgmap v4104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:12:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:13 smithi172 ceph-mon[103696]: pgmap v4104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:12:14.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:14.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:15.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:15.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:15 smithi050 ceph-mon[92315]: 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-09-30T16:12:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:15 smithi172 ceph-mon[103696]: 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-09-30T16:12:16.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:16.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:17.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:17.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:17 smithi172 ceph-mon[103696]: 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-09-30T16:12:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:17 smithi050 ceph-mon[92315]: 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-09-30T16:12:18.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:18.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:19.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:19.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:19 smithi050 ceph-mon[92315]: pgmap v4107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:12:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:12:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:19 smithi172 ceph-mon[103696]: pgmap v4107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:12:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:12:20.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:20.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:21.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:21.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:21 smithi050 ceph-mon[92315]: 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-09-30T16:12:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:21 smithi172 ceph-mon[103696]: 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-09-30T16:12:22.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:22.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:23.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:23.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:23 smithi050 ceph-mon[92315]: pgmap v4109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:12:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:23 smithi172 ceph-mon[103696]: pgmap v4109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:12:24.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:24.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:25.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:25.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:25 smithi050 ceph-mon[92315]: 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-09-30T16:12:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:25 smithi172 ceph-mon[103696]: 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-09-30T16:12:26.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:26.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:27.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:27.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:27 smithi050 ceph-mon[92315]: 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-09-30T16:12:27.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:27 smithi172 ceph-mon[103696]: 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-09-30T16:12:28.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:28.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:29.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:29.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:29 smithi050 ceph-mon[92315]: pgmap v4112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:12:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:29 smithi172 ceph-mon[103696]: pgmap v4112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:12:30.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:30.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:31.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:31.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:31 smithi050 ceph-mon[92315]: 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-09-30T16:12:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:31 smithi172 ceph-mon[103696]: 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-09-30T16:12:32.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:32.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:33.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:33.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:33 smithi050 ceph-mon[92315]: pgmap v4114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:12:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:33 smithi172 ceph-mon[103696]: pgmap v4114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:12:34.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:34.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:12:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:12:35.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:35.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:35 smithi050 ceph-mon[92315]: 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-09-30T16:12:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:35 smithi172 ceph-mon[103696]: 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-09-30T16:12:36.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:36.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:37.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:37.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:37 smithi050 ceph-mon[92315]: 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-09-30T16:12:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:37 smithi172 ceph-mon[103696]: 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-09-30T16:12:38.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:38.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:39.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:39.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:39 smithi050 ceph-mon[92315]: pgmap v4117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:12:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:12:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:39 smithi172 ceph-mon[103696]: pgmap v4117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:12:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:12:40.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:40.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:12:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:12:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:12:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:12:40.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:12:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:12:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:12:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:12:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:12:40.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:12:41.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:41.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:41 smithi050 ceph-mon[92315]: 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-09-30T16:12:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:41 smithi172 ceph-mon[103696]: 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-09-30T16:12:42.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:42.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:43.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:43.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:43 smithi050 ceph-mon[92315]: pgmap v4119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:12:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:43 smithi172 ceph-mon[103696]: pgmap v4119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:12:44.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:44.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:45.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:45.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:45 smithi050 ceph-mon[92315]: 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-09-30T16:12:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:45 smithi172 ceph-mon[103696]: 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-09-30T16:12:46.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:46.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:47.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:47.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:47 smithi050 ceph-mon[92315]: 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-09-30T16:12:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:47 smithi172 ceph-mon[103696]: 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-09-30T16:12:48.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:48.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:49.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:49.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:49.709 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:49 smithi050 ceph-mon[92315]: pgmap v4122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:12:49.709 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:12:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:49 smithi172 ceph-mon[103696]: pgmap v4122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:12:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:12:50.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:50.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:51.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:51.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:51 smithi050 ceph-mon[92315]: 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-09-30T16:12:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:51 smithi172 ceph-mon[103696]: 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-09-30T16:12:52.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:52.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:53.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:53.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:53 smithi050 ceph-mon[92315]: pgmap v4124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:12:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:53 smithi172 ceph-mon[103696]: pgmap v4124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:12:54.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:54.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:55.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:55.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:55 smithi050 ceph-mon[92315]: 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-09-30T16:12:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:55 smithi172 ceph-mon[103696]: 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-09-30T16:12:56.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:56.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:57.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:57.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:57.724 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:57 smithi172 ceph-mon[103696]: 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-09-30T16:12:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:57 smithi050 ceph-mon[92315]: 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-09-30T16:12:58.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:58.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:59.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:12:59.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:12:59.823 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:12:59 smithi050 ceph-mon[92315]: pgmap v4127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:12:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:12:59 smithi172 ceph-mon[103696]: pgmap v4127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:13:00.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:00.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:01.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:01.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:01 smithi050 ceph-mon[92315]: 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-09-30T16:13:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:01 smithi172 ceph-mon[103696]: 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-09-30T16:13:02.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:02.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:03.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:03.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:03 smithi050 ceph-mon[92315]: pgmap v4129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:13:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:03 smithi172 ceph-mon[103696]: pgmap v4129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:13:04.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:04.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:13:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:13:05.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:05.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:05 smithi050 ceph-mon[92315]: 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-09-30T16:13:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:05 smithi172 ceph-mon[103696]: 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-09-30T16:13:06.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:06.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:07.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:07.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:07.829 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:07 smithi172 ceph-mon[103696]: 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-09-30T16:13:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:07 smithi050 ceph-mon[92315]: 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-09-30T16:13:08.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:08.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:09.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:09.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:09 smithi050 ceph-mon[92315]: pgmap v4132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:13:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:09 smithi172 ceph-mon[103696]: pgmap v4132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:13:10.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:10.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:11.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:11.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:11 smithi050 ceph-mon[92315]: 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-09-30T16:13:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:11 smithi172 ceph-mon[103696]: 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-09-30T16:13:12.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:12.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:13.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:13.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:13 smithi050 ceph-mon[92315]: pgmap v4134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:13:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:13 smithi172 ceph-mon[103696]: pgmap v4134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:13:14.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:14.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:15.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:15.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:15 smithi050 ceph-mon[92315]: 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-09-30T16:13:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:15 smithi172 ceph-mon[103696]: 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-09-30T16:13:16.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:16.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:17.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:17.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:17 smithi050 ceph-mon[92315]: 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-09-30T16:13:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:17 smithi172 ceph-mon[103696]: 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-09-30T16:13:18.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:18.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:19.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:19.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:19 smithi050 ceph-mon[92315]: pgmap v4137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:13:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:13:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:19 smithi172 ceph-mon[103696]: pgmap v4137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:13:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:13:20.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:20.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:21.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:21.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:21 smithi050 ceph-mon[92315]: 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-09-30T16:13:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:21 smithi172 ceph-mon[103696]: 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-09-30T16:13:22.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:22.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:23.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:23.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:23 smithi050 ceph-mon[92315]: pgmap v4139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:13:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:23 smithi172 ceph-mon[103696]: pgmap v4139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:13:24.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:24.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:25.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:25.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:25 smithi050 ceph-mon[92315]: 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-09-30T16:13:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:25 smithi172 ceph-mon[103696]: 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-09-30T16:13:26.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:26.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:27.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:27.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:27 smithi050 ceph-mon[92315]: 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-09-30T16:13:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:27 smithi172 ceph-mon[103696]: 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-09-30T16:13:28.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:28.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:29.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:29.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:29 smithi050 ceph-mon[92315]: pgmap v4142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:13:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:29 smithi172 ceph-mon[103696]: pgmap v4142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:13:30.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:30.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:31.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:31.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:31 smithi050 ceph-mon[92315]: 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-09-30T16:13:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:31 smithi172 ceph-mon[103696]: 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-09-30T16:13:32.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:32.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:33.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:33.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:33 smithi050 ceph-mon[92315]: pgmap v4144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:13:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:33 smithi172 ceph-mon[103696]: pgmap v4144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:13:34.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:34.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:13:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:13:35.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:35.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:35 smithi050 ceph-mon[92315]: 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-09-30T16:13:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:35 smithi172 ceph-mon[103696]: 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-09-30T16:13:36.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:36.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:37.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:37.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:37 smithi050 ceph-mon[92315]: 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-09-30T16:13:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:37 smithi172 ceph-mon[103696]: 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-09-30T16:13:38.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:38.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:39.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:39.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:39 smithi050 ceph-mon[92315]: pgmap v4147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:13:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:39 smithi172 ceph-mon[103696]: pgmap v4147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:13:40.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:40.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:13:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:13:41.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:41.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:41 smithi050 ceph-mon[92315]: 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-09-30T16:13:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:13:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:13:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:13:41.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:13:41.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:13:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:41 smithi172 ceph-mon[103696]: 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-09-30T16:13:41.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:13:41.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:13:41.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:13:41.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:13:41.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:13:42.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:42.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:43.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:43.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:43 smithi050 ceph-mon[92315]: pgmap v4149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:13:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:43 smithi172 ceph-mon[103696]: pgmap v4149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:13:44.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:44.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:45.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:45.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:45 smithi050 ceph-mon[92315]: 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-09-30T16:13:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:45 smithi172 ceph-mon[103696]: 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-09-30T16:13:46.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:46.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:47.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:47.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:47 smithi050 ceph-mon[92315]: 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-09-30T16:13:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:47 smithi172 ceph-mon[103696]: 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-09-30T16:13:48.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:48.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:49.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:49.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:49 smithi050 ceph-mon[92315]: pgmap v4152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:13:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:13:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:49 smithi172 ceph-mon[103696]: pgmap v4152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:13:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:13:50.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:50.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:51.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:51.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:51 smithi050 ceph-mon[92315]: 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-09-30T16:13:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:51 smithi172 ceph-mon[103696]: 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-09-30T16:13:52.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:52.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:53.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:53.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:53 smithi172 ceph-mon[103696]: pgmap v4154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:13:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:53 smithi050 ceph-mon[92315]: pgmap v4154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:13:54.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:54.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:55.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:55.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:55 smithi050 ceph-mon[92315]: 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-09-30T16:13:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:55 smithi172 ceph-mon[103696]: 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-09-30T16:13:56.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:56.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:57.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:57.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:57 smithi050 ceph-mon[92315]: 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-09-30T16:13:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:57 smithi172 ceph-mon[103696]: 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-09-30T16:13:58.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:58.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:59.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:13:59.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:13:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:13:59 smithi050 ceph-mon[92315]: pgmap v4157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:13:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:13:59 smithi172 ceph-mon[103696]: pgmap v4157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:14:00.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:00.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:01.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:01.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:01 smithi050 ceph-mon[92315]: 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-09-30T16:14:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:01 smithi172 ceph-mon[103696]: 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-09-30T16:14:02.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:02.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:03.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:03.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:03 smithi050 ceph-mon[92315]: pgmap v4159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:14:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:03 smithi172 ceph-mon[103696]: pgmap v4159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:14:04.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:04.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:14:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:14:05.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:05.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:05 smithi050 ceph-mon[92315]: 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-09-30T16:14:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:05 smithi172 ceph-mon[103696]: 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-09-30T16:14:06.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:06.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:07.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:07.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:07 smithi050 ceph-mon[92315]: 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-09-30T16:14:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:07 smithi172 ceph-mon[103696]: 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-09-30T16:14:08.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:08.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:09.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:09.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:09 smithi050 ceph-mon[92315]: pgmap v4162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:14:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:09 smithi172 ceph-mon[103696]: pgmap v4162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:14:10.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:10.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:11.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:11.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:11 smithi050 ceph-mon[92315]: 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-09-30T16:14:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:11 smithi172 ceph-mon[103696]: 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-09-30T16:14:12.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:12.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:13.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:13.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:13 smithi050 ceph-mon[92315]: pgmap v4164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:14:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:13 smithi172 ceph-mon[103696]: pgmap v4164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:14:14.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:14.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:15.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:15.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:15 smithi050 ceph-mon[92315]: 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-09-30T16:14:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:15 smithi172 ceph-mon[103696]: 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-09-30T16:14:16.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:16.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:17.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:17.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:17 smithi050 ceph-mon[92315]: 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-09-30T16:14:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:17 smithi172 ceph-mon[103696]: 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-09-30T16:14:18.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:18.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:19.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:19.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:19 smithi050 ceph-mon[92315]: pgmap v4167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:14:19.885 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:14:19.886 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:19 smithi172 ceph-mon[103696]: pgmap v4167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:14:19.886 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:14:20.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:20.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:21.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:21.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:21 smithi050 ceph-mon[92315]: 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-09-30T16:14:21.631 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:21 smithi172 ceph-mon[103696]: 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-09-30T16:14:22.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:22.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:23.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:23.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:23 smithi050 ceph-mon[92315]: pgmap v4169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:14:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:23 smithi172 ceph-mon[103696]: pgmap v4169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:14:24.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:24.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:25.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:25.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:25.813 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:25 smithi050 ceph-mon[92315]: 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-09-30T16:14:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:25 smithi172 ceph-mon[103696]: 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-09-30T16:14:26.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:26.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:27.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:27.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:27 smithi050 ceph-mon[92315]: 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-09-30T16:14:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:27 smithi172 ceph-mon[103696]: 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-09-30T16:14:28.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:28.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:29.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:29.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:29 smithi050 ceph-mon[92315]: pgmap v4172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:14:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:29 smithi172 ceph-mon[103696]: pgmap v4172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:14:30.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:30.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:31.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:31.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:31 smithi050 ceph-mon[92315]: 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-09-30T16:14:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:31 smithi172 ceph-mon[103696]: 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-09-30T16:14:32.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:32.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:33.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:33.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:33.732 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:33 smithi172 ceph-mon[103696]: pgmap v4174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:14:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:33 smithi050 ceph-mon[92315]: pgmap v4174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:14:34.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:34.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:14:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:14:35.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:35.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:35 smithi050 ceph-mon[92315]: 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-09-30T16:14:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:35 smithi172 ceph-mon[103696]: 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-09-30T16:14:36.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:36.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:37.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:37.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:37 smithi050 ceph-mon[92315]: 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-09-30T16:14:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:37 smithi172 ceph-mon[103696]: 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-09-30T16:14:38.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:38.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:39.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:39.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:39 smithi050 ceph-mon[92315]: pgmap v4177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:14:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:39 smithi172 ceph-mon[103696]: pgmap v4177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:14:40.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:40.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:41.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:41.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:41 smithi050 ceph-mon[92315]: 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-09-30T16:14:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:14:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:14:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:14:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:14:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:14:41.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:14:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:41 smithi172 ceph-mon[103696]: 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-09-30T16:14:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:14:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:14:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:14:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:14:41.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:14:41.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:14:42.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:42.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:43.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:43.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:43.837 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:43 smithi172 ceph-mon[103696]: pgmap v4179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:14:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:43 smithi050 ceph-mon[92315]: pgmap v4179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:14:44.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:44.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:45.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:45.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:45 smithi050 ceph-mon[92315]: 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-09-30T16:14:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:45 smithi172 ceph-mon[103696]: 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-09-30T16:14:46.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:46.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:47.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:47.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:47 smithi050 ceph-mon[92315]: 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-09-30T16:14:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:47 smithi172 ceph-mon[103696]: 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-09-30T16:14:48.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:48.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:49.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:49.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:49 smithi050 ceph-mon[92315]: pgmap v4182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:14:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:14:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:49 smithi172 ceph-mon[103696]: pgmap v4182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:14:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:14:50.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:50.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:51.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:51.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:51 smithi050 ceph-mon[92315]: 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-09-30T16:14:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:51 smithi172 ceph-mon[103696]: 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-09-30T16:14:52.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:52.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:53.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:53.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:53 smithi050 ceph-mon[92315]: pgmap v4184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:14:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:53 smithi172 ceph-mon[103696]: pgmap v4184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:14:54.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:54.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:55.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:55.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:55 smithi050 ceph-mon[92315]: 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-09-30T16:14:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:55 smithi172 ceph-mon[103696]: 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-09-30T16:14:56.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:56.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:57.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:57.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:57 smithi050 ceph-mon[92315]: 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-09-30T16:14:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:57 smithi172 ceph-mon[103696]: 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-09-30T16:14:58.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:58.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:59.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:14:59.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:14:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:14:59 smithi050 ceph-mon[92315]: pgmap v4187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:14:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:14:59 smithi172 ceph-mon[103696]: pgmap v4187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:15:00.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:00.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:01.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:01.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:01 smithi050 ceph-mon[92315]: 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-09-30T16:15:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:01 smithi172 ceph-mon[103696]: 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-09-30T16:15:02.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:02.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:03.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:03.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:03 smithi050 ceph-mon[92315]: pgmap v4189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:15:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:03 smithi172 ceph-mon[103696]: pgmap v4189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:15:04.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:04.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:15:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:15:05.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:05.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:05 smithi050 ceph-mon[92315]: 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-09-30T16:15:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:05 smithi172 ceph-mon[103696]: 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-09-30T16:15:06.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:06.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:07.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:07.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:07 smithi050 ceph-mon[92315]: 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-09-30T16:15:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:07 smithi172 ceph-mon[103696]: 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-09-30T16:15:08.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:09.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:09.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:09.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:09 smithi050 ceph-mon[92315]: pgmap v4192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:15:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:09 smithi172 ceph-mon[103696]: pgmap v4192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:15:10.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:10.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:11.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:11.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:11 smithi050 ceph-mon[92315]: 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-09-30T16:15:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:11 smithi172 ceph-mon[103696]: 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-09-30T16:15:12.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:12.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:13.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:13.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:13 smithi050 ceph-mon[92315]: pgmap v4194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:15:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:13 smithi172 ceph-mon[103696]: pgmap v4194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:15:14.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:14.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:15.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:15.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:15 smithi050 ceph-mon[92315]: 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-09-30T16:15:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:15 smithi172 ceph-mon[103696]: 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-09-30T16:15:16.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:16.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:17.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:17.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:17 smithi050 ceph-mon[92315]: 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-09-30T16:15:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:17 smithi172 ceph-mon[103696]: 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-09-30T16:15:18.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:18.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:19.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:19.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:19 smithi050 ceph-mon[92315]: pgmap v4197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:15:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:15:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:19 smithi172 ceph-mon[103696]: pgmap v4197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:15:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:15:20.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:20.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:21.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:21.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:21 smithi050 ceph-mon[92315]: 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-09-30T16:15:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:21 smithi172 ceph-mon[103696]: 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-09-30T16:15:22.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:22.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:23.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:23.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:23 smithi050 ceph-mon[92315]: pgmap v4199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:15:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:23 smithi172 ceph-mon[103696]: pgmap v4199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:15:24.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:24.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:25.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:25.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:25 smithi050 ceph-mon[92315]: 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-09-30T16:15:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:25 smithi172 ceph-mon[103696]: 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-09-30T16:15:26.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:26.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:27.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:27.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:27 smithi050 ceph-mon[92315]: 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-09-30T16:15:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:27 smithi172 ceph-mon[103696]: 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-09-30T16:15:28.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:28.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:29.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:29.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:29 smithi172 ceph-mon[103696]: pgmap v4202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:15:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:29 smithi050 ceph-mon[92315]: pgmap v4202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:15:30.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:30.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:31.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:31.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:31 smithi050 ceph-mon[92315]: 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-09-30T16:15:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:31 smithi172 ceph-mon[103696]: 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-09-30T16:15:32.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:32.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:33.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:33.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:33 smithi050 ceph-mon[92315]: pgmap v4204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:15:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:33 smithi172 ceph-mon[103696]: pgmap v4204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:15:34.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:34.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:15:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:15:35.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:35.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:35 smithi050 ceph-mon[92315]: 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-09-30T16:15:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:35 smithi172 ceph-mon[103696]: 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-09-30T16:15:36.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:36.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:37.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:37.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:37 smithi050 ceph-mon[92315]: 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-09-30T16:15:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:37 smithi172 ceph-mon[103696]: 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-09-30T16:15:38.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:38.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:39.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:39.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:39 smithi050 ceph-mon[92315]: pgmap v4207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:15:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:39 smithi172 ceph-mon[103696]: pgmap v4207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:15:40.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:40.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:41.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:41.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:41 smithi172 ceph-mon[103696]: 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-09-30T16:15:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:41 smithi050 ceph-mon[92315]: 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-09-30T16:15:42.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:42.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:15:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:15:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:15:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:15:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:15:42.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:15:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:15:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:15:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:15:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:15:42.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:15:42.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:15:43.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:43.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:43 smithi050 ceph-mon[92315]: pgmap v4209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:15:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:43 smithi172 ceph-mon[103696]: pgmap v4209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:15:44.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:44.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:45.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:45.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:45 smithi050 ceph-mon[92315]: 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-09-30T16:15:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:45 smithi172 ceph-mon[103696]: 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-09-30T16:15:46.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:46.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:47.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:47.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:47 smithi050 ceph-mon[92315]: 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-09-30T16:15:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:47 smithi172 ceph-mon[103696]: 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-09-30T16:15:48.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:48.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:49.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:49.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:49 smithi050 ceph-mon[92315]: pgmap v4212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:15:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:15:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:49 smithi172 ceph-mon[103696]: pgmap v4212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:15:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:15:50.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:50.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:51.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:51.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:51 smithi050 ceph-mon[92315]: 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-09-30T16:15:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:51 smithi172 ceph-mon[103696]: 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-09-30T16:15:52.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:52.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:53.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:53.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:53 smithi050 ceph-mon[92315]: pgmap v4214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:15:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:53 smithi172 ceph-mon[103696]: pgmap v4214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:15:54.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:54.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:55.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:55.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:55 smithi050 ceph-mon[92315]: 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-09-30T16:15:55.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:55 smithi172 ceph-mon[103696]: 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-09-30T16:15:56.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:56.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:57.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:57.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:57 smithi050 ceph-mon[92315]: 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-09-30T16:15:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:57 smithi172 ceph-mon[103696]: 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-09-30T16:15:58.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:58.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:59.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:15:59.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:15:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:15:59 smithi050 ceph-mon[92315]: pgmap v4217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:15:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:15:59 smithi172 ceph-mon[103696]: pgmap v4217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:16:00.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:00.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:01.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:01.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:01 smithi050 ceph-mon[92315]: 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-09-30T16:16:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:01 smithi172 ceph-mon[103696]: 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-09-30T16:16:02.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:02.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:03.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:03.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:03 smithi050 ceph-mon[92315]: pgmap v4219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:16:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:03 smithi172 ceph-mon[103696]: pgmap v4219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:16:04.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:04.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:16:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:16:05.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:05.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:05 smithi050 ceph-mon[92315]: 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-09-30T16:16:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:05 smithi172 ceph-mon[103696]: 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-09-30T16:16:06.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:06.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:07.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:07.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:07 smithi050 ceph-mon[92315]: 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-09-30T16:16:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:07 smithi172 ceph-mon[103696]: 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-09-30T16:16:08.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:08.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:09.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:09.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:09 smithi050 ceph-mon[92315]: pgmap v4222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:16:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:09 smithi172 ceph-mon[103696]: pgmap v4222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:16:10.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:10.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:11.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:11.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:11 smithi050 ceph-mon[92315]: 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-09-30T16:16:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:11 smithi172 ceph-mon[103696]: 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-09-30T16:16:12.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:12.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:13.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:13.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:13 smithi050 ceph-mon[92315]: pgmap v4224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:16:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:13 smithi172 ceph-mon[103696]: pgmap v4224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:16:14.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:14.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:15.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:15.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:15 smithi050 ceph-mon[92315]: 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-09-30T16:16:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:15 smithi172 ceph-mon[103696]: 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-09-30T16:16:16.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:16.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:17.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:17.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:17 smithi050 ceph-mon[92315]: 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-09-30T16:16:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:17 smithi172 ceph-mon[103696]: 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-09-30T16:16:18.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:18.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:19.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:19.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:19.841 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:19 smithi172 ceph-mon[103696]: pgmap v4227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:16:19.841 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:16:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:19 smithi050 ceph-mon[92315]: pgmap v4227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:16:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:16:20.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:20.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:21.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:21.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:21 smithi050 ceph-mon[92315]: 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-09-30T16:16:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:21 smithi172 ceph-mon[103696]: 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-09-30T16:16:22.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:22.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:23.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:23.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:23 smithi050 ceph-mon[92315]: pgmap v4229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:16:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:23 smithi172 ceph-mon[103696]: pgmap v4229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:16:24.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:24.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:25.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:25.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:25 smithi050 ceph-mon[92315]: 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-09-30T16:16:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:25 smithi172 ceph-mon[103696]: 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-09-30T16:16:26.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:26.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:27.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:27.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:27 smithi050 ceph-mon[92315]: 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-09-30T16:16:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:27 smithi172 ceph-mon[103696]: 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-09-30T16:16:28.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:28.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:29.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:29.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:29 smithi050 ceph-mon[92315]: pgmap v4232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:16:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:29 smithi172 ceph-mon[103696]: pgmap v4232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:16:30.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:30.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:31.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:31.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:31 smithi050 ceph-mon[92315]: 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-09-30T16:16:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:31 smithi172 ceph-mon[103696]: 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-09-30T16:16:32.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:32.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:33.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:33.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:33 smithi050 ceph-mon[92315]: pgmap v4234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:16:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:33 smithi172 ceph-mon[103696]: pgmap v4234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:16:34.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:34.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:16:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:16:35.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:35.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:35 smithi050 ceph-mon[92315]: 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-09-30T16:16:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:35 smithi172 ceph-mon[103696]: 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-09-30T16:16:36.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:36.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:37.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:37.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:37 smithi050 ceph-mon[92315]: 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-09-30T16:16:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:37 smithi172 ceph-mon[103696]: 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-09-30T16:16:38.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:38.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:39.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:39.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:39 smithi050 ceph-mon[92315]: pgmap v4237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:16:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:39 smithi172 ceph-mon[103696]: pgmap v4237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:16:40.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:40.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:41.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:41.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:41 smithi050 ceph-mon[92315]: 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-09-30T16:16:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:41 smithi172 ceph-mon[103696]: 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-09-30T16:16:42.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:42.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:16:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:16:43.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:43.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:43 smithi050 ceph-mon[92315]: pgmap v4239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:16:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:43 smithi172 ceph-mon[103696]: pgmap v4239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:16:44.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:44.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:45.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:45.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:45 smithi050 ceph-mon[92315]: 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-09-30T16:16:45.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:45 smithi172 ceph-mon[103696]: 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-09-30T16:16:46.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:46.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:47.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:47.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:47 smithi050 ceph-mon[92315]: 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-09-30T16:16:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:16:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:16:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:16:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:16:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:16:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:16:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:16:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:47 smithi172 ceph-mon[103696]: 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-09-30T16:16:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:16:48.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:16:48.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:16:48.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:16:48.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:16:48.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:16:48.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:16:48.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:48.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:49.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:49.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:49 smithi050 ceph-mon[92315]: pgmap v4242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:16:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:16:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:49 smithi172 ceph-mon[103696]: pgmap v4242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:16:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:16:50.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:50.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:51.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:51.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:51 smithi050 ceph-mon[92315]: 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-09-30T16:16:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:51 smithi172 ceph-mon[103696]: 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-09-30T16:16:52.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:52.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:53.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:53.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:53 smithi050 ceph-mon[92315]: pgmap v4244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:16:53.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:53 smithi172 ceph-mon[103696]: pgmap v4244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:16:54.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:54.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:55.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:55.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:55 smithi050 ceph-mon[92315]: 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-09-30T16:16:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:55 smithi172 ceph-mon[103696]: 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-09-30T16:16:56.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:56.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:57.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:57.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:57 smithi050 ceph-mon[92315]: 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-09-30T16:16:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:57 smithi172 ceph-mon[103696]: 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-09-30T16:16:58.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:58.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:59.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:16:59.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:16:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:16:59 smithi050 ceph-mon[92315]: pgmap v4247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:16:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:16:59 smithi172 ceph-mon[103696]: pgmap v4247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:17:00.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:00.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:01.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:01.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:01 smithi172 ceph-mon[103696]: 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-09-30T16:17:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:01 smithi050 ceph-mon[92315]: 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-09-30T16:17:02.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:02.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:03.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:03.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:03 smithi050 ceph-mon[92315]: pgmap v4249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:17:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:03 smithi172 ceph-mon[103696]: pgmap v4249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:17:04.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:04.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:17:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:17:05.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:05.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:05 smithi172 ceph-mon[103696]: 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-09-30T16:17:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:05 smithi050 ceph-mon[92315]: 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-09-30T16:17:06.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:06.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:07.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:07.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:07 smithi050 ceph-mon[92315]: 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-09-30T16:17:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:07 smithi172 ceph-mon[103696]: 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-09-30T16:17:08.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:08.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:09.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:09.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:09 smithi050 ceph-mon[92315]: pgmap v4252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:17:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:09 smithi172 ceph-mon[103696]: pgmap v4252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:17:10.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:10.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:11.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:11.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:11 smithi172 ceph-mon[103696]: 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-09-30T16:17:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:11 smithi050 ceph-mon[92315]: 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-09-30T16:17:12.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:12.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:13.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:13.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:13 smithi050 ceph-mon[92315]: pgmap v4254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:17:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:13 smithi172 ceph-mon[103696]: pgmap v4254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:17:14.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:14.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:15.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:15.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:15 smithi050 ceph-mon[92315]: 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-09-30T16:17:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:15 smithi172 ceph-mon[103696]: 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-09-30T16:17:16.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:16.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:17.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:17.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:17 smithi050 ceph-mon[92315]: 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-09-30T16:17:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:17 smithi172 ceph-mon[103696]: 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-09-30T16:17:18.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:18.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:19.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:19.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:19 smithi050 ceph-mon[92315]: pgmap v4257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:17:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:17:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:19 smithi172 ceph-mon[103696]: pgmap v4257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:17:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:17:20.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:20.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:21.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:21.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:21 smithi172 ceph-mon[103696]: 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-09-30T16:17:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:21 smithi050 ceph-mon[92315]: 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-09-30T16:17:22.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:22.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:23.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:23.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:23 smithi050 ceph-mon[92315]: pgmap v4259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:17:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:23 smithi172 ceph-mon[103696]: pgmap v4259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:17:24.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:24.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:25.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:25.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:25 smithi050 ceph-mon[92315]: 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-09-30T16:17:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:25 smithi172 ceph-mon[103696]: 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-09-30T16:17:26.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:26.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:27.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:27.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:27 smithi050 ceph-mon[92315]: 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-09-30T16:17:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:27 smithi172 ceph-mon[103696]: 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-09-30T16:17:28.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:28.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:29.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:29.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:29 smithi050 ceph-mon[92315]: pgmap v4262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:17:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:29 smithi172 ceph-mon[103696]: pgmap v4262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:17:30.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:30.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:31.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:31.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:31 smithi172 ceph-mon[103696]: 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-09-30T16:17:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:31 smithi050 ceph-mon[92315]: 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-09-30T16:17:32.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:32.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:33.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:33.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:33 smithi050 ceph-mon[92315]: pgmap v4264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:17:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:33 smithi172 ceph-mon[103696]: pgmap v4264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:17:34.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:34.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:17:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:17:35.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:35.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:35 smithi050 ceph-mon[92315]: 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-09-30T16:17:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:35 smithi172 ceph-mon[103696]: 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-09-30T16:17:36.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:36.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:37.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:37.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:37 smithi050 ceph-mon[92315]: 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-09-30T16:17:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:37 smithi172 ceph-mon[103696]: 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-09-30T16:17:38.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:38.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:39.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:39.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:39 smithi050 ceph-mon[92315]: pgmap v4267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:17:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:39 smithi172 ceph-mon[103696]: pgmap v4267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:17:40.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:40.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:41.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:41.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:41 smithi172 ceph-mon[103696]: 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-09-30T16:17:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:41 smithi050 ceph-mon[92315]: 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-09-30T16:17:42.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:42.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:43.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:43.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:43 smithi050 ceph-mon[92315]: pgmap v4269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:17:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:43 smithi172 ceph-mon[103696]: pgmap v4269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:17:44.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:44.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:45.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:45.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:45 smithi050 ceph-mon[92315]: 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-09-30T16:17:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:45 smithi172 ceph-mon[103696]: 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-09-30T16:17:46.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:46.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:47.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:47.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:47 smithi050 ceph-mon[92315]: 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-09-30T16:17:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:17:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:47 smithi172 ceph-mon[103696]: 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-09-30T16:17:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:17:48.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:48.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:17:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:17:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:17:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:17:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:17:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:17:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:17:48.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:17:48.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:17:48.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:17:49.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:49.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:49 smithi050 ceph-mon[92315]: pgmap v4272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:17:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:17:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:49 smithi172 ceph-mon[103696]: pgmap v4272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:17:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:17:50.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:50.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:51.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:51.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:51 smithi172 ceph-mon[103696]: 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-09-30T16:17:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:51 smithi050 ceph-mon[92315]: 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-09-30T16:17:52.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:52.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:53.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:53.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:53 smithi050 ceph-mon[92315]: pgmap v4274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:17:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:53 smithi172 ceph-mon[103696]: pgmap v4274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:17:54.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:54.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:55.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:55.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:55.844 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:55 smithi172 ceph-mon[103696]: 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-09-30T16:17:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:55 smithi050 ceph-mon[92315]: 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-09-30T16:17:56.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:56.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:57.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:57.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:57 smithi050 ceph-mon[92315]: 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-09-30T16:17:57.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:57 smithi172 ceph-mon[103696]: 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-09-30T16:17:58.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:58.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:59.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:17:59.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:17:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:17:59 smithi050 ceph-mon[92315]: pgmap v4277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:17:59.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:17:59 smithi172 ceph-mon[103696]: pgmap v4277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:18:00.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:00.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:01.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:01.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:01 smithi172 ceph-mon[103696]: 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-09-30T16:18:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:01 smithi050 ceph-mon[92315]: 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-09-30T16:18:02.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:02.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:03.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:03.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:03 smithi050 ceph-mon[92315]: pgmap v4279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:18:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:03 smithi172 ceph-mon[103696]: pgmap v4279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:18:04.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:04.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:18:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:18:05.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:05.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:05 smithi050 ceph-mon[92315]: 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-09-30T16:18:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:05 smithi172 ceph-mon[103696]: 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-09-30T16:18:06.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:06.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:07.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:07.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:07 smithi050 ceph-mon[92315]: 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-09-30T16:18:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:07 smithi172 ceph-mon[103696]: 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-09-30T16:18:08.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:08.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:09.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:09.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:09 smithi050 ceph-mon[92315]: pgmap v4282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:18:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:09 smithi172 ceph-mon[103696]: pgmap v4282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:18:10.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:10.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:11.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:11.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:11 smithi172 ceph-mon[103696]: 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-09-30T16:18:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:11 smithi050 ceph-mon[92315]: 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-09-30T16:18:12.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:12.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:13.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:13.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:13 smithi050 ceph-mon[92315]: pgmap v4284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:18:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:13 smithi172 ceph-mon[103696]: pgmap v4284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:18:14.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:14.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:15.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:15.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:15 smithi050 ceph-mon[92315]: 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-09-30T16:18:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:15 smithi172 ceph-mon[103696]: 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-09-30T16:18:16.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:16.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:17.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:17.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:17 smithi050 ceph-mon[92315]: 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-09-30T16:18:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:17 smithi172 ceph-mon[103696]: 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-09-30T16:18:18.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:18.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:19.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:19.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:19 smithi050 ceph-mon[92315]: pgmap v4287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:18:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:18:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:19 smithi172 ceph-mon[103696]: pgmap v4287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:18:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:18:20.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:20.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:21 smithi172 ceph-mon[103696]: 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-09-30T16:18:21.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:21.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:21 smithi050 ceph-mon[92315]: 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-09-30T16:18:22.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:22.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:23.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:23.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:23 smithi050 ceph-mon[92315]: pgmap v4289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:18:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:23 smithi172 ceph-mon[103696]: pgmap v4289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:18:24.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:24.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:25.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:25.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:25 smithi050 ceph-mon[92315]: 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-09-30T16:18:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:25 smithi172 ceph-mon[103696]: 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-09-30T16:18:26.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:26.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:27.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:27.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:27 smithi050 ceph-mon[92315]: 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-09-30T16:18:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:27 smithi172 ceph-mon[103696]: 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-09-30T16:18:28.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:28.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:29.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:29.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:29 smithi050 ceph-mon[92315]: pgmap v4292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:18:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:29 smithi172 ceph-mon[103696]: pgmap v4292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:18:30.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:30.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:31 smithi172 ceph-mon[103696]: 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-09-30T16:18:31.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:31.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:31 smithi050 ceph-mon[92315]: 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-09-30T16:18:32.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:32.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:33.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:33.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:33 smithi050 ceph-mon[92315]: pgmap v4294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:18:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:33 smithi172 ceph-mon[103696]: pgmap v4294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:18:34.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:34.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:18:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:18:35.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:35.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:35 smithi050 ceph-mon[92315]: 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-09-30T16:18:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:35 smithi172 ceph-mon[103696]: 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-09-30T16:18:36.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:36.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:37.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:37.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:37 smithi050 ceph-mon[92315]: 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-09-30T16:18:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:37 smithi172 ceph-mon[103696]: 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-09-30T16:18:38.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:38.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:39.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:39.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:39 smithi050 ceph-mon[92315]: pgmap v4297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:18:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:39 smithi172 ceph-mon[103696]: pgmap v4297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:18:40.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:40.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:41 smithi172 ceph-mon[103696]: 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-09-30T16:18:41.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:41.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:41 smithi050 ceph-mon[92315]: 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-09-30T16:18:42.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:42.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:43.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:43.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:43 smithi050 ceph-mon[92315]: pgmap v4299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:18:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:43 smithi172 ceph-mon[103696]: pgmap v4299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:18:44.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:44.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:45.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:45.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:45 smithi050 ceph-mon[92315]: 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-09-30T16:18:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:45 smithi172 ceph-mon[103696]: 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-09-30T16:18:46.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:46.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:47.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:47.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:47 smithi050 ceph-mon[92315]: 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-09-30T16:18:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:47 smithi172 ceph-mon[103696]: 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-09-30T16:18:48.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:48.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:18:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:18:49.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:49.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:49 smithi050 ceph-mon[92315]: pgmap v4302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:18:50.021 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:18:50.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:49 smithi172 ceph-mon[103696]: pgmap v4302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:18:50.023 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:18:50.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:50.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:51.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:51.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:51 smithi050 ceph-mon[92315]: 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-09-30T16:18:51.970 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:51 smithi172 ceph-mon[103696]: 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-09-30T16:18:52.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:52.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:53.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:53.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:53.843 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:53 smithi050 ceph-mon[92315]: pgmap v4304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:18:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:53 smithi172 ceph-mon[103696]: pgmap v4304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:18:54.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:54.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:55.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:55.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:55 smithi050 ceph-mon[92315]: 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-09-30T16:18:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:55 smithi172 ceph-mon[103696]: 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-09-30T16:18:56.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:56.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:18:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:18:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:18:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:18:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:18:56.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:18:56.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:18:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:18:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:18:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:18:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:18:56.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:18:56.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:18:56.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:18:57.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:57.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:57 smithi050 ceph-mon[92315]: 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-09-30T16:18:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:57 smithi172 ceph-mon[103696]: 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-09-30T16:18:58.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:58.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:59.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:18:59.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:18:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:18:59 smithi050 ceph-mon[92315]: pgmap v4307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:18:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:18:59 smithi172 ceph-mon[103696]: pgmap v4307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:19:00.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:00.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:01.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:01.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:01 smithi050 ceph-mon[92315]: 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-09-30T16:19:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:01 smithi172 ceph-mon[103696]: 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-09-30T16:19:02.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:02.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:03.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:03.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:03 smithi050 ceph-mon[92315]: pgmap v4309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:19:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:03 smithi172 ceph-mon[103696]: pgmap v4309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:19:04.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:04.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:19:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:19:05.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:05.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:05 smithi050 ceph-mon[92315]: 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-09-30T16:19:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:05 smithi172 ceph-mon[103696]: 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-09-30T16:19:06.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:06.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:07.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:07.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:07 smithi050 ceph-mon[92315]: 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-09-30T16:19:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:07 smithi172 ceph-mon[103696]: 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-09-30T16:19:08.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:08.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:09.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:09.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:09 smithi050 ceph-mon[92315]: pgmap v4312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:19:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:09 smithi172 ceph-mon[103696]: pgmap v4312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:19:10.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:10.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:11.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:11.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:11 smithi050 ceph-mon[92315]: 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-09-30T16:19:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:11 smithi172 ceph-mon[103696]: 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-09-30T16:19:12.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:12.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:13.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:13.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:13 smithi050 ceph-mon[92315]: pgmap v4314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:19:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:13 smithi172 ceph-mon[103696]: pgmap v4314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:19:14.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:14.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:15.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:15.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:15 smithi050 ceph-mon[92315]: 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-09-30T16:19:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:15 smithi172 ceph-mon[103696]: 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-09-30T16:19:16.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:16.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:17.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:17.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:17 smithi050 ceph-mon[92315]: 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-09-30T16:19:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:17 smithi172 ceph-mon[103696]: 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-09-30T16:19:18.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:18.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:19.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:19.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:19 smithi050 ceph-mon[92315]: pgmap v4317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:19:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:19:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:19 smithi172 ceph-mon[103696]: pgmap v4317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:19:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:19:20.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:20.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:21.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:21.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:21.741 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:21 smithi172 ceph-mon[103696]: 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-09-30T16:19:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:21 smithi050 ceph-mon[92315]: 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-09-30T16:19:22.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:22.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:23.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:23.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:23 smithi050 ceph-mon[92315]: pgmap v4319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:19:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:23 smithi172 ceph-mon[103696]: pgmap v4319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:19:24.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:24.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:25.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:25.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:25 smithi050 ceph-mon[92315]: 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-09-30T16:19:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:25 smithi172 ceph-mon[103696]: 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-09-30T16:19:26.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:26.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:27.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:27.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:27 smithi050 ceph-mon[92315]: 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-09-30T16:19:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:27 smithi172 ceph-mon[103696]: 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-09-30T16:19:28.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:28.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:29.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:29.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:29 smithi050 ceph-mon[92315]: pgmap v4322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:19:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:29 smithi172 ceph-mon[103696]: pgmap v4322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:19:30.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:30.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:31.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:31.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:31 smithi050 ceph-mon[92315]: 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-09-30T16:19:31.847 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:31 smithi172 ceph-mon[103696]: 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-09-30T16:19:32.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:32.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:33.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:33.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:33 smithi050 ceph-mon[92315]: pgmap v4324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:19:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:33 smithi172 ceph-mon[103696]: pgmap v4324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:19:34.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:34.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:19:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:19:35.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:35.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:35 smithi050 ceph-mon[92315]: 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-09-30T16:19:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:35 smithi172 ceph-mon[103696]: 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-09-30T16:19:36.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:36.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:37.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:37.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:37 smithi050 ceph-mon[92315]: 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-09-30T16:19:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:37 smithi172 ceph-mon[103696]: 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-09-30T16:19:38.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:38.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:39.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:39.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:39 smithi050 ceph-mon[92315]: pgmap v4327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:19:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:39 smithi172 ceph-mon[103696]: pgmap v4327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:19:40.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:40.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:41.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:41.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:41 smithi050 ceph-mon[92315]: 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-09-30T16:19:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:41 smithi172 ceph-mon[103696]: 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-09-30T16:19:42.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:42.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:43.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:43.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:43 smithi050 ceph-mon[92315]: pgmap v4329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:19:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:43 smithi172 ceph-mon[103696]: pgmap v4329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:19:44.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:44.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:45.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:45.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:45 smithi050 ceph-mon[92315]: 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-09-30T16:19:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:45 smithi172 ceph-mon[103696]: 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-09-30T16:19:46.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:46.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:47.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:47.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:47 smithi050 ceph-mon[92315]: 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-09-30T16:19:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:47 smithi172 ceph-mon[103696]: 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-09-30T16:19:48.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:48.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:49.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:49.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:49 smithi050 ceph-mon[92315]: pgmap v4332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:19:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:19:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:49 smithi172 ceph-mon[103696]: pgmap v4332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:19:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:19:50.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:50.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:51.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:51.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:51 smithi050 ceph-mon[92315]: 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-09-30T16:19:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:51 smithi172 ceph-mon[103696]: 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-09-30T16:19:52.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:52.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:53.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:53.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:53 smithi050 ceph-mon[92315]: pgmap v4334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:19:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:53 smithi172 ceph-mon[103696]: pgmap v4334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:19:54.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:54.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:55.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:55.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:55 smithi050 ceph-mon[92315]: 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-09-30T16:19:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:55 smithi172 ceph-mon[103696]: 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-09-30T16:19:56.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:56.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:19:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:19:57.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:57.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:57 smithi050 ceph-mon[92315]: 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-09-30T16:19:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:19:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:19:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:19:58.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:19:58.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:19:58.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:19:58.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:19:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:57 smithi172 ceph-mon[103696]: 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-09-30T16:19:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:19:58.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:19:58.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:19:58.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:19:58.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:19:58.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:19:58.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:19:58.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:58.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:59.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:19:59.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:19:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:19:59 smithi050 ceph-mon[92315]: pgmap v4337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:20:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:19:59 smithi172 ceph-mon[103696]: pgmap v4337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:20:00.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:00.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T16:20:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T16:20:01.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:01.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:01 smithi050 ceph-mon[92315]: 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-09-30T16:20:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:01 smithi172 ceph-mon[103696]: 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-09-30T16:20:02.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:02.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:03.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:03.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:03 smithi050 ceph-mon[92315]: pgmap v4339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:20:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:03 smithi172 ceph-mon[103696]: pgmap v4339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:20:04.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:04.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:20:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:20:05.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:05.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:05 smithi050 ceph-mon[92315]: 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-09-30T16:20:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:05 smithi172 ceph-mon[103696]: 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-09-30T16:20:06.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:06.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:07.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:07.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:07 smithi050 ceph-mon[92315]: 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-09-30T16:20:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:07 smithi172 ceph-mon[103696]: 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-09-30T16:20:08.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:08.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:09.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:09.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:09 smithi050 ceph-mon[92315]: pgmap v4342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:20:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:09 smithi172 ceph-mon[103696]: pgmap v4342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:20:10.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:10.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:11.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:11.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:11 smithi050 ceph-mon[92315]: 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-09-30T16:20:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:11 smithi172 ceph-mon[103696]: 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-09-30T16:20:12.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:12.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:13.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:14.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:14.185 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:13 smithi172 ceph-mon[103696]: pgmap v4344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:20:14.187 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:13 smithi050 ceph-mon[92315]: pgmap v4344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:20:14.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:14.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:15.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:15.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:15 smithi050 ceph-mon[92315]: 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-09-30T16:20:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:15 smithi172 ceph-mon[103696]: 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-09-30T16:20:16.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:16.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:17.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:17.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:17 smithi050 ceph-mon[92315]: 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-09-30T16:20:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:17 smithi172 ceph-mon[103696]: 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-09-30T16:20:18.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:18.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:19.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:19.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:19 smithi050 ceph-mon[92315]: pgmap v4347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:20:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:20:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:19 smithi172 ceph-mon[103696]: pgmap v4347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:20:19.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:20:20.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:20.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:21.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:21.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:21 smithi050 ceph-mon[92315]: 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-09-30T16:20:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:21 smithi172 ceph-mon[103696]: 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-09-30T16:20:22.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:22.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:23.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:23.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:23 smithi050 ceph-mon[92315]: pgmap v4349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:20:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:23 smithi172 ceph-mon[103696]: pgmap v4349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:20:24.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:24.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:25.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:25.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:25 smithi050 ceph-mon[92315]: 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-09-30T16:20:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:25 smithi172 ceph-mon[103696]: 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-09-30T16:20:26.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:26.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:27.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:27.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:27 smithi050 ceph-mon[92315]: 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-09-30T16:20:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:27 smithi172 ceph-mon[103696]: 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-09-30T16:20:28.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:28.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:29.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:29.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:29 smithi050 ceph-mon[92315]: pgmap v4352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:20:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:29 smithi172 ceph-mon[103696]: pgmap v4352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:20:30.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:30.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:31 smithi050 ceph-mon[92315]: 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-09-30T16:20:31.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:31.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:31 smithi172 ceph-mon[103696]: 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-09-30T16:20:32.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:32.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:33 smithi050 ceph-mon[92315]: pgmap v4354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:20:33.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:33.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:33 smithi172 ceph-mon[103696]: pgmap v4354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:20:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:20:34.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:34.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:20:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:35 smithi050 ceph-mon[92315]: 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-09-30T16:20:35.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:35.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:35 smithi172 ceph-mon[103696]: 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-09-30T16:20:36.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:36.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:37 smithi050 ceph-mon[92315]: 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-09-30T16:20:37.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:37.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:37 smithi172 ceph-mon[103696]: 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-09-30T16:20:38.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:38.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:39 smithi050 ceph-mon[92315]: pgmap v4357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:20:39.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:39.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:39 smithi172 ceph-mon[103696]: pgmap v4357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:20:40.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:40.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:41 smithi050 ceph-mon[92315]: 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-09-30T16:20:41.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:41.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:41 smithi172 ceph-mon[103696]: 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-09-30T16:20:42.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:42.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:43 smithi050 ceph-mon[92315]: pgmap v4359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:20:43.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:43.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:43 smithi172 ceph-mon[103696]: pgmap v4359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:20:44.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:44.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:45 smithi050 ceph-mon[92315]: 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-09-30T16:20:45.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:45.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:45 smithi172 ceph-mon[103696]: 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-09-30T16:20:46.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:46.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:47 smithi050 ceph-mon[92315]: 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-09-30T16:20:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:47 smithi172 ceph-mon[103696]: 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-09-30T16:20:47.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:47.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:48.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:48.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:49 smithi050 ceph-mon[92315]: pgmap v4362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:20:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:20:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:49 smithi172 ceph-mon[103696]: pgmap v4362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:20:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:20:49.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:49.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:50.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:50.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:51 smithi050 ceph-mon[92315]: 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-09-30T16:20:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:51 smithi172 ceph-mon[103696]: 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-09-30T16:20:51.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:51.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:52.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:52.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:53 smithi050 ceph-mon[92315]: pgmap v4364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:20:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:53 smithi172 ceph-mon[103696]: pgmap v4364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:20:53.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:53.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:54.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:54.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:55 smithi050 ceph-mon[92315]: 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-09-30T16:20:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:55 smithi172 ceph-mon[103696]: 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-09-30T16:20:55.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:55.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:56.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:56.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:57 smithi050 ceph-mon[92315]: 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-09-30T16:20:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:20:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:57 smithi172 ceph-mon[103696]: 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-09-30T16:20:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:20:57.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:57.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:20:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:20:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:20:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:20:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:20:58.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:20:58.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:20:58.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:20:58.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:20:58.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:20:58.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:58.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:20:59.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:20:59.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:00.278 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:20:59 smithi050 ceph-mon[92315]: pgmap v4367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:21:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:20:59 smithi172 ceph-mon[103696]: pgmap v4367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:21:00.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:00.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:01 smithi050 ceph-mon[92315]: 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-09-30T16:21:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:01 smithi172 ceph-mon[103696]: 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-09-30T16:21:01.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:01.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:02.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:02.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:03 smithi050 ceph-mon[92315]: pgmap v4369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:21:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:03 smithi172 ceph-mon[103696]: pgmap v4369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:21:03.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:03.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:21:04.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:04.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:21:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:05 smithi172 ceph-mon[103696]: 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-09-30T16:21:05.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:05.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:05 smithi050 ceph-mon[92315]: 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-09-30T16:21:06.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:06.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:07 smithi172 ceph-mon[103696]: 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-09-30T16:21:07.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:07.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:07 smithi050 ceph-mon[92315]: 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-09-30T16:21:08.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:08.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:09 smithi172 ceph-mon[103696]: pgmap v4372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:21:09.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:09.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:09 smithi050 ceph-mon[92315]: pgmap v4372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:21:10.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:10.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:11 smithi050 ceph-mon[92315]: 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-09-30T16:21:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:11 smithi172 ceph-mon[103696]: 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-09-30T16:21:11.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:11.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:12.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:12.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:13 smithi050 ceph-mon[92315]: pgmap v4374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:21:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:13 smithi172 ceph-mon[103696]: pgmap v4374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:21:13.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:13.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:14.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:14.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:15 smithi050 ceph-mon[92315]: 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-09-30T16:21:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:15 smithi172 ceph-mon[103696]: 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-09-30T16:21:15.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:15.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:16.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:16.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:17 smithi172 ceph-mon[103696]: 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-09-30T16:21:17.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:17.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:17 smithi050 ceph-mon[92315]: 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-09-30T16:21:18.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:18.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:19.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:19 smithi172 ceph-mon[103696]: pgmap v4377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:21:19.879 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:21:19.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:19.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:19 smithi050 ceph-mon[92315]: pgmap v4377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:21:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:21:20.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:20.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:21 smithi050 ceph-mon[92315]: 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-09-30T16:21:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:21 smithi172 ceph-mon[103696]: 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-09-30T16:21:21.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:21.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:22.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:22.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:23 smithi172 ceph-mon[103696]: pgmap v4379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:21:23.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:23.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:23 smithi050 ceph-mon[92315]: pgmap v4379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:21:24.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:24.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:25 smithi050 ceph-mon[92315]: 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-09-30T16:21:25.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:25 smithi172 ceph-mon[103696]: 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-09-30T16:21:25.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:25.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:26.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:26.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:27 smithi172 ceph-mon[103696]: 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-09-30T16:21:27.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:27.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:27 smithi050 ceph-mon[92315]: 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-09-30T16:21:28.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:28.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:29 smithi172 ceph-mon[103696]: pgmap v4382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:21:29.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:29.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:29 smithi050 ceph-mon[92315]: pgmap v4382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:21:30.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:30.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:31 smithi050 ceph-mon[92315]: 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-09-30T16:21:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:31 smithi172 ceph-mon[103696]: 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-09-30T16:21:31.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:31.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:32.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:32.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:33 smithi172 ceph-mon[103696]: pgmap v4384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:21:33.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:33.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:33 smithi050 ceph-mon[92315]: pgmap v4384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:21:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:21:34.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:34.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:21:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:35 smithi172 ceph-mon[103696]: 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-09-30T16:21:35.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:35.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:35 smithi050 ceph-mon[92315]: 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-09-30T16:21:36.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:36.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:37 smithi172 ceph-mon[103696]: 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-09-30T16:21:37.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:37.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:37 smithi050 ceph-mon[92315]: 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-09-30T16:21:38.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:38.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:39 smithi172 ceph-mon[103696]: pgmap v4387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:21:39.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:39.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:39 smithi050 ceph-mon[92315]: pgmap v4387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:21:40.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:40.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:41 smithi050 ceph-mon[92315]: 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-09-30T16:21:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:41 smithi172 ceph-mon[103696]: 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-09-30T16:21:41.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:41.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:42.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:42.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:43 smithi172 ceph-mon[103696]: pgmap v4389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:21:43.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:43.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:43 smithi050 ceph-mon[92315]: pgmap v4389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:21:44.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:44.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:45 smithi172 ceph-mon[103696]: 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-09-30T16:21:45.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:45.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:45 smithi050 ceph-mon[92315]: 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-09-30T16:21:46.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:46.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:47 smithi172 ceph-mon[103696]: 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-09-30T16:21:47.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:47.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:47 smithi050 ceph-mon[92315]: 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-09-30T16:21:48.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:48.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:49 smithi172 ceph-mon[103696]: pgmap v4392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:21:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:21:49.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:49.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:49 smithi050 ceph-mon[92315]: pgmap v4392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:21:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:21:50.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:50.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:51 smithi050 ceph-mon[92315]: 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-09-30T16:21:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:51 smithi172 ceph-mon[103696]: 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-09-30T16:21:51.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:51.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:52.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:52.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:53 smithi172 ceph-mon[103696]: pgmap v4394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:21:53.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:53.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:53 smithi050 ceph-mon[92315]: pgmap v4394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:21:54.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:54.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:55 smithi172 ceph-mon[103696]: 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-09-30T16:21:55.909 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:55 smithi050 ceph-mon[92315]: 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-09-30T16:21:55.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:55.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:56.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:56.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:57 smithi172 ceph-mon[103696]: 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-09-30T16:21:57.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:57.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:57 smithi050 ceph-mon[92315]: 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-09-30T16:21:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:21:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:21:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:21:58.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:58.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:21:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:21:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:21:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:21:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:59 smithi172 ceph-mon[103696]: pgmap v4397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:21:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:21:59.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:21:59.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:21:59.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:21:59.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:21:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:21:59.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:21:59.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:59 smithi050 ceph-mon[92315]: pgmap v4397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:22:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:22:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:22:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:22:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:22:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:21:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:22:01.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:01.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:01 smithi050 ceph-mon[92315]: 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-09-30T16:22:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:01 smithi172 ceph-mon[103696]: 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-09-30T16:22:02.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:02.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:03.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:03.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:03 smithi172 ceph-mon[103696]: pgmap v4399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:22:04.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:04.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:03 smithi050 ceph-mon[92315]: pgmap v4399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:22:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:22:05.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:05.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:22:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:05 smithi172 ceph-mon[103696]: 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-09-30T16:22:06.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:06.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:06.023 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:05 smithi050 ceph-mon[92315]: 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-09-30T16:22:07.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:07.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:07 smithi172 ceph-mon[103696]: 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-09-30T16:22:08.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:08.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:07 smithi050 ceph-mon[92315]: 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-09-30T16:22:09.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:09.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:09 smithi172 ceph-mon[103696]: pgmap v4402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:22:10.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:10.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:09 smithi050 ceph-mon[92315]: pgmap v4402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:22:11.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:11.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:11 smithi050 ceph-mon[92315]: 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-09-30T16:22:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:11 smithi172 ceph-mon[103696]: 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-09-30T16:22:12.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:12.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:13.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:13.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:13 smithi172 ceph-mon[103696]: pgmap v4404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:22:14.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:14.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:13 smithi050 ceph-mon[92315]: pgmap v4404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:22:15.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:15.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:15 smithi172 ceph-mon[103696]: 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-09-30T16:22:16.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:16.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:15 smithi050 ceph-mon[92315]: 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-09-30T16:22:17.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:17.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:17 smithi172 ceph-mon[103696]: 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-09-30T16:22:18.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:18.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:17 smithi050 ceph-mon[92315]: 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-09-30T16:22:19.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:19.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:19 smithi172 ceph-mon[103696]: pgmap v4407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:22:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:22:20.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:20.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:19 smithi050 ceph-mon[92315]: pgmap v4407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:22:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:22:21.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:21.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:21 smithi050 ceph-mon[92315]: 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-09-30T16:22:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:21 smithi172 ceph-mon[103696]: 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-09-30T16:22:22.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:22.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:23.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:23.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:23 smithi172 ceph-mon[103696]: pgmap v4409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:22:24.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:24.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:23 smithi050 ceph-mon[92315]: pgmap v4409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:22:25.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:25.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:25 smithi172 ceph-mon[103696]: 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-09-30T16:22:26.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:26.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:25 smithi050 ceph-mon[92315]: 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-09-30T16:22:27.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:27.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:27 smithi172 ceph-mon[103696]: 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-09-30T16:22:28.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:28.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:27 smithi050 ceph-mon[92315]: 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-09-30T16:22:29.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:29.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:29 smithi172 ceph-mon[103696]: pgmap v4412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:22:30.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:30.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:29 smithi050 ceph-mon[92315]: pgmap v4412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:22:31.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:31.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:31 smithi050 ceph-mon[92315]: 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-09-30T16:22:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:31 smithi172 ceph-mon[103696]: 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-09-30T16:22:32.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:32.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:33.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:33.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:33 smithi172 ceph-mon[103696]: pgmap v4414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:22:34.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:34.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:33 smithi050 ceph-mon[92315]: pgmap v4414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:22:35.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:35.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:22:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:22:36.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:36.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:35 smithi050 ceph-mon[92315]: 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-09-30T16:22:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:35 smithi172 ceph-mon[103696]: 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-09-30T16:22:37.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:37.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:38.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:38.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:37 smithi050 ceph-mon[92315]: 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-09-30T16:22:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:37 smithi172 ceph-mon[103696]: 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-09-30T16:22:39.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:39.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:40.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:40.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:40.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:39 smithi050 ceph-mon[92315]: pgmap v4417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:22:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:39 smithi172 ceph-mon[103696]: pgmap v4417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:22:41.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:41.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:41 smithi050 ceph-mon[92315]: 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-09-30T16:22:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:41 smithi172 ceph-mon[103696]: 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-09-30T16:22:42.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:42.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:43.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:43.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:43 smithi172 ceph-mon[103696]: pgmap v4419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:22:44.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:44.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:43 smithi050 ceph-mon[92315]: pgmap v4419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:22:45.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:45.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:45 smithi172 ceph-mon[103696]: 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-09-30T16:22:46.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:46.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:45 smithi050 ceph-mon[92315]: 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-09-30T16:22:47.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:47.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:48.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:48.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:47 smithi050 ceph-mon[92315]: 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-09-30T16:22:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:47 smithi172 ceph-mon[103696]: 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-09-30T16:22:49.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:49.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:50.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:50.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:49 smithi050 ceph-mon[92315]: pgmap v4422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:22:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:22:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:49 smithi172 ceph-mon[103696]: pgmap v4422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:22:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:22:51.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:51.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:51 smithi050 ceph-mon[92315]: 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-09-30T16:22:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:51 smithi172 ceph-mon[103696]: 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-09-30T16:22:52.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:52.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:53.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:53.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:53.951 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:53 smithi172 ceph-mon[103696]: pgmap v4424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:22:54.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:54.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:53 smithi050 ceph-mon[92315]: pgmap v4424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:22:55.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:55.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:56.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:56.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:55 smithi050 ceph-mon[92315]: 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-09-30T16:22:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:55 smithi172 ceph-mon[103696]: 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-09-30T16:22:57.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:57.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:57 smithi050 ceph-mon[92315]: 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-09-30T16:22:58.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:58.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:22:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:57 smithi172 ceph-mon[103696]: 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-09-30T16:22:59.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:22:59.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:59 smithi050 ceph-mon[92315]: pgmap v4427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:23:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:22:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:23:00.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:00.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:59 smithi172 ceph-mon[103696]: pgmap v4427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:23:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:22:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:23:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:23:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:23:01.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:23:01.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:23:01.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:23:01.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:01.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:23:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:23:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:23:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:23:01.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:23:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:01 smithi050 ceph-mon[92315]: 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-09-30T16:23:02.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:02.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:01 smithi172 ceph-mon[103696]: 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-09-30T16:23:03.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:03.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:04.056 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:03 smithi172 ceph-mon[103696]: pgmap v4429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:23:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:03 smithi050 ceph-mon[92315]: pgmap v4429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:23:04.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:04.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:23:05.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:05.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:23:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:05 smithi050 ceph-mon[92315]: 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-09-30T16:23:06.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:06.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:05 smithi172 ceph-mon[103696]: 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-09-30T16:23:07.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:07.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:07 smithi050 ceph-mon[92315]: 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-09-30T16:23:08.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:08.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:07 smithi172 ceph-mon[103696]: 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-09-30T16:23:09.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:09.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:09 smithi050 ceph-mon[92315]: pgmap v4432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:23:10.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:10.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:09 smithi172 ceph-mon[103696]: pgmap v4432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:23:11.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:11.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:11.774 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:11 smithi050 ceph-mon[92315]: 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-09-30T16:23:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:11 smithi172 ceph-mon[103696]: 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-09-30T16:23:12.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:12.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:13.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:13.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:13 smithi050 ceph-mon[92315]: pgmap v4434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:23:14.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:14.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:13 smithi172 ceph-mon[103696]: pgmap v4434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:23:15.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:15.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:15 smithi050 ceph-mon[92315]: 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-09-30T16:23:16.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:16.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:15 smithi172 ceph-mon[103696]: 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-09-30T16:23:17.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:17.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:17 smithi050 ceph-mon[92315]: 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-09-30T16:23:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:17 smithi172 ceph-mon[103696]: 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-09-30T16:23:18.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:18.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:19.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:19.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:19 smithi050 ceph-mon[92315]: pgmap v4437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:23:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:23:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:19 smithi172 ceph-mon[103696]: pgmap v4437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:23:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:23:20.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:20.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:21.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:21.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:21 smithi050 ceph-mon[92315]: 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-09-30T16:23:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:21 smithi172 ceph-mon[103696]: 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-09-30T16:23:22.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:22.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:23.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:23.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:24.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:23 smithi050 ceph-mon[92315]: pgmap v4439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:23:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:23 smithi172 ceph-mon[103696]: pgmap v4439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:23:24.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:24.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:25.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:25.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:25 smithi050 ceph-mon[92315]: 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-09-30T16:23:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:25 smithi172 ceph-mon[103696]: 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-09-30T16:23:26.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:26.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:27.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:27.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:27 smithi050 ceph-mon[92315]: 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-09-30T16:23:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:27 smithi172 ceph-mon[103696]: 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-09-30T16:23:28.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:28.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:29.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:29.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:29 smithi050 ceph-mon[92315]: pgmap v4442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:23:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:29 smithi172 ceph-mon[103696]: pgmap v4442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:23:30.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:30.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:31.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:31.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:31 smithi050 ceph-mon[92315]: 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-09-30T16:23:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:31 smithi172 ceph-mon[103696]: 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-09-30T16:23:32.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:32.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:33.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:33.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:33 smithi050 ceph-mon[92315]: pgmap v4444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:23:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:33 smithi172 ceph-mon[103696]: pgmap v4444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:23:34.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:34.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:23:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:23:35.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:35.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:35 smithi050 ceph-mon[92315]: 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-09-30T16:23:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:35 smithi172 ceph-mon[103696]: 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-09-30T16:23:36.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:36.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:37.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:37.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:37 smithi050 ceph-mon[92315]: 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-09-30T16:23:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:37 smithi172 ceph-mon[103696]: 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-09-30T16:23:38.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:38.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:39.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:39.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:39 smithi172 ceph-mon[103696]: pgmap v4447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:23:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:39 smithi050 ceph-mon[92315]: pgmap v4447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:23:40.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:40.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:41.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:41.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:41 smithi050 ceph-mon[92315]: 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-09-30T16:23:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:41 smithi172 ceph-mon[103696]: 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-09-30T16:23:42.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:42.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:43.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:43.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:43 smithi050 ceph-mon[92315]: pgmap v4449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:23:44.623 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:43 smithi172 ceph-mon[103696]: pgmap v4449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:23:44.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:44.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:45.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:45.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:45 smithi050 ceph-mon[92315]: 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-09-30T16:23:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:45 smithi172 ceph-mon[103696]: 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-09-30T16:23:46.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:46.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:47.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:47.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:47 smithi050 ceph-mon[92315]: 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-09-30T16:23:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:47 smithi172 ceph-mon[103696]: 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-09-30T16:23:48.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:48.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:49.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:49.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:49 smithi172 ceph-mon[103696]: pgmap v4452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:23:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:23:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:49 smithi050 ceph-mon[92315]: pgmap v4452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:23:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:23:50.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:50.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:51.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:51.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:51 smithi050 ceph-mon[92315]: 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-09-30T16:23:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:51 smithi172 ceph-mon[103696]: 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-09-30T16:23:52.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:52.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:53.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:53.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:53 smithi050 ceph-mon[92315]: pgmap v4454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:23:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:53 smithi172 ceph-mon[103696]: pgmap v4454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:23:54.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:54.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:55.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:55.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:55 smithi050 ceph-mon[92315]: 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-09-30T16:23:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:55 smithi172 ceph-mon[103696]: 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-09-30T16:23:56.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:56.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:57.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:57.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:57 smithi050 ceph-mon[92315]: 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-09-30T16:23:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:57 smithi172 ceph-mon[103696]: 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-09-30T16:23:58.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:58.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:23:59.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:23:59.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:23:59 smithi050 ceph-mon[92315]: pgmap v4457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:24:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:23:59 smithi172 ceph-mon[103696]: pgmap v4457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:24:00.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:00.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:24:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:24:01.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:24:01.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:24:01.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:24:01.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:24:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:24:01.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:24:01.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:24:01.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:24:01.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:24:01.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:24:01.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:01.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:01 smithi050 ceph-mon[92315]: 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-09-30T16:24:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:01 smithi172 ceph-mon[103696]: 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-09-30T16:24:02.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:02.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:03.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:03.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:03 smithi050 ceph-mon[92315]: pgmap v4459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:24:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:03 smithi172 ceph-mon[103696]: pgmap v4459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:24:04.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:04.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:24:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:24:05.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:05.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:05 smithi050 ceph-mon[92315]: 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-09-30T16:24:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:05 smithi172 ceph-mon[103696]: 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-09-30T16:24:06.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:06.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:07.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:07.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:07 smithi050 ceph-mon[92315]: 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-09-30T16:24:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:07 smithi172 ceph-mon[103696]: 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-09-30T16:24:08.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:08.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:09.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:09.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:09 smithi050 ceph-mon[92315]: pgmap v4462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:24:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:09 smithi172 ceph-mon[103696]: pgmap v4462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:24:10.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:10.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:11.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:11.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:11 smithi050 ceph-mon[92315]: 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-09-30T16:24:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:11 smithi172 ceph-mon[103696]: 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-09-30T16:24:12.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:12.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:13.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:13.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:13 smithi050 ceph-mon[92315]: pgmap v4464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:24:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:13 smithi172 ceph-mon[103696]: pgmap v4464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:24:14.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:14.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:15.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:15.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:15 smithi050 ceph-mon[92315]: 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-09-30T16:24:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:15 smithi172 ceph-mon[103696]: 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-09-30T16:24:16.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:16.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:17.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:17.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:17 smithi050 ceph-mon[92315]: 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-09-30T16:24:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:17 smithi172 ceph-mon[103696]: 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-09-30T16:24:18.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:18.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:19.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:19.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:19 smithi050 ceph-mon[92315]: pgmap v4467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:24:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:24:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:19 smithi172 ceph-mon[103696]: pgmap v4467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:24:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:24:20.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:20.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:21.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:21.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:21 smithi050 ceph-mon[92315]: 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-09-30T16:24:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:21 smithi172 ceph-mon[103696]: 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-09-30T16:24:22.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:22.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:23.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:23.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:23 smithi050 ceph-mon[92315]: pgmap v4469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:24:24.129 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:23 smithi172 ceph-mon[103696]: pgmap v4469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:24:24.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:24.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:25.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:25.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:25 smithi050 ceph-mon[92315]: 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-09-30T16:24:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:25 smithi172 ceph-mon[103696]: 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-09-30T16:24:26.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:26.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:27.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:27.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:27 smithi050 ceph-mon[92315]: pgmap v4471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:24:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:27 smithi172 ceph-mon[103696]: pgmap v4471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:24:28.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:28.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:29.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:29.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:29.953 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:29 smithi172 ceph-mon[103696]: pgmap v4472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:24:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:29 smithi050 ceph-mon[92315]: pgmap v4472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:24:30.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:30.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:31.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:31.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:31 smithi050 ceph-mon[92315]: 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-09-30T16:24:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:31 smithi172 ceph-mon[103696]: 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-09-30T16:24:32.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:32.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:33.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:33.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:33 smithi050 ceph-mon[92315]: pgmap v4474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:24:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:33 smithi172 ceph-mon[103696]: pgmap v4474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:24:34.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:34.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:35.007 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:24:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:24:35.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:35.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:35 smithi050 ceph-mon[92315]: 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-09-30T16:24:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:35 smithi172 ceph-mon[103696]: 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-09-30T16:24:36.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:36.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:37.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:37.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:37 smithi050 ceph-mon[92315]: pgmap v4476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:24:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:37 smithi172 ceph-mon[103696]: pgmap v4476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:24:38.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:38.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:39.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:39.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:40.059 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:39 smithi172 ceph-mon[103696]: 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-09-30T16:24:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:39 smithi050 ceph-mon[92315]: 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-09-30T16:24:40.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:40.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:41.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:41.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:41 smithi050 ceph-mon[92315]: 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-09-30T16:24:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:41 smithi172 ceph-mon[103696]: 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-09-30T16:24:42.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:42.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:43.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:43.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:43 smithi050 ceph-mon[92315]: pgmap v4479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:24:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:43 smithi172 ceph-mon[103696]: pgmap v4479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:24:44.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:44.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:45.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:45.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:45 smithi050 ceph-mon[92315]: 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-09-30T16:24:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:45 smithi172 ceph-mon[103696]: 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-09-30T16:24:46.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:46.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:47.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:47.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:47 smithi050 ceph-mon[92315]: pgmap v4481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:24:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:47 smithi172 ceph-mon[103696]: pgmap v4481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:24:48.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:48.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:49.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:49.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:49 smithi050 ceph-mon[92315]: 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-09-30T16:24:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:24:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:49 smithi172 ceph-mon[103696]: 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-09-30T16:24:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:24:50.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:50.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:51.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:51.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:51 smithi050 ceph-mon[92315]: 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-09-30T16:24:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:51 smithi172 ceph-mon[103696]: 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-09-30T16:24:52.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:52.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:53.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:53.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:53 smithi050 ceph-mon[92315]: pgmap v4484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:24:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:53 smithi172 ceph-mon[103696]: pgmap v4484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:24:54.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:54.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:55.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:55.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:56.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:55 smithi050 ceph-mon[92315]: 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-09-30T16:24:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:55 smithi172 ceph-mon[103696]: 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-09-30T16:24:56.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:56.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:57.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:57.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:57.979 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:57 smithi050 ceph-mon[92315]: pgmap v4486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:24:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:57 smithi172 ceph-mon[103696]: pgmap v4486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:24:58.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:58.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:24:59.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:24:59.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:24:59 smithi050 ceph-mon[92315]: 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-09-30T16:25:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:24:59 smithi172 ceph-mon[103696]: 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-09-30T16:25:00.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:00.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:01.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:01.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:01 smithi050 ceph-mon[92315]: 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-09-30T16:25:01.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:25:01.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:25:01.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:25:01.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:25:01.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:25:01.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:25:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:01 smithi172 ceph-mon[103696]: 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-09-30T16:25:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:25:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:25:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:25:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:25:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:25:01.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:25:02.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:02.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:03.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:03.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:03 smithi050 ceph-mon[92315]: pgmap v4489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:25:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:03 smithi172 ceph-mon[103696]: pgmap v4489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:25:04.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:04.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:25:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:25:05.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:05.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:05 smithi050 ceph-mon[92315]: 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-09-30T16:25:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:05 smithi172 ceph-mon[103696]: 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-09-30T16:25:06.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:06.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:07.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:07.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:08.094 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:07 smithi050 ceph-mon[92315]: pgmap v4491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:25:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:07 smithi172 ceph-mon[103696]: pgmap v4491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:25:08.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:08.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:09.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:09.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:09 smithi050 ceph-mon[92315]: 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-09-30T16:25:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:09 smithi172 ceph-mon[103696]: 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-09-30T16:25:10.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:10.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:11.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:11.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:11 smithi050 ceph-mon[92315]: 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-09-30T16:25:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:11 smithi172 ceph-mon[103696]: 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-09-30T16:25:12.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:12.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:13.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:13.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:13 smithi050 ceph-mon[92315]: pgmap v4494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:25:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:13 smithi172 ceph-mon[103696]: pgmap v4494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:25:14.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:14.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:15.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:15.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:15 smithi172 ceph-mon[103696]: 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-09-30T16:25:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:15 smithi050 ceph-mon[92315]: 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-09-30T16:25:16.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:16.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:17.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:17.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:17 smithi050 ceph-mon[92315]: pgmap v4496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:25:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:17 smithi172 ceph-mon[103696]: pgmap v4496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:25:18.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:18.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:19.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:19.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:19 smithi050 ceph-mon[92315]: 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-09-30T16:25:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:25:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:19 smithi172 ceph-mon[103696]: 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-09-30T16:25:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:25:20.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:20.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:21.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:21.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:21 smithi050 ceph-mon[92315]: 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-09-30T16:25:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:21 smithi172 ceph-mon[103696]: 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-09-30T16:25:22.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:22.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:23.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:23.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:23 smithi050 ceph-mon[92315]: pgmap v4499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:25:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:23 smithi172 ceph-mon[103696]: pgmap v4499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:25:24.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:24.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:25.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:25.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:25 smithi172 ceph-mon[103696]: 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-09-30T16:25:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:25 smithi050 ceph-mon[92315]: 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-09-30T16:25:26.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:26.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:27.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:27.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:27 smithi050 ceph-mon[92315]: pgmap v4501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:25:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:27 smithi172 ceph-mon[103696]: pgmap v4501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:25:28.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:28.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:29.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:29.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:29 smithi050 ceph-mon[92315]: 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-09-30T16:25:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:29 smithi172 ceph-mon[103696]: 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-09-30T16:25:30.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:30.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:31.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:31.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:31 smithi050 ceph-mon[92315]: 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-09-30T16:25:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:31 smithi172 ceph-mon[103696]: 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-09-30T16:25:32.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:32.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:33.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:33.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:33 smithi050 ceph-mon[92315]: pgmap v4504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:25:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:33 smithi172 ceph-mon[103696]: pgmap v4504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:25:34.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:34.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:25:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:25:35.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:35.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:35 smithi050 ceph-mon[92315]: 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-09-30T16:25:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:35 smithi172 ceph-mon[103696]: 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-09-30T16:25:36.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:36.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:37.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:37.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:37 smithi050 ceph-mon[92315]: pgmap v4506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:25:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:37 smithi172 ceph-mon[103696]: pgmap v4506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:25:38.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:38.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:39.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:39.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:39 smithi050 ceph-mon[92315]: 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-09-30T16:25:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:39 smithi172 ceph-mon[103696]: 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-09-30T16:25:40.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:40.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:41.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:41.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:41 smithi050 ceph-mon[92315]: 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-09-30T16:25:41.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:41 smithi172 ceph-mon[103696]: 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-09-30T16:25:42.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:42.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:43.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:43.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:43 smithi050 ceph-mon[92315]: pgmap v4509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:25:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:43 smithi172 ceph-mon[103696]: pgmap v4509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:25:44.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:44.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:45.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:45.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:45 smithi050 ceph-mon[92315]: 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-09-30T16:25:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:45 smithi172 ceph-mon[103696]: 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-09-30T16:25:46.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:46.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:47.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:47.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:47 smithi050 ceph-mon[92315]: pgmap v4511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:25:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:47 smithi172 ceph-mon[103696]: pgmap v4511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:25:48.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:48.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:49.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:49.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:49 smithi050 ceph-mon[92315]: 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-09-30T16:25:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:25:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:49 smithi172 ceph-mon[103696]: 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-09-30T16:25:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:25:50.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:50.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:51.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:51.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:51 smithi050 ceph-mon[92315]: 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-09-30T16:25:51.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:51 smithi172 ceph-mon[103696]: 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-09-30T16:25:52.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:52.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:53.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:53.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:53 smithi050 ceph-mon[92315]: pgmap v4514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:25:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:53 smithi172 ceph-mon[103696]: pgmap v4514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:25:54.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:54.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:55.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:55.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:55 smithi050 ceph-mon[92315]: 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-09-30T16:25:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:55 smithi172 ceph-mon[103696]: 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-09-30T16:25:56.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:56.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:57.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:57.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:57 smithi050 ceph-mon[92315]: pgmap v4516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:25:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:57 smithi172 ceph-mon[103696]: pgmap v4516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:25:58.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:58.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:25:59.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:25:59.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:25:59 smithi050 ceph-mon[92315]: 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-09-30T16:26:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:25:59 smithi172 ceph-mon[103696]: 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-09-30T16:26:00.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:00.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:01.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:01.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:01 smithi050 ceph-mon[92315]: 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-09-30T16:26:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:26:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:01 smithi172 ceph-mon[103696]: 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-09-30T16:26:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:26:02.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:02.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:26:02.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:26:02.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:26:02.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:26:02.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:26:02.883 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:26:02.883 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:26:02.883 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:26:02.883 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:26:02.883 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:26:03.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:03.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:03 smithi050 ceph-mon[92315]: pgmap v4519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:26:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:03 smithi172 ceph-mon[103696]: pgmap v4519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:26:04.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:04.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:26:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:26:05.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:05.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:05 smithi050 ceph-mon[92315]: 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-09-30T16:26:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:05 smithi172 ceph-mon[103696]: 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-09-30T16:26:06.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:06.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:07.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:07.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:07 smithi050 ceph-mon[92315]: pgmap v4521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:26:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:07 smithi172 ceph-mon[103696]: pgmap v4521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:26:08.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:08.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:09.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:09.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:09 smithi050 ceph-mon[92315]: 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-09-30T16:26:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:09 smithi172 ceph-mon[103696]: 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-09-30T16:26:10.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:10.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:11.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:11.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:11 smithi050 ceph-mon[92315]: 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-09-30T16:26:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:11 smithi172 ceph-mon[103696]: 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-09-30T16:26:12.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:12.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:13.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:13.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:13 smithi050 ceph-mon[92315]: pgmap v4524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:26:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:13 smithi172 ceph-mon[103696]: pgmap v4524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:26:14.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:14.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:15.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:15.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:16.061 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:15 smithi172 ceph-mon[103696]: 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-09-30T16:26:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:15 smithi050 ceph-mon[92315]: 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-09-30T16:26:16.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:16.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:17.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:17.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:17 smithi050 ceph-mon[92315]: pgmap v4526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:26:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:17 smithi172 ceph-mon[103696]: pgmap v4526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:26:18.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:18.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:19.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:19.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:19 smithi050 ceph-mon[92315]: 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-09-30T16:26:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:26:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:19 smithi172 ceph-mon[103696]: 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-09-30T16:26:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:26:20.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:20.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:21.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:21.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:21 smithi050 ceph-mon[92315]: 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-09-30T16:26:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:21 smithi172 ceph-mon[103696]: 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-09-30T16:26:22.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:22.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:23.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:23.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:23.954 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:23 smithi050 ceph-mon[92315]: pgmap v4529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:26:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:23 smithi172 ceph-mon[103696]: pgmap v4529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:26:24.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:24.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:25.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:25.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:25 smithi050 ceph-mon[92315]: 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-09-30T16:26:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:25 smithi172 ceph-mon[103696]: 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-09-30T16:26:26.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:26.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:27.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:27.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:27 smithi050 ceph-mon[92315]: pgmap v4531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:26:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:27 smithi172 ceph-mon[103696]: pgmap v4531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:26:28.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:28.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:29.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:29.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:29 smithi050 ceph-mon[92315]: 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-09-30T16:26:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:29 smithi172 ceph-mon[103696]: 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-09-30T16:26:30.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:30.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:31.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:31.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:31 smithi050 ceph-mon[92315]: 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-09-30T16:26:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:31 smithi172 ceph-mon[103696]: 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-09-30T16:26:32.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:32.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:33.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:33.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:34.069 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:33 smithi050 ceph-mon[92315]: pgmap v4534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:26:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:33 smithi172 ceph-mon[103696]: pgmap v4534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:26:34.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:34.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:26:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:26:35.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:35.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:35 smithi050 ceph-mon[92315]: 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-09-30T16:26:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:35 smithi172 ceph-mon[103696]: 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-09-30T16:26:36.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:36.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:37.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:37.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:37 smithi050 ceph-mon[92315]: pgmap v4536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:26:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:37 smithi172 ceph-mon[103696]: pgmap v4536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:26:38.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:38.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:39.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:39.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:39 smithi050 ceph-mon[92315]: 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-09-30T16:26:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:39 smithi172 ceph-mon[103696]: 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-09-30T16:26:40.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:40.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:41.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:41.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:41 smithi172 ceph-mon[103696]: 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-09-30T16:26:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:41 smithi050 ceph-mon[92315]: 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-09-30T16:26:42.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:42.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:43.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:43.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:43 smithi050 ceph-mon[92315]: pgmap v4539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:26:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:43 smithi172 ceph-mon[103696]: pgmap v4539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:26:44.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:44.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:45.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:45.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:45 smithi050 ceph-mon[92315]: 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-09-30T16:26:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:45 smithi172 ceph-mon[103696]: 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-09-30T16:26:46.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:46.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:47.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:47.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:47 smithi050 ceph-mon[92315]: pgmap v4541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:26:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:47 smithi172 ceph-mon[103696]: pgmap v4541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:26:48.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:48.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:49.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:49.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:49 smithi050 ceph-mon[92315]: 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-09-30T16:26:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:26:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:49 smithi172 ceph-mon[103696]: 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-09-30T16:26:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:26:50.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:50.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:51.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:51.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:51 smithi050 ceph-mon[92315]: 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-09-30T16:26:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:51 smithi172 ceph-mon[103696]: 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-09-30T16:26:52.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:52.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:53.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:53.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:53 smithi050 ceph-mon[92315]: pgmap v4544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:26:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:53 smithi172 ceph-mon[103696]: pgmap v4544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:26:54.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:54.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:55.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:55.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:55 smithi050 ceph-mon[92315]: 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-09-30T16:26:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:55 smithi172 ceph-mon[103696]: 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-09-30T16:26:56.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:56.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:57.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:57.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:57 smithi050 ceph-mon[92315]: pgmap v4546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:26:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:57 smithi172 ceph-mon[103696]: pgmap v4546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:26:58.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:58.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:26:59.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:26:59.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:26:59 smithi050 ceph-mon[92315]: 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-09-30T16:27:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:26:59 smithi172 ceph-mon[103696]: 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-09-30T16:27:00.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:00.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:01.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:01.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:01 smithi050 ceph-mon[92315]: 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-09-30T16:27:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:01 smithi172 ceph-mon[103696]: 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-09-30T16:27:02.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:02.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:27:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:27:03.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:03.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:03 smithi050 ceph-mon[92315]: pgmap v4549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:27:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:03 smithi172 ceph-mon[103696]: pgmap v4549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:27:04.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:04.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:04.852 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:27:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:27:05.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:05.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:05 smithi050 ceph-mon[92315]: 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-09-30T16:27:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:05 smithi172 ceph-mon[103696]: 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-09-30T16:27:06.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:06.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:07.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:07.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:07 smithi050 ceph-mon[92315]: pgmap v4551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:27:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:27:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:27:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:27:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:27:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:27:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:27:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:27:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:07 smithi172 ceph-mon[103696]: pgmap v4551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:27:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:27:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:27:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:27:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:27:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:27:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:27:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:27:08.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:08.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:09.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:09.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:09 smithi050 ceph-mon[92315]: 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-09-30T16:27:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:09 smithi172 ceph-mon[103696]: 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-09-30T16:27:10.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:10.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:11.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:11.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:11 smithi050 ceph-mon[92315]: 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-09-30T16:27:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:11 smithi172 ceph-mon[103696]: 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-09-30T16:27:12.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:12.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:13.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:13.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:13 smithi050 ceph-mon[92315]: pgmap v4554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:27:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:13 smithi172 ceph-mon[103696]: pgmap v4554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:27:14.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:14.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:15.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:15.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:15 smithi050 ceph-mon[92315]: 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-09-30T16:27:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:15 smithi172 ceph-mon[103696]: 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-09-30T16:27:16.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:16.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:17.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:17.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:17 smithi050 ceph-mon[92315]: pgmap v4556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:27:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:17 smithi172 ceph-mon[103696]: pgmap v4556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:27:18.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:18.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:19.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:19.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:19 smithi050 ceph-mon[92315]: 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-09-30T16:27:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:27:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:19 smithi172 ceph-mon[103696]: 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-09-30T16:27:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:27:20.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:20.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:21.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:21.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:21 smithi050 ceph-mon[92315]: 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-09-30T16:27:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:21 smithi172 ceph-mon[103696]: 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-09-30T16:27:22.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:22.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:23.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:23.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:23 smithi050 ceph-mon[92315]: pgmap v4559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:27:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:23 smithi172 ceph-mon[103696]: pgmap v4559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:27:24.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:24.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:25.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:25.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:25 smithi050 ceph-mon[92315]: 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-09-30T16:27:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:25 smithi172 ceph-mon[103696]: 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-09-30T16:27:26.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:26.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:27.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:27.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:27 smithi050 ceph-mon[92315]: pgmap v4561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:27:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:27 smithi172 ceph-mon[103696]: pgmap v4561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:27:28.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:28.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:29.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:29.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:29 smithi050 ceph-mon[92315]: 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-09-30T16:27:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:29 smithi172 ceph-mon[103696]: 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-09-30T16:27:30.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:30.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:31.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:31.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:31 smithi050 ceph-mon[92315]: 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-09-30T16:27:31.849 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:31 smithi172 ceph-mon[103696]: 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-09-30T16:27:32.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:32.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:33.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:33.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:33 smithi050 ceph-mon[92315]: pgmap v4564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:27:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:33 smithi172 ceph-mon[103696]: pgmap v4564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:27:34.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:34.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:27:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:27:35.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:35.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:35 smithi050 ceph-mon[92315]: 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-09-30T16:27:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:35 smithi172 ceph-mon[103696]: 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-09-30T16:27:36.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:36.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:37.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:37.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:37 smithi050 ceph-mon[92315]: pgmap v4566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:27:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:37 smithi172 ceph-mon[103696]: pgmap v4566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:27:38.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:38.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:39.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:39.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:39 smithi050 ceph-mon[92315]: 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-09-30T16:27:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:39 smithi172 ceph-mon[103696]: 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-09-30T16:27:40.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:40.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:41.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:41.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:41 smithi050 ceph-mon[92315]: 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-09-30T16:27:41.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:41 smithi172 ceph-mon[103696]: 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-09-30T16:27:42.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:42.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:43.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:43.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:43 smithi050 ceph-mon[92315]: pgmap v4569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:27:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:43 smithi172 ceph-mon[103696]: pgmap v4569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:27:44.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:44.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:45.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:45.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:45 smithi050 ceph-mon[92315]: 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-09-30T16:27:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:45 smithi172 ceph-mon[103696]: 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-09-30T16:27:46.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:46.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:47.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:47.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:47 smithi050 ceph-mon[92315]: pgmap v4571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:27:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:47 smithi172 ceph-mon[103696]: pgmap v4571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:27:48.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:48.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:49.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:49.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:49 smithi050 ceph-mon[92315]: 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-09-30T16:27:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:27:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:49 smithi172 ceph-mon[103696]: 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-09-30T16:27:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:27:50.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:50.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:51.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:51.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:51 smithi050 ceph-mon[92315]: 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-09-30T16:27:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:51 smithi172 ceph-mon[103696]: 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-09-30T16:27:52.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:52.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:53.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:53.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:53 smithi050 ceph-mon[92315]: pgmap v4574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:27:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:53 smithi172 ceph-mon[103696]: pgmap v4574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:27:54.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:54.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:55.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:55.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:55 smithi050 ceph-mon[92315]: 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-09-30T16:27:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:55 smithi172 ceph-mon[103696]: 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-09-30T16:27:56.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:56.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:57.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:57.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:57 smithi050 ceph-mon[92315]: pgmap v4576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:27:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:57 smithi172 ceph-mon[103696]: pgmap v4576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:27:58.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:58.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:27:59.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:27:59.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:00.041 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:27:59 smithi050 ceph-mon[92315]: 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-09-30T16:28:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:27:59 smithi172 ceph-mon[103696]: 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-09-30T16:28:00.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:00.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:01.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:01.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:01 smithi050 ceph-mon[92315]: 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-09-30T16:28:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:01 smithi172 ceph-mon[103696]: 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-09-30T16:28:02.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:02.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:03.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:03.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:03 smithi050 ceph-mon[92315]: pgmap v4579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:28:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:03 smithi172 ceph-mon[103696]: pgmap v4579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:28:04.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:04.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:28:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:28:05.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:05.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:05 smithi050 ceph-mon[92315]: 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-09-30T16:28:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:05 smithi172 ceph-mon[103696]: 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-09-30T16:28:06.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:06.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:07.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:07.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:07 smithi050 ceph-mon[92315]: pgmap v4581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:28:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:28:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:07 smithi172 ceph-mon[103696]: pgmap v4581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:28:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:28:08.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:08.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:28:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:28:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:28:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:28:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:28:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:28:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:28:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:28:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:28:09.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:28:09.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:09.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:09 smithi050 ceph-mon[92315]: 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-09-30T16:28:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:09 smithi172 ceph-mon[103696]: 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-09-30T16:28:10.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:10.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:11.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:11.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:11 smithi050 ceph-mon[92315]: 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-09-30T16:28:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:11 smithi172 ceph-mon[103696]: 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-09-30T16:28:12.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:12.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:13.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:13.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:13 smithi050 ceph-mon[92315]: pgmap v4584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:28:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:13 smithi172 ceph-mon[103696]: pgmap v4584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:28:14.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:14.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:15.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:15.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:15 smithi050 ceph-mon[92315]: 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-09-30T16:28:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:15 smithi172 ceph-mon[103696]: 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-09-30T16:28:16.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:16.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:17.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:17.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:17 smithi050 ceph-mon[92315]: pgmap v4586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:28:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:17 smithi172 ceph-mon[103696]: pgmap v4586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:28:18.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:18.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:19.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:19.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:19 smithi050 ceph-mon[92315]: 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-09-30T16:28:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:28:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:19 smithi172 ceph-mon[103696]: 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-09-30T16:28:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:28:20.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:20.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:21.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:21.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:21 smithi050 ceph-mon[92315]: 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-09-30T16:28:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:21 smithi172 ceph-mon[103696]: 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-09-30T16:28:22.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:22.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:23.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:23.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:23 smithi050 ceph-mon[92315]: 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-09-30T16:28:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:23 smithi172 ceph-mon[103696]: 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-09-30T16:28:24.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:24.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:25.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:25.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:25 smithi050 ceph-mon[92315]: pgmap v4590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:28:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:25 smithi172 ceph-mon[103696]: pgmap v4590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:28:26.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:26.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:27.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:27.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:27 smithi050 ceph-mon[92315]: pgmap v4591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:28:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:27 smithi172 ceph-mon[103696]: pgmap v4591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:28:28.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:28.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:29.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:29.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:30.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:29 smithi050 ceph-mon[92315]: 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-09-30T16:28:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:29 smithi172 ceph-mon[103696]: 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-09-30T16:28:30.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:30.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:31.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:31.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:31 smithi050 ceph-mon[92315]: 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-09-30T16:28:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:31 smithi172 ceph-mon[103696]: 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-09-30T16:28:32.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:32.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:33.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:33.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:33 smithi050 ceph-mon[92315]: 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-09-30T16:28:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:33 smithi172 ceph-mon[103696]: 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-09-30T16:28:34.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:34.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:28:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:28:35.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:35.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:35 smithi050 ceph-mon[92315]: 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-09-30T16:28:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:35 smithi172 ceph-mon[103696]: 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-09-30T16:28:36.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:36.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:37.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:37.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:37 smithi172 ceph-mon[103696]: pgmap v4596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:28:38.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:37 smithi050 ceph-mon[92315]: pgmap v4596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:28:38.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:38.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:39.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:39.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:39 smithi050 ceph-mon[92315]: pgmap v4597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:28:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:39 smithi172 ceph-mon[103696]: pgmap v4597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:28:40.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:40.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:41.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:41.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:41 smithi050 ceph-mon[92315]: 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-09-30T16:28:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:41 smithi172 ceph-mon[103696]: 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-09-30T16:28:42.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:42.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:43.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:43.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:43 smithi050 ceph-mon[92315]: 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-09-30T16:28:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:43 smithi172 ceph-mon[103696]: 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-09-30T16:28:44.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:44.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:45.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:45.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:45 smithi050 ceph-mon[92315]: 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-09-30T16:28:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:45 smithi172 ceph-mon[103696]: 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-09-30T16:28:46.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:46.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:47.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:47.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:47 smithi050 ceph-mon[92315]: pgmap v4601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:28:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:47 smithi172 ceph-mon[103696]: pgmap v4601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:28:48.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:48.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:49.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:49.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:49 smithi050 ceph-mon[92315]: pgmap v4602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:28:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:28:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:49 smithi172 ceph-mon[103696]: pgmap v4602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:28:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:28:50.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:50.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:51.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:51.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:51 smithi050 ceph-mon[92315]: 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-09-30T16:28:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:51 smithi172 ceph-mon[103696]: 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-09-30T16:28:52.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:52.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:53.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:53.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:53 smithi050 ceph-mon[92315]: 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-09-30T16:28:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:53 smithi172 ceph-mon[103696]: 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-09-30T16:28:54.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:54.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:55.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:55.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:55 smithi050 ceph-mon[92315]: 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-09-30T16:28:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:55 smithi172 ceph-mon[103696]: 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-09-30T16:28:56.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:56.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:57.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:57.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:57 smithi050 ceph-mon[92315]: pgmap v4606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:28:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:57 smithi172 ceph-mon[103696]: pgmap v4606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:28:58.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:58.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:28:59.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:28:59.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:28:59 smithi050 ceph-mon[92315]: pgmap v4607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:29:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:28:59 smithi172 ceph-mon[103696]: pgmap v4607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:29:00.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:00.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:01.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:01.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:01 smithi050 ceph-mon[92315]: 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-09-30T16:29:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:01 smithi172 ceph-mon[103696]: 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-09-30T16:29:02.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:02.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:03.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:03.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:03 smithi050 ceph-mon[92315]: 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-09-30T16:29:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:03 smithi172 ceph-mon[103696]: 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-09-30T16:29:04.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:04.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:29:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:29:05.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:05.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:05 smithi050 ceph-mon[92315]: 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-09-30T16:29:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:05 smithi172 ceph-mon[103696]: 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-09-30T16:29:06.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:06.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:07.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:07.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:07 smithi050 ceph-mon[92315]: pgmap v4611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:29:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:07 smithi172 ceph-mon[103696]: pgmap v4611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:29:08.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:08.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:29:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:29:09.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:09.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:09 smithi050 ceph-mon[92315]: pgmap v4612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:29:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:09 smithi172 ceph-mon[103696]: pgmap v4612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:29:10.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:10.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:11.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:11.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:11 smithi050 ceph-mon[92315]: 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-09-30T16:29:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:11 smithi172 ceph-mon[103696]: 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-09-30T16:29:12.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:12.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:13.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:13.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:13 smithi050 ceph-mon[92315]: 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-09-30T16:29:14.129 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:13 smithi172 ceph-mon[103696]: 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-09-30T16:29:14.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:14.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:15.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:15.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:15 smithi050 ceph-mon[92315]: 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-09-30T16:29:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:29:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:29:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:15 smithi172 ceph-mon[103696]: 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-09-30T16:29:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:29:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:29:16.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:16.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:29:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:29:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:29:17.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:29:17.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:29:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:29:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:29:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:29:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:29:17.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:29:17.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:17.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:17 smithi050 ceph-mon[92315]: pgmap v4616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:29:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:17 smithi172 ceph-mon[103696]: pgmap v4616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:29:18.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:18.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:19.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:19.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:19 smithi050 ceph-mon[92315]: pgmap v4617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:29:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:29:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:19 smithi172 ceph-mon[103696]: pgmap v4617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:29:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:29:20.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:20.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:21.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:21.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:21 smithi050 ceph-mon[92315]: 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-09-30T16:29:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:21 smithi172 ceph-mon[103696]: 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-09-30T16:29:22.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:22.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:23.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:23.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:23 smithi050 ceph-mon[92315]: 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-09-30T16:29:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:23 smithi172 ceph-mon[103696]: 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-09-30T16:29:24.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:24.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:25.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:25.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:26.022 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:25 smithi050 ceph-mon[92315]: 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-09-30T16:29:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:25 smithi172 ceph-mon[103696]: 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-09-30T16:29:26.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:26.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:27.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:27.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:28.064 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:27 smithi172 ceph-mon[103696]: pgmap v4621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:29:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:27 smithi050 ceph-mon[92315]: pgmap v4621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:29:28.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:28.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:29.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:29.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:29 smithi050 ceph-mon[92315]: pgmap v4622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:29:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:29 smithi172 ceph-mon[103696]: pgmap v4622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:29:30.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:30.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:31.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:31.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:31 smithi050 ceph-mon[92315]: 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-09-30T16:29:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:31 smithi172 ceph-mon[103696]: 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-09-30T16:29:32.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:32.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:33.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:33.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:33 smithi050 ceph-mon[92315]: 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-09-30T16:29:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:33 smithi172 ceph-mon[103696]: 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-09-30T16:29:34.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:34.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:29:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:29:35.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:35.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:35 smithi050 ceph-mon[92315]: 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-09-30T16:29:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:35 smithi172 ceph-mon[103696]: 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-09-30T16:29:36.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:36.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:37.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:37.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:37 smithi050 ceph-mon[92315]: pgmap v4626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:29:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:37 smithi172 ceph-mon[103696]: pgmap v4626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:29:38.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:38.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:39.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:39.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:39 smithi050 ceph-mon[92315]: pgmap v4627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:29:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:39 smithi172 ceph-mon[103696]: pgmap v4627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:29:40.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:40.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:41.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:41.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:41 smithi050 ceph-mon[92315]: 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-09-30T16:29:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:41 smithi172 ceph-mon[103696]: 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-09-30T16:29:42.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:42.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:43.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:43.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:43 smithi050 ceph-mon[92315]: 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-09-30T16:29:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:43 smithi172 ceph-mon[103696]: 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-09-30T16:29:44.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:44.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:45.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:45.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:45 smithi050 ceph-mon[92315]: 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-09-30T16:29:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:45 smithi172 ceph-mon[103696]: 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-09-30T16:29:46.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:46.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:47.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:47.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:47 smithi050 ceph-mon[92315]: pgmap v4631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:29:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:47 smithi172 ceph-mon[103696]: pgmap v4631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:29:48.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:48.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:49.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:49.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:49 smithi050 ceph-mon[92315]: pgmap v4632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:29:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:29:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:49 smithi172 ceph-mon[103696]: pgmap v4632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:29:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:29:50.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:50.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:51 smithi050 ceph-mon[92315]: 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-09-30T16:29:51.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:51.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:51 smithi172 ceph-mon[103696]: 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-09-30T16:29:52.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:52.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:53.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:53.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:53 smithi050 ceph-mon[92315]: 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-09-30T16:29:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:53 smithi172 ceph-mon[103696]: 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-09-30T16:29:54.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:54.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:55.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:55.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:55 smithi050 ceph-mon[92315]: 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-09-30T16:29:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:55 smithi172 ceph-mon[103696]: 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-09-30T16:29:56.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:56.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:57.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:57.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:57 smithi050 ceph-mon[92315]: pgmap v4636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:29:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:57 smithi172 ceph-mon[103696]: pgmap v4636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:29:58.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:58.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:29:59.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:29:59.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:29:59 smithi050 ceph-mon[92315]: pgmap v4637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:30:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:29:59 smithi172 ceph-mon[103696]: pgmap v4637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:30:00.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:00.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:00.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T16:30:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T16:30:01.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:01.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:01 smithi050 ceph-mon[92315]: 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-09-30T16:30:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:01 smithi172 ceph-mon[103696]: 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-09-30T16:30:02.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:02.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:03.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:03.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:03 smithi050 ceph-mon[92315]: 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-09-30T16:30:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:03 smithi172 ceph-mon[103696]: 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-09-30T16:30:04.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:04.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:30:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:30:05.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:05.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:05 smithi050 ceph-mon[92315]: 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-09-30T16:30:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:05 smithi172 ceph-mon[103696]: 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-09-30T16:30:06.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:06.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:07.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:07.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:07 smithi050 ceph-mon[92315]: pgmap v4641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:30:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:07 smithi172 ceph-mon[103696]: pgmap v4641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:30:08.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:08.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:09.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:09.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:09 smithi050 ceph-mon[92315]: pgmap v4642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:30:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:09 smithi172 ceph-mon[103696]: pgmap v4642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:30:10.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:10.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:11.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:11.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:11 smithi050 ceph-mon[92315]: 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-09-30T16:30:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:11 smithi172 ceph-mon[103696]: 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-09-30T16:30:12.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:12.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:13.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:13.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:13 smithi172 ceph-mon[103696]: 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-09-30T16:30:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:13 smithi050 ceph-mon[92315]: 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-09-30T16:30:14.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:14.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:15.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:15.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:15 smithi050 ceph-mon[92315]: 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-09-30T16:30:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:15 smithi172 ceph-mon[103696]: 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-09-30T16:30:16.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:16.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:30:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:30:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:30:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:30:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:30:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:30:17.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:17.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:17 smithi050 ceph-mon[92315]: pgmap v4646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:30:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:30:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:30:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:30:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:30:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:30:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:30:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:30:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:30:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:30:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:17 smithi172 ceph-mon[103696]: pgmap v4646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:30:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:30:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:30:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:30:18.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:30:18.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:30:18.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:30:18.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:30:18.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:30:18.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:30:18.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:18.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:30:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:30:19.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:19.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:20 smithi050 ceph-mon[92315]: pgmap v4647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:30:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:20 smithi172 ceph-mon[103696]: pgmap v4647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:30:20.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:20.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:21.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:21.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:21 smithi050 ceph-mon[92315]: 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-09-30T16:30:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:21 smithi172 ceph-mon[103696]: 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-09-30T16:30:22.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:22.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:23.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:23.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:23 smithi050 ceph-mon[92315]: 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-09-30T16:30:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:23 smithi172 ceph-mon[103696]: 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-09-30T16:30:24.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:24.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:25.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:25.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:25 smithi050 ceph-mon[92315]: 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-09-30T16:30:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:25 smithi172 ceph-mon[103696]: 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-09-30T16:30:26.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:26.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:27.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:27.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:27 smithi050 ceph-mon[92315]: pgmap v4651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:30:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:27 smithi172 ceph-mon[103696]: pgmap v4651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:30:28.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:28.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:29.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:29.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:29 smithi050 ceph-mon[92315]: pgmap v4652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:30:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:29 smithi172 ceph-mon[103696]: pgmap v4652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:30:30.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:30.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:31 smithi050 ceph-mon[92315]: 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-09-30T16:30:31.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:31.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:31 smithi172 ceph-mon[103696]: 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-09-30T16:30:32.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:32.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:33.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:33.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:33 smithi050 ceph-mon[92315]: 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-09-30T16:30:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:33 smithi172 ceph-mon[103696]: 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-09-30T16:30:34.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:34.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:30:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:30:35.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:35.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:35 smithi050 ceph-mon[92315]: 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-09-30T16:30:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:35 smithi172 ceph-mon[103696]: 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-09-30T16:30:36.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:36.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:37.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:37.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:37 smithi050 ceph-mon[92315]: pgmap v4656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:30:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:37 smithi172 ceph-mon[103696]: pgmap v4656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:30:38.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:38.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:39.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:39.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:39 smithi050 ceph-mon[92315]: pgmap v4657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:30:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:39 smithi172 ceph-mon[103696]: pgmap v4657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:30:40.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:40.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:41 smithi050 ceph-mon[92315]: 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-09-30T16:30:41.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:41.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:41 smithi172 ceph-mon[103696]: 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-09-30T16:30:42.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:42.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:43.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:43.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:43 smithi050 ceph-mon[92315]: 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-09-30T16:30:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:43 smithi172 ceph-mon[103696]: 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-09-30T16:30:44.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:44.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:45.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:45.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:45 smithi050 ceph-mon[92315]: 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-09-30T16:30:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:45 smithi172 ceph-mon[103696]: 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-09-30T16:30:46.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:46.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:47.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:47.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:47 smithi050 ceph-mon[92315]: pgmap v4661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:30:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:47 smithi172 ceph-mon[103696]: pgmap v4661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:30:48.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:48.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:49.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:49.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:49 smithi050 ceph-mon[92315]: pgmap v4662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:30:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:30:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:49 smithi172 ceph-mon[103696]: pgmap v4662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:30:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:30:50.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:50.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:51 smithi050 ceph-mon[92315]: 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-09-30T16:30:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:51 smithi172 ceph-mon[103696]: 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-09-30T16:30:51.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:51.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:52.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:52.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:53.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:53.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:53 smithi050 ceph-mon[92315]: 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-09-30T16:30:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:53 smithi172 ceph-mon[103696]: 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-09-30T16:30:54.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:54.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:55.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:55.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:55 smithi050 ceph-mon[92315]: 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-09-30T16:30:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:55 smithi172 ceph-mon[103696]: 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-09-30T16:30:56.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:56.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:57.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:57.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:57 smithi050 ceph-mon[92315]: pgmap v4666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:30:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:57 smithi172 ceph-mon[103696]: pgmap v4666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:30:58.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:58.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:30:59.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:30:59.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:30:59 smithi050 ceph-mon[92315]: pgmap v4667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:31:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:30:59 smithi172 ceph-mon[103696]: pgmap v4667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:31:00.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:00.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:01 smithi050 ceph-mon[92315]: 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-09-30T16:31:02.023 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:01 smithi172 ceph-mon[103696]: 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-09-30T16:31:02.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:02.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:02.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:02.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:03.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:03.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:04.070 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:03 smithi172 ceph-mon[103696]: 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-09-30T16:31:04.146 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:03 smithi050 ceph-mon[92315]: 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-09-30T16:31:04.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:04.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:31:05.413 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:31:05.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:05.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:05 smithi050 ceph-mon[92315]: 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-09-30T16:31:06.154 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:05 smithi172 ceph-mon[103696]: 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-09-30T16:31:06.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:06.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:07.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:07.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:07 smithi050 ceph-mon[92315]: pgmap v4671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:31:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:07 smithi172 ceph-mon[103696]: pgmap v4671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:31:08.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:08.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:09.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:09.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:09 smithi050 ceph-mon[92315]: pgmap v4672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:31:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:09 smithi172 ceph-mon[103696]: pgmap v4672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:31:10.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:10.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:11 smithi050 ceph-mon[92315]: 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-09-30T16:31:11.897 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:11 smithi172 ceph-mon[103696]: 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-09-30T16:31:11.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:11.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:12.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:12.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:13.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:13.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:13 smithi050 ceph-mon[92315]: 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-09-30T16:31:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:13 smithi172 ceph-mon[103696]: 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-09-30T16:31:14.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:14.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:15.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:15.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:15 smithi050 ceph-mon[92315]: 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-09-30T16:31:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:15 smithi172 ceph-mon[103696]: 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-09-30T16:31:16.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:16.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:17.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:17.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:18.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:17 smithi050 ceph-mon[92315]: pgmap v4676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:31:18.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:31:18.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:17 smithi172 ceph-mon[103696]: pgmap v4676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:31:18.128 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:31:18.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:18.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:31:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:31:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:31:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:31:19.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:31:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:31:19.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:31:19.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:31:19.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:31:19.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:31:19.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:19.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:19 smithi050 ceph-mon[92315]: pgmap v4677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:31:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:31:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:19 smithi172 ceph-mon[103696]: pgmap v4677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:31:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:31:20.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:20.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:21 smithi050 ceph-mon[92315]: 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-09-30T16:31:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:21 smithi172 ceph-mon[103696]: 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-09-30T16:31:21.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:21.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:22.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:22.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:23.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:23.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:23 smithi050 ceph-mon[92315]: 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-09-30T16:31:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:23 smithi172 ceph-mon[103696]: 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-09-30T16:31:24.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:24.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:25.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:25.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:25 smithi050 ceph-mon[92315]: 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-09-30T16:31:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:25 smithi172 ceph-mon[103696]: 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-09-30T16:31:26.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:26.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:27.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:27.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:27 smithi050 ceph-mon[92315]: pgmap v4681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:31:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:27 smithi172 ceph-mon[103696]: pgmap v4681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:31:28.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:28.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:29.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:29.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:29 smithi050 ceph-mon[92315]: pgmap v4682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:31:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:29 smithi172 ceph-mon[103696]: pgmap v4682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:31:30.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:30.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:31 smithi050 ceph-mon[92315]: 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-09-30T16:31:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:31 smithi172 ceph-mon[103696]: 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-09-30T16:31:31.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:31.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:32.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:32.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:33.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:33.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:33 smithi050 ceph-mon[92315]: 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-09-30T16:31:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:33 smithi172 ceph-mon[103696]: 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-09-30T16:31:34.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:34.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:31:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:31:35.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:35.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:35 smithi050 ceph-mon[92315]: 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-09-30T16:31:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:35 smithi172 ceph-mon[103696]: 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-09-30T16:31:36.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:36.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:37.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:37.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:37 smithi050 ceph-mon[92315]: pgmap v4686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:31:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:37 smithi172 ceph-mon[103696]: pgmap v4686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:31:38.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:38.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:39.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:39.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:39 smithi050 ceph-mon[92315]: pgmap v4687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:31:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:39 smithi172 ceph-mon[103696]: pgmap v4687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:31:40.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:40.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:41 smithi050 ceph-mon[92315]: 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-09-30T16:31:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:41 smithi172 ceph-mon[103696]: 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-09-30T16:31:41.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:41.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:42.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:42.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:43.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:43.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:43 smithi050 ceph-mon[92315]: 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-09-30T16:31:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:43 smithi172 ceph-mon[103696]: 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-09-30T16:31:44.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:44.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:45.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:45.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:45 smithi050 ceph-mon[92315]: 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-09-30T16:31:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:45 smithi172 ceph-mon[103696]: 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-09-30T16:31:46.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:46.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:47.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:47.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:47 smithi050 ceph-mon[92315]: pgmap v4691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:31:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:47 smithi172 ceph-mon[103696]: pgmap v4691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:31:48.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:48.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:49.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:49.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:49 smithi050 ceph-mon[92315]: pgmap v4692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:31:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:31:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:49 smithi172 ceph-mon[103696]: pgmap v4692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:31:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:31:50.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:50.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:51 smithi050 ceph-mon[92315]: 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-09-30T16:31:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:51 smithi172 ceph-mon[103696]: 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-09-30T16:31:51.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:51.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:52.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:52.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:53.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:53.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:53 smithi050 ceph-mon[92315]: 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-09-30T16:31:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:53 smithi172 ceph-mon[103696]: 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-09-30T16:31:54.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:54.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:55.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:55.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:55 smithi050 ceph-mon[92315]: 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-09-30T16:31:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:55 smithi172 ceph-mon[103696]: 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-09-30T16:31:56.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:56.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:57.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:57.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:31:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:57 smithi050 ceph-mon[92315]: pgmap v4696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:31:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:57 smithi172 ceph-mon[103696]: pgmap v4696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:31:58.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:31:58.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:00.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:00.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:31:59 smithi050 ceph-mon[92315]: pgmap v4697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:32:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:31:59 smithi172 ceph-mon[103696]: pgmap v4697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:32:01.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:01.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:01 smithi050 ceph-mon[92315]: 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-09-30T16:32:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:01 smithi172 ceph-mon[103696]: 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-09-30T16:32:02.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:02.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:03.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:03.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:04.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:04.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:03 smithi050 ceph-mon[92315]: 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-09-30T16:32:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:03 smithi172 ceph-mon[103696]: 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-09-30T16:32:05.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:05.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:32:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:32:06.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:06.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:05 smithi050 ceph-mon[92315]: 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-09-30T16:32:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:05 smithi172 ceph-mon[103696]: 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-09-30T16:32:07.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:07.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:08.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:08.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:07 smithi050 ceph-mon[92315]: pgmap v4701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:32:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:07 smithi172 ceph-mon[103696]: pgmap v4701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:32:09.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:09.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:10.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:10.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:09 smithi050 ceph-mon[92315]: pgmap v4702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:32:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:09 smithi172 ceph-mon[103696]: pgmap v4702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:32:11.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:11.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:11 smithi050 ceph-mon[92315]: 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-09-30T16:32:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:11 smithi172 ceph-mon[103696]: 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-09-30T16:32:12.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:12.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:13.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:13.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:14.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:14.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:13 smithi050 ceph-mon[92315]: 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-09-30T16:32:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:13 smithi172 ceph-mon[103696]: 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-09-30T16:32:15.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:15.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:16.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:16.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:15 smithi050 ceph-mon[92315]: 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-09-30T16:32:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:15 smithi172 ceph-mon[103696]: 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-09-30T16:32:17.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:17.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:18.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:18.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:17 smithi050 ceph-mon[92315]: pgmap v4706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:32:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:17 smithi172 ceph-mon[103696]: pgmap v4706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:32:19.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:19.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:32:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:32:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:32:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:32:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:32:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:32:20.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:20.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:20.084 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:19 smithi050 ceph-mon[92315]: pgmap v4707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:32:20.084 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:32:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:19 smithi172 ceph-mon[103696]: pgmap v4707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:32:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:32:21.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:21.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:21 smithi050 ceph-mon[92315]: 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-09-30T16:32:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:21 smithi172 ceph-mon[103696]: 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-09-30T16:32:22.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:22.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:23.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:23.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:24.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:24.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:23 smithi050 ceph-mon[92315]: 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-09-30T16:32:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:32:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:32:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:32:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:32:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:32:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:32:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:32:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:32:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:32:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:23 smithi172 ceph-mon[103696]: 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-09-30T16:32:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:32:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:32:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:32:24.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:32:24.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:32:24.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:32:24.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:32:24.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:32:24.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:32:25.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:25.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:26.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:26.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:25 smithi050 ceph-mon[92315]: 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-09-30T16:32:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:25 smithi172 ceph-mon[103696]: 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-09-30T16:32:27.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:27.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:28.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:28.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:28.093 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:27 smithi050 ceph-mon[92315]: pgmap v4711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:32:28.136 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:27 smithi172 ceph-mon[103696]: pgmap v4711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:32:29.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:29.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:30.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:30.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:29 smithi050 ceph-mon[92315]: pgmap v4712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:32:30.419 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:29 smithi172 ceph-mon[103696]: pgmap v4712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:32:31.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:31.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:31 smithi050 ceph-mon[92315]: 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-09-30T16:32:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:31 smithi172 ceph-mon[103696]: 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-09-30T16:32:32.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:32.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:33.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:33.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:34.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:34.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:33 smithi050 ceph-mon[92315]: 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-09-30T16:32:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:33 smithi172 ceph-mon[103696]: 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-09-30T16:32:35.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:35.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:32:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:32:36.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:36.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:35 smithi050 ceph-mon[92315]: 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-09-30T16:32:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:35 smithi172 ceph-mon[103696]: 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-09-30T16:32:37.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:37.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:38.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:38.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:37 smithi050 ceph-mon[92315]: pgmap v4716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:32:38.129 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:37 smithi172 ceph-mon[103696]: pgmap v4716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:32:39.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:39.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:40.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:40.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:39 smithi050 ceph-mon[92315]: pgmap v4717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:32:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:39 smithi172 ceph-mon[103696]: pgmap v4717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:32:41.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:41.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:41 smithi050 ceph-mon[92315]: 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-09-30T16:32:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:41 smithi172 ceph-mon[103696]: 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-09-30T16:32:42.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:42.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:43.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:43.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:44.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:44.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:43 smithi050 ceph-mon[92315]: 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-09-30T16:32:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:43 smithi172 ceph-mon[103696]: 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-09-30T16:32:45.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:45.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:46.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:46.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:45 smithi050 ceph-mon[92315]: 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-09-30T16:32:46.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:45 smithi172 ceph-mon[103696]: 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-09-30T16:32:47.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:47.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:48.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:48.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:47 smithi050 ceph-mon[92315]: pgmap v4721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:32:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:47 smithi172 ceph-mon[103696]: pgmap v4721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:32:49.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:49.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:50.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:50.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:49 smithi050 ceph-mon[92315]: pgmap v4722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:32:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:32:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:49 smithi172 ceph-mon[103696]: pgmap v4722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:32:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:32:51.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:51.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:51 smithi050 ceph-mon[92315]: 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-09-30T16:32:51.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:51 smithi172 ceph-mon[103696]: 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-09-30T16:32:52.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:52.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:53.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:53.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:54.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:54.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:53 smithi050 ceph-mon[92315]: 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-09-30T16:32:54.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:53 smithi172 ceph-mon[103696]: 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-09-30T16:32:55.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:55.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:56.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:56.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:55 smithi050 ceph-mon[92315]: 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-09-30T16:32:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:55 smithi172 ceph-mon[103696]: 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-09-30T16:32:57.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:57.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:57 smithi050 ceph-mon[92315]: pgmap v4726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:32:58.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:58.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:32:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:57 smithi172 ceph-mon[103696]: pgmap v4726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:32:59.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:32:59.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:32:59 smithi050 ceph-mon[92315]: pgmap v4727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:33:00.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:00.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:32:59 smithi172 ceph-mon[103696]: pgmap v4727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:33:01.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:01.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:01 smithi050 ceph-mon[92315]: 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-09-30T16:33:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:01 smithi172 ceph-mon[103696]: 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-09-30T16:33:02.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:02.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:03.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:03.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:03 smithi050 ceph-mon[92315]: 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-09-30T16:33:04.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:04.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:03 smithi172 ceph-mon[103696]: 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-09-30T16:33:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:33:05.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:05.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:33:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:05 smithi050 ceph-mon[92315]: 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-09-30T16:33:06.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:06.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:05 smithi172 ceph-mon[103696]: 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-09-30T16:33:07.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:07.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:07 smithi050 ceph-mon[92315]: pgmap v4731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:33:08.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:08.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:07 smithi172 ceph-mon[103696]: pgmap v4731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:33:09.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:09.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:09 smithi050 ceph-mon[92315]: pgmap v4732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:33:10.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:10.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:09 smithi172 ceph-mon[103696]: pgmap v4732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:33:11.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:11.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:11 smithi050 ceph-mon[92315]: 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-09-30T16:33:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:11 smithi172 ceph-mon[103696]: 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-09-30T16:33:12.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:12.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:13.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:13.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:13 smithi050 ceph-mon[92315]: 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-09-30T16:33:14.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:14.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:13 smithi172 ceph-mon[103696]: 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-09-30T16:33:15.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:15.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:15 smithi050 ceph-mon[92315]: 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-09-30T16:33:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:15 smithi172 ceph-mon[103696]: 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-09-30T16:33:16.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:16.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:17.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:17.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:17 smithi050 ceph-mon[92315]: pgmap v4736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:33:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:17 smithi172 ceph-mon[103696]: pgmap v4736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:33:18.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:18.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:19.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:19.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:19 smithi050 ceph-mon[92315]: pgmap v4737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:33:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:33:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:19 smithi172 ceph-mon[103696]: pgmap v4737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:33:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:33:20.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:20.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:21.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:21.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:21 smithi050 ceph-mon[92315]: 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-09-30T16:33:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:21 smithi172 ceph-mon[103696]: 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-09-30T16:33:22.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:22.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:23.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:23.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:23 smithi050 ceph-mon[92315]: 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-09-30T16:33:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:33:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:23 smithi172 ceph-mon[103696]: 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-09-30T16:33:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:33:24.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:24.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:33:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:33:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:33:25.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:33:25.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:33:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:33:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:33:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:33:25.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:33:25.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:33:25.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:25.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:26.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:26.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:26 smithi050 ceph-mon[92315]: 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-09-30T16:33:26.379 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:26 smithi172 ceph-mon[103696]: 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-09-30T16:33:27.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:27.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:28.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:28.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:28 smithi050 ceph-mon[92315]: pgmap v4741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:33:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:28 smithi172 ceph-mon[103696]: pgmap v4741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:33:29.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:29.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:30.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:30.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:30 smithi050 ceph-mon[92315]: pgmap v4742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:33:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:30 smithi172 ceph-mon[103696]: pgmap v4742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:33:31.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:31.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:31 smithi050 ceph-mon[92315]: 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-09-30T16:33:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:31 smithi172 ceph-mon[103696]: 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-09-30T16:33:32.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:32.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:33.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:33.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:33 smithi050 ceph-mon[92315]: 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-09-30T16:33:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:33 smithi172 ceph-mon[103696]: 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-09-30T16:33:34.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:34.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:33:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:33:35.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:35.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:35 smithi050 ceph-mon[92315]: 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-09-30T16:33:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:35 smithi172 ceph-mon[103696]: 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-09-30T16:33:36.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:36.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:37.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:37.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:37 smithi050 ceph-mon[92315]: pgmap v4746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:33:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:37 smithi172 ceph-mon[103696]: pgmap v4746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:33:38.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:38.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:39.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:39.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:39 smithi050 ceph-mon[92315]: pgmap v4747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:33:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:39 smithi172 ceph-mon[103696]: pgmap v4747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:33:40.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:40.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:41.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:41.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:41 smithi050 ceph-mon[92315]: 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-09-30T16:33:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:41 smithi172 ceph-mon[103696]: 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-09-30T16:33:42.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:42.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:43.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:43.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:43 smithi050 ceph-mon[92315]: 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-09-30T16:33:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:43 smithi172 ceph-mon[103696]: 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-09-30T16:33:44.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:44.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:45.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:45.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:45 smithi050 ceph-mon[92315]: 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-09-30T16:33:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:45 smithi172 ceph-mon[103696]: 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-09-30T16:33:46.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:46.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:47.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:47.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:47 smithi050 ceph-mon[92315]: pgmap v4751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:33:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:47 smithi172 ceph-mon[103696]: pgmap v4751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:33:48.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:48.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:49.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:49.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:49 smithi050 ceph-mon[92315]: pgmap v4752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:33:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:33:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:49 smithi172 ceph-mon[103696]: pgmap v4752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:33:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:33:50.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:50.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:51.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:51.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:51 smithi172 ceph-mon[103696]: 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-09-30T16:33:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:51 smithi050 ceph-mon[92315]: 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-09-30T16:33:52.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:52.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:53.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:53.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:53 smithi050 ceph-mon[92315]: 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-09-30T16:33:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:53 smithi172 ceph-mon[103696]: 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-09-30T16:33:54.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:54.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:55.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:55.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:55 smithi050 ceph-mon[92315]: 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-09-30T16:33:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:55 smithi172 ceph-mon[103696]: 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-09-30T16:33:56.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:56.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:57.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:57.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:57 smithi050 ceph-mon[92315]: pgmap v4756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:33:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:57 smithi172 ceph-mon[103696]: pgmap v4756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:33:58.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:58.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:33:59.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:33:59.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:33:59 smithi172 ceph-mon[103696]: pgmap v4757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:34:00.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:00.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:33:59 smithi050 ceph-mon[92315]: pgmap v4757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:34:01.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:01.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:01 smithi172 ceph-mon[103696]: 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-09-30T16:34:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:01 smithi050 ceph-mon[92315]: 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-09-30T16:34:02.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:02.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:03.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:03.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:03 smithi050 ceph-mon[92315]: 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-09-30T16:34:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:03 smithi172 ceph-mon[103696]: 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-09-30T16:34:04.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:04.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:34:05.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:05.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:34:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:05 smithi172 ceph-mon[103696]: 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-09-30T16:34:06.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:06.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:05 smithi050 ceph-mon[92315]: 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-09-30T16:34:07.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:07.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:07 smithi172 ceph-mon[103696]: pgmap v4761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:34:08.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:08.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:07 smithi050 ceph-mon[92315]: pgmap v4761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:34:09.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:09.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:09 smithi172 ceph-mon[103696]: pgmap v4762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:34:10.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:10.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:09 smithi050 ceph-mon[92315]: pgmap v4762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:34:11.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:11.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:11.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:11 smithi172 ceph-mon[103696]: 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-09-30T16:34:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:11 smithi050 ceph-mon[92315]: 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-09-30T16:34:12.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:12.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:13.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:13.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:13 smithi050 ceph-mon[92315]: 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-09-30T16:34:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:13 smithi172 ceph-mon[103696]: 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-09-30T16:34:14.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:14.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:15.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:15.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:15 smithi172 ceph-mon[103696]: 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-09-30T16:34:16.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:16.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:15 smithi050 ceph-mon[92315]: 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-09-30T16:34:17.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:17.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:17 smithi172 ceph-mon[103696]: pgmap v4766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:34:18.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:18.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:17 smithi050 ceph-mon[92315]: pgmap v4766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:34:19.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:19.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:19 smithi172 ceph-mon[103696]: pgmap v4767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:34:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:34:20.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:20.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:19 smithi050 ceph-mon[92315]: pgmap v4767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:34:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:34:21.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:21.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:21 smithi172 ceph-mon[103696]: 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-09-30T16:34:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:21 smithi050 ceph-mon[92315]: 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-09-30T16:34:22.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:22.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:23.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:23.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:23 smithi172 ceph-mon[103696]: 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-09-30T16:34:24.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:23 smithi050 ceph-mon[92315]: 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-09-30T16:34:24.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:24.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:34:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:34:25.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:34:25.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:34:25.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:34:25.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:34:25.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:25.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:34:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:34:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:34:25.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:34:25.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:34:25.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:34:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:25 smithi172 ceph-mon[103696]: 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-09-30T16:34:26.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:26.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:25 smithi050 ceph-mon[92315]: 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-09-30T16:34:27.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:27.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:27 smithi172 ceph-mon[103696]: pgmap v4771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:34:28.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:28.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:27 smithi050 ceph-mon[92315]: pgmap v4771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:34:29.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:29.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:29 smithi172 ceph-mon[103696]: pgmap v4772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:34:30.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:30.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:29 smithi050 ceph-mon[92315]: pgmap v4772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:34:31.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:31.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:31 smithi172 ceph-mon[103696]: 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-09-30T16:34:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:31 smithi050 ceph-mon[92315]: 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-09-30T16:34:32.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:32.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:33.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:33.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:33 smithi172 ceph-mon[103696]: 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-09-30T16:34:34.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:33 smithi050 ceph-mon[92315]: 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-09-30T16:34:34.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:34.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:34:35.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:35.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:34:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:35 smithi172 ceph-mon[103696]: 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-09-30T16:34:36.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:36.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:35 smithi050 ceph-mon[92315]: 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-09-30T16:34:37.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:37.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:37 smithi172 ceph-mon[103696]: pgmap v4776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:34:38.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:38.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:37 smithi050 ceph-mon[92315]: pgmap v4776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:34:39.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:39.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:39 smithi172 ceph-mon[103696]: pgmap v4777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:34:40.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:40.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:39 smithi050 ceph-mon[92315]: pgmap v4777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:34:41.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:41.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:41 smithi172 ceph-mon[103696]: 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-09-30T16:34:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:41 smithi050 ceph-mon[92315]: 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-09-30T16:34:42.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:42.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:43.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:43.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:43 smithi172 ceph-mon[103696]: 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-09-30T16:34:44.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:43 smithi050 ceph-mon[92315]: 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-09-30T16:34:44.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:44.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:45.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:45.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:45 smithi172 ceph-mon[103696]: 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-09-30T16:34:46.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:46.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:45 smithi050 ceph-mon[92315]: 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-09-30T16:34:47.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:47.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:47 smithi172 ceph-mon[103696]: pgmap v4781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:34:48.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:48.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:47 smithi050 ceph-mon[92315]: pgmap v4781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:34:49.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:49.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:49 smithi050 ceph-mon[92315]: pgmap v4782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:34:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:34:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:49 smithi172 ceph-mon[103696]: pgmap v4782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:34:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:34:50.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:50.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:51.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:51.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:51 smithi172 ceph-mon[103696]: 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-09-30T16:34:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:51 smithi050 ceph-mon[92315]: 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-09-30T16:34:52.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:52.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:53.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:53.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:53 smithi172 ceph-mon[103696]: 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-09-30T16:34:54.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:53 smithi050 ceph-mon[92315]: 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-09-30T16:34:54.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:54.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:55.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:55.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:55 smithi172 ceph-mon[103696]: 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-09-30T16:34:56.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:56.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:55 smithi050 ceph-mon[92315]: 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-09-30T16:34:57.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:57.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:57 smithi172 ceph-mon[103696]: pgmap v4786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:34:58.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:58.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:34:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:57 smithi050 ceph-mon[92315]: pgmap v4786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:34:59.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:34:59.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:34:59 smithi050 ceph-mon[92315]: pgmap v4787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:35:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:34:59 smithi172 ceph-mon[103696]: pgmap v4787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:35:00.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:00.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:01.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:01.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:01 smithi172 ceph-mon[103696]: 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-09-30T16:35:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:01 smithi050 ceph-mon[92315]: 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-09-30T16:35:02.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:02.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:03.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:03.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:03 smithi172 ceph-mon[103696]: 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-09-30T16:35:04.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:03 smithi050 ceph-mon[92315]: 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-09-30T16:35:04.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:04.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:35:05.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:05.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:35:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:05 smithi172 ceph-mon[103696]: 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-09-30T16:35:06.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:06.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:05 smithi050 ceph-mon[92315]: 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-09-30T16:35:07.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:07.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:07 smithi172 ceph-mon[103696]: pgmap v4791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:35:08.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:08.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:07 smithi050 ceph-mon[92315]: pgmap v4791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:35:09.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:09.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:09 smithi172 ceph-mon[103696]: pgmap v4792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:35:10.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:10.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:09 smithi050 ceph-mon[92315]: pgmap v4792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:35:11.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:11.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:11 smithi172 ceph-mon[103696]: 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-09-30T16:35:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:11 smithi050 ceph-mon[92315]: 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-09-30T16:35:12.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:12.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:13.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:13.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:13 smithi172 ceph-mon[103696]: 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-09-30T16:35:14.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:13 smithi050 ceph-mon[92315]: 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-09-30T16:35:14.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:14.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:15.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:15.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:15 smithi172 ceph-mon[103696]: 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-09-30T16:35:16.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:16.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:15 smithi050 ceph-mon[92315]: 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-09-30T16:35:17.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:17.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:17 smithi172 ceph-mon[103696]: pgmap v4796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:35:18.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:18.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:17 smithi050 ceph-mon[92315]: pgmap v4796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:35:19.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:19.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:19 smithi172 ceph-mon[103696]: pgmap v4797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:35:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:35:20.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:20.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:19 smithi050 ceph-mon[92315]: pgmap v4797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:35:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:35:21.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:21.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:21 smithi172 ceph-mon[103696]: 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-09-30T16:35:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:21 smithi050 ceph-mon[92315]: 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-09-30T16:35:22.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:22.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:23.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:23.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:23 smithi172 ceph-mon[103696]: 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-09-30T16:35:24.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:23 smithi050 ceph-mon[92315]: 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-09-30T16:35:24.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:24.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:25.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:25.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:25 smithi172 ceph-mon[103696]: 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-09-30T16:35:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:35:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:35:26.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:35:26.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:35:26.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:35:26.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:35:26.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:26.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:25 smithi050 ceph-mon[92315]: 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-09-30T16:35:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:35:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:35:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:35:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:35:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:35:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:35:27.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:27.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:27 smithi172 ceph-mon[103696]: pgmap v4801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:35:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:27 smithi050 ceph-mon[92315]: pgmap v4801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:35:28.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:28.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:29.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:29.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:30.164 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:29 smithi050 ceph-mon[92315]: pgmap v4802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:35:30.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:30.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:29 smithi172 ceph-mon[103696]: pgmap v4802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:35:31.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:31.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:31 smithi172 ceph-mon[103696]: 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-09-30T16:35:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:31 smithi050 ceph-mon[92315]: 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-09-30T16:35:32.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:32.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:33.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:33.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:33 smithi172 ceph-mon[103696]: 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-09-30T16:35:34.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:33 smithi050 ceph-mon[92315]: 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-09-30T16:35:34.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:34.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:35.222 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:35:35.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:35.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:35:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:35 smithi050 ceph-mon[92315]: 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-09-30T16:35:36.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:36.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:35 smithi172 ceph-mon[103696]: 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-09-30T16:35:37.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:37.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:37 smithi050 ceph-mon[92315]: pgmap v4806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:35:38.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:38.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:37 smithi172 ceph-mon[103696]: pgmap v4806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:35:39.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:39.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:40.281 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:39 smithi050 ceph-mon[92315]: pgmap v4807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:35:40.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:40.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:39 smithi172 ceph-mon[103696]: pgmap v4807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:35:41.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:41.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:41 smithi172 ceph-mon[103696]: 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-09-30T16:35:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:41 smithi050 ceph-mon[92315]: 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-09-30T16:35:42.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:42.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:43.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:43.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:43 smithi172 ceph-mon[103696]: 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-09-30T16:35:44.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:43 smithi050 ceph-mon[92315]: 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-09-30T16:35:44.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:44.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:45.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:45.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:45 smithi050 ceph-mon[92315]: 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-09-30T16:35:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:45 smithi172 ceph-mon[103696]: 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-09-30T16:35:46.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:46.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:47.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:47.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:47 smithi050 ceph-mon[92315]: pgmap v4811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:35:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:47 smithi172 ceph-mon[103696]: pgmap v4811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:35:48.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:48.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:49.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:49.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:49 smithi050 ceph-mon[92315]: pgmap v4812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:35:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:35:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:49 smithi172 ceph-mon[103696]: pgmap v4812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:35:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:35:50.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:50.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:51.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:51.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:52.052 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:51 smithi050 ceph-mon[92315]: 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-09-30T16:35:52.084 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:51 smithi172 ceph-mon[103696]: 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-09-30T16:35:52.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:52.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:53.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:53.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:54.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:53 smithi050 ceph-mon[92315]: 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-09-30T16:35:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:53 smithi172 ceph-mon[103696]: 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-09-30T16:35:54.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:54.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:55.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:55.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:55 smithi050 ceph-mon[92315]: 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-09-30T16:35:56.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:55 smithi172 ceph-mon[103696]: 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-09-30T16:35:56.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:56.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:57.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:57.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:57 smithi050 ceph-mon[92315]: pgmap v4816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:35:58.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:57 smithi172 ceph-mon[103696]: pgmap v4816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:35:58.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:58.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:35:59.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:35:59.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:35:59 smithi050 ceph-mon[92315]: pgmap v4817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:36:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:35:59 smithi172 ceph-mon[103696]: pgmap v4817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:36:00.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:00.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:01.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:01.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:01 smithi050 ceph-mon[92315]: 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-09-30T16:36:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:01 smithi172 ceph-mon[103696]: 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-09-30T16:36:02.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:02.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:03.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:03.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:04.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:03 smithi050 ceph-mon[92315]: 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-09-30T16:36:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:03 smithi172 ceph-mon[103696]: 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-09-30T16:36:04.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:04.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:36:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:36:05.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:05.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:05 smithi050 ceph-mon[92315]: 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-09-30T16:36:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:05 smithi172 ceph-mon[103696]: 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-09-30T16:36:06.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:06.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:07.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:07.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:07 smithi050 ceph-mon[92315]: pgmap v4821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:36:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:07 smithi172 ceph-mon[103696]: pgmap v4821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:36:08.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:08.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:09.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:09.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:09 smithi050 ceph-mon[92315]: pgmap v4822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:36:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:09 smithi172 ceph-mon[103696]: pgmap v4822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:36:10.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:10.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:11.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:11.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:11 smithi050 ceph-mon[92315]: 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-09-30T16:36:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:11 smithi172 ceph-mon[103696]: 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-09-30T16:36:12.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:12.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:13.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:13.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:14.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:13 smithi050 ceph-mon[92315]: 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-09-30T16:36:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:13 smithi172 ceph-mon[103696]: 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-09-30T16:36:14.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:14.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:15.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:15.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:15 smithi050 ceph-mon[92315]: 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-09-30T16:36:16.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:15 smithi172 ceph-mon[103696]: 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-09-30T16:36:16.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:16.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:17.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:17.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:17 smithi050 ceph-mon[92315]: pgmap v4826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:36:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:17 smithi172 ceph-mon[103696]: pgmap v4826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:36:18.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:18.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:19.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:19.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:19 smithi050 ceph-mon[92315]: pgmap v4827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:36:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:36:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:19 smithi172 ceph-mon[103696]: pgmap v4827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:36:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:36:20.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:20.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:21.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:21.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:21 smithi050 ceph-mon[92315]: 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-09-30T16:36:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:21 smithi172 ceph-mon[103696]: 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-09-30T16:36:22.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:22.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:23.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:23.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:24.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:23 smithi050 ceph-mon[92315]: 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-09-30T16:36:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:23 smithi172 ceph-mon[103696]: 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-09-30T16:36:24.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:24.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:25.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:25.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:25 smithi050 ceph-mon[92315]: 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-09-30T16:36:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:36:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:25 smithi172 ceph-mon[103696]: 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-09-30T16:36:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:36:26.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:26.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:36:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:36:27.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:36:27.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:36:27.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:36:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:36:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:36:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:36:27.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:36:27.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:36:27.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:27.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:27 smithi050 ceph-mon[92315]: pgmap v4831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:36:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:27 smithi172 ceph-mon[103696]: pgmap v4831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:36:28.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:28.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:29.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:29.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:29 smithi050 ceph-mon[92315]: pgmap v4832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:36:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:29 smithi172 ceph-mon[103696]: pgmap v4832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:36:30.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:30.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:31.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:31.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:32.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:31 smithi050 ceph-mon[92315]: 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-09-30T16:36:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:31 smithi172 ceph-mon[103696]: 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-09-30T16:36:32.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:32.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:33.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:33.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:34.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:33 smithi050 ceph-mon[92315]: 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-09-30T16:36:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:33 smithi172 ceph-mon[103696]: 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-09-30T16:36:34.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:34.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:36:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:36:35.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:35.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:35 smithi050 ceph-mon[92315]: 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-09-30T16:36:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:35 smithi172 ceph-mon[103696]: 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-09-30T16:36:36.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:36.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:37.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:37.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:37 smithi050 ceph-mon[92315]: pgmap v4836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:36:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:37 smithi172 ceph-mon[103696]: pgmap v4836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:36:38.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:38.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:39.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:39.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:39 smithi050 ceph-mon[92315]: pgmap v4837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:36:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:39 smithi172 ceph-mon[103696]: pgmap v4837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:36:40.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:40.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:41.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:41.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:42.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:41 smithi050 ceph-mon[92315]: 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-09-30T16:36:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:41 smithi172 ceph-mon[103696]: 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-09-30T16:36:42.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:42.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:43.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:43.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:44.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:43 smithi050 ceph-mon[92315]: 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-09-30T16:36:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:43 smithi172 ceph-mon[103696]: 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-09-30T16:36:44.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:44.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:45.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:45.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:45 smithi050 ceph-mon[92315]: 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-09-30T16:36:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:45 smithi172 ceph-mon[103696]: 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-09-30T16:36:46.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:46.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:47.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:47.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:47 smithi172 ceph-mon[103696]: pgmap v4841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:36:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:47 smithi050 ceph-mon[92315]: pgmap v4841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:36:48.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:48.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:49.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:49.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:49 smithi050 ceph-mon[92315]: pgmap v4842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:36:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:36:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:49 smithi172 ceph-mon[103696]: pgmap v4842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:36:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:36:50.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:50.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:51.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:51.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:51 smithi050 ceph-mon[92315]: 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-09-30T16:36:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:51 smithi172 ceph-mon[103696]: 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-09-30T16:36:52.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:52.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:53.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:53.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:54.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:53 smithi050 ceph-mon[92315]: 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-09-30T16:36:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:53 smithi172 ceph-mon[103696]: 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-09-30T16:36:54.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:54.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:55.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:55.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:55 smithi050 ceph-mon[92315]: 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-09-30T16:36:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:55 smithi172 ceph-mon[103696]: 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-09-30T16:36:56.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:56.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:57.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:57.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:57 smithi172 ceph-mon[103696]: pgmap v4846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:36:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:57 smithi050 ceph-mon[92315]: pgmap v4846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:36:58.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:58.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:36:59.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:36:59.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:36:59 smithi050 ceph-mon[92315]: pgmap v4847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:37:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:36:59 smithi172 ceph-mon[103696]: pgmap v4847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:37:00.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:00.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:01.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:01.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:01 smithi050 ceph-mon[92315]: 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-09-30T16:37:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:01 smithi172 ceph-mon[103696]: 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-09-30T16:37:02.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:02.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:03.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:03.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:04.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:03 smithi050 ceph-mon[92315]: 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-09-30T16:37:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:03 smithi172 ceph-mon[103696]: 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-09-30T16:37:04.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:04.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:37:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:37:05.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:05.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:06.256 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:05 smithi050 ceph-mon[92315]: 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-09-30T16:37:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:05 smithi172 ceph-mon[103696]: 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-09-30T16:37:06.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:06.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:07.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:07.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:07 smithi172 ceph-mon[103696]: 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-09-30T16:37:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:07 smithi050 ceph-mon[92315]: 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-09-30T16:37:08.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:08.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:09.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:09.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:09 smithi050 ceph-mon[92315]: pgmap v4852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:37:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:09 smithi172 ceph-mon[103696]: pgmap v4852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:37:10.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:10.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:11.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:11.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:11 smithi050 ceph-mon[92315]: 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-09-30T16:37:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:11 smithi172 ceph-mon[103696]: 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-09-30T16:37:12.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:12.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:13.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:13.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:14.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:13 smithi050 ceph-mon[92315]: 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-09-30T16:37:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:13 smithi172 ceph-mon[103696]: 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-09-30T16:37:14.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:14.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:15.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:15.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:15 smithi050 ceph-mon[92315]: 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-09-30T16:37:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:15 smithi172 ceph-mon[103696]: 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-09-30T16:37:16.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:16.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:17.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:17.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:18.338 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:17 smithi050 ceph-mon[92315]: 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-09-30T16:37:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:17 smithi172 ceph-mon[103696]: 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-09-30T16:37:18.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:18.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:19.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:19.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:19 smithi050 ceph-mon[92315]: 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-09-30T16:37:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:37:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:19 smithi172 ceph-mon[103696]: 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-09-30T16:37:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:37:20.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:20.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:21.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:21.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:21 smithi050 ceph-mon[92315]: 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-09-30T16:37:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:21 smithi172 ceph-mon[103696]: 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-09-30T16:37:22.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:22.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:23.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:23.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:24.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:23 smithi050 ceph-mon[92315]: 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-09-30T16:37:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:23 smithi172 ceph-mon[103696]: 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-09-30T16:37:24.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:24.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:25.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:25.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:25 smithi050 ceph-mon[92315]: 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-09-30T16:37:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:25 smithi172 ceph-mon[103696]: 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-09-30T16:37:26.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:26.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:37:27.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:37:27.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:27.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:28.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:27 smithi050 ceph-mon[92315]: 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-09-30T16:37:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:27 smithi172 ceph-mon[103696]: 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-09-30T16:37:28.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:28.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:29.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:29.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:29 smithi050 ceph-mon[92315]: 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-09-30T16:37:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:29 smithi172 ceph-mon[103696]: 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-09-30T16:37:30.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:30.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:31.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:31.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:31 smithi050 ceph-mon[92315]: 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-09-30T16:37:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:37:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:37:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:37:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:37:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:37:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:37:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:37:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:31 smithi172 ceph-mon[103696]: 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-09-30T16:37:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:37:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:37:32.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:37:32.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:37:32.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:37:32.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:37:32.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:37:32.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:32.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:33.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:33.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:33 smithi050 ceph-mon[92315]: 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-09-30T16:37:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:33 smithi172 ceph-mon[103696]: 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-09-30T16:37:34.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:34.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:37:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:37:35.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:35.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:35 smithi050 ceph-mon[92315]: 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-09-30T16:37:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:35 smithi172 ceph-mon[103696]: 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-09-30T16:37:36.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:36.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:37.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:37.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:37 smithi050 ceph-mon[92315]: 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-09-30T16:37:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:37 smithi172 ceph-mon[103696]: 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-09-30T16:37:38.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:38.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:39.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:39.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:39 smithi050 ceph-mon[92315]: 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-09-30T16:37:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:39 smithi172 ceph-mon[103696]: 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-09-30T16:37:40.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:40.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:41.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:41.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:41 smithi050 ceph-mon[92315]: 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-09-30T16:37:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:41 smithi172 ceph-mon[103696]: 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-09-30T16:37:42.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:42.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:43.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:43.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:44.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:43 smithi050 ceph-mon[92315]: 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-09-30T16:37:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:43 smithi172 ceph-mon[103696]: 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-09-30T16:37:44.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:44.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:45.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:45.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:45 smithi050 ceph-mon[92315]: 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-09-30T16:37:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:45 smithi172 ceph-mon[103696]: 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-09-30T16:37:46.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:46.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:47.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:47.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:48.296 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:47 smithi172 ceph-mon[103696]: 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-09-30T16:37:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:47 smithi050 ceph-mon[92315]: 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-09-30T16:37:48.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:48.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:49.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:49.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:49 smithi050 ceph-mon[92315]: 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-09-30T16:37:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:37:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:49 smithi172 ceph-mon[103696]: 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-09-30T16:37:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:37:50.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:50.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:51.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:51.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:51 smithi050 ceph-mon[92315]: 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-09-30T16:37:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:51 smithi172 ceph-mon[103696]: 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-09-30T16:37:52.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:52.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:53.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:53.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:54.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:53 smithi050 ceph-mon[92315]: 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-09-30T16:37:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:53 smithi172 ceph-mon[103696]: 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-09-30T16:37:54.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:54.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:55.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:55.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:55 smithi050 ceph-mon[92315]: 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-09-30T16:37:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:55 smithi172 ceph-mon[103696]: 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-09-30T16:37:56.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:56.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:57.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:57.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:57 smithi050 ceph-mon[92315]: 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-09-30T16:37:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:57 smithi172 ceph-mon[103696]: 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-09-30T16:37:58.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:58.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:37:59.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:37:59.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:37:59 smithi050 ceph-mon[92315]: 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-09-30T16:38:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:37:59 smithi172 ceph-mon[103696]: 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-09-30T16:38:00.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:00.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:01.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:01.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:01 smithi050 ceph-mon[92315]: 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-09-30T16:38:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:01 smithi172 ceph-mon[103696]: 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-09-30T16:38:02.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:02.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:03.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:03.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:04.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:03 smithi050 ceph-mon[92315]: 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-09-30T16:38:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:03 smithi172 ceph-mon[103696]: 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-09-30T16:38:04.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:04.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:38:05.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:38:05.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:05.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:05 smithi050 ceph-mon[92315]: 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-09-30T16:38:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:05 smithi172 ceph-mon[103696]: 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-09-30T16:38:06.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:06.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:07.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:07.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:07 smithi050 ceph-mon[92315]: 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-09-30T16:38:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:07 smithi172 ceph-mon[103696]: 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-09-30T16:38:08.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:08.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:09.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:09.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:09 smithi050 ceph-mon[92315]: 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-09-30T16:38:10.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:09 smithi172 ceph-mon[103696]: 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-09-30T16:38:10.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:10.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:11.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:11.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:11.999 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:11 smithi050 ceph-mon[92315]: 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-09-30T16:38:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:11 smithi172 ceph-mon[103696]: 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-09-30T16:38:12.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:12.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:13.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:13.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:13 smithi050 ceph-mon[92315]: 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-09-30T16:38:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:13 smithi172 ceph-mon[103696]: 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-09-30T16:38:14.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:14.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:15.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:15.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:15 smithi050 ceph-mon[92315]: 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-09-30T16:38:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:15 smithi172 ceph-mon[103696]: 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-09-30T16:38:16.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:16.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:17.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:17.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:17 smithi050 ceph-mon[92315]: 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-09-30T16:38:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:17 smithi172 ceph-mon[103696]: 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-09-30T16:38:18.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:18.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:19.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:19.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:19 smithi050 ceph-mon[92315]: 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-09-30T16:38:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:38:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:19 smithi172 ceph-mon[103696]: 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-09-30T16:38:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:38:20.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:20.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:21.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:21.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:21 smithi050 ceph-mon[92315]: 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-09-30T16:38:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:21 smithi172 ceph-mon[103696]: 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-09-30T16:38:22.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:22.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:23.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:23.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:23 smithi050 ceph-mon[92315]: 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-09-30T16:38:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:23 smithi172 ceph-mon[103696]: 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-09-30T16:38:24.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:24.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:25.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:25.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:25 smithi050 ceph-mon[92315]: 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-09-30T16:38:26.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:25 smithi172 ceph-mon[103696]: 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-09-30T16:38:26.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:26.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:27.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:27.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:27 smithi050 ceph-mon[92315]: 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-09-30T16:38:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:27 smithi172 ceph-mon[103696]: 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-09-30T16:38:28.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:28.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:29.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:29.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:29 smithi050 ceph-mon[92315]: 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-09-30T16:38:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:29 smithi172 ceph-mon[103696]: 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-09-30T16:38:30.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:30.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:31.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:31.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:31 smithi050 ceph-mon[92315]: 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-09-30T16:38:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:38:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:31 smithi172 ceph-mon[103696]: 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-09-30T16:38:32.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:38:32.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:32.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:38:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:38:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:38:33.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:38:33.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:38:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:38:33.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:38:33.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:38:33.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:38:33.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:38:33.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:33.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:33 smithi050 ceph-mon[92315]: 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-09-30T16:38:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:33 smithi172 ceph-mon[103696]: 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-09-30T16:38:34.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:34.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:38:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:38:35.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:35.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:35 smithi050 ceph-mon[92315]: 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-09-30T16:38:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:35 smithi172 ceph-mon[103696]: 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-09-30T16:38:36.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:36.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:37.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:37.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:37 smithi050 ceph-mon[92315]: 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-09-30T16:38:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:37 smithi172 ceph-mon[103696]: 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-09-30T16:38:38.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:38.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:39.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:39.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:39 smithi050 ceph-mon[92315]: 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-09-30T16:38:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:39 smithi172 ceph-mon[103696]: 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-09-30T16:38:40.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:40.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:41.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:41.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:41 smithi050 ceph-mon[92315]: 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-09-30T16:38:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:41 smithi172 ceph-mon[103696]: 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-09-30T16:38:42.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:42.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:43.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:43.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:43 smithi050 ceph-mon[92315]: 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-09-30T16:38:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:43 smithi172 ceph-mon[103696]: 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-09-30T16:38:44.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:44.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:45.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:45.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:45 smithi050 ceph-mon[92315]: 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-09-30T16:38:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:45 smithi172 ceph-mon[103696]: 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-09-30T16:38:46.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:46.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:47.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:47.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:47 smithi050 ceph-mon[92315]: 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-09-30T16:38:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:47 smithi172 ceph-mon[103696]: 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-09-30T16:38:48.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:48.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:49.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:49.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:49 smithi050 ceph-mon[92315]: 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-09-30T16:38:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:38:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:49 smithi172 ceph-mon[103696]: 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-09-30T16:38:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:38:50.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:50.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:51.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:51.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:51 smithi050 ceph-mon[92315]: 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-09-30T16:38:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:51 smithi172 ceph-mon[103696]: 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-09-30T16:38:52.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:52.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:53.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:53.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:53 smithi050 ceph-mon[92315]: 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-09-30T16:38:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:53 smithi172 ceph-mon[103696]: 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-09-30T16:38:54.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:54.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:55.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:55.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:55 smithi050 ceph-mon[92315]: 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-09-30T16:38:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:55 smithi172 ceph-mon[103696]: 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-09-30T16:38:56.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:56.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:57.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:57.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:57 smithi050 ceph-mon[92315]: 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-09-30T16:38:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:57 smithi172 ceph-mon[103696]: 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-09-30T16:38:58.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:58.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:38:59.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:38:59.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:38:59 smithi050 ceph-mon[92315]: 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-09-30T16:39:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:38:59 smithi172 ceph-mon[103696]: 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-09-30T16:39:00.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:00.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:01.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:01.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:02.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:01 smithi050 ceph-mon[92315]: 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-09-30T16:39:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:01 smithi172 ceph-mon[103696]: 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-09-30T16:39:02.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:02.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:03.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:03.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:03 smithi050 ceph-mon[92315]: 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-09-30T16:39:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:03 smithi172 ceph-mon[103696]: 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-09-30T16:39:04.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:04.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:39:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:39:05.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:05.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:05 smithi050 ceph-mon[92315]: 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-09-30T16:39:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:05 smithi172 ceph-mon[103696]: 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-09-30T16:39:06.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:06.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:07.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:07.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:07 smithi050 ceph-mon[92315]: 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-09-30T16:39:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:07 smithi172 ceph-mon[103696]: 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-09-30T16:39:08.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:08.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:09.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:09.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:09 smithi050 ceph-mon[92315]: 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-09-30T16:39:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:09 smithi172 ceph-mon[103696]: 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-09-30T16:39:10.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:10.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:11.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:11.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:11 smithi050 ceph-mon[92315]: 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-09-30T16:39:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:11 smithi172 ceph-mon[103696]: 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-09-30T16:39:12.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:12.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:13.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:13.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:14.195 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:13 smithi172 ceph-mon[103696]: 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-09-30T16:39:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:13 smithi050 ceph-mon[92315]: 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-09-30T16:39:14.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:14.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:15.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:15.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:15 smithi050 ceph-mon[92315]: 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-09-30T16:39:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:15 smithi172 ceph-mon[103696]: 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-09-30T16:39:16.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:16.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:17.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:17.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:17 smithi050 ceph-mon[92315]: 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-09-30T16:39:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:17 smithi172 ceph-mon[103696]: 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-09-30T16:39:18.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:18.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:19.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:19.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:19 smithi050 ceph-mon[92315]: 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-09-30T16:39:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:39:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:19 smithi172 ceph-mon[103696]: 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-09-30T16:39:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:39:20.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:20.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:21.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:21.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:21 smithi050 ceph-mon[92315]: 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-09-30T16:39:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:21 smithi172 ceph-mon[103696]: 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-09-30T16:39:22.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:22.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:23.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:23.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:24.301 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:23 smithi172 ceph-mon[103696]: 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-09-30T16:39:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:23 smithi050 ceph-mon[92315]: 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-09-30T16:39:24.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:24.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:25.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:25.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:25 smithi050 ceph-mon[92315]: 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-09-30T16:39:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:25 smithi172 ceph-mon[103696]: 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-09-30T16:39:26.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:26.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:27.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:27.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:27 smithi050 ceph-mon[92315]: 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-09-30T16:39:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:27 smithi172 ceph-mon[103696]: 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-09-30T16:39:28.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:28.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:29.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:29.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:29 smithi050 ceph-mon[92315]: 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-09-30T16:39:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:29 smithi172 ceph-mon[103696]: 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-09-30T16:39:30.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:30.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:31.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:31.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:32.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:31 smithi050 ceph-mon[92315]: 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-09-30T16:39:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:31 smithi172 ceph-mon[103696]: 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-09-30T16:39:32.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:32.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:39:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:39:33.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:33.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:33 smithi050 ceph-mon[92315]: 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-09-30T16:39:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:33 smithi172 ceph-mon[103696]: 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-09-30T16:39:34.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:34.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:39:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:39:35.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:35.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:35 smithi050 ceph-mon[92315]: 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-09-30T16:39:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:35 smithi172 ceph-mon[103696]: 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-09-30T16:39:36.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:36.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:37.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:37.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:38.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:37 smithi050 ceph-mon[92315]: 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-09-30T16:39:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:37 smithi172 ceph-mon[103696]: 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-09-30T16:39:38.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:38.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:39.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:39.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:40.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:39 smithi050 ceph-mon[92315]: 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-09-30T16:39:40.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:39:40.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:39:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:39 smithi172 ceph-mon[103696]: 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-09-30T16:39:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:39:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:39:40.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:40.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:39:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:39:41.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:39:41.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:39:41.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:39:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:39:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:39:41.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:39:41.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:39:41.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:39:41.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:41.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:41 smithi050 ceph-mon[92315]: 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-09-30T16:39:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:41 smithi172 ceph-mon[103696]: 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-09-30T16:39:42.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:42.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:43.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:43.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:43 smithi050 ceph-mon[92315]: 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-09-30T16:39:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:43 smithi172 ceph-mon[103696]: 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-09-30T16:39:44.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:44.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:45.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:45.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:45 smithi050 ceph-mon[92315]: 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-09-30T16:39:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:45 smithi172 ceph-mon[103696]: 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-09-30T16:39:46.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:46.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:47.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:47.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:47 smithi050 ceph-mon[92315]: 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-09-30T16:39:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:47 smithi172 ceph-mon[103696]: 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-09-30T16:39:48.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:48.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:49.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:49.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:49 smithi050 ceph-mon[92315]: 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-09-30T16:39:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:39:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:49 smithi172 ceph-mon[103696]: 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-09-30T16:39:50.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:39:50.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:50.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:51.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:51.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:51 smithi050 ceph-mon[92315]: 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-09-30T16:39:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:51 smithi172 ceph-mon[103696]: 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-09-30T16:39:52.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:52.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:53.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:53.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:53 smithi050 ceph-mon[92315]: 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-09-30T16:39:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:53 smithi172 ceph-mon[103696]: 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-09-30T16:39:54.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:54.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:55.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:55.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:55 smithi050 ceph-mon[92315]: 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-09-30T16:39:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:55 smithi172 ceph-mon[103696]: 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-09-30T16:39:56.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:56.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:57.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:57.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:58.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:57 smithi050 ceph-mon[92315]: 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-09-30T16:39:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:57 smithi172 ceph-mon[103696]: 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-09-30T16:39:58.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:58.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:39:59.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:39:59.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:39:59 smithi050 ceph-mon[92315]: 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-09-30T16:40:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:39:59 smithi172 ceph-mon[103696]: 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-09-30T16:40:00.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:00.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T16:40:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T16:40:01.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:01.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:01 smithi050 ceph-mon[92315]: 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-09-30T16:40:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:01 smithi172 ceph-mon[103696]: 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-09-30T16:40:02.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:02.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:03.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:03.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:03 smithi050 ceph-mon[92315]: 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-09-30T16:40:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:03 smithi172 ceph-mon[103696]: 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-09-30T16:40:04.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:04.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:40:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:40:05.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:05.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:05 smithi050 ceph-mon[92315]: 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-09-30T16:40:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:05 smithi172 ceph-mon[103696]: 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-09-30T16:40:06.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:06.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:07.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:07.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:08.312 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:07 smithi050 ceph-mon[92315]: 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-09-30T16:40:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:07 smithi172 ceph-mon[103696]: 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-09-30T16:40:08.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:08.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:09.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:09.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:09 smithi172 ceph-mon[103696]: 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-09-30T16:40:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:09 smithi050 ceph-mon[92315]: 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-09-30T16:40:10.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:10.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:11.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:11.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:11 smithi050 ceph-mon[92315]: 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-09-30T16:40:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:11 smithi172 ceph-mon[103696]: 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-09-30T16:40:12.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:12.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:13.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:13.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:13 smithi050 ceph-mon[92315]: 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-09-30T16:40:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:13 smithi172 ceph-mon[103696]: 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-09-30T16:40:14.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:14.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:15.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:15.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:15 smithi050 ceph-mon[92315]: 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-09-30T16:40:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:15 smithi172 ceph-mon[103696]: 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-09-30T16:40:16.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:16.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:17.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:17.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:17 smithi050 ceph-mon[92315]: 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-09-30T16:40:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:17 smithi172 ceph-mon[103696]: 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-09-30T16:40:18.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:18.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:19.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:19.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:19 smithi050 ceph-mon[92315]: 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-09-30T16:40:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:40:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:19 smithi172 ceph-mon[103696]: 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-09-30T16:40:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:40:20.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:20.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:21.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:21.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:21 smithi050 ceph-mon[92315]: 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-09-30T16:40:22.439 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:21 smithi172 ceph-mon[103696]: 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-09-30T16:40:22.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:22.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:23.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:23.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:23 smithi050 ceph-mon[92315]: 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-09-30T16:40:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:23 smithi172 ceph-mon[103696]: 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-09-30T16:40:24.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:24.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:25.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:25.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:25 smithi050 ceph-mon[92315]: 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-09-30T16:40:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:25 smithi172 ceph-mon[103696]: 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-09-30T16:40:26.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:26.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:27.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:27.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:27 smithi050 ceph-mon[92315]: 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-09-30T16:40:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:27 smithi172 ceph-mon[103696]: 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-09-30T16:40:28.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:28.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:29.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:29.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:29 smithi050 ceph-mon[92315]: 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-09-30T16:40:30.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:29 smithi172 ceph-mon[103696]: 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-09-30T16:40:30.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:30.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:31.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:31.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:31 smithi050 ceph-mon[92315]: 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-09-30T16:40:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:31 smithi172 ceph-mon[103696]: 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-09-30T16:40:32.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:32.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:33.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:33.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:33 smithi050 ceph-mon[92315]: 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-09-30T16:40:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:33 smithi172 ceph-mon[103696]: 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-09-30T16:40:34.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:34.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:40:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:40:35.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:35.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:35 smithi050 ceph-mon[92315]: 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-09-30T16:40:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:35 smithi172 ceph-mon[103696]: 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-09-30T16:40:36.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:36.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:37.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:37.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:37 smithi050 ceph-mon[92315]: 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-09-30T16:40:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:37 smithi172 ceph-mon[103696]: 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-09-30T16:40:38.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:38.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:39.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:39.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:39 smithi050 ceph-mon[92315]: 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-09-30T16:40:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:39 smithi172 ceph-mon[103696]: 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-09-30T16:40:40.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:40.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:40:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:40:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:40:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:40:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:40:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:40:41.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:41.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:41 smithi050 ceph-mon[92315]: 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-09-30T16:40:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:40:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:40:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:40:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:40:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:40:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:41 smithi172 ceph-mon[103696]: 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-09-30T16:40:42.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:40:42.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:40:42.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:40:42.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:40:42.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:40:42.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:43.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:43.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:43.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:43 smithi050 ceph-mon[92315]: 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-09-30T16:40:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:43 smithi172 ceph-mon[103696]: 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-09-30T16:40:44.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:44.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:45.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:45.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:45 smithi050 ceph-mon[92315]: 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-09-30T16:40:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:45 smithi172 ceph-mon[103696]: 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-09-30T16:40:46.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:46.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:47.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:47.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:47 smithi050 ceph-mon[92315]: 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-09-30T16:40:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:47 smithi172 ceph-mon[103696]: 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-09-30T16:40:48.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:48.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:40:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:40:49.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:49.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:50 smithi050 ceph-mon[92315]: 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-09-30T16:40:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:50 smithi172 ceph-mon[103696]: 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-09-30T16:40:50.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:50.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:51.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:51.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:51 smithi050 ceph-mon[92315]: 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-09-30T16:40:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:51 smithi172 ceph-mon[103696]: 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-09-30T16:40:52.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:52.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:53.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:53.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:53 smithi050 ceph-mon[92315]: 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-09-30T16:40:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:53 smithi172 ceph-mon[103696]: 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-09-30T16:40:54.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:54.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:55.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:55.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:55 smithi050 ceph-mon[92315]: 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-09-30T16:40:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:55 smithi172 ceph-mon[103696]: 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-09-30T16:40:56.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:56.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:57.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:57.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:57 smithi050 ceph-mon[92315]: 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-09-30T16:40:58.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:57 smithi172 ceph-mon[103696]: 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-09-30T16:40:58.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:58.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:40:59.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:40:59.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:00.311 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:40:59 smithi172 ceph-mon[103696]: 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-09-30T16:41:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:40:59 smithi050 ceph-mon[92315]: 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-09-30T16:41:00.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:00.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:01.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:01.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:01 smithi050 ceph-mon[92315]: 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-09-30T16:41:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:01 smithi172 ceph-mon[103696]: 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-09-30T16:41:02.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:02.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:03.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:03.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:03 smithi050 ceph-mon[92315]: 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-09-30T16:41:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:03 smithi172 ceph-mon[103696]: 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-09-30T16:41:04.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:04.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:41:05.364 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:41:05.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:05.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:05 smithi050 ceph-mon[92315]: 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-09-30T16:41:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:05 smithi172 ceph-mon[103696]: 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-09-30T16:41:06.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:06.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:07.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:07.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:07 smithi050 ceph-mon[92315]: 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-09-30T16:41:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:07 smithi172 ceph-mon[103696]: 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-09-30T16:41:08.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:08.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:09.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:09.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:09 smithi050 ceph-mon[92315]: 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-09-30T16:41:10.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:09 smithi172 ceph-mon[103696]: 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-09-30T16:41:10.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:10.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:11.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:11.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:11 smithi050 ceph-mon[92315]: 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-09-30T16:41:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:11 smithi172 ceph-mon[103696]: 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-09-30T16:41:12.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:12.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:13.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:13.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:14.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:13 smithi050 ceph-mon[92315]: 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-09-30T16:41:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:13 smithi172 ceph-mon[103696]: 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-09-30T16:41:14.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:14.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:15.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:15.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:15 smithi050 ceph-mon[92315]: 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-09-30T16:41:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:15 smithi172 ceph-mon[103696]: 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-09-30T16:41:16.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:16.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:17.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:17.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:17 smithi050 ceph-mon[92315]: 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-09-30T16:41:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:17 smithi172 ceph-mon[103696]: 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-09-30T16:41:18.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:18.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:19.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:19.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:19 smithi050 ceph-mon[92315]: 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-09-30T16:41:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:41:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:19 smithi172 ceph-mon[103696]: 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-09-30T16:41:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:41:20.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:20.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:21.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:21.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:21 smithi050 ceph-mon[92315]: 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-09-30T16:41:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:21 smithi172 ceph-mon[103696]: 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-09-30T16:41:22.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:22.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:23.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:23.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:23 smithi050 ceph-mon[92315]: 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-09-30T16:41:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:23 smithi172 ceph-mon[103696]: 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-09-30T16:41:24.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:24.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:25.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:25.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:25 smithi050 ceph-mon[92315]: 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-09-30T16:41:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:25 smithi172 ceph-mon[103696]: 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-09-30T16:41:26.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:26.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:27.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:27.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:27 smithi050 ceph-mon[92315]: 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-09-30T16:41:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:27 smithi172 ceph-mon[103696]: 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-09-30T16:41:28.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:28.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:29.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:29.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:29 smithi050 ceph-mon[92315]: 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-09-30T16:41:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:29 smithi172 ceph-mon[103696]: 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-09-30T16:41:30.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:30.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:31.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:31.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:31 smithi050 ceph-mon[92315]: 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-09-30T16:41:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:31 smithi172 ceph-mon[103696]: 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-09-30T16:41:32.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:32.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:33.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:33.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:34.289 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:33 smithi050 ceph-mon[92315]: pgmap v4984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:41:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:33 smithi172 ceph-mon[103696]: pgmap v4984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:41:34.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:34.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:41:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:41:35.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:35.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:35 smithi050 ceph-mon[92315]: pgmap v4985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:41:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:35 smithi172 ceph-mon[103696]: pgmap v4985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:41:36.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:36.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:37.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:37.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:37 smithi050 ceph-mon[92315]: 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-09-30T16:41:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:37 smithi172 ceph-mon[103696]: 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-09-30T16:41:38.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:38.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:39.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:39.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:39 smithi050 ceph-mon[92315]: 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-09-30T16:41:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:39 smithi172 ceph-mon[103696]: 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-09-30T16:41:40.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:40.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:41.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:41.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:41 smithi050 ceph-mon[92315]: 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-09-30T16:41:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:41:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:41 smithi172 ceph-mon[103696]: 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-09-30T16:41:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:41:42.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:42.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:41:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:41:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:41:43.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:41:43.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:41:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:41:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:41:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:41:43.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:41:43.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:41:43.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:43.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:43 smithi050 ceph-mon[92315]: pgmap v4989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:41:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:43 smithi172 ceph-mon[103696]: pgmap v4989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:41:44.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:44.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:45.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:45.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:45 smithi172 ceph-mon[103696]: 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-09-30T16:41:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:45 smithi050 ceph-mon[92315]: 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-09-30T16:41:46.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:46.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:47.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:47.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:47 smithi050 ceph-mon[92315]: pgmap v4991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:41:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:47 smithi172 ceph-mon[103696]: pgmap v4991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:41:48.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:48.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:41:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:41:49.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:49.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:49 smithi050 ceph-mon[92315]: 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-09-30T16:41:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:50 smithi172 ceph-mon[103696]: 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-09-30T16:41:50.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:50.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:51.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:51.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:51 smithi050 ceph-mon[92315]: 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-09-30T16:41:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:51 smithi172 ceph-mon[103696]: 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-09-30T16:41:52.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:52.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:53.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:53.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:53 smithi050 ceph-mon[92315]: pgmap v4994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:41:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:53 smithi172 ceph-mon[103696]: pgmap v4994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:41:54.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:54.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:55.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:55.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:55 smithi050 ceph-mon[92315]: 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-09-30T16:41:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:55 smithi172 ceph-mon[103696]: 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-09-30T16:41:56.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:56.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:58.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:58.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:41:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:41:57 smithi050 ceph-mon[92315]: pgmap v4996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:41:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:41:58 smithi172 ceph-mon[103696]: pgmap v4996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:41:59.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:41:59.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:00.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:00.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:00 smithi050 ceph-mon[92315]: 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-09-30T16:42:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:00 smithi172 ceph-mon[103696]: 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-09-30T16:42:01.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:01.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:02.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:02.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:01 smithi050 ceph-mon[92315]: 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-09-30T16:42:02.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:01 smithi172 ceph-mon[103696]: 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-09-30T16:42:03.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:03.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:04.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:04.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:03 smithi050 ceph-mon[92315]: pgmap v4999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:42:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:42:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:03 smithi172 ceph-mon[103696]: pgmap v4999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:42:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:42:05.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:05.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:06.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:06.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:05 smithi050 ceph-mon[92315]: 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-09-30T16:42:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:05 smithi172 ceph-mon[103696]: 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-09-30T16:42:07.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:07.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:08.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:08.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:08 smithi050 ceph-mon[92315]: pgmap v5001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:42:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:08 smithi172 ceph-mon[103696]: pgmap v5001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:42:09.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:09.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:10.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:10.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:10 smithi050 ceph-mon[92315]: 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-09-30T16:42:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:10 smithi172 ceph-mon[103696]: 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-09-30T16:42:11.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:11.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:12.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:12.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:11 smithi050 ceph-mon[92315]: 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-09-30T16:42:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:11 smithi172 ceph-mon[103696]: 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-09-30T16:42:13.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:13.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:14.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:14.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:14 smithi050 ceph-mon[92315]: pgmap v5004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:42:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:14 smithi172 ceph-mon[103696]: pgmap v5004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:42:15.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:15.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:16.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:16.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:16.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:16 smithi050 ceph-mon[92315]: 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-09-30T16:42:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:16 smithi172 ceph-mon[103696]: 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-09-30T16:42:17.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:17.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:18.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:18.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:18 smithi050 ceph-mon[92315]: pgmap v5006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:42:18.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:18 smithi172 ceph-mon[103696]: pgmap v5006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:42:19.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:19.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:42:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:42:20.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:20.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:20 smithi050 ceph-mon[92315]: 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-09-30T16:42:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:20 smithi172 ceph-mon[103696]: 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-09-30T16:42:21.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:21.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:22.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:22.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:21 smithi050 ceph-mon[92315]: 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-09-30T16:42:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:21 smithi172 ceph-mon[103696]: 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-09-30T16:42:23.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:23.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:24.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:24.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:24 smithi050 ceph-mon[92315]: pgmap v5009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:42:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:24 smithi172 ceph-mon[103696]: pgmap v5009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:42:25.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:25.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:26.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:26.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:26 smithi050 ceph-mon[92315]: 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-09-30T16:42:26.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:26 smithi172 ceph-mon[103696]: 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-09-30T16:42:27.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:27.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:28.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:28.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:28 smithi050 ceph-mon[92315]: pgmap v5011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:42:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:28 smithi172 ceph-mon[103696]: pgmap v5011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:42:29.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:29.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:30.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:30.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:30 smithi050 ceph-mon[92315]: 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-09-30T16:42:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:30 smithi172 ceph-mon[103696]: 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-09-30T16:42:31.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:31.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:32.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:32.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:31 smithi050 ceph-mon[92315]: 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-09-30T16:42:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:31 smithi172 ceph-mon[103696]: 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-09-30T16:42:33.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:33.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:34.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:34.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:34 smithi050 ceph-mon[92315]: pgmap v5014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:42:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:42:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:34 smithi172 ceph-mon[103696]: pgmap v5014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:42:34.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:42:35.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:35.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:36.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:36.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:36.316 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:36 smithi172 ceph-mon[103696]: 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-09-30T16:42:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:36 smithi050 ceph-mon[92315]: 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-09-30T16:42:37.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:37.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:38.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:38.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:38 smithi050 ceph-mon[92315]: pgmap v5016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:42:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:38 smithi172 ceph-mon[103696]: pgmap v5016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:42:39.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:39.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:40.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:40.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:40 smithi050 ceph-mon[92315]: 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-09-30T16:42:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:40 smithi172 ceph-mon[103696]: 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-09-30T16:42:41.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:41.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:42.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:42.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:41 smithi050 ceph-mon[92315]: 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-09-30T16:42:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:41 smithi172 ceph-mon[103696]: 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-09-30T16:42:43.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:43.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:42:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:42:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:42:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:42:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:42:43.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:42:44.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:44.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:43 smithi050 ceph-mon[92315]: pgmap v5019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:42:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:42:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:42:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:42:44.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:42:44.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:42:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:43 smithi172 ceph-mon[103696]: pgmap v5019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:42:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:42:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:42:44.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:42:44.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:42:44.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:42:45.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:45.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:46.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:46.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:46 smithi050 ceph-mon[92315]: 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-09-30T16:42:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:46 smithi172 ceph-mon[103696]: 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-09-30T16:42:47.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:47.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:48.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:48.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:48 smithi050 ceph-mon[92315]: pgmap v5021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:42:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:48 smithi172 ceph-mon[103696]: pgmap v5021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:42:49.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:49.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:49.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:42:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:42:50.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:50.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:50 smithi050 ceph-mon[92315]: 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-09-30T16:42:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:50 smithi172 ceph-mon[103696]: 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-09-30T16:42:51.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:51.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:52.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:52.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:51 smithi050 ceph-mon[92315]: 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-09-30T16:42:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:51 smithi172 ceph-mon[103696]: 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-09-30T16:42:53.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:53.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:54.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:54.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:54 smithi050 ceph-mon[92315]: pgmap v5024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:42:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:54 smithi172 ceph-mon[103696]: pgmap v5024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:42:55.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:55.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:56.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:56.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:56 smithi050 ceph-mon[92315]: 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-09-30T16:42:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:56 smithi172 ceph-mon[103696]: 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-09-30T16:42:57.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:57.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:58.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:58.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:42:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:42:58 smithi050 ceph-mon[92315]: pgmap v5026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:42:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:42:58 smithi172 ceph-mon[103696]: pgmap v5026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:42:59.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:42:59.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:00.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:00.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:00 smithi050 ceph-mon[92315]: 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-09-30T16:43:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:00 smithi172 ceph-mon[103696]: 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-09-30T16:43:01.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:01.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:01 smithi172 ceph-mon[103696]: 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-09-30T16:43:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:01 smithi050 ceph-mon[92315]: 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-09-30T16:43:02.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:02.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:03.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:03.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:04.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:04.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:04 smithi050 ceph-mon[92315]: pgmap v5029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:43:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:43:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:04 smithi172 ceph-mon[103696]: pgmap v5029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:43:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:43:05.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:05.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:06.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:06.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:06 smithi050 ceph-mon[92315]: 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-09-30T16:43:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:06 smithi172 ceph-mon[103696]: 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-09-30T16:43:07.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:07.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:08.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:08.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:08 smithi050 ceph-mon[92315]: pgmap v5031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:43:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:08 smithi172 ceph-mon[103696]: pgmap v5031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:43:09.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:09.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:10.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:10.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:10 smithi050 ceph-mon[92315]: 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-09-30T16:43:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:10 smithi172 ceph-mon[103696]: 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-09-30T16:43:11.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:11.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:11 smithi050 ceph-mon[92315]: 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-09-30T16:43:12.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:12.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:11 smithi172 ceph-mon[103696]: 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-09-30T16:43:13.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:13.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:14.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:14.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:14 smithi050 ceph-mon[92315]: pgmap v5034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:43:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:14 smithi172 ceph-mon[103696]: pgmap v5034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:43:15.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:15.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:16.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:16.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:16 smithi050 ceph-mon[92315]: 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-09-30T16:43:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:16 smithi172 ceph-mon[103696]: 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-09-30T16:43:17.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:17.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:18.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:18.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:18 smithi050 ceph-mon[92315]: pgmap v5036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:43:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:18 smithi172 ceph-mon[103696]: pgmap v5036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:43:19.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:19.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:43:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:43:20.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:20.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:20 smithi050 ceph-mon[92315]: 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-09-30T16:43:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:20 smithi172 ceph-mon[103696]: 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-09-30T16:43:21.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:21.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:21 smithi050 ceph-mon[92315]: 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-09-30T16:43:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:21 smithi172 ceph-mon[103696]: 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-09-30T16:43:22.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:22.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:23.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:23.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:24.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:24.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:24 smithi050 ceph-mon[92315]: 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-09-30T16:43:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:24 smithi172 ceph-mon[103696]: 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-09-30T16:43:25.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:25.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:26.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:26.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:26 smithi050 ceph-mon[92315]: pgmap v5040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:43:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:26 smithi172 ceph-mon[103696]: pgmap v5040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T16:43:27.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:27.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:28.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:28.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:28 smithi050 ceph-mon[92315]: pgmap v5041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:43:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:28 smithi172 ceph-mon[103696]: pgmap v5041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T16:43:29.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:29.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:30.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:30.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:30 smithi050 ceph-mon[92315]: 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-09-30T16:43:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:30 smithi172 ceph-mon[103696]: 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-09-30T16:43:31.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:31.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:31 smithi050 ceph-mon[92315]: 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-09-30T16:43:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:31 smithi172 ceph-mon[103696]: 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-09-30T16:43:32.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:32.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:33.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:33.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:34.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:34.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:34 smithi050 ceph-mon[92315]: 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-09-30T16:43:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:43:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:34 smithi172 ceph-mon[103696]: 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-09-30T16:43:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:43:35.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:35.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:36.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:36.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:36 smithi050 ceph-mon[92315]: 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-09-30T16:43:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:36 smithi172 ceph-mon[103696]: 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-09-30T16:43:37.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:37.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:38.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:38.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:38 smithi050 ceph-mon[92315]: 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-09-30T16:43:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:38 smithi172 ceph-mon[103696]: 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-09-30T16:43:39.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:39.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:40.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:40.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:40 smithi050 ceph-mon[92315]: 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-09-30T16:43:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:40 smithi172 ceph-mon[103696]: 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-09-30T16:43:41.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:41.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:41.998 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:41 smithi172 ceph-mon[103696]: 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-09-30T16:43:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:41 smithi050 ceph-mon[92315]: 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-09-30T16:43:42.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:42.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:43.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:43.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:44.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:45.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:45.240 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:44 smithi172 ceph-mon[103696]: 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-09-30T16:43:45.240 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:43:45.240 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:43:45.240 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:43:45.240 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:43:45.241 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:43:45.241 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:43:45.241 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:44 smithi050 ceph-mon[92315]: 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-09-30T16:43:45.241 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:43:45.241 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:43:45.241 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:43:45.241 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:43:45.241 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:43:45.241 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:43:45.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:45.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:46.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:46.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:46 smithi050 ceph-mon[92315]: 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-09-30T16:43:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:46 smithi172 ceph-mon[103696]: 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-09-30T16:43:47.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:47.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:48.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:48.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:48.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:48 smithi050 ceph-mon[92315]: 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-09-30T16:43:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:48 smithi172 ceph-mon[103696]: 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-09-30T16:43:49.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:49.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:43:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:43:50.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:50.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:50 smithi050 ceph-mon[92315]: 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-09-30T16:43:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:50 smithi172 ceph-mon[103696]: 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-09-30T16:43:51.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:51.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:51 smithi050 ceph-mon[92315]: 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-09-30T16:43:52.103 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:51 smithi172 ceph-mon[103696]: 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-09-30T16:43:52.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:52.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:53.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:53.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:54.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:54.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:54 smithi050 ceph-mon[92315]: 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-09-30T16:43:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:54 smithi172 ceph-mon[103696]: 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-09-30T16:43:55.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:55.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:56.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:56.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:56 smithi050 ceph-mon[92315]: 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-09-30T16:43:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:56 smithi172 ceph-mon[103696]: 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-09-30T16:43:57.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:57.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:58.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:58.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:43:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:43:58 smithi050 ceph-mon[92315]: 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-09-30T16:43:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:43:58 smithi172 ceph-mon[103696]: 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-09-30T16:43:59.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:43:59.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:00.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:00.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:00 smithi050 ceph-mon[92315]: 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-09-30T16:44:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:00 smithi172 ceph-mon[103696]: 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-09-30T16:44:01.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:01.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:01 smithi050 ceph-mon[92315]: 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-09-30T16:44:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:01 smithi172 ceph-mon[103696]: 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-09-30T16:44:02.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:02.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:03.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:03.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:04.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:04.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:04 smithi050 ceph-mon[92315]: 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-09-30T16:44:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:44:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:04 smithi172 ceph-mon[103696]: 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-09-30T16:44:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:44:05.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:05.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:06.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:06.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:06 smithi050 ceph-mon[92315]: 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-09-30T16:44:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:06 smithi172 ceph-mon[103696]: 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-09-30T16:44:07.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:07.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:08.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:08.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:08 smithi050 ceph-mon[92315]: 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-09-30T16:44:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:08 smithi172 ceph-mon[103696]: 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-09-30T16:44:09.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:09.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:10.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:10.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:10 smithi050 ceph-mon[92315]: 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-09-30T16:44:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:10 smithi172 ceph-mon[103696]: 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-09-30T16:44:11.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:11.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:11 smithi050 ceph-mon[92315]: 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-09-30T16:44:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:11 smithi172 ceph-mon[103696]: 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-09-30T16:44:12.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:12.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:13.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:13.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:14.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:14.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:14 smithi050 ceph-mon[92315]: 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-09-30T16:44:14.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:14 smithi172 ceph-mon[103696]: 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-09-30T16:44:15.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:15.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:16.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:16.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:16 smithi050 ceph-mon[92315]: 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-09-30T16:44:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:16 smithi172 ceph-mon[103696]: 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-09-30T16:44:17.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:17.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:18.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:18.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:18 smithi050 ceph-mon[92315]: 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-09-30T16:44:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:18 smithi172 ceph-mon[103696]: 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-09-30T16:44:19.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:19.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:44:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:44:20.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:20.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:20 smithi050 ceph-mon[92315]: 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-09-30T16:44:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:20 smithi172 ceph-mon[103696]: 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-09-30T16:44:21.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:21.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:21 smithi050 ceph-mon[92315]: 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-09-30T16:44:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:21 smithi172 ceph-mon[103696]: 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-09-30T16:44:22.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:22.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:23.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:23.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:24.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:24.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:24 smithi050 ceph-mon[92315]: 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-09-30T16:44:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:24 smithi172 ceph-mon[103696]: 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-09-30T16:44:25.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:25.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:26.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:26.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:26 smithi050 ceph-mon[92315]: 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-09-30T16:44:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:26 smithi172 ceph-mon[103696]: 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-09-30T16:44:27.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:27.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:28.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:28.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:28 smithi050 ceph-mon[92315]: 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-09-30T16:44:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:28 smithi172 ceph-mon[103696]: 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-09-30T16:44:29.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:29.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:30.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:30.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:30 smithi050 ceph-mon[92315]: 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-09-30T16:44:30.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:30 smithi172 ceph-mon[103696]: 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-09-30T16:44:31.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:31.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:31 smithi050 ceph-mon[92315]: 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-09-30T16:44:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:31 smithi172 ceph-mon[103696]: 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-09-30T16:44:32.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:32.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:33.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:33.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:34.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:34.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:34 smithi050 ceph-mon[92315]: 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-09-30T16:44:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:44:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:34 smithi172 ceph-mon[103696]: 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-09-30T16:44:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:44:35.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:35.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:36.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:36.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:36 smithi050 ceph-mon[92315]: 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-09-30T16:44:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:36 smithi172 ceph-mon[103696]: 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-09-30T16:44:37.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:37.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:38.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:38.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:38 smithi050 ceph-mon[92315]: 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-09-30T16:44:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:38 smithi172 ceph-mon[103696]: 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-09-30T16:44:39.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:39.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:40.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:40.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:40 smithi050 ceph-mon[92315]: 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-09-30T16:44:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:40 smithi172 ceph-mon[103696]: 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-09-30T16:44:41.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:41.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:41 smithi050 ceph-mon[92315]: 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-09-30T16:44:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:41 smithi172 ceph-mon[103696]: 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-09-30T16:44:42.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:42.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:43.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:43.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:44.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:44.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:44 smithi050 ceph-mon[92315]: 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-09-30T16:44:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:44:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:44 smithi172 ceph-mon[103696]: 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-09-30T16:44:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:44:45.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:45.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:44:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:44:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:44:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:44:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:44:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:44:45.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:44:45.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:44:45.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:44:45.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:44:46.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:46.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:46 smithi050 ceph-mon[92315]: 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-09-30T16:44:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:46 smithi172 ceph-mon[103696]: 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-09-30T16:44:47.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:47.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:48.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:48.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:48.350 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:48 smithi050 ceph-mon[92315]: 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-09-30T16:44:48.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:48 smithi172 ceph-mon[103696]: 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-09-30T16:44:49.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:49.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:44:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:44:50.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:50.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:50 smithi050 ceph-mon[92315]: 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-09-30T16:44:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:50 smithi172 ceph-mon[103696]: 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-09-30T16:44:51.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:51.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:51 smithi050 ceph-mon[92315]: 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-09-30T16:44:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:51 smithi172 ceph-mon[103696]: 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-09-30T16:44:52.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:52.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:53.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:53.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:54.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:54.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:54 smithi050 ceph-mon[92315]: 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-09-30T16:44:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:54 smithi172 ceph-mon[103696]: 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-09-30T16:44:55.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:55.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:56.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:56.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:56 smithi050 ceph-mon[92315]: 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-09-30T16:44:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:56 smithi172 ceph-mon[103696]: 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-09-30T16:44:57.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:57.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:58.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:58.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:44:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:44:58 smithi050 ceph-mon[92315]: 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-09-30T16:44:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:44:58 smithi172 ceph-mon[103696]: 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-09-30T16:44:59.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:44:59.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:00.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:00.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:00 smithi050 ceph-mon[92315]: 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-09-30T16:45:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:00 smithi172 ceph-mon[103696]: 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-09-30T16:45:01.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:01.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:01 smithi050 ceph-mon[92315]: 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-09-30T16:45:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:01 smithi172 ceph-mon[103696]: 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-09-30T16:45:02.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:02.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:03.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:03.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:04.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:04.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:04 smithi050 ceph-mon[92315]: 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-09-30T16:45:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:45:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:04 smithi172 ceph-mon[103696]: 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-09-30T16:45:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:45:05.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:05.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:06.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:06.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:06 smithi050 ceph-mon[92315]: 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-09-30T16:45:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:06 smithi172 ceph-mon[103696]: 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-09-30T16:45:07.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:07.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:08.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:08.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:08 smithi050 ceph-mon[92315]: 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-09-30T16:45:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:08 smithi172 ceph-mon[103696]: 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-09-30T16:45:09.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:09.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:10.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:10.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:10 smithi050 ceph-mon[92315]: 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-09-30T16:45:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:10 smithi172 ceph-mon[103696]: 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-09-30T16:45:11.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:11.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:11 smithi050 ceph-mon[92315]: 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-09-30T16:45:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:11 smithi172 ceph-mon[103696]: 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-09-30T16:45:12.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:12.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:13.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:13.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:14.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:14.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:14 smithi050 ceph-mon[92315]: 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-09-30T16:45:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:14 smithi172 ceph-mon[103696]: 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-09-30T16:45:15.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:15.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:16.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:16.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:16 smithi050 ceph-mon[92315]: 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-09-30T16:45:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:16 smithi172 ceph-mon[103696]: 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-09-30T16:45:17.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:17.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:18.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:18.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:18 smithi050 ceph-mon[92315]: 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-09-30T16:45:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:18 smithi172 ceph-mon[103696]: 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-09-30T16:45:19.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:19.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:19.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:45:19.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:45:20.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:20.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:20 smithi050 ceph-mon[92315]: 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-09-30T16:45:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:20 smithi172 ceph-mon[103696]: 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-09-30T16:45:21.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:21.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:21 smithi050 ceph-mon[92315]: 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-09-30T16:45:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:21 smithi172 ceph-mon[103696]: 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-09-30T16:45:22.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:22.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:23.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:23.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:24 smithi050 ceph-mon[92315]: 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-09-30T16:45:24.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:24.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:24 smithi172 ceph-mon[103696]: 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-09-30T16:45:25.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:25.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:26 smithi050 ceph-mon[92315]: 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-09-30T16:45:26.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:26.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:26 smithi172 ceph-mon[103696]: 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-09-30T16:45:27.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:27.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:28 smithi050 ceph-mon[92315]: 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-09-30T16:45:28.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:28.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:28 smithi172 ceph-mon[103696]: 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-09-30T16:45:29.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:29.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:30 smithi050 ceph-mon[92315]: 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-09-30T16:45:30.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:30.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:30 smithi172 ceph-mon[103696]: 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-09-30T16:45:31.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:31.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:31 smithi050 ceph-mon[92315]: 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-09-30T16:45:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:31 smithi172 ceph-mon[103696]: 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-09-30T16:45:32.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:32.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:33.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:33.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:34 smithi050 ceph-mon[92315]: 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-09-30T16:45:34.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:45:34.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:34.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:34 smithi172 ceph-mon[103696]: 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-09-30T16:45:34.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:45:35.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:35.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:36 smithi050 ceph-mon[92315]: 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-09-30T16:45:36.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:36.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:36 smithi172 ceph-mon[103696]: 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-09-30T16:45:37.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:37.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:38 smithi050 ceph-mon[92315]: 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-09-30T16:45:38.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:38.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:38 smithi172 ceph-mon[103696]: 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-09-30T16:45:39.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:39.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:40 smithi050 ceph-mon[92315]: 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-09-30T16:45:40.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:40.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:40 smithi172 ceph-mon[103696]: 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-09-30T16:45:41.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:41.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:41 smithi050 ceph-mon[92315]: 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-09-30T16:45:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:41 smithi172 ceph-mon[103696]: 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-09-30T16:45:42.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:42.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:43.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:43.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:44 smithi050 ceph-mon[92315]: 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-09-30T16:45:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:44 smithi172 ceph-mon[103696]: 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-09-30T16:45:44.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:44.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:45:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:45:45.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:45.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:46 smithi050 ceph-mon[92315]: 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-09-30T16:45:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:45:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:45:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:45:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:45:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:45:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:46 smithi172 ceph-mon[103696]: 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-09-30T16:45:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:45:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:45:46.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:45:46.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:45:46.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:45:46.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:46.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:47.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:47.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:48 smithi050 ceph-mon[92315]: 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-09-30T16:45:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:48 smithi172 ceph-mon[103696]: 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-09-30T16:45:48.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:48.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:45:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:45:49.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:49.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:50 smithi050 ceph-mon[92315]: 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-09-30T16:45:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:50 smithi172 ceph-mon[103696]: 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-09-30T16:45:50.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:50.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:51.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:51.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:51 smithi050 ceph-mon[92315]: 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-09-30T16:45:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:51 smithi172 ceph-mon[103696]: 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-09-30T16:45:52.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:52.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:53.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:53.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:54 smithi050 ceph-mon[92315]: 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-09-30T16:45:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:54 smithi172 ceph-mon[103696]: 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-09-30T16:45:54.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:54.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:55.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:55.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:56 smithi050 ceph-mon[92315]: 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-09-30T16:45:56.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:56 smithi172 ceph-mon[103696]: 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-09-30T16:45:56.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:56.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:57.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:57.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:45:58 smithi050 ceph-mon[92315]: 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-09-30T16:45:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:45:58 smithi172 ceph-mon[103696]: 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-09-30T16:45:58.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:58.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:45:59.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:45:59.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:00 smithi050 ceph-mon[92315]: 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-09-30T16:46:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:00 smithi172 ceph-mon[103696]: 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-09-30T16:46:00.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:00.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:01.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:01.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:01 smithi050 ceph-mon[92315]: 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-09-30T16:46:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:01 smithi172 ceph-mon[103696]: 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-09-30T16:46:02.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:02.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:03.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:03.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:04 smithi050 ceph-mon[92315]: 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-09-30T16:46:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:46:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:04 smithi172 ceph-mon[103696]: 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-09-30T16:46:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:46:04.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:04.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:05.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:05.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:06 smithi050 ceph-mon[92315]: 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-09-30T16:46:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:06 smithi172 ceph-mon[103696]: 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-09-30T16:46:06.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:06.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:07.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:07.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:08 smithi050 ceph-mon[92315]: 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-09-30T16:46:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:08 smithi172 ceph-mon[103696]: 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-09-30T16:46:08.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:08.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:09.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:09.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:10 smithi050 ceph-mon[92315]: 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-09-30T16:46:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:10 smithi172 ceph-mon[103696]: 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-09-30T16:46:10.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:10.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:11.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:11.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:11 smithi050 ceph-mon[92315]: 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-09-30T16:46:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:11 smithi172 ceph-mon[103696]: 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-09-30T16:46:12.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:12.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:13.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:13.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:14 smithi050 ceph-mon[92315]: 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-09-30T16:46:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:14 smithi172 ceph-mon[103696]: 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-09-30T16:46:14.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:14.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:15.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:15.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:16 smithi050 ceph-mon[92315]: 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-09-30T16:46:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:16 smithi172 ceph-mon[103696]: 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-09-30T16:46:16.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:16.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:17.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:17.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:18 smithi050 ceph-mon[92315]: 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-09-30T16:46:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:18 smithi172 ceph-mon[103696]: 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-09-30T16:46:18.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:18.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:46:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:46:19.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:19.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:20 smithi172 ceph-mon[103696]: 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-09-30T16:46:20.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:20.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:20 smithi050 ceph-mon[92315]: 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-09-30T16:46:21.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:21.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:21 smithi050 ceph-mon[92315]: 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-09-30T16:46:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:21 smithi172 ceph-mon[103696]: 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-09-30T16:46:22.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:22.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:23.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:23.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:24 smithi050 ceph-mon[92315]: 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-09-30T16:46:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:24 smithi172 ceph-mon[103696]: 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-09-30T16:46:24.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:24.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:25.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:25.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:26 smithi050 ceph-mon[92315]: 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-09-30T16:46:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:26 smithi172 ceph-mon[103696]: 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-09-30T16:46:26.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:26.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:27.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:27.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:28 smithi050 ceph-mon[92315]: 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-09-30T16:46:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:28 smithi172 ceph-mon[103696]: 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-09-30T16:46:28.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:28.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:29.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:29.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:30 smithi172 ceph-mon[103696]: 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-09-30T16:46:30.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:30.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:30 smithi050 ceph-mon[92315]: 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-09-30T16:46:31.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:31.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:31 smithi050 ceph-mon[92315]: 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-09-30T16:46:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:31 smithi172 ceph-mon[103696]: 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-09-30T16:46:32.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:32.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:33.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:33.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:34 smithi050 ceph-mon[92315]: 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-09-30T16:46:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:46:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:34 smithi172 ceph-mon[103696]: 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-09-30T16:46:34.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:46:34.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:34.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:35.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:35.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:36 smithi050 ceph-mon[92315]: 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-09-30T16:46:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:36 smithi172 ceph-mon[103696]: 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-09-30T16:46:36.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:36.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:37.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:37.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:38 smithi050 ceph-mon[92315]: 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-09-30T16:46:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:38 smithi172 ceph-mon[103696]: 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-09-30T16:46:38.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:38.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:39.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:39.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:40 smithi172 ceph-mon[103696]: 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-09-30T16:46:40.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:40.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:40 smithi050 ceph-mon[92315]: 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-09-30T16:46:41.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:41.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:41 smithi050 ceph-mon[92315]: 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-09-30T16:46:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:41 smithi172 ceph-mon[103696]: 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-09-30T16:46:42.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:42.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:43.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:43.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:44 smithi050 ceph-mon[92315]: 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-09-30T16:46:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:44 smithi172 ceph-mon[103696]: 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-09-30T16:46:44.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:44.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:45.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:45.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:46 smithi172 ceph-mon[103696]: 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-09-30T16:46:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:46:46.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:46:46.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:46:46.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:46:46.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:46:46.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:46:46.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:46.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:46 smithi050 ceph-mon[92315]: 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-09-30T16:46:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:46:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:46:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:46:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:46:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:46:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:46:47.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:47.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:48 smithi050 ceph-mon[92315]: 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-09-30T16:46:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:48 smithi172 ceph-mon[103696]: 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-09-30T16:46:48.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:48.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:46:49.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:49.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:46:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:50 smithi172 ceph-mon[103696]: 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-09-30T16:46:50.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:50.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:50 smithi050 ceph-mon[92315]: 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-09-30T16:46:51.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:51.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:51 smithi050 ceph-mon[92315]: 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-09-30T16:46:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:51 smithi172 ceph-mon[103696]: 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-09-30T16:46:52.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:52.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:53.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:53.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:54 smithi172 ceph-mon[103696]: 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-09-30T16:46:54.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:54.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:54 smithi050 ceph-mon[92315]: 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-09-30T16:46:55.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:55.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:56 smithi172 ceph-mon[103696]: 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-09-30T16:46:56.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:56.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:56 smithi050 ceph-mon[92315]: 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-09-30T16:46:57.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:57.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:46:58 smithi050 ceph-mon[92315]: 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-09-30T16:46:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:46:58 smithi172 ceph-mon[103696]: 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-09-30T16:46:58.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:58.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:46:59.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:46:59.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:00 smithi172 ceph-mon[103696]: 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-09-30T16:47:00.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:00.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:00 smithi050 ceph-mon[92315]: 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-09-30T16:47:01.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:01.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:01 smithi050 ceph-mon[92315]: 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-09-30T16:47:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:01 smithi172 ceph-mon[103696]: 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-09-30T16:47:02.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:02.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:03.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:03.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:04 smithi172 ceph-mon[103696]: 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-09-30T16:47:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:47:04.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:04.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:04 smithi050 ceph-mon[92315]: 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-09-30T16:47:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:47:05.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:05.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:06.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:06 smithi172 ceph-mon[103696]: 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-09-30T16:47:06.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:06.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:06 smithi050 ceph-mon[92315]: 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-09-30T16:47:07.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:07.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:08 smithi050 ceph-mon[92315]: 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-09-30T16:47:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:08 smithi172 ceph-mon[103696]: 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-09-30T16:47:08.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:08.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:09.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:09.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:10 smithi172 ceph-mon[103696]: 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-09-30T16:47:10.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:10.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:10 smithi050 ceph-mon[92315]: 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-09-30T16:47:11.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:11.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:11 smithi050 ceph-mon[92315]: 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-09-30T16:47:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:11 smithi172 ceph-mon[103696]: 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-09-30T16:47:12.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:12.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:13.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:13.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:14 smithi172 ceph-mon[103696]: 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-09-30T16:47:14.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:14.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:14 smithi050 ceph-mon[92315]: 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-09-30T16:47:15.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:15.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:16 smithi172 ceph-mon[103696]: 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-09-30T16:47:16.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:16.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:16 smithi050 ceph-mon[92315]: 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-09-30T16:47:17.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:17.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:18 smithi172 ceph-mon[103696]: 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-09-30T16:47:18.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:18.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:18 smithi050 ceph-mon[92315]: 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-09-30T16:47:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:47:19.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:19.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:47:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:20 smithi172 ceph-mon[103696]: 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-09-30T16:47:20.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:20.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:20 smithi050 ceph-mon[92315]: 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-09-30T16:47:21.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:21.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:21 smithi050 ceph-mon[92315]: 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-09-30T16:47:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:21 smithi172 ceph-mon[103696]: 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-09-30T16:47:22.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:22.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:23.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:23.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:24 smithi172 ceph-mon[103696]: 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-09-30T16:47:24.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:24.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:24 smithi050 ceph-mon[92315]: 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-09-30T16:47:25.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:25.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:26 smithi172 ceph-mon[103696]: 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-09-30T16:47:26.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:26.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:26 smithi050 ceph-mon[92315]: 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-09-30T16:47:27.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:27.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:28 smithi172 ceph-mon[103696]: 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-09-30T16:47:28.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:28.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:28 smithi050 ceph-mon[92315]: 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-09-30T16:47:29.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:29.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:30 smithi172 ceph-mon[103696]: 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-09-30T16:47:30.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:30.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:30 smithi050 ceph-mon[92315]: 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-09-30T16:47:31.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:31.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:31 smithi050 ceph-mon[92315]: 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-09-30T16:47:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:31 smithi172 ceph-mon[103696]: 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-09-30T16:47:32.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:32.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:33.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:33.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:34 smithi172 ceph-mon[103696]: 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-09-30T16:47:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:47:34.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:34.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:34 smithi050 ceph-mon[92315]: 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-09-30T16:47:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:47:35.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:35.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:36 smithi172 ceph-mon[103696]: 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-09-30T16:47:36.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:36.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:36 smithi050 ceph-mon[92315]: 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-09-30T16:47:37.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:37.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:38 smithi172 ceph-mon[103696]: 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-09-30T16:47:38.425 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:38 smithi050 ceph-mon[92315]: 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-09-30T16:47:38.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:38.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:39.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:39.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:40 smithi172 ceph-mon[103696]: 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-09-30T16:47:40.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:40.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:40 smithi050 ceph-mon[92315]: 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-09-30T16:47:41.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:41.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:41 smithi050 ceph-mon[92315]: 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-09-30T16:47:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:41 smithi172 ceph-mon[103696]: 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-09-30T16:47:42.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:42.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:43.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:43.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:44 smithi172 ceph-mon[103696]: 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-09-30T16:47:44.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:44.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:44 smithi050 ceph-mon[92315]: 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-09-30T16:47:45.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:45.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:46 smithi172 ceph-mon[103696]: 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-09-30T16:47:46.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:46.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:46 smithi050 ceph-mon[92315]: 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-09-30T16:47:47.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:47:47.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:47.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:47:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:48 smithi172 ceph-mon[103696]: 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-09-30T16:47:48.540 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:48 smithi050 ceph-mon[92315]: 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-09-30T16:47:48.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:48.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:49.593 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:47:49.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:49.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:47:50.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:50.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:50 smithi050 ceph-mon[92315]: 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-09-30T16:47:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:50 smithi172 ceph-mon[103696]: 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-09-30T16:47:51.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:51.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:47:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:47:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:51 smithi050 ceph-mon[92315]: 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-09-30T16:47:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:47:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:47:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:47:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:47:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:47:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:47:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:47:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:51 smithi172 ceph-mon[103696]: 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-09-30T16:47:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:47:52.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:47:52.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:47:52.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:47:52.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:47:52.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:52.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:53.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:53.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:54 smithi172 ceph-mon[103696]: 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-09-30T16:47:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:54 smithi050 ceph-mon[92315]: 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-09-30T16:47:54.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:54.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:55.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:55.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:56 smithi172 ceph-mon[103696]: 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-09-30T16:47:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:56 smithi050 ceph-mon[92315]: 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-09-30T16:47:56.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:56.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:57.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:57.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:47:58 smithi172 ceph-mon[103696]: 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-09-30T16:47:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:47:58 smithi050 ceph-mon[92315]: 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-09-30T16:47:58.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:58.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:47:59.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:47:59.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:00 smithi050 ceph-mon[92315]: 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-09-30T16:48:00.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:00.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:00 smithi172 ceph-mon[103696]: 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-09-30T16:48:01.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:01.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:01 smithi050 ceph-mon[92315]: 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-09-30T16:48:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:01 smithi172 ceph-mon[103696]: 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-09-30T16:48:02.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:02.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:03.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:03.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:04 smithi172 ceph-mon[103696]: 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-09-30T16:48:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:48:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:04 smithi050 ceph-mon[92315]: 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-09-30T16:48:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:48:04.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:04.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:05.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:05.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:06.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:06 smithi172 ceph-mon[103696]: 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-09-30T16:48:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:06 smithi050 ceph-mon[92315]: 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-09-30T16:48:06.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:06.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:07.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:07.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:08 smithi050 ceph-mon[92315]: 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-09-30T16:48:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:08 smithi172 ceph-mon[103696]: 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-09-30T16:48:08.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:08.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:09.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:09.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:10 smithi050 ceph-mon[92315]: 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-09-30T16:48:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:10 smithi172 ceph-mon[103696]: 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-09-30T16:48:10.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:10.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:11.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:11.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:11 smithi050 ceph-mon[92315]: 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-09-30T16:48:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:11 smithi172 ceph-mon[103696]: 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-09-30T16:48:12.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:12.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:13.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:13.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:14 smithi172 ceph-mon[103696]: 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-09-30T16:48:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:14 smithi050 ceph-mon[92315]: 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-09-30T16:48:14.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:14.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:15.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:15.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:16 smithi050 ceph-mon[92315]: 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-09-30T16:48:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:16 smithi172 ceph-mon[103696]: 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-09-30T16:48:16.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:16.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:17.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:17.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:18 smithi050 ceph-mon[92315]: 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-09-30T16:48:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:18 smithi172 ceph-mon[103696]: 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-09-30T16:48:18.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:18.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:48:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:48:19.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:19.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:20 smithi172 ceph-mon[103696]: 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-09-30T16:48:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:20 smithi050 ceph-mon[92315]: 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-09-30T16:48:20.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:20.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:21.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:21.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:21 smithi050 ceph-mon[92315]: 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-09-30T16:48:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:21 smithi172 ceph-mon[103696]: 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-09-30T16:48:22.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:22.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:23.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:23.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:24 smithi050 ceph-mon[92315]: 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-09-30T16:48:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:24 smithi172 ceph-mon[103696]: 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-09-30T16:48:24.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:24.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:25.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:25.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:26 smithi050 ceph-mon[92315]: 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-09-30T16:48:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:26 smithi172 ceph-mon[103696]: 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-09-30T16:48:26.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:26.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:27.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:27.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:28 smithi050 ceph-mon[92315]: 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-09-30T16:48:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:28 smithi172 ceph-mon[103696]: 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-09-30T16:48:28.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:28.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:29.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:29.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:30.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:30 smithi172 ceph-mon[103696]: 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-09-30T16:48:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:30 smithi050 ceph-mon[92315]: 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-09-30T16:48:30.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:30.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:31.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:31.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:31 smithi050 ceph-mon[92315]: 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-09-30T16:48:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:31 smithi172 ceph-mon[103696]: 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-09-30T16:48:32.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:32.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:33.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:33.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:34 smithi050 ceph-mon[92315]: 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-09-30T16:48:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:48:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:34 smithi172 ceph-mon[103696]: 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-09-30T16:48:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:48:34.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:34.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:35.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:35.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:36.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:36 smithi050 ceph-mon[92315]: 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-09-30T16:48:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:36 smithi172 ceph-mon[103696]: 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-09-30T16:48:36.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:36.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:37.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:37.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:38 smithi050 ceph-mon[92315]: 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-09-30T16:48:38.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:38 smithi172 ceph-mon[103696]: 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-09-30T16:48:38.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:38.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:39.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:39.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:40 smithi172 ceph-mon[103696]: 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-09-30T16:48:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:40 smithi050 ceph-mon[92315]: 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-09-30T16:48:40.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:40.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:41.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:41.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:41 smithi050 ceph-mon[92315]: 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-09-30T16:48:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:41 smithi172 ceph-mon[103696]: 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-09-30T16:48:42.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:42.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:43.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:43.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:44 smithi050 ceph-mon[92315]: 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-09-30T16:48:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:44 smithi172 ceph-mon[103696]: 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-09-30T16:48:44.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:44.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:45.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:45.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:46 smithi050 ceph-mon[92315]: 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-09-30T16:48:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:46 smithi172 ceph-mon[103696]: 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-09-30T16:48:46.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:46.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:47.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:47.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:48.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:48 smithi050 ceph-mon[92315]: 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-09-30T16:48:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:48 smithi172 ceph-mon[103696]: 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-09-30T16:48:48.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:48.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:48:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:48:49.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:49.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:50 smithi050 ceph-mon[92315]: 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-09-30T16:48:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:50 smithi172 ceph-mon[103696]: 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-09-30T16:48:50.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:50.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:51.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:51.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:51 smithi050 ceph-mon[92315]: 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-09-30T16:48:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:48:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:51 smithi172 ceph-mon[103696]: 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-09-30T16:48:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:48:52.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:52.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:48:53.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:48:53.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:48:53.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:48:53.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:48:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:48:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:48:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:48:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:48:53.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:48:53.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:53.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:53 smithi050 ceph-mon[92315]: 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-09-30T16:48:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:53 smithi172 ceph-mon[103696]: 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-09-30T16:48:54.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:54.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:55.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:55.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:56 smithi050 ceph-mon[92315]: 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-09-30T16:48:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:56 smithi172 ceph-mon[103696]: 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-09-30T16:48:56.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:56.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:57.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:57.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:48:58 smithi050 ceph-mon[92315]: 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-09-30T16:48:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:48:58 smithi172 ceph-mon[103696]: 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-09-30T16:48:58.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:58.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:48:59.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:48:59.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:00 smithi050 ceph-mon[92315]: 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-09-30T16:49:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:00 smithi172 ceph-mon[103696]: 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-09-30T16:49:00.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:00.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:01.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:01.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:01 smithi050 ceph-mon[92315]: 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-09-30T16:49:02.192 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:01 smithi172 ceph-mon[103696]: 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-09-30T16:49:02.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:02.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:03.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:04.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:04.399 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:04 smithi050 ceph-mon[92315]: 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-09-30T16:49:04.819 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:49:04.819 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:04 smithi172 ceph-mon[103696]: 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-09-30T16:49:04.821 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:49:04.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:04.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:05.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:05.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:06 smithi050 ceph-mon[92315]: 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-09-30T16:49:06.666 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:06 smithi172 ceph-mon[103696]: 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-09-30T16:49:06.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:06.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:07.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:07.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:08 smithi050 ceph-mon[92315]: 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-09-30T16:49:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:08 smithi172 ceph-mon[103696]: 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-09-30T16:49:08.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:08.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:09.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:09.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:10.430 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:10 smithi172 ceph-mon[103696]: 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-09-30T16:49:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:10 smithi050 ceph-mon[92315]: 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-09-30T16:49:10.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:10.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:11.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:11.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:11 smithi050 ceph-mon[92315]: 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-09-30T16:49:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:11 smithi172 ceph-mon[103696]: 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-09-30T16:49:12.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:12.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:13.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:13.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:14.514 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:14 smithi050 ceph-mon[92315]: 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-09-30T16:49:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:14 smithi172 ceph-mon[103696]: 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-09-30T16:49:14.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:14.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:15.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:15.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:16 smithi050 ceph-mon[92315]: 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-09-30T16:49:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:16 smithi172 ceph-mon[103696]: 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-09-30T16:49:16.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:16.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:17.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:17.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:18 smithi050 ceph-mon[92315]: 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-09-30T16:49:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:18 smithi172 ceph-mon[103696]: 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-09-30T16:49:18.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:18.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:19.571 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:49:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:49:19.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:19.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:20.535 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:20 smithi172 ceph-mon[103696]: 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-09-30T16:49:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:20 smithi050 ceph-mon[92315]: 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-09-30T16:49:20.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:20.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:21.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:21.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:21 smithi050 ceph-mon[92315]: 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-09-30T16:49:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:21 smithi172 ceph-mon[103696]: 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-09-30T16:49:22.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:22.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:23.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:23.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:24 smithi050 ceph-mon[92315]: 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-09-30T16:49:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:24 smithi172 ceph-mon[103696]: 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-09-30T16:49:24.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:24.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:25.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:25.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:26 smithi050 ceph-mon[92315]: 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-09-30T16:49:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:26 smithi172 ceph-mon[103696]: 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-09-30T16:49:26.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:26.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:27.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:27.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:28 smithi050 ceph-mon[92315]: 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-09-30T16:49:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:28 smithi172 ceph-mon[103696]: 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-09-30T16:49:28.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:28.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:29.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:29.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:30 smithi050 ceph-mon[92315]: 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-09-30T16:49:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:30 smithi172 ceph-mon[103696]: 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-09-30T16:49:30.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:30.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:31.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:31.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:31 smithi050 ceph-mon[92315]: 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-09-30T16:49:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:31 smithi172 ceph-mon[103696]: 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-09-30T16:49:32.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:32.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:33.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:33.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:34 smithi050 ceph-mon[92315]: 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-09-30T16:49:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:49:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:34 smithi172 ceph-mon[103696]: 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-09-30T16:49:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:49:34.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:34.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:35.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:35.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:36 smithi050 ceph-mon[92315]: 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-09-30T16:49:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:36 smithi172 ceph-mon[103696]: 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-09-30T16:49:36.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:36.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:37.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:37.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:38 smithi050 ceph-mon[92315]: 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-09-30T16:49:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:38 smithi172 ceph-mon[103696]: 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-09-30T16:49:38.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:38.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:39.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:39.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:40 smithi050 ceph-mon[92315]: 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-09-30T16:49:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:40 smithi172 ceph-mon[103696]: 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-09-30T16:49:40.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:40.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:41.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:41.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:41 smithi050 ceph-mon[92315]: 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-09-30T16:49:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:41 smithi172 ceph-mon[103696]: 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-09-30T16:49:42.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:42.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:43.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:43.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:44 smithi050 ceph-mon[92315]: 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-09-30T16:49:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:44 smithi172 ceph-mon[103696]: 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-09-30T16:49:44.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:44.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:45.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:45.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:46 smithi050 ceph-mon[92315]: 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-09-30T16:49:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:46 smithi172 ceph-mon[103696]: 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-09-30T16:49:46.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:46.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:47.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:47.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:48.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:48 smithi050 ceph-mon[92315]: 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-09-30T16:49:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:48 smithi172 ceph-mon[103696]: 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-09-30T16:49:48.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:48.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:49.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:49:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:49:49.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:49.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:50 smithi050 ceph-mon[92315]: 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-09-30T16:49:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:50 smithi172 ceph-mon[103696]: 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-09-30T16:49:50.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:50.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:51.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:51.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:52.099 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:51 smithi050 ceph-mon[92315]: 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-09-30T16:49:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:51 smithi172 ceph-mon[103696]: 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-09-30T16:49:52.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:52.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:49:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:49:53.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:53.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:53 smithi050 ceph-mon[92315]: 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-09-30T16:49:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:53 smithi172 ceph-mon[103696]: 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-09-30T16:49:54.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:54.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:55.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:55.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:56 smithi050 ceph-mon[92315]: 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-09-30T16:49:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:56 smithi172 ceph-mon[103696]: 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-09-30T16:49:56.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:56.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:57.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:57.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:49:58 smithi050 ceph-mon[92315]: 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-09-30T16:49:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:49:58 smithi172 ceph-mon[103696]: 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-09-30T16:49:58.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:58.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:49:59.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:49:59.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:50:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:50:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:00 smithi050 ceph-mon[92315]: 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-09-30T16:50:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:50:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:50:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:50:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:50:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:50:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T16:50:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:50:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:50:00.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:00 smithi172 ceph-mon[103696]: 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-09-30T16:50:00.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:50:00.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:50:00.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:50:00.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:50:00.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:50:00.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T16:50:00.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:00.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:01.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:01.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:01 smithi050 ceph-mon[92315]: 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-09-30T16:50:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:01 smithi172 ceph-mon[103696]: 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-09-30T16:50:02.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:02.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:03.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:03.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:04 smithi050 ceph-mon[92315]: 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-09-30T16:50:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:50:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:04 smithi172 ceph-mon[103696]: 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-09-30T16:50:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:50:04.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:04.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:05.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:05.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:06 smithi172 ceph-mon[103696]: 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-09-30T16:50:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:06 smithi050 ceph-mon[92315]: 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-09-30T16:50:06.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:06.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:07.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:07.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:08 smithi050 ceph-mon[92315]: 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-09-30T16:50:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:08 smithi172 ceph-mon[103696]: 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-09-30T16:50:08.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:08.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:09.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:09.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:10 smithi050 ceph-mon[92315]: 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-09-30T16:50:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:10 smithi172 ceph-mon[103696]: 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-09-30T16:50:10.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:10.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:11.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:11.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:11 smithi050 ceph-mon[92315]: 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-09-30T16:50:12.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:11 smithi172 ceph-mon[103696]: 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-09-30T16:50:12.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:12.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:13.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:13.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:14 smithi050 ceph-mon[92315]: 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-09-30T16:50:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:14 smithi172 ceph-mon[103696]: 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-09-30T16:50:14.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:14.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:15.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:15.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:16 smithi172 ceph-mon[103696]: 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-09-30T16:50:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:16 smithi050 ceph-mon[92315]: 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-09-30T16:50:16.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:16.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:17.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:17.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:18 smithi050 ceph-mon[92315]: 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-09-30T16:50:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:18 smithi172 ceph-mon[103696]: 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-09-30T16:50:18.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:18.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:50:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:50:19.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:19.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:20 smithi050 ceph-mon[92315]: 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-09-30T16:50:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:20 smithi172 ceph-mon[103696]: 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-09-30T16:50:20.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:20.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:21.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:21.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:21 smithi050 ceph-mon[92315]: 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-09-30T16:50:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:21 smithi172 ceph-mon[103696]: 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-09-30T16:50:22.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:22.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:23.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:23.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:24 smithi050 ceph-mon[92315]: 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-09-30T16:50:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:24 smithi172 ceph-mon[103696]: 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-09-30T16:50:24.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:24.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:25.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:25.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:26 smithi050 ceph-mon[92315]: 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-09-30T16:50:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:26 smithi172 ceph-mon[103696]: 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-09-30T16:50:26.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:26.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:27.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:27.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:28 smithi050 ceph-mon[92315]: 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-09-30T16:50:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:28 smithi172 ceph-mon[103696]: 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-09-30T16:50:28.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:28.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:29.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:29.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:30 smithi050 ceph-mon[92315]: 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-09-30T16:50:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:30 smithi172 ceph-mon[103696]: 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-09-30T16:50:30.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:30.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:31.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:31.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:31 smithi050 ceph-mon[92315]: 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-09-30T16:50:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:31 smithi172 ceph-mon[103696]: 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-09-30T16:50:32.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:32.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:33.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:33.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:34 smithi050 ceph-mon[92315]: 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-09-30T16:50:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:50:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:34 smithi172 ceph-mon[103696]: 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-09-30T16:50:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:50:34.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:34.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:35.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:35.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:36 smithi050 ceph-mon[92315]: 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-09-30T16:50:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:36 smithi172 ceph-mon[103696]: 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-09-30T16:50:36.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:36.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:37.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:37.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:38 smithi050 ceph-mon[92315]: 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-09-30T16:50:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:38 smithi172 ceph-mon[103696]: 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-09-30T16:50:38.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:38.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:39.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:39.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:40.485 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:40 smithi050 ceph-mon[92315]: 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-09-30T16:50:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:40 smithi172 ceph-mon[103696]: 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-09-30T16:50:40.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:40.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:41.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:41.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:41 smithi050 ceph-mon[92315]: 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-09-30T16:50:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:41 smithi172 ceph-mon[103696]: 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-09-30T16:50:42.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:42.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:43.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:43.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:44 smithi050 ceph-mon[92315]: 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-09-30T16:50:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:44 smithi172 ceph-mon[103696]: 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-09-30T16:50:44.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:44.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:45.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:45.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:46.425 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:46 smithi172 ceph-mon[103696]: 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-09-30T16:50:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:46 smithi050 ceph-mon[92315]: 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-09-30T16:50:46.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:46.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:47.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:47.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:48 smithi050 ceph-mon[92315]: 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-09-30T16:50:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:48 smithi172 ceph-mon[103696]: 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-09-30T16:50:48.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:48.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:50:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:50:49.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:49.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:50 smithi050 ceph-mon[92315]: 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-09-30T16:50:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:50 smithi172 ceph-mon[103696]: 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-09-30T16:50:50.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:50.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:51.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:51.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:51 smithi050 ceph-mon[92315]: 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-09-30T16:50:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:51 smithi172 ceph-mon[103696]: 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-09-30T16:50:52.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:52.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:53.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:53.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:54 smithi050 ceph-mon[92315]: 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-09-30T16:50:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:54 smithi172 ceph-mon[103696]: 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-09-30T16:50:54.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:54.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:55.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:55.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:56.530 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:56 smithi172 ceph-mon[103696]: 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-09-30T16:50:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:56 smithi050 ceph-mon[92315]: 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-09-30T16:50:56.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:56.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:57.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:57.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:50:58 smithi050 ceph-mon[92315]: 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-09-30T16:50:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:50:58 smithi172 ceph-mon[103696]: 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-09-30T16:50:58.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:58.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:50:59.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:50:59.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:00 smithi050 ceph-mon[92315]: 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-09-30T16:51:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:51:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:51:00.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:51:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:00 smithi172 ceph-mon[103696]: 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-09-30T16:51:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:51:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:51:00.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:51:00.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:00.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:01.584 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:51:01.584 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:51:01.584 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:51:01.584 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:51:01.584 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:51:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:51:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:51:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:51:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:51:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:51:01.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:01.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:02 smithi050 ceph-mon[92315]: 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-09-30T16:51:02.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:02 smithi172 ceph-mon[103696]: 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-09-30T16:51:02.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:02.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:03.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:03.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:04 smithi050 ceph-mon[92315]: 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-09-30T16:51:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:51:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:04 smithi172 ceph-mon[103696]: 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-09-30T16:51:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:51:04.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:04.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:05.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:05.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:06 smithi050 ceph-mon[92315]: 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-09-30T16:51:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:06 smithi172 ceph-mon[103696]: 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-09-30T16:51:06.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:06.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:07.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:07.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:08 smithi050 ceph-mon[92315]: 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-09-30T16:51:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:08 smithi172 ceph-mon[103696]: 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-09-30T16:51:08.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:08.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:09.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:09.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:10 smithi050 ceph-mon[92315]: 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-09-30T16:51:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:10 smithi172 ceph-mon[103696]: 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-09-30T16:51:10.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:10.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:11.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:11.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:12.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:11 smithi172 ceph-mon[103696]: 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-09-30T16:51:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:11 smithi050 ceph-mon[92315]: 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-09-30T16:51:12.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:12.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:13.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:13.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:14 smithi050 ceph-mon[92315]: 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-09-30T16:51:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:14 smithi172 ceph-mon[103696]: 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-09-30T16:51:14.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:14.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:15.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:15.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:16 smithi050 ceph-mon[92315]: 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-09-30T16:51:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:16 smithi172 ceph-mon[103696]: 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-09-30T16:51:16.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:16.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:17.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:17.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:18 smithi050 ceph-mon[92315]: 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-09-30T16:51:18.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:18 smithi172 ceph-mon[103696]: 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-09-30T16:51:18.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:18.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:51:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:51:19.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:19.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:20 smithi050 ceph-mon[92315]: 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-09-30T16:51:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:20 smithi172 ceph-mon[103696]: 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-09-30T16:51:20.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:20.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:21.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:21.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:21 smithi172 ceph-mon[103696]: 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-09-30T16:51:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:21 smithi050 ceph-mon[92315]: 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-09-30T16:51:22.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:22.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:23.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:23.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:24 smithi050 ceph-mon[92315]: 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-09-30T16:51:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:24 smithi172 ceph-mon[103696]: 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-09-30T16:51:24.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:24.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:25.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:25.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:26 smithi050 ceph-mon[92315]: 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-09-30T16:51:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:26 smithi172 ceph-mon[103696]: 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-09-30T16:51:26.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:26.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:27.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:27.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:28 smithi050 ceph-mon[92315]: 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-09-30T16:51:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:28 smithi172 ceph-mon[103696]: 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-09-30T16:51:28.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:28.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:29.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:29.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:30 smithi050 ceph-mon[92315]: 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-09-30T16:51:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:30 smithi172 ceph-mon[103696]: 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-09-30T16:51:30.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:30.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:31.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:31.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:31 smithi172 ceph-mon[103696]: 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-09-30T16:51:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:31 smithi050 ceph-mon[92315]: 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-09-30T16:51:32.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:32.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:33.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:33.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:34 smithi050 ceph-mon[92315]: 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-09-30T16:51:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:51:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:34 smithi172 ceph-mon[103696]: 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-09-30T16:51:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:51:34.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:34.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:35.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:35.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:36 smithi050 ceph-mon[92315]: 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-09-30T16:51:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:36 smithi172 ceph-mon[103696]: 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-09-30T16:51:36.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:36.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:37.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:37.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:38 smithi050 ceph-mon[92315]: 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-09-30T16:51:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:38 smithi172 ceph-mon[103696]: 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-09-30T16:51:38.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:38.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:39.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:39.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:40 smithi050 ceph-mon[92315]: 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-09-30T16:51:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:40 smithi172 ceph-mon[103696]: 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-09-30T16:51:40.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:40.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:41.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:41.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:41 smithi172 ceph-mon[103696]: 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-09-30T16:51:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:41 smithi050 ceph-mon[92315]: 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-09-30T16:51:42.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:42.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:43.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:43.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:44 smithi050 ceph-mon[92315]: 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-09-30T16:51:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:44 smithi172 ceph-mon[103696]: 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-09-30T16:51:44.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:44.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:45.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:45.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:46 smithi050 ceph-mon[92315]: 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-09-30T16:51:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:46 smithi172 ceph-mon[103696]: 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-09-30T16:51:46.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:46.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:47.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:47.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:48 smithi050 ceph-mon[92315]: 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-09-30T16:51:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:48 smithi172 ceph-mon[103696]: 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-09-30T16:51:48.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:48.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:51:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:51:49.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:49.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:50 smithi050 ceph-mon[92315]: 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-09-30T16:51:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:50 smithi172 ceph-mon[103696]: 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-09-30T16:51:51.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:51.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:52.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:52.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:51 smithi172 ceph-mon[103696]: 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-09-30T16:51:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:51 smithi050 ceph-mon[92315]: 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-09-30T16:51:53.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:53.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:54.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:54.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:54 smithi050 ceph-mon[92315]: 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-09-30T16:51:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:54 smithi172 ceph-mon[103696]: 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-09-30T16:51:55.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:55.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:56.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:56.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:56 smithi050 ceph-mon[92315]: 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-09-30T16:51:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:56 smithi172 ceph-mon[103696]: 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-09-30T16:51:57.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:57.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:58.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:58.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:51:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:51:58 smithi050 ceph-mon[92315]: 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-09-30T16:51:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:51:58 smithi172 ceph-mon[103696]: 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-09-30T16:51:59.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:51:59.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:00.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:00.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:00 smithi050 ceph-mon[92315]: 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-09-30T16:52:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:00 smithi172 ceph-mon[103696]: 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-09-30T16:52:01.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:01.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:02.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:02.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:02.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:52:02.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:01 smithi172 ceph-mon[103696]: 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-09-30T16:52:02.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:52:02.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:52:02.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:52:02.128 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:52:02.128 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:52:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:52:02.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:01 smithi050 ceph-mon[92315]: 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-09-30T16:52:02.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:52:02.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:52:02.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:52:02.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:52:02.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:52:03.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:03.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:04.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:04.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:04 smithi050 ceph-mon[92315]: 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-09-30T16:52:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:52:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:04 smithi172 ceph-mon[103696]: 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-09-30T16:52:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:52:05.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:05.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:06.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:06.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:06.456 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:06 smithi050 ceph-mon[92315]: 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-09-30T16:52:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:06 smithi172 ceph-mon[103696]: 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-09-30T16:52:07.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:07.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:08.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:08.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:08 smithi050 ceph-mon[92315]: 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-09-30T16:52:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:08 smithi172 ceph-mon[103696]: 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-09-30T16:52:09.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:09.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:10.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:10.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:10 smithi050 ceph-mon[92315]: 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-09-30T16:52:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:10 smithi172 ceph-mon[103696]: 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-09-30T16:52:11.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:11.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:12.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:12.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:11 smithi172 ceph-mon[103696]: 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-09-30T16:52:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:11 smithi050 ceph-mon[92315]: 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-09-30T16:52:13.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:13.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:14.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:14.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:14 smithi050 ceph-mon[92315]: 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-09-30T16:52:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:14 smithi172 ceph-mon[103696]: 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-09-30T16:52:15.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:15.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:16.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:16.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:16.571 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:16 smithi050 ceph-mon[92315]: 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-09-30T16:52:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:16 smithi172 ceph-mon[103696]: 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-09-30T16:52:17.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:17.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:18.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:18.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:18 smithi050 ceph-mon[92315]: 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-09-30T16:52:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:18 smithi172 ceph-mon[103696]: 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-09-30T16:52:19.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:19.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:52:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:52:20.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:20.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:20 smithi050 ceph-mon[92315]: 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-09-30T16:52:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:20 smithi172 ceph-mon[103696]: 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-09-30T16:52:21.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:21.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:22.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:22.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:21 smithi050 ceph-mon[92315]: 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-09-30T16:52:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:21 smithi172 ceph-mon[103696]: 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-09-30T16:52:23.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:23.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:24.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:24.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:24 smithi050 ceph-mon[92315]: 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-09-30T16:52:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:24 smithi172 ceph-mon[103696]: 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-09-30T16:52:25.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:25.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:26.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:26.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:26 smithi050 ceph-mon[92315]: 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-09-30T16:52:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:26 smithi172 ceph-mon[103696]: 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-09-30T16:52:27.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:27.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:28.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:28.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:28 smithi050 ceph-mon[92315]: 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-09-30T16:52:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:28 smithi172 ceph-mon[103696]: 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-09-30T16:52:29.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:29.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:30.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:30.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:30.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:30 smithi050 ceph-mon[92315]: 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-09-30T16:52:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:30 smithi172 ceph-mon[103696]: 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-09-30T16:52:31.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:31.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:32.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:32.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:31 smithi050 ceph-mon[92315]: 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-09-30T16:52:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:31 smithi172 ceph-mon[103696]: 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-09-30T16:52:33.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:33.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:34.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:34.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:34 smithi050 ceph-mon[92315]: 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-09-30T16:52:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:52:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:34 smithi172 ceph-mon[103696]: 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-09-30T16:52:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:52:35.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:35.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:36.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:36.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:36 smithi050 ceph-mon[92315]: 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-09-30T16:52:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:36 smithi172 ceph-mon[103696]: 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-09-30T16:52:37.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:37.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:38.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:38.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:38.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:38 smithi050 ceph-mon[92315]: 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-09-30T16:52:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:38 smithi172 ceph-mon[103696]: 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-09-30T16:52:39.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:39.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:40.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:40.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:40 smithi050 ceph-mon[92315]: 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-09-30T16:52:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:40 smithi172 ceph-mon[103696]: 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-09-30T16:52:41.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:41.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:42.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:42.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:41 smithi172 ceph-mon[103696]: 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-09-30T16:52:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:41 smithi050 ceph-mon[92315]: 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-09-30T16:52:43.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:43.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:44.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:44.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:44 smithi050 ceph-mon[92315]: 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-09-30T16:52:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:44 smithi172 ceph-mon[103696]: 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-09-30T16:52:45.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:45.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:46.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:46.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:46 smithi050 ceph-mon[92315]: 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-09-30T16:52:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:46 smithi172 ceph-mon[103696]: 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-09-30T16:52:47.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:47.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:48.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:48.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:48 smithi050 ceph-mon[92315]: 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-09-30T16:52:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:48 smithi172 ceph-mon[103696]: 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-09-30T16:52:49.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:49.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:52:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:52:50.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:50.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:50 smithi050 ceph-mon[92315]: 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-09-30T16:52:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:50 smithi172 ceph-mon[103696]: 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-09-30T16:52:51.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:51.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:52.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:52.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:51 smithi172 ceph-mon[103696]: 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-09-30T16:52:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:51 smithi050 ceph-mon[92315]: 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-09-30T16:52:53.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:53.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:54.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:54.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:54 smithi050 ceph-mon[92315]: 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-09-30T16:52:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:54 smithi172 ceph-mon[103696]: 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-09-30T16:52:55.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:55.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:56.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:56.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:56 smithi050 ceph-mon[92315]: 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-09-30T16:52:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:56 smithi172 ceph-mon[103696]: 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-09-30T16:52:57.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:57.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:58.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:58.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:52:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:52:58 smithi050 ceph-mon[92315]: 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-09-30T16:52:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:52:58 smithi172 ceph-mon[103696]: 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-09-30T16:52:59.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:52:59.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:00.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:00.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:00 smithi050 ceph-mon[92315]: 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-09-30T16:53:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:00 smithi172 ceph-mon[103696]: 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-09-30T16:53:01.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:01.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:02.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:02.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:01 smithi172 ceph-mon[103696]: 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-09-30T16:53:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:53:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:01 smithi050 ceph-mon[92315]: 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-09-30T16:53:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:53:03.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:03.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:53:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:53:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:53:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:53:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:53:03.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:53:03.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:53:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:53:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:53:03.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:53:03.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:53:03.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:53:03.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:53:03.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:53:04.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:04.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:04 smithi050 ceph-mon[92315]: 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-09-30T16:53:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:53:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:04 smithi172 ceph-mon[103696]: 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-09-30T16:53:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:53:05.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:05.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:06.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:06.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:06 smithi050 ceph-mon[92315]: 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-09-30T16:53:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:06 smithi172 ceph-mon[103696]: 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-09-30T16:53:07.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:07.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:08.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:08.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:08 smithi050 ceph-mon[92315]: 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-09-30T16:53:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:08 smithi172 ceph-mon[103696]: 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-09-30T16:53:09.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:09.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:10.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:10.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:10 smithi050 ceph-mon[92315]: 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-09-30T16:53:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:10 smithi172 ceph-mon[103696]: 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-09-30T16:53:11.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:11.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:11 smithi172 ceph-mon[103696]: 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-09-30T16:53:12.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:12.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:12.203 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:11 smithi050 ceph-mon[92315]: 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-09-30T16:53:13.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:13.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:14.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:14.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:14 smithi050 ceph-mon[92315]: 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-09-30T16:53:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:14 smithi172 ceph-mon[103696]: 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-09-30T16:53:15.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:15.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:16.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:16.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:16 smithi050 ceph-mon[92315]: 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-09-30T16:53:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:16 smithi172 ceph-mon[103696]: 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-09-30T16:53:17.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:17.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:18.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:18.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:18.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:18 smithi172 ceph-mon[103696]: 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-09-30T16:53:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:18 smithi050 ceph-mon[92315]: 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-09-30T16:53:19.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:19.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:53:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:53:20.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:20.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:20 smithi050 ceph-mon[92315]: 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-09-30T16:53:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:20 smithi172 ceph-mon[103696]: 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-09-30T16:53:21.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:21.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:22.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:22.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:22.318 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:21 smithi050 ceph-mon[92315]: 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-09-30T16:53:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:21 smithi172 ceph-mon[103696]: 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-09-30T16:53:23.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:23.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:24.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:24.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:24 smithi050 ceph-mon[92315]: 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-09-30T16:53:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:24 smithi172 ceph-mon[103696]: 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-09-30T16:53:25.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:25.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:26.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:26.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:26 smithi050 ceph-mon[92315]: 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-09-30T16:53:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:26 smithi172 ceph-mon[103696]: 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-09-30T16:53:27.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:27.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:28.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:28.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:28 smithi172 ceph-mon[103696]: 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-09-30T16:53:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:28 smithi050 ceph-mon[92315]: 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-09-30T16:53:29.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:29.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:30.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:30.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:30 smithi050 ceph-mon[92315]: 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-09-30T16:53:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:30 smithi172 ceph-mon[103696]: 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-09-30T16:53:31.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:31.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:32.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:32.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:31 smithi050 ceph-mon[92315]: 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-09-30T16:53:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:31 smithi172 ceph-mon[103696]: 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-09-30T16:53:33.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:33.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:34.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:34.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:34 smithi050 ceph-mon[92315]: 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-09-30T16:53:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:53:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:34 smithi172 ceph-mon[103696]: 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-09-30T16:53:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:53:35.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:35.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:36.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:36.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:36 smithi050 ceph-mon[92315]: 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-09-30T16:53:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:36 smithi172 ceph-mon[103696]: 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-09-30T16:53:37.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:37.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:38.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:38.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:38 smithi050 ceph-mon[92315]: 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-09-30T16:53:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:38 smithi172 ceph-mon[103696]: 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-09-30T16:53:39.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:39.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:40.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:40.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:40 smithi050 ceph-mon[92315]: 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-09-30T16:53:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:40 smithi172 ceph-mon[103696]: 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-09-30T16:53:41.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:41.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:42.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:42.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:41 smithi050 ceph-mon[92315]: 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-09-30T16:53:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:41 smithi172 ceph-mon[103696]: 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-09-30T16:53:43.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:43.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:44.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:44.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:44 smithi050 ceph-mon[92315]: 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-09-30T16:53:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:44 smithi172 ceph-mon[103696]: 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-09-30T16:53:45.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:45.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:46.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:46.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:46 smithi050 ceph-mon[92315]: 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-09-30T16:53:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:46 smithi172 ceph-mon[103696]: 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-09-30T16:53:47.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:47.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:48.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:48.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:48 smithi050 ceph-mon[92315]: 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-09-30T16:53:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:48 smithi172 ceph-mon[103696]: 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-09-30T16:53:49.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:49.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:53:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:53:50.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:50.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:50 smithi050 ceph-mon[92315]: 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-09-30T16:53:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:50 smithi172 ceph-mon[103696]: 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-09-30T16:53:51.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:51.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:52.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:52.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:51 smithi050 ceph-mon[92315]: 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-09-30T16:53:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:51 smithi172 ceph-mon[103696]: 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-09-30T16:53:53.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:53.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:54.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:54.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:54 smithi050 ceph-mon[92315]: 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-09-30T16:53:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:54 smithi172 ceph-mon[103696]: 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-09-30T16:53:55.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:55.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:56.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:56.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:56 smithi050 ceph-mon[92315]: 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-09-30T16:53:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:56 smithi172 ceph-mon[103696]: 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-09-30T16:53:57.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:57.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:58.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:58.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:53:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:53:58 smithi050 ceph-mon[92315]: 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-09-30T16:53:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:53:58 smithi172 ceph-mon[103696]: 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-09-30T16:53:59.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:53:59.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:00.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:00.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:00 smithi050 ceph-mon[92315]: 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-09-30T16:54:00.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:00 smithi172 ceph-mon[103696]: 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-09-30T16:54:01.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:01.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:02.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:02.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:01 smithi050 ceph-mon[92315]: 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-09-30T16:54:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:01 smithi172 ceph-mon[103696]: 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-09-30T16:54:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:54:03.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:03.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:54:04.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:03 smithi050 ceph-mon[92315]: 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-09-30T16:54:04.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:54:04.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:54:04.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:54:04.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:54:04.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:54:04.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:04.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:03 smithi172 ceph-mon[103696]: 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-09-30T16:54:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:54:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:54:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:54:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:54:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:54:05.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:05.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:54:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:54:06.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:06.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:05 smithi050 ceph-mon[92315]: 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-09-30T16:54:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:05 smithi172 ceph-mon[103696]: 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-09-30T16:54:07.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:07.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:08.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:08.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:08.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:08 smithi172 ceph-mon[103696]: 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-09-30T16:54:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:08 smithi050 ceph-mon[92315]: 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-09-30T16:54:09.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:09.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:10.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:10.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:10 smithi050 ceph-mon[92315]: 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-09-30T16:54:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:10 smithi172 ceph-mon[103696]: 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-09-30T16:54:11.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:11.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:12.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:12.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:11 smithi050 ceph-mon[92315]: 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-09-30T16:54:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:11 smithi172 ceph-mon[103696]: 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-09-30T16:54:13.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:13.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:14.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:14.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:14 smithi050 ceph-mon[92315]: 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-09-30T16:54:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:14 smithi172 ceph-mon[103696]: 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-09-30T16:54:15.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:15.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:16.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:16.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:16 smithi050 ceph-mon[92315]: 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-09-30T16:54:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:16 smithi172 ceph-mon[103696]: 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-09-30T16:54:17.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:17.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:18.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:18.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:18 smithi050 ceph-mon[92315]: 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-09-30T16:54:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:18 smithi172 ceph-mon[103696]: 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-09-30T16:54:19.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:19.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:54:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:54:20.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:20.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:20 smithi050 ceph-mon[92315]: 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-09-30T16:54:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:20 smithi172 ceph-mon[103696]: 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-09-30T16:54:21.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:21.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:22.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:22.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:21 smithi050 ceph-mon[92315]: 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-09-30T16:54:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:21 smithi172 ceph-mon[103696]: 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-09-30T16:54:23.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:23.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:24.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:24.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:24 smithi050 ceph-mon[92315]: 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-09-30T16:54:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:24 smithi172 ceph-mon[103696]: 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-09-30T16:54:25.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:25.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:26.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:26.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:26 smithi050 ceph-mon[92315]: 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-09-30T16:54:26.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:26 smithi172 ceph-mon[103696]: 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-09-30T16:54:27.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:27.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:28.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:28.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:28 smithi050 ceph-mon[92315]: 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-09-30T16:54:28.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:28 smithi172 ceph-mon[103696]: 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-09-30T16:54:29.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:29.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:30.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:30.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:30 smithi050 ceph-mon[92315]: 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-09-30T16:54:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:30 smithi172 ceph-mon[103696]: 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-09-30T16:54:31.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:31.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:32.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:32.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:31 smithi050 ceph-mon[92315]: 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-09-30T16:54:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:31 smithi172 ceph-mon[103696]: 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-09-30T16:54:33.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:33.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:34.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:34.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:34 smithi050 ceph-mon[92315]: 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-09-30T16:54:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:54:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:34 smithi172 ceph-mon[103696]: 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-09-30T16:54:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:54:35.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:35.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:36.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:36.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:36 smithi050 ceph-mon[92315]: 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-09-30T16:54:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:36 smithi172 ceph-mon[103696]: 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-09-30T16:54:37.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:37.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:38.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:38.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:38 smithi050 ceph-mon[92315]: 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-09-30T16:54:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:38 smithi172 ceph-mon[103696]: 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-09-30T16:54:39.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:39.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:40.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:40.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:40 smithi050 ceph-mon[92315]: 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-09-30T16:54:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:40 smithi172 ceph-mon[103696]: 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-09-30T16:54:41.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:41.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:42.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:42.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:41 smithi050 ceph-mon[92315]: 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-09-30T16:54:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:41 smithi172 ceph-mon[103696]: 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-09-30T16:54:43.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:43.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:44.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:44.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:44 smithi050 ceph-mon[92315]: 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-09-30T16:54:44.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:44 smithi172 ceph-mon[103696]: 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-09-30T16:54:45.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:45.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:46.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:46.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:46 smithi050 ceph-mon[92315]: 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-09-30T16:54:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:46 smithi172 ceph-mon[103696]: 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-09-30T16:54:47.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:47.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:48.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:48.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:48 smithi050 ceph-mon[92315]: 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-09-30T16:54:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:48 smithi172 ceph-mon[103696]: 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-09-30T16:54:49.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:49.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:54:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:54:50.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:50.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:50 smithi050 ceph-mon[92315]: 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-09-30T16:54:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:50 smithi172 ceph-mon[103696]: 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-09-30T16:54:51.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:51.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:52.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:52.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:51 smithi050 ceph-mon[92315]: 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-09-30T16:54:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:51 smithi172 ceph-mon[103696]: 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-09-30T16:54:53.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:53.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:54.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:54.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:54 smithi050 ceph-mon[92315]: 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-09-30T16:54:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:54 smithi172 ceph-mon[103696]: 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-09-30T16:54:55.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:55.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:56.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:56.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:56 smithi050 ceph-mon[92315]: 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-09-30T16:54:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:56 smithi172 ceph-mon[103696]: 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-09-30T16:54:57.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:57.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:58.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:58.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:54:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:54:58 smithi050 ceph-mon[92315]: 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-09-30T16:54:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:54:58 smithi172 ceph-mon[103696]: 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-09-30T16:54:59.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:54:59.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:00.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:00.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:00 smithi050 ceph-mon[92315]: 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-09-30T16:55:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:00 smithi172 ceph-mon[103696]: 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-09-30T16:55:01.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:01.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:02.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:02.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:01 smithi050 ceph-mon[92315]: 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-09-30T16:55:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:01 smithi172 ceph-mon[103696]: 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-09-30T16:55:03.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:03.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:04.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:04.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:04 smithi172 ceph-mon[103696]: 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-09-30T16:55:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:55:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:55:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:55:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:55:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:55:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:55:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:55:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:04 smithi050 ceph-mon[92315]: 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-09-30T16:55:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:55:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:55:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:55:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:55:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:55:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:55:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:55:05.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:05.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:06.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:06.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:06 smithi050 ceph-mon[92315]: 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-09-30T16:55:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:06 smithi172 ceph-mon[103696]: 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-09-30T16:55:07.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:07.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:08.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:08.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:08.526 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:08 smithi050 ceph-mon[92315]: 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-09-30T16:55:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:08 smithi172 ceph-mon[103696]: 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-09-30T16:55:09.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:09.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:10.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:10.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:10 smithi050 ceph-mon[92315]: 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-09-30T16:55:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:10 smithi172 ceph-mon[103696]: 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-09-30T16:55:11.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:11.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:12.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:12.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:11 smithi050 ceph-mon[92315]: 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-09-30T16:55:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:11 smithi172 ceph-mon[103696]: 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-09-30T16:55:13.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:13.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:14.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:14.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:14 smithi050 ceph-mon[92315]: 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-09-30T16:55:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:14 smithi172 ceph-mon[103696]: 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-09-30T16:55:15.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:15.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:16.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:16.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:16 smithi050 ceph-mon[92315]: 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-09-30T16:55:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:16 smithi172 ceph-mon[103696]: 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-09-30T16:55:17.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:17.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:18.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:18.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:18 smithi050 ceph-mon[92315]: 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-09-30T16:55:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:18 smithi172 ceph-mon[103696]: 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-09-30T16:55:19.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:19.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:55:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:55:20.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:20.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:20 smithi050 ceph-mon[92315]: 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-09-30T16:55:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:20 smithi172 ceph-mon[103696]: 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-09-30T16:55:21.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:21.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:21 smithi050 ceph-mon[92315]: 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-09-30T16:55:22.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:22.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:21 smithi172 ceph-mon[103696]: 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-09-30T16:55:23.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:23.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:24.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:24.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:24 smithi050 ceph-mon[92315]: 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-09-30T16:55:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:24 smithi172 ceph-mon[103696]: 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-09-30T16:55:25.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:25.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:26.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:26.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:26 smithi050 ceph-mon[92315]: 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-09-30T16:55:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:26 smithi172 ceph-mon[103696]: 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-09-30T16:55:27.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:27.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:28.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:28.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:28 smithi050 ceph-mon[92315]: 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-09-30T16:55:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:28 smithi172 ceph-mon[103696]: 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-09-30T16:55:29.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:29.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:30.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:30.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:30 smithi050 ceph-mon[92315]: 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-09-30T16:55:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:30 smithi172 ceph-mon[103696]: 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-09-30T16:55:31.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:31.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:31 smithi050 ceph-mon[92315]: 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-09-30T16:55:32.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:32.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:31 smithi172 ceph-mon[103696]: 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-09-30T16:55:33.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:33.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:34.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:34.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:34 smithi050 ceph-mon[92315]: 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-09-30T16:55:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:55:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:34 smithi172 ceph-mon[103696]: 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-09-30T16:55:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:55:35.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:35.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:36.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:36.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:36 smithi050 ceph-mon[92315]: 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-09-30T16:55:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:36 smithi172 ceph-mon[103696]: 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-09-30T16:55:37.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:37.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:38.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:38.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:38 smithi050 ceph-mon[92315]: 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-09-30T16:55:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:38 smithi172 ceph-mon[103696]: 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-09-30T16:55:39.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:39.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:40.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:40.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:40 smithi050 ceph-mon[92315]: 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-09-30T16:55:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:40 smithi172 ceph-mon[103696]: 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-09-30T16:55:41.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:41.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:41 smithi050 ceph-mon[92315]: 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-09-30T16:55:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:41 smithi172 ceph-mon[103696]: 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-09-30T16:55:42.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:42.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:43.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:43.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:44.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:44.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:44.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:44 smithi172 ceph-mon[103696]: 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-09-30T16:55:44.610 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:44 smithi050 ceph-mon[92315]: 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-09-30T16:55:45.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:45.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:46.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:46.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:46 smithi050 ceph-mon[92315]: 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-09-30T16:55:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:46 smithi172 ceph-mon[103696]: 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-09-30T16:55:47.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:47.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:48.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:48.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:48 smithi050 ceph-mon[92315]: 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-09-30T16:55:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:48 smithi172 ceph-mon[103696]: 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-09-30T16:55:49.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:49.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:49.580 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:55:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:55:50.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:50.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:50 smithi050 ceph-mon[92315]: 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-09-30T16:55:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:50 smithi172 ceph-mon[103696]: 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-09-30T16:55:51.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:51.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:52.205 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:51 smithi050 ceph-mon[92315]: 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-09-30T16:55:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:51 smithi172 ceph-mon[103696]: 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-09-30T16:55:52.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:52.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:53.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:53.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:54 smithi050 ceph-mon[92315]: 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-09-30T16:55:54.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:54.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:54 smithi172 ceph-mon[103696]: 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-09-30T16:55:55.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:55.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:56.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:56.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:56 smithi050 ceph-mon[92315]: 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-09-30T16:55:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:56 smithi172 ceph-mon[103696]: 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-09-30T16:55:57.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:57.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:58.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:58.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:55:58.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:55:58 smithi050 ceph-mon[92315]: 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-09-30T16:55:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:55:58 smithi172 ceph-mon[103696]: 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-09-30T16:55:59.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:55:59.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:00.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:00.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:00 smithi050 ceph-mon[92315]: 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-09-30T16:56:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:00 smithi172 ceph-mon[103696]: 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-09-30T16:56:01.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:01.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:01 smithi050 ceph-mon[92315]: 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-09-30T16:56:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:01 smithi172 ceph-mon[103696]: 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-09-30T16:56:02.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:02.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:03.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:03.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:04.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:04.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:04 smithi050 ceph-mon[92315]: 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-09-30T16:56:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:56:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:56:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:04 smithi172 ceph-mon[103696]: 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-09-30T16:56:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:56:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:56:05.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:05.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:56:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:56:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:56:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:56:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:56:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:56:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:56:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:56:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:56:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:56:06.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:06.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:06 smithi050 ceph-mon[92315]: 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-09-30T16:56:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:06 smithi172 ceph-mon[103696]: 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-09-30T16:56:07.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:07.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:08.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:08.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:08 smithi050 ceph-mon[92315]: 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-09-30T16:56:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:08 smithi172 ceph-mon[103696]: 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-09-30T16:56:09.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:09.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:10.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:10.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:10 smithi050 ceph-mon[92315]: 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-09-30T16:56:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:10 smithi172 ceph-mon[103696]: 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-09-30T16:56:11.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:11.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:11 smithi050 ceph-mon[92315]: 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-09-30T16:56:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:11 smithi172 ceph-mon[103696]: 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-09-30T16:56:12.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:12.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:13.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:13.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:14.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:14.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:14 smithi050 ceph-mon[92315]: 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-09-30T16:56:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:14 smithi172 ceph-mon[103696]: 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-09-30T16:56:15.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:15.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:16.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:16.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:16 smithi050 ceph-mon[92315]: 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-09-30T16:56:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:16 smithi172 ceph-mon[103696]: 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-09-30T16:56:17.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:17.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:18.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:18.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:18 smithi050 ceph-mon[92315]: 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-09-30T16:56:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:18 smithi172 ceph-mon[103696]: 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-09-30T16:56:19.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:19.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:56:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:56:20.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:20.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:20 smithi050 ceph-mon[92315]: 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-09-30T16:56:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:20 smithi172 ceph-mon[103696]: 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-09-30T16:56:21.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:21.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:21 smithi050 ceph-mon[92315]: 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-09-30T16:56:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:21 smithi172 ceph-mon[103696]: 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-09-30T16:56:22.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:22.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:23.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:23.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:24.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:24.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:24 smithi050 ceph-mon[92315]: 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-09-30T16:56:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:24 smithi172 ceph-mon[103696]: 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-09-30T16:56:25.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:25.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:26.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:26.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:26 smithi050 ceph-mon[92315]: 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-09-30T16:56:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:26 smithi172 ceph-mon[103696]: 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-09-30T16:56:27.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:27.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:28.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:28.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:28 smithi050 ceph-mon[92315]: 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-09-30T16:56:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:28 smithi172 ceph-mon[103696]: 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-09-30T16:56:29.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:29.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:30.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:30.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:30 smithi050 ceph-mon[92315]: 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-09-30T16:56:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:30 smithi172 ceph-mon[103696]: 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-09-30T16:56:31.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:31.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:31 smithi050 ceph-mon[92315]: 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-09-30T16:56:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:31 smithi172 ceph-mon[103696]: 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-09-30T16:56:32.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:32.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:33.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:33.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:34.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:34.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:34.498 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:34 smithi050 ceph-mon[92315]: 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-09-30T16:56:34.498 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:56:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:34 smithi172 ceph-mon[103696]: 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-09-30T16:56:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:56:35.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:35.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:36.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:36.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:36 smithi050 ceph-mon[92315]: 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-09-30T16:56:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:36 smithi172 ceph-mon[103696]: 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-09-30T16:56:37.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:37.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:38.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:38.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:38 smithi050 ceph-mon[92315]: 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-09-30T16:56:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:38 smithi172 ceph-mon[103696]: 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-09-30T16:56:39.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:39.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:40 smithi172 ceph-mon[103696]: 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-09-30T16:56:40.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:40.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:40 smithi050 ceph-mon[92315]: 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-09-30T16:56:41.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:41.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:41 smithi050 ceph-mon[92315]: 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-09-30T16:56:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:41 smithi172 ceph-mon[103696]: 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-09-30T16:56:42.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:42.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:43.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:43.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:44.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:44.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:44 smithi050 ceph-mon[92315]: 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-09-30T16:56:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:44 smithi172 ceph-mon[103696]: 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-09-30T16:56:45.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:45.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:46.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:46.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:46 smithi050 ceph-mon[92315]: 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-09-30T16:56:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:46 smithi172 ceph-mon[103696]: 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-09-30T16:56:47.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:47.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:48.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:48.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:48 smithi050 ceph-mon[92315]: 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-09-30T16:56:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:48 smithi172 ceph-mon[103696]: 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-09-30T16:56:49.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:49.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:56:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:56:50.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:50.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:50 smithi050 ceph-mon[92315]: 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-09-30T16:56:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:50 smithi172 ceph-mon[103696]: 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-09-30T16:56:51.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:51.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:51 smithi050 ceph-mon[92315]: 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-09-30T16:56:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:51 smithi172 ceph-mon[103696]: 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-09-30T16:56:52.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:52.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:53.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:53.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:54.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:54.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:54 smithi050 ceph-mon[92315]: 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-09-30T16:56:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:54 smithi172 ceph-mon[103696]: 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-09-30T16:56:55.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:55.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:56.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:56.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:56 smithi050 ceph-mon[92315]: 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-09-30T16:56:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:56 smithi172 ceph-mon[103696]: 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-09-30T16:56:57.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:57.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:58.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:58.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:56:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:56:58 smithi050 ceph-mon[92315]: 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-09-30T16:56:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:56:58 smithi172 ceph-mon[103696]: 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-09-30T16:56:59.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:56:59.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:00.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:00.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:00.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:00 smithi050 ceph-mon[92315]: 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-09-30T16:57:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:00 smithi172 ceph-mon[103696]: 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-09-30T16:57:01.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:01.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:01 smithi050 ceph-mon[92315]: 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-09-30T16:57:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:01 smithi172 ceph-mon[103696]: 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-09-30T16:57:02.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:02.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:03.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:03.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:04.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:04.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:04 smithi050 ceph-mon[92315]: 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-09-30T16:57:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:57:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:04 smithi172 ceph-mon[103696]: 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-09-30T16:57:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:57:05.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:05.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:57:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:57:06.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:06.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:06 smithi050 ceph-mon[92315]: 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-09-30T16:57:06.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:57:06.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:57:06.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:57:06.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:57:06.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:57:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:06 smithi172 ceph-mon[103696]: 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-09-30T16:57:06.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:57:06.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:57:06.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:57:06.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:57:06.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:57:07.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:07.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:08.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:08.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:08 smithi050 ceph-mon[92315]: 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-09-30T16:57:08.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:08 smithi172 ceph-mon[103696]: 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-09-30T16:57:09.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:09.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:10.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:10.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:10 smithi050 ceph-mon[92315]: 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-09-30T16:57:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:10 smithi172 ceph-mon[103696]: 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-09-30T16:57:11.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:11.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:11 smithi050 ceph-mon[92315]: 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-09-30T16:57:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:11 smithi172 ceph-mon[103696]: 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-09-30T16:57:12.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:12.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:13.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:13.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:14.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:14.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:14 smithi050 ceph-mon[92315]: 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-09-30T16:57:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:14 smithi172 ceph-mon[103696]: 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-09-30T16:57:15.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:15.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:16.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:16.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:16 smithi050 ceph-mon[92315]: 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-09-30T16:57:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:16 smithi172 ceph-mon[103696]: 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-09-30T16:57:17.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:17.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:18.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:18.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:18 smithi050 ceph-mon[92315]: 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-09-30T16:57:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:18 smithi172 ceph-mon[103696]: 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-09-30T16:57:19.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:19.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:57:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:57:20.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:20.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:20 smithi050 ceph-mon[92315]: 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-09-30T16:57:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:20 smithi172 ceph-mon[103696]: 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-09-30T16:57:21.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:21.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:21 smithi050 ceph-mon[92315]: 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-09-30T16:57:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:21 smithi172 ceph-mon[103696]: 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-09-30T16:57:22.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:22.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:23.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:23.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:24.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:24.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:24 smithi050 ceph-mon[92315]: 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-09-30T16:57:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:24 smithi172 ceph-mon[103696]: 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-09-30T16:57:25.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:25.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:26.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:26.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:26 smithi050 ceph-mon[92315]: 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-09-30T16:57:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:26 smithi172 ceph-mon[103696]: 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-09-30T16:57:27.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:27.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:28.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:28.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:28.730 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:28 smithi172 ceph-mon[103696]: 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-09-30T16:57:28.731 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:28 smithi050 ceph-mon[92315]: 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-09-30T16:57:29.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:29.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:30.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:30.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:30 smithi050 ceph-mon[92315]: 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-09-30T16:57:30.620 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:30 smithi172 ceph-mon[103696]: 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-09-30T16:57:31.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:31.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:31 smithi050 ceph-mon[92315]: 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-09-30T16:57:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:31 smithi172 ceph-mon[103696]: 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-09-30T16:57:32.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:32.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:33.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:33.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:34.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:34.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:34 smithi050 ceph-mon[92315]: 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-09-30T16:57:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:57:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:34 smithi172 ceph-mon[103696]: 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-09-30T16:57:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:57:35.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:35.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:36.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:36.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:36 smithi050 ceph-mon[92315]: 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-09-30T16:57:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:36 smithi172 ceph-mon[103696]: 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-09-30T16:57:37.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:37.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:38.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:38.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:38 smithi050 ceph-mon[92315]: 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-09-30T16:57:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:38 smithi172 ceph-mon[103696]: 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-09-30T16:57:39.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:39.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:40.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:40.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:40 smithi050 ceph-mon[92315]: 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-09-30T16:57:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:40 smithi172 ceph-mon[103696]: 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-09-30T16:57:41.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:41.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:41 smithi050 ceph-mon[92315]: 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-09-30T16:57:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:41 smithi172 ceph-mon[103696]: 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-09-30T16:57:42.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:42.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:43.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:43.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:44.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:44.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:44 smithi050 ceph-mon[92315]: 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-09-30T16:57:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:44 smithi172 ceph-mon[103696]: 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-09-30T16:57:45.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:45.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:46.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:46.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:46 smithi050 ceph-mon[92315]: 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-09-30T16:57:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:46 smithi172 ceph-mon[103696]: 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-09-30T16:57:47.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:47.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:48 smithi050 ceph-mon[92315]: 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-09-30T16:57:48.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:48.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:48 smithi172 ceph-mon[103696]: 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-09-30T16:57:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:57:49.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:49.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:57:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:50 smithi050 ceph-mon[92315]: 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-09-30T16:57:50.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:50.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:50 smithi172 ceph-mon[103696]: 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-09-30T16:57:51.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:51.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:51 smithi050 ceph-mon[92315]: 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-09-30T16:57:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:51 smithi172 ceph-mon[103696]: 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-09-30T16:57:52.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:52.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:53.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:53.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:54.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:54 smithi050 ceph-mon[92315]: 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-09-30T16:57:54.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:54.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:54.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:54 smithi172 ceph-mon[103696]: 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-09-30T16:57:55.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:55.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:56 smithi050 ceph-mon[92315]: 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-09-30T16:57:56.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:56.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:56 smithi172 ceph-mon[103696]: 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-09-30T16:57:57.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:57.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:57:58 smithi050 ceph-mon[92315]: 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-09-30T16:57:58.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:58.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:57:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:57:58 smithi172 ceph-mon[103696]: 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-09-30T16:57:59.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:57:59.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:00 smithi050 ceph-mon[92315]: 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-09-30T16:58:00.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:00.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:00 smithi172 ceph-mon[103696]: 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-09-30T16:58:01.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:01.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:01 smithi050 ceph-mon[92315]: 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-09-30T16:58:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:01 smithi172 ceph-mon[103696]: 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-09-30T16:58:02.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:02.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:03.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:03.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:04 smithi050 ceph-mon[92315]: 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-09-30T16:58:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:58:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:04 smithi172 ceph-mon[103696]: 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-09-30T16:58:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:58:04.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:04.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:05.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:05.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:06 smithi050 ceph-mon[92315]: 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-09-30T16:58:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:58:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:06 smithi172 ceph-mon[103696]: 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-09-30T16:58:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:58:06.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:06.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:07.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:07.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:08 smithi050 ceph-mon[92315]: 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-09-30T16:58:08.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:08 smithi172 ceph-mon[103696]: 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-09-30T16:58:08.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:08.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:09.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:09.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:10.588 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:10 smithi050 ceph-mon[92315]: 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-09-30T16:58:10.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:10 smithi172 ceph-mon[103696]: 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-09-30T16:58:10.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:10.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:11.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:11.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:58:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:58:11.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:58:11.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:58:11.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:58:11.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:58:11.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:58:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:58:11.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:58:11.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:58:11.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:58:11.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:58:11.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:58:11.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:58:12.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:12.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:12 smithi050 ceph-mon[92315]: 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-09-30T16:58:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:12 smithi172 ceph-mon[103696]: 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-09-30T16:58:13.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:13.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:14.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:14.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:14 smithi050 ceph-mon[92315]: 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-09-30T16:58:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:14 smithi172 ceph-mon[103696]: 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-09-30T16:58:15.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:15.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:16.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:16.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:16.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:16 smithi050 ceph-mon[92315]: 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-09-30T16:58:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:16 smithi172 ceph-mon[103696]: 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-09-30T16:58:17.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:17.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:17 smithi050 ceph-mon[92315]: 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-09-30T16:58:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:17 smithi172 ceph-mon[103696]: 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-09-30T16:58:18.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:18.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:58:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:58:19.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:19.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:20 smithi050 ceph-mon[92315]: 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-09-30T16:58:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:20 smithi172 ceph-mon[103696]: 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-09-30T16:58:20.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:20.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:21.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:21.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:21 smithi050 ceph-mon[92315]: 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-09-30T16:58:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:21 smithi172 ceph-mon[103696]: 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-09-30T16:58:22.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:22.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:23.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:23.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:24 smithi050 ceph-mon[92315]: 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-09-30T16:58:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:24 smithi172 ceph-mon[103696]: 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-09-30T16:58:24.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:24.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:25.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:25.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:26.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:26 smithi050 ceph-mon[92315]: 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-09-30T16:58:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:26 smithi172 ceph-mon[103696]: 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-09-30T16:58:26.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:26.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:27.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:27.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:28 smithi050 ceph-mon[92315]: 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-09-30T16:58:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:28 smithi172 ceph-mon[103696]: 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-09-30T16:58:28.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:28.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:29.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:29.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:30.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:30 smithi050 ceph-mon[92315]: 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-09-30T16:58:32.280 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:30 smithi172 ceph-mon[103696]: 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-09-30T16:58:32.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:32.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:32.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:32.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:31 smithi050 ceph-mon[92315]: 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-09-30T16:58:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:31 smithi172 ceph-mon[103696]: 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-09-30T16:58:32.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:32.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:33.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:33.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:34 smithi050 ceph-mon[92315]: 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-09-30T16:58:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:58:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:34 smithi172 ceph-mon[103696]: 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-09-30T16:58:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:58:34.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:34.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:35.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:35.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:36 smithi050 ceph-mon[92315]: 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-09-30T16:58:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:36 smithi172 ceph-mon[103696]: 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-09-30T16:58:36.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:36.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:37.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:37.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:38 smithi050 ceph-mon[92315]: 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-09-30T16:58:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:38 smithi172 ceph-mon[103696]: 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-09-30T16:58:38.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:38.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:39.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:39.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:40 smithi050 ceph-mon[92315]: 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-09-30T16:58:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:40 smithi172 ceph-mon[103696]: 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-09-30T16:58:40.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:40.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:41.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:41.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:41 smithi050 ceph-mon[92315]: 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-09-30T16:58:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:41 smithi172 ceph-mon[103696]: 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-09-30T16:58:42.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:42.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:43.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:43.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:44 smithi050 ceph-mon[92315]: 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-09-30T16:58:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:44 smithi172 ceph-mon[103696]: 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-09-30T16:58:44.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:44.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:45.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:45.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:46 smithi050 ceph-mon[92315]: 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-09-30T16:58:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:46 smithi172 ceph-mon[103696]: 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-09-30T16:58:46.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:46.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:47.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:47.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:48 smithi050 ceph-mon[92315]: 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-09-30T16:58:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:48 smithi172 ceph-mon[103696]: 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-09-30T16:58:48.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:48.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:58:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:58:49.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:49.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:50 smithi050 ceph-mon[92315]: 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-09-30T16:58:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:50 smithi172 ceph-mon[103696]: 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-09-30T16:58:50.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:50.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:51.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:51.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:51 smithi050 ceph-mon[92315]: 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-09-30T16:58:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:51 smithi172 ceph-mon[103696]: 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-09-30T16:58:52.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:52.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:53.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:53.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:54 smithi050 ceph-mon[92315]: 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-09-30T16:58:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:54 smithi172 ceph-mon[103696]: 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-09-30T16:58:54.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:54.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:55.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:55.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:56 smithi050 ceph-mon[92315]: 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-09-30T16:58:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:56 smithi172 ceph-mon[103696]: 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-09-30T16:58:56.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:56.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:57.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:57.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:58:58 smithi050 ceph-mon[92315]: 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-09-30T16:58:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:58:58 smithi172 ceph-mon[103696]: 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-09-30T16:58:58.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:58.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:58:59.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:58:59.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:00 smithi050 ceph-mon[92315]: 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-09-30T16:59:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:00 smithi172 ceph-mon[103696]: 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-09-30T16:59:00.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:00.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:01.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:01.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:01 smithi050 ceph-mon[92315]: 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-09-30T16:59:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:01 smithi172 ceph-mon[103696]: 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-09-30T16:59:02.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:02.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:03.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:03.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:04 smithi050 ceph-mon[92315]: 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-09-30T16:59:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:59:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:04 smithi172 ceph-mon[103696]: 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-09-30T16:59:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:59:04.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:04.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:05.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:05.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:06 smithi050 ceph-mon[92315]: 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-09-30T16:59:06.619 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:06 smithi172 ceph-mon[103696]: 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-09-30T16:59:06.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:06.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:07.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:07.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:08 smithi050 ceph-mon[92315]: 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-09-30T16:59:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:08 smithi172 ceph-mon[103696]: 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-09-30T16:59:08.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:08.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:09.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:09.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:10 smithi050 ceph-mon[92315]: 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-09-30T16:59:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:10 smithi172 ceph-mon[103696]: 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-09-30T16:59:10.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:10.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:11.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:11.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:59:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:11 smithi050 ceph-mon[92315]: 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-09-30T16:59:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:59:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:59:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:59:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:59:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:59:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T16:59:12.432 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:11 smithi172 ceph-mon[103696]: 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-09-30T16:59:12.433 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T16:59:12.433 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T16:59:12.434 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:59:12.434 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T16:59:12.434 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T16:59:12.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:12.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:13.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:13.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:14 smithi050 ceph-mon[92315]: 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-09-30T16:59:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:14 smithi172 ceph-mon[103696]: 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-09-30T16:59:14.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:14.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:15.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:15.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:16 smithi050 ceph-mon[92315]: 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-09-30T16:59:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:16 smithi172 ceph-mon[103696]: 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-09-30T16:59:16.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:16.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:17.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:17.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:18 smithi050 ceph-mon[92315]: 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-09-30T16:59:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:18 smithi172 ceph-mon[103696]: 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-09-30T16:59:18.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:18.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:59:19.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:19.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:59:20.629 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:20 smithi172 ceph-mon[103696]: 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-09-30T16:59:20.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:20.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:20 smithi050 ceph-mon[92315]: 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-09-30T16:59:21.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:21.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:21 smithi172 ceph-mon[103696]: 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-09-30T16:59:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:21 smithi050 ceph-mon[92315]: 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-09-30T16:59:22.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:22.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:23.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:23.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:24 smithi050 ceph-mon[92315]: 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-09-30T16:59:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:24 smithi172 ceph-mon[103696]: 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-09-30T16:59:24.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:24.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:25.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:25.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:26 smithi050 ceph-mon[92315]: 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-09-30T16:59:26.647 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:26 smithi172 ceph-mon[103696]: 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-09-30T16:59:26.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:26.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:27.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:27.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:28 smithi172 ceph-mon[103696]: 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-09-30T16:59:28.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:28.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:28.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:28 smithi050 ceph-mon[92315]: 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-09-30T16:59:29.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:29.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:30 smithi172 ceph-mon[103696]: 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-09-30T16:59:30.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:30.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:30.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:30 smithi050 ceph-mon[92315]: 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-09-30T16:59:31.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:31.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:31 smithi050 ceph-mon[92315]: 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-09-30T16:59:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:31 smithi172 ceph-mon[103696]: 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-09-30T16:59:32.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:32.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:33.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:33.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:34 smithi050 ceph-mon[92315]: 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-09-30T16:59:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:59:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:34 smithi172 ceph-mon[103696]: 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-09-30T16:59:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:59:34.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:34.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:35.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:35.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:36 smithi172 ceph-mon[103696]: 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-09-30T16:59:36.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:36.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:36 smithi050 ceph-mon[92315]: 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-09-30T16:59:37.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:37.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:38 smithi172 ceph-mon[103696]: 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-09-30T16:59:38.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:38.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:38.880 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:38 smithi050 ceph-mon[92315]: 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-09-30T16:59:39.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:39.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:40 smithi172 ceph-mon[103696]: 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-09-30T16:59:40.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:40.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:40.895 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:40 smithi050 ceph-mon[92315]: 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-09-30T16:59:41.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:41.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:41 smithi050 ceph-mon[92315]: 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-09-30T16:59:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:41 smithi172 ceph-mon[103696]: 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-09-30T16:59:42.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:42.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:43.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:43.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:44 smithi050 ceph-mon[92315]: 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-09-30T16:59:44.640 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:44 smithi172 ceph-mon[103696]: 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-09-30T16:59:44.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:44.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:45.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:45.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:46 smithi172 ceph-mon[103696]: 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-09-30T16:59:46.677 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:46 smithi050 ceph-mon[92315]: 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-09-30T16:59:46.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:46.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:47.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:47.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:48 smithi172 ceph-mon[103696]: 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-09-30T16:59:48.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:48.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:48 smithi050 ceph-mon[92315]: 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-09-30T16:59:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:59:49.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:49.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T16:59:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:50 smithi172 ceph-mon[103696]: 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-09-30T16:59:50.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:50.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:50 smithi050 ceph-mon[92315]: 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-09-30T16:59:51.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:51.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:51 smithi050 ceph-mon[92315]: 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-09-30T16:59:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:51 smithi172 ceph-mon[103696]: 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-09-30T16:59:52.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:52.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:53.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:53.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:54 smithi050 ceph-mon[92315]: 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-09-30T16:59:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:54 smithi172 ceph-mon[103696]: 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-09-30T16:59:54.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:54.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:55.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:55.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:56 smithi172 ceph-mon[103696]: 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-09-30T16:59:56.792 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:56 smithi050 ceph-mon[92315]: 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-09-30T16:59:56.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:56.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:57.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:57.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 16:59:58 smithi172 ceph-mon[103696]: 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-09-30T16:59:58.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:58.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T16:59:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 16:59:58 smithi050 ceph-mon[92315]: 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-09-30T16:59:59.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T16:59:59.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:00 smithi172 ceph-mon[103696]: 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-09-30T17:00:00.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T17:00:00.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:00.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:00 smithi050 ceph-mon[92315]: 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-09-30T17:00:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T17:00:01.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:01.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:01 smithi050 ceph-mon[92315]: 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-09-30T17:00:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:01 smithi172 ceph-mon[103696]: 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-09-30T17:00:02.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:02.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:03.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:03.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:04 smithi050 ceph-mon[92315]: 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-09-30T17:00:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:00:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:04 smithi172 ceph-mon[103696]: 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-09-30T17:00:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:00:04.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:04.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:05.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:05.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:06 smithi172 ceph-mon[103696]: 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-09-30T17:00:06.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:06.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:06 smithi050 ceph-mon[92315]: 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-09-30T17:00:07.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:07.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:08 smithi172 ceph-mon[103696]: 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-09-30T17:00:08.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:08.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:08 smithi050 ceph-mon[92315]: 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-09-30T17:00:09.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:09.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:10 smithi172 ceph-mon[103696]: 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-09-30T17:00:10.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:10.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:10 smithi050 ceph-mon[92315]: 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-09-30T17:00:11.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:11.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:12.301 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:11 smithi172 ceph-mon[103696]: 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-09-30T17:00:12.301 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:00:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:11 smithi050 ceph-mon[92315]: 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-09-30T17:00:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:00:12.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:12.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:13.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:13.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:14 smithi050 ceph-mon[92315]: 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-09-30T17:00:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:14 smithi172 ceph-mon[103696]: 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-09-30T17:00:14.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:14.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:15.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:15.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:16 smithi172 ceph-mon[103696]: 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-09-30T17:00:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:16 smithi050 ceph-mon[92315]: 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-09-30T17:00:16.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:16.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:17.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:17.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:18 smithi172 ceph-mon[103696]: 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-09-30T17:00:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:18 smithi050 ceph-mon[92315]: 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-09-30T17:00:18.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:18.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:00:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:00:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:00:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:00:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:00:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:00:19.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:19.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:20 smithi172 ceph-mon[103696]: 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-09-30T17:00:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:00:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:00:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:00:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:00:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:00:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:00:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:00:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:20 smithi050 ceph-mon[92315]: 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-09-30T17:00:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:00:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:00:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:00:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:00:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:00:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:00:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:00:20.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:20.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:21.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:21.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:21 smithi050 ceph-mon[92315]: 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-09-30T17:00:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:21 smithi172 ceph-mon[103696]: 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-09-30T17:00:22.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:22.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:23.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:23.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:24 smithi050 ceph-mon[92315]: 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-09-30T17:00:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:24 smithi172 ceph-mon[103696]: 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-09-30T17:00:24.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:24.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:25.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:25.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:26 smithi172 ceph-mon[103696]: 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-09-30T17:00:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:26 smithi050 ceph-mon[92315]: 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-09-30T17:00:26.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:26.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:27.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:27.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:28 smithi172 ceph-mon[103696]: 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-09-30T17:00:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:28 smithi050 ceph-mon[92315]: 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-09-30T17:00:28.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:28.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:29.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:29.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:30 smithi172 ceph-mon[103696]: 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-09-30T17:00:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:30 smithi050 ceph-mon[92315]: 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-09-30T17:00:30.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:30.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:31.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:31.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:31 smithi050 ceph-mon[92315]: 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-09-30T17:00:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:31 smithi172 ceph-mon[103696]: 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-09-30T17:00:32.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:32.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:33.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:33.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:34 smithi050 ceph-mon[92315]: 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-09-30T17:00:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:00:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:34 smithi172 ceph-mon[103696]: 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-09-30T17:00:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:00:34.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:34.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:35.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:35.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:36.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:36 smithi172 ceph-mon[103696]: 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-09-30T17:00:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:36 smithi050 ceph-mon[92315]: 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-09-30T17:00:36.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:36.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:37.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:37.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:38 smithi172 ceph-mon[103696]: 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-09-30T17:00:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:38 smithi050 ceph-mon[92315]: 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-09-30T17:00:38.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:38.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:39.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:39.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:40 smithi172 ceph-mon[103696]: 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-09-30T17:00:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:40 smithi050 ceph-mon[92315]: 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-09-30T17:00:40.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:40.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:41.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:41.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:42.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:41 smithi050 ceph-mon[92315]: 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-09-30T17:00:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:41 smithi172 ceph-mon[103696]: 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-09-30T17:00:42.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:42.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:43.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:43.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:44 smithi050 ceph-mon[92315]: 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-09-30T17:00:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:44 smithi172 ceph-mon[103696]: 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-09-30T17:00:44.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:44.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:45.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:45.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:46 smithi172 ceph-mon[103696]: 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-09-30T17:00:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:46 smithi050 ceph-mon[92315]: 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-09-30T17:00:46.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:46.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:47.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:47.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:48 smithi172 ceph-mon[103696]: 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-09-30T17:00:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:48 smithi050 ceph-mon[92315]: 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-09-30T17:00:48.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:48.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:00:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:00:49.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:49.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:50 smithi050 ceph-mon[92315]: 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-09-30T17:00:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:50 smithi172 ceph-mon[103696]: 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-09-30T17:00:50.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:50.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:51.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:51.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:51 smithi050 ceph-mon[92315]: 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-09-30T17:00:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:51 smithi172 ceph-mon[103696]: 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-09-30T17:00:52.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:52.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:53.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:53.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:54 smithi050 ceph-mon[92315]: 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-09-30T17:00:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:54 smithi172 ceph-mon[103696]: 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-09-30T17:00:54.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:54.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:55.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:55.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:56 smithi050 ceph-mon[92315]: 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-09-30T17:00:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:56 smithi172 ceph-mon[103696]: 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-09-30T17:00:56.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:56.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:57.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:57.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:00:58 smithi050 ceph-mon[92315]: 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-09-30T17:00:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:00:58 smithi172 ceph-mon[103696]: 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-09-30T17:00:58.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:58.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:00:59.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:00:59.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:00 smithi050 ceph-mon[92315]: 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-09-30T17:01:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:00 smithi172 ceph-mon[103696]: 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-09-30T17:01:00.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:00.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:01.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:01.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:01 smithi050 ceph-mon[92315]: 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-09-30T17:01:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:01 smithi172 ceph-mon[103696]: 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-09-30T17:01:02.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:02.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:03.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:03.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:04 smithi050 ceph-mon[92315]: 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-09-30T17:01:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:01:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:04 smithi172 ceph-mon[103696]: 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-09-30T17:01:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:01:04.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:04.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:05.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:05.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:06 smithi050 ceph-mon[92315]: 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-09-30T17:01:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:06 smithi172 ceph-mon[103696]: 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-09-30T17:01:06.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:06.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:07.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:07.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:08 smithi050 ceph-mon[92315]: 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-09-30T17:01:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:08 smithi172 ceph-mon[103696]: 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-09-30T17:01:08.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:08.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:09.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:09.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:10 smithi050 ceph-mon[92315]: 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-09-30T17:01:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:10 smithi172 ceph-mon[103696]: 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-09-30T17:01:10.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:10.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:11.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:11.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:11 smithi050 ceph-mon[92315]: 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-09-30T17:01:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:11 smithi172 ceph-mon[103696]: 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-09-30T17:01:12.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:12.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:13.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:13.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:14 smithi050 ceph-mon[92315]: 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-09-30T17:01:14.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:14 smithi172 ceph-mon[103696]: 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-09-30T17:01:14.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:14.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:15.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:15.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:16 smithi050 ceph-mon[92315]: 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-09-30T17:01:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:16 smithi172 ceph-mon[103696]: 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-09-30T17:01:16.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:16.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:17.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:17.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:18.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:18 smithi050 ceph-mon[92315]: 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-09-30T17:01:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:18 smithi172 ceph-mon[103696]: 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-09-30T17:01:18.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:18.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:01:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:01:19.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:19.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:20 smithi050 ceph-mon[92315]: 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-09-30T17:01:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:01:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:20 smithi172 ceph-mon[103696]: 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-09-30T17:01:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:01:20.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:20.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:01:21.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:01:21.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:01:21.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:01:21.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:01:21.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:01:21.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:01:21.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:01:21.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:01:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:01:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:01:21.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:01:21.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:01:21.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:01:21.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:01:21.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:01:21.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:01:21.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:01:21.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:21.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:22.777 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:22 smithi050 ceph-mon[92315]: 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-09-30T17:01:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:22 smithi172 ceph-mon[103696]: 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-09-30T17:01:22.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:22.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:23.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:23.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:24 smithi050 ceph-mon[92315]: 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-09-30T17:01:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:24 smithi172 ceph-mon[103696]: 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-09-30T17:01:24.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:24.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:25.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:25.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:26 smithi050 ceph-mon[92315]: 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-09-30T17:01:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:26 smithi172 ceph-mon[103696]: 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-09-30T17:01:26.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:26.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:27.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:27.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:28 smithi050 ceph-mon[92315]: 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-09-30T17:01:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:28 smithi172 ceph-mon[103696]: 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-09-30T17:01:28.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:28.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:29.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:29.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:30 smithi050 ceph-mon[92315]: 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-09-30T17:01:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:30 smithi172 ceph-mon[103696]: 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-09-30T17:01:30.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:30.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:31.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:31.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:31 smithi050 ceph-mon[92315]: 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-09-30T17:01:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:31 smithi172 ceph-mon[103696]: 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-09-30T17:01:32.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:32.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:33.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:33.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:34 smithi050 ceph-mon[92315]: 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-09-30T17:01:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:01:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:34 smithi172 ceph-mon[103696]: 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-09-30T17:01:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:01:34.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:34.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:35.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:35.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:36 smithi050 ceph-mon[92315]: 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-09-30T17:01:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:36 smithi172 ceph-mon[103696]: 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-09-30T17:01:36.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:36.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:37.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:37.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:38 smithi172 ceph-mon[103696]: 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-09-30T17:01:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:38 smithi050 ceph-mon[92315]: 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-09-30T17:01:38.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:38.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:39.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:39.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:40 smithi050 ceph-mon[92315]: 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-09-30T17:01:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:40 smithi172 ceph-mon[103696]: 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-09-30T17:01:40.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:40.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:41.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:41.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:41 smithi050 ceph-mon[92315]: 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-09-30T17:01:42.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:41 smithi172 ceph-mon[103696]: 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-09-30T17:01:42.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:42.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:43.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:43.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:44 smithi050 ceph-mon[92315]: 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-09-30T17:01:44.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:44 smithi172 ceph-mon[103696]: 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-09-30T17:01:44.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:44.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:45.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:45.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:46.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:46 smithi050 ceph-mon[92315]: 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-09-30T17:01:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:46 smithi172 ceph-mon[103696]: 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-09-30T17:01:46.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:46.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:48.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:48.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:48 smithi172 ceph-mon[103696]: 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-09-30T17:01:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:48 smithi050 ceph-mon[92315]: 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-09-30T17:01:49.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:49.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:01:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:01:50.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:50.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:50 smithi050 ceph-mon[92315]: 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-09-30T17:01:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:50 smithi172 ceph-mon[103696]: 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-09-30T17:01:51.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:51.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:52.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:52.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:51 smithi050 ceph-mon[92315]: 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-09-30T17:01:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:51 smithi172 ceph-mon[103696]: 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-09-30T17:01:53.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:53.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:54.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:54.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:54 smithi050 ceph-mon[92315]: 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-09-30T17:01:54.879 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:54 smithi172 ceph-mon[103696]: 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-09-30T17:01:55.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:55.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:56.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:56.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:56 smithi050 ceph-mon[92315]: 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-09-30T17:01:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:56 smithi172 ceph-mon[103696]: 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-09-30T17:01:57.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:57.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:58.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:58.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:01:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:01:58 smithi050 ceph-mon[92315]: 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-09-30T17:01:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:01:58 smithi172 ceph-mon[103696]: 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-09-30T17:01:59.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:01:59.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:00.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:00.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:00 smithi050 ceph-mon[92315]: 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-09-30T17:02:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:00 smithi172 ceph-mon[103696]: 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-09-30T17:02:01.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:01.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:02.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:02.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:02 smithi050 ceph-mon[92315]: 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-09-30T17:02:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:02 smithi172 ceph-mon[103696]: 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-09-30T17:02:03.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:03.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:04.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:04.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:04 smithi050 ceph-mon[92315]: 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-09-30T17:02:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:02:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:04 smithi172 ceph-mon[103696]: 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-09-30T17:02:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:02:05.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:05.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:06.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:06.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:06 smithi050 ceph-mon[92315]: 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-09-30T17:02:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:06 smithi172 ceph-mon[103696]: 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-09-30T17:02:07.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:07.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:08.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:08.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:08 smithi050 ceph-mon[92315]: 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-09-30T17:02:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:08 smithi172 ceph-mon[103696]: 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-09-30T17:02:09.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:09.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:10.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:10.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:10 smithi050 ceph-mon[92315]: 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-09-30T17:02:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:10 smithi172 ceph-mon[103696]: 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-09-30T17:02:11.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:11.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:12.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:12.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:12 smithi050 ceph-mon[92315]: 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-09-30T17:02:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:12 smithi172 ceph-mon[103696]: 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-09-30T17:02:13.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:13.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:14.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:14.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:14 smithi050 ceph-mon[92315]: 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-09-30T17:02:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:14 smithi172 ceph-mon[103696]: 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-09-30T17:02:15.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:15.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:16.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:16.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:16 smithi050 ceph-mon[92315]: 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-09-30T17:02:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:16 smithi172 ceph-mon[103696]: 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-09-30T17:02:17.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:17.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:18.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:18.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:18 smithi050 ceph-mon[92315]: 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-09-30T17:02:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:18 smithi172 ceph-mon[103696]: 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-09-30T17:02:19.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:19.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:02:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:02:20.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:20.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:20 smithi050 ceph-mon[92315]: 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-09-30T17:02:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:20 smithi172 ceph-mon[103696]: 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-09-30T17:02:21.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:21.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:22.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:22.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:02:22.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:22 smithi050 ceph-mon[92315]: 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-09-30T17:02:22.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:02:22.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:02:22.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:02:22.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:02:22.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:02:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:02:22.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:22 smithi172 ceph-mon[103696]: 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-09-30T17:02:22.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:02:22.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:02:22.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:02:22.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:02:22.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:02:23.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:23.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:24.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:24.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:24 smithi050 ceph-mon[92315]: 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-09-30T17:02:24.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:24 smithi172 ceph-mon[103696]: 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-09-30T17:02:25.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:25.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:26.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:26.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:26 smithi050 ceph-mon[92315]: 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-09-30T17:02:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:26 smithi172 ceph-mon[103696]: 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-09-30T17:02:27.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:27.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:28.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:28.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:28.727 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:28 smithi172 ceph-mon[103696]: 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-09-30T17:02:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:28 smithi050 ceph-mon[92315]: 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-09-30T17:02:29.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:29.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:30.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:30.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:30 smithi050 ceph-mon[92315]: 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-09-30T17:02:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:30 smithi172 ceph-mon[103696]: 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-09-30T17:02:31.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:31.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:32.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:32.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:32 smithi050 ceph-mon[92315]: 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-09-30T17:02:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:32 smithi172 ceph-mon[103696]: 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-09-30T17:02:33.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:33.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:34.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:34.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:34 smithi050 ceph-mon[92315]: 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-09-30T17:02:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:02:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:34 smithi172 ceph-mon[103696]: 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-09-30T17:02:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:02:35.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:35.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:36.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:36.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:36 smithi050 ceph-mon[92315]: 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-09-30T17:02:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:36 smithi172 ceph-mon[103696]: 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-09-30T17:02:37.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:37.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:38.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:38.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:38.832 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:38 smithi172 ceph-mon[103696]: 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-09-30T17:02:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:38 smithi050 ceph-mon[92315]: 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-09-30T17:02:39.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:39.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:40.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:40.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:40.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:40 smithi050 ceph-mon[92315]: 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-09-30T17:02:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:40 smithi172 ceph-mon[103696]: 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-09-30T17:02:41.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:41.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:42.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:42.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:42 smithi050 ceph-mon[92315]: 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-09-30T17:02:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:42 smithi172 ceph-mon[103696]: 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-09-30T17:02:43.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:43.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:44.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:44.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:44 smithi050 ceph-mon[92315]: 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-09-30T17:02:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:44 smithi172 ceph-mon[103696]: 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-09-30T17:02:45.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:45.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:46.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:46.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:46 smithi050 ceph-mon[92315]: 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-09-30T17:02:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:46 smithi172 ceph-mon[103696]: 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-09-30T17:02:47.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:47.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:48.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:48.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:48.752 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:48 smithi050 ceph-mon[92315]: 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-09-30T17:02:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:48 smithi172 ceph-mon[103696]: 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-09-30T17:02:49.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:49.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:02:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:02:50.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:50.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:50 smithi050 ceph-mon[92315]: 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-09-30T17:02:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:50 smithi172 ceph-mon[103696]: 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-09-30T17:02:51.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:51.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:52.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:52.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:52 smithi050 ceph-mon[92315]: 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-09-30T17:02:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:52 smithi172 ceph-mon[103696]: 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-09-30T17:02:53.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:53.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:54.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:54.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:54 smithi050 ceph-mon[92315]: 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-09-30T17:02:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:54 smithi172 ceph-mon[103696]: 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-09-30T17:02:55.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:55.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:56.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:56.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:56 smithi050 ceph-mon[92315]: 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-09-30T17:02:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:56 smithi172 ceph-mon[103696]: 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-09-30T17:02:57.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:57.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:58.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:58.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:02:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:02:58 smithi050 ceph-mon[92315]: 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-09-30T17:02:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:02:58 smithi172 ceph-mon[103696]: 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-09-30T17:02:59.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:02:59.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:00.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:00.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:00 smithi050 ceph-mon[92315]: 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-09-30T17:03:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:00 smithi172 ceph-mon[103696]: 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-09-30T17:03:01.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:01.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:02.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:02.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:02 smithi050 ceph-mon[92315]: 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-09-30T17:03:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:02 smithi172 ceph-mon[103696]: 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-09-30T17:03:03.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:03.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:04.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:04.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:04 smithi050 ceph-mon[92315]: 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-09-30T17:03:04.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:03:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:04 smithi172 ceph-mon[103696]: 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-09-30T17:03:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:03:05.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:05.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:06.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:06.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:06 smithi050 ceph-mon[92315]: 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-09-30T17:03:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:06 smithi172 ceph-mon[103696]: 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-09-30T17:03:07.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:07.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:08.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:08.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:08 smithi050 ceph-mon[92315]: 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-09-30T17:03:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:08 smithi172 ceph-mon[103696]: 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-09-30T17:03:09.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:09.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:10.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:10.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:10 smithi050 ceph-mon[92315]: 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-09-30T17:03:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:10 smithi172 ceph-mon[103696]: 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-09-30T17:03:11.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:11.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:12.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:12.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:12 smithi050 ceph-mon[92315]: 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-09-30T17:03:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:12 smithi172 ceph-mon[103696]: 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-09-30T17:03:13.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:13.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:14.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:14.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:14 smithi172 ceph-mon[103696]: 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-09-30T17:03:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:14 smithi050 ceph-mon[92315]: 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-09-30T17:03:15.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:15.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:16.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:16.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:16 smithi050 ceph-mon[92315]: 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-09-30T17:03:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:16 smithi172 ceph-mon[103696]: 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-09-30T17:03:17.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:17.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:18.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:18.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:18 smithi050 ceph-mon[92315]: 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-09-30T17:03:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:18 smithi172 ceph-mon[103696]: 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-09-30T17:03:19.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:19.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:03:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:03:20.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:20.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:20 smithi050 ceph-mon[92315]: 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-09-30T17:03:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:20 smithi172 ceph-mon[103696]: 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-09-30T17:03:21.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:21.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:22.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:22.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:22 smithi050 ceph-mon[92315]: 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-09-30T17:03:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:03:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:22 smithi172 ceph-mon[103696]: 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-09-30T17:03:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:03:23.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:23.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:23.513 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:03:23.513 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:03:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:03:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:03:24.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:24.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:24.539 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:24 smithi172 ceph-mon[103696]: 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-09-30T17:03:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:24 smithi050 ceph-mon[92315]: 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-09-30T17:03:25.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:25.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:26.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:26.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:26.530 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:26 smithi172 ceph-mon[103696]: 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-09-30T17:03:26.531 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:03:26.531 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:03:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:26 smithi050 ceph-mon[92315]: 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-09-30T17:03:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:03:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:03:27.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:27.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:03:27.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:03:27.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:03:27.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:03:27.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:03:27.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:03:27.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:03:27.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:27 smithi172 ceph-mon[103696]: 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-09-30T17:03:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:03:28.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:03:28.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:03:28.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:03:28.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:03:28.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:03:28.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:03:28.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:27 smithi050 ceph-mon[92315]: 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-09-30T17:03:28.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:28.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:29.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:29.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:30.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:30.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:30.915 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:30 smithi172 ceph-mon[103696]: 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-09-30T17:03:30.915 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:30 smithi050 ceph-mon[92315]: 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-09-30T17:03:31.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:31.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:32.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:32.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:32 smithi050 ceph-mon[92315]: 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-09-30T17:03:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:32 smithi172 ceph-mon[103696]: 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-09-30T17:03:33.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:33.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:34.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:34.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:34 smithi050 ceph-mon[92315]: 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-09-30T17:03:34.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:03:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:34 smithi172 ceph-mon[103696]: 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-09-30T17:03:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:03:35.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:35.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:36.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:36.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:36 smithi050 ceph-mon[92315]: 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-09-30T17:03:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:36 smithi172 ceph-mon[103696]: 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-09-30T17:03:37.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:37.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:38.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:38.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:38 smithi050 ceph-mon[92315]: 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-09-30T17:03:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:38 smithi172 ceph-mon[103696]: 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-09-30T17:03:39.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:39.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:40.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:40.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:40 smithi050 ceph-mon[92315]: 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-09-30T17:03:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:40 smithi172 ceph-mon[103696]: 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-09-30T17:03:41.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:41.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:42.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:42.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:42 smithi050 ceph-mon[92315]: 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-09-30T17:03:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:42 smithi172 ceph-mon[103696]: 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-09-30T17:03:43.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:43.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:44.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:44.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:44 smithi050 ceph-mon[92315]: 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-09-30T17:03:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:44 smithi172 ceph-mon[103696]: 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-09-30T17:03:45.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:45.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:46.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:46.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:46 smithi050 ceph-mon[92315]: 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-09-30T17:03:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:46 smithi172 ceph-mon[103696]: 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-09-30T17:03:47.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:47.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:48.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:48.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:48 smithi050 ceph-mon[92315]: 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-09-30T17:03:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:48 smithi172 ceph-mon[103696]: 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-09-30T17:03:49.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:49.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:03:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:03:50.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:50.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:50 smithi050 ceph-mon[92315]: 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-09-30T17:03:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:50 smithi172 ceph-mon[103696]: 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-09-30T17:03:51.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:51.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:52.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:52.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:52 smithi050 ceph-mon[92315]: 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-09-30T17:03:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:52 smithi172 ceph-mon[103696]: 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-09-30T17:03:53.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:53.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:54.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:54.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:54 smithi050 ceph-mon[92315]: 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-09-30T17:03:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:54 smithi172 ceph-mon[103696]: 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-09-30T17:03:55.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:55.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:56.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:56.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:56.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:56 smithi050 ceph-mon[92315]: 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-09-30T17:03:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:56 smithi172 ceph-mon[103696]: 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-09-30T17:03:57.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:57.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:58.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:58.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:03:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:03:58 smithi050 ceph-mon[92315]: 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-09-30T17:03:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:03:58 smithi172 ceph-mon[103696]: 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-09-30T17:03:59.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:03:59.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:00.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:00.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:00 smithi050 ceph-mon[92315]: 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-09-30T17:04:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:00 smithi172 ceph-mon[103696]: 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-09-30T17:04:01.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:01.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:02.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:02.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:02 smithi050 ceph-mon[92315]: 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-09-30T17:04:02.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:02 smithi172 ceph-mon[103696]: 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-09-30T17:04:03.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:03.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:04.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:04.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:04.729 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:04 smithi172 ceph-mon[103696]: 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-09-30T17:04:04.729 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:04:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:04 smithi050 ceph-mon[92315]: 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-09-30T17:04:04.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:04:05.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:05.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:06.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:06.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:06 smithi050 ceph-mon[92315]: 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-09-30T17:04:06.882 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:06 smithi172 ceph-mon[103696]: 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-09-30T17:04:07.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:07.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:08.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:08.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:08 smithi050 ceph-mon[92315]: 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-09-30T17:04:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:08 smithi172 ceph-mon[103696]: 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-09-30T17:04:09.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:09.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:10.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:10.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:10 smithi050 ceph-mon[92315]: 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-09-30T17:04:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:10 smithi172 ceph-mon[103696]: 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-09-30T17:04:11.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:11.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:12.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:12.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:12 smithi050 ceph-mon[92315]: 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-09-30T17:04:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:12 smithi172 ceph-mon[103696]: 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-09-30T17:04:13.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:13.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:14.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:14.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:14.719 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:14 smithi050 ceph-mon[92315]: 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-09-30T17:04:14.834 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:14 smithi172 ceph-mon[103696]: 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-09-30T17:04:15.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:15.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:16.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:16.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:16 smithi050 ceph-mon[92315]: 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-09-30T17:04:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:16 smithi172 ceph-mon[103696]: 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-09-30T17:04:17.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:17.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:18.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:18.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:18 smithi050 ceph-mon[92315]: 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-09-30T17:04:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:18 smithi172 ceph-mon[103696]: 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-09-30T17:04:19.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:19.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:19.776 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:04:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:04:20.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:20.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:20 smithi050 ceph-mon[92315]: 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-09-30T17:04:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:20 smithi172 ceph-mon[103696]: 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-09-30T17:04:21.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:21.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:22.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:22.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:22 smithi050 ceph-mon[92315]: 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-09-30T17:04:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:22 smithi172 ceph-mon[103696]: 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-09-30T17:04:23.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:23.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:24.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:24.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:24.833 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:24 smithi050 ceph-mon[92315]: 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-09-30T17:04:25.421 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:24 smithi172 ceph-mon[103696]: 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-09-30T17:04:25.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:25.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:26.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:26.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:26 smithi050 ceph-mon[92315]: 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-09-30T17:04:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:26 smithi172 ceph-mon[103696]: 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-09-30T17:04:27.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:27.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:04:27.889 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:04:27.889 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:04:27.889 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:04:27.889 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:04:27.889 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:04:27.890 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:04:27.890 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:04:27.890 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:04:27.890 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:04:27.890 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:04:27.890 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:04:28.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:28.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:28.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:28 smithi050 ceph-mon[92315]: 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-09-30T17:04:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:28 smithi172 ceph-mon[103696]: 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-09-30T17:04:29.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:29.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:30.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:30.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:30 smithi050 ceph-mon[92315]: 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-09-30T17:04:30.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:30 smithi172 ceph-mon[103696]: 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-09-30T17:04:31.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:31.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:32.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:32.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:32 smithi050 ceph-mon[92315]: 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-09-30T17:04:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:32 smithi172 ceph-mon[103696]: 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-09-30T17:04:33.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:33.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:34.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:34.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:34 smithi050 ceph-mon[92315]: 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-09-30T17:04:34.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:04:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:34 smithi172 ceph-mon[103696]: 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-09-30T17:04:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:04:35.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:35.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:36.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:36.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:36.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:36 smithi050 ceph-mon[92315]: 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-09-30T17:04:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:36 smithi172 ceph-mon[103696]: 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-09-30T17:04:37.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:37.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:38.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:38.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:38 smithi050 ceph-mon[92315]: 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-09-30T17:04:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:38 smithi172 ceph-mon[103696]: 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-09-30T17:04:39.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:39.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:40.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:40.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:40 smithi050 ceph-mon[92315]: 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-09-30T17:04:40.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:40 smithi172 ceph-mon[103696]: 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-09-30T17:04:41.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:41.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:42.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:42.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:42 smithi050 ceph-mon[92315]: 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-09-30T17:04:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:42 smithi172 ceph-mon[103696]: 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-09-30T17:04:43.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:43.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:44.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:44.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:44 smithi050 ceph-mon[92315]: 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-09-30T17:04:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:44 smithi172 ceph-mon[103696]: 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-09-30T17:04:45.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:45.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:46.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:46.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:46 smithi050 ceph-mon[92315]: 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-09-30T17:04:46.945 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:46 smithi172 ceph-mon[103696]: 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-09-30T17:04:47.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:47.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:48.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:48.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:48 smithi050 ceph-mon[92315]: 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-09-30T17:04:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:48 smithi172 ceph-mon[103696]: 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-09-30T17:04:49.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:49.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:04:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:04:50.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:50.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:50 smithi050 ceph-mon[92315]: 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-09-30T17:04:50.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:50 smithi172 ceph-mon[103696]: 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-09-30T17:04:51.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:51.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:52.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:52.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:52 smithi050 ceph-mon[92315]: 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-09-30T17:04:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:52 smithi172 ceph-mon[103696]: 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-09-30T17:04:53.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:53.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:54.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:54.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:54 smithi050 ceph-mon[92315]: 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-09-30T17:04:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:54 smithi172 ceph-mon[103696]: 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-09-30T17:04:55.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:55.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:56.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:56.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:56 smithi050 ceph-mon[92315]: 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-09-30T17:04:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:56 smithi172 ceph-mon[103696]: 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-09-30T17:04:57.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:57.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:58.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:58.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:04:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:04:58 smithi050 ceph-mon[92315]: 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-09-30T17:04:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:04:58 smithi172 ceph-mon[103696]: 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-09-30T17:04:59.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:04:59.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:00.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:00.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:00.601 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:00 smithi050 ceph-mon[92315]: 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-09-30T17:05:00.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:00 smithi172 ceph-mon[103696]: 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-09-30T17:05:01.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:01.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:02.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:02.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:02 smithi050 ceph-mon[92315]: 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-09-30T17:05:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:02 smithi172 ceph-mon[103696]: 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-09-30T17:05:03.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:03.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:04.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:04.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:04.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:04 smithi050 ceph-mon[92315]: 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-09-30T17:05:04.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:05:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:04 smithi172 ceph-mon[103696]: 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-09-30T17:05:05.491 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:05:05.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:05.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:06.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:06.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:06 smithi050 ceph-mon[92315]: 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-09-30T17:05:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:06 smithi172 ceph-mon[103696]: 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-09-30T17:05:07.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:07.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:08.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:08.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:08 smithi050 ceph-mon[92315]: 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-09-30T17:05:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:08 smithi172 ceph-mon[103696]: 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-09-30T17:05:09.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:09.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:10.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:10.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:10.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:10 smithi050 ceph-mon[92315]: 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-09-30T17:05:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:10 smithi172 ceph-mon[103696]: 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-09-30T17:05:11.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:11.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:12.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:12.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:12 smithi050 ceph-mon[92315]: 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-09-30T17:05:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:12 smithi172 ceph-mon[103696]: 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-09-30T17:05:13.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:13.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:14.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:14.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:14 smithi050 ceph-mon[92315]: 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-09-30T17:05:14.946 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:14 smithi172 ceph-mon[103696]: 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-09-30T17:05:15.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:15.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:16.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:16.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:16 smithi050 ceph-mon[92315]: 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-09-30T17:05:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:16 smithi172 ceph-mon[103696]: 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-09-30T17:05:17.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:17.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:18.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:18.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:18 smithi050 ceph-mon[92315]: 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-09-30T17:05:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:18 smithi172 ceph-mon[103696]: 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-09-30T17:05:19.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:19.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:05:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:05:20.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:20.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:20 smithi050 ceph-mon[92315]: 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-09-30T17:05:20.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:20 smithi172 ceph-mon[103696]: 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-09-30T17:05:21.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:21.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:22 smithi050 ceph-mon[92315]: 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-09-30T17:05:22.395 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:22 smithi172 ceph-mon[103696]: 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-09-30T17:05:22.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:22.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:23.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:23.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:24.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:24.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:24 smithi050 ceph-mon[92315]: 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-09-30T17:05:24.927 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:24 smithi172 ceph-mon[103696]: 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-09-30T17:05:25.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:25.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:26.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:26.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:26 smithi050 ceph-mon[92315]: 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-09-30T17:05:26.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:26 smithi172 ceph-mon[103696]: 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-09-30T17:05:27.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:27.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:28.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:28.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:28 smithi050 ceph-mon[92315]: 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-09-30T17:05:28.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:05:28.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:05:28.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:05:28.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:05:28.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:05:28.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:05:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:28 smithi172 ceph-mon[103696]: 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-09-30T17:05:29.001 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:05:29.002 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:05:29.002 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:05:29.002 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:05:29.002 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:05:29.002 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:05:29.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:29.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:30.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:30.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:30 smithi050 ceph-mon[92315]: 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-09-30T17:05:30.919 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:30 smithi172 ceph-mon[103696]: 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-09-30T17:05:31.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:31.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:32 smithi050 ceph-mon[92315]: 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-09-30T17:05:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:32 smithi172 ceph-mon[103696]: 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-09-30T17:05:32.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:32.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:33.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:33.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:34.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:34.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:34.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:34 smithi050 ceph-mon[92315]: 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-09-30T17:05:34.857 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:05:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:34 smithi172 ceph-mon[103696]: 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-09-30T17:05:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:05:35.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:35.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:36.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:37.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:37.545 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:36 smithi172 ceph-mon[103696]: 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-09-30T17:05:37.546 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:36 smithi050 ceph-mon[92315]: 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-09-30T17:05:37.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:37.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:38.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:38.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:38 smithi050 ceph-mon[92315]: 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-09-30T17:05:39.711 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:38 smithi172 ceph-mon[103696]: 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-09-30T17:05:39.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:39.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:40.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:40.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:40 smithi050 ceph-mon[92315]: 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-09-30T17:05:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:40 smithi172 ceph-mon[103696]: 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-09-30T17:05:41.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:41.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:42 smithi050 ceph-mon[92315]: 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-09-30T17:05:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:42 smithi172 ceph-mon[103696]: 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-09-30T17:05:42.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:42.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:43.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:43.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:44.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:44.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:44 smithi050 ceph-mon[92315]: 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-09-30T17:05:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:44 smithi172 ceph-mon[103696]: 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-09-30T17:05:45.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:45.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:46.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:46.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:46 smithi050 ceph-mon[92315]: 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-09-30T17:05:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:46 smithi172 ceph-mon[103696]: 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-09-30T17:05:47.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:47.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:48.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:48.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:48 smithi050 ceph-mon[92315]: 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-09-30T17:05:48.999 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:48 smithi172 ceph-mon[103696]: 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-09-30T17:05:49.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:49.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:05:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:05:50.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:50.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:50.805 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:50 smithi050 ceph-mon[92315]: 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-09-30T17:05:50.832 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:50 smithi172 ceph-mon[103696]: 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-09-30T17:05:51.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:51.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:52 smithi050 ceph-mon[92315]: 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-09-30T17:05:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:52 smithi172 ceph-mon[103696]: 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-09-30T17:05:52.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:52.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:53.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:53.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:54.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:54.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:54 smithi050 ceph-mon[92315]: 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-09-30T17:05:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:54 smithi172 ceph-mon[103696]: 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-09-30T17:05:55.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:55.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:56.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:56.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:56.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:56 smithi050 ceph-mon[92315]: 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-09-30T17:05:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:56 smithi172 ceph-mon[103696]: 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-09-30T17:05:57.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:57.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:58.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:58.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:05:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:05:58 smithi050 ceph-mon[92315]: 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-09-30T17:05:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:05:58 smithi172 ceph-mon[103696]: 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-09-30T17:05:59.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:05:59.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:00.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:00.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:00 smithi050 ceph-mon[92315]: 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-09-30T17:06:00.889 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:00 smithi172 ceph-mon[103696]: 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-09-30T17:06:01.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:01.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:02 smithi050 ceph-mon[92315]: 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-09-30T17:06:02.396 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:02 smithi172 ceph-mon[103696]: 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-09-30T17:06:02.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:02.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:03.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:03.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:04.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:04.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:04 smithi050 ceph-mon[92315]: 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-09-30T17:06:05.125 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:06:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:04 smithi172 ceph-mon[103696]: 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-09-30T17:06:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:06:05.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:05.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:06.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:06.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:06 smithi050 ceph-mon[92315]: 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-09-30T17:06:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:06 smithi172 ceph-mon[103696]: 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-09-30T17:06:07.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:07.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:08.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:08.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:08 smithi050 ceph-mon[92315]: 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-09-30T17:06:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:08 smithi172 ceph-mon[103696]: 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-09-30T17:06:09.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:09.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:10.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:10.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:10 smithi050 ceph-mon[92315]: 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-09-30T17:06:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:10 smithi172 ceph-mon[103696]: 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-09-30T17:06:11.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:11.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:12 smithi050 ceph-mon[92315]: 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-09-30T17:06:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:12 smithi172 ceph-mon[103696]: 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-09-30T17:06:12.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:12.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:13.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:13.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:14.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:14.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:14 smithi050 ceph-mon[92315]: 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-09-30T17:06:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:14 smithi172 ceph-mon[103696]: 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-09-30T17:06:15.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:15.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:16.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:16.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:16 smithi050 ceph-mon[92315]: 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-09-30T17:06:16.976 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:16 smithi172 ceph-mon[103696]: 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-09-30T17:06:17.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:17.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:18.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:18.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:18 smithi050 ceph-mon[92315]: 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-09-30T17:06:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:18 smithi172 ceph-mon[103696]: 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-09-30T17:06:19.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:19.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:06:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:06:20.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:20.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:20 smithi050 ceph-mon[92315]: 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-09-30T17:06:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:20 smithi172 ceph-mon[103696]: 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-09-30T17:06:21.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:21.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:22 smithi050 ceph-mon[92315]: 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-09-30T17:06:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:22 smithi172 ceph-mon[103696]: 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-09-30T17:06:22.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:22.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:23.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:23.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:24.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:24.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:24 smithi050 ceph-mon[92315]: 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-09-30T17:06:24.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:24 smithi172 ceph-mon[103696]: 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-09-30T17:06:25.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:25.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:26.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:26.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:26 smithi050 ceph-mon[92315]: 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-09-30T17:06:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:26 smithi172 ceph-mon[103696]: 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-09-30T17:06:27.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:27.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:28.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:28.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:28 smithi050 ceph-mon[92315]: 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-09-30T17:06:28.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:06:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:28 smithi172 ceph-mon[103696]: 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-09-30T17:06:28.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:06:29.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:29.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:06:29.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:06:29.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:06:29.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:06:29.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:06:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:06:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:06:29.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:06:29.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:06:29.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:06:30.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:30.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:30 smithi050 ceph-mon[92315]: 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-09-30T17:06:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:30 smithi172 ceph-mon[103696]: 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-09-30T17:06:31.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:31.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:32 smithi050 ceph-mon[92315]: 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-09-30T17:06:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:32 smithi172 ceph-mon[103696]: 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-09-30T17:06:32.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:32.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:33.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:33.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:34.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:34.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:34 smithi050 ceph-mon[92315]: 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-09-30T17:06:34.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:06:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:34 smithi172 ceph-mon[103696]: 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-09-30T17:06:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:06:35.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:35.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:36.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:36.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:36 smithi050 ceph-mon[92315]: 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-09-30T17:06:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:36 smithi172 ceph-mon[103696]: 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-09-30T17:06:37.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:37.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:38.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:38.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:38 smithi050 ceph-mon[92315]: 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-09-30T17:06:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:38 smithi172 ceph-mon[103696]: 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-09-30T17:06:39.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:39.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:40.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:40.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:40 smithi050 ceph-mon[92315]: 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-09-30T17:06:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:40 smithi172 ceph-mon[103696]: 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-09-30T17:06:41.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:41.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:42 smithi050 ceph-mon[92315]: 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-09-30T17:06:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:42 smithi172 ceph-mon[103696]: 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-09-30T17:06:42.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:42.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:43.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:43.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:44.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:44.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:44 smithi050 ceph-mon[92315]: 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-09-30T17:06:44.958 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:44 smithi172 ceph-mon[103696]: 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-09-30T17:06:45.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:45.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:46.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:46.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:46 smithi050 ceph-mon[92315]: 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-09-30T17:06:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:46 smithi172 ceph-mon[103696]: 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-09-30T17:06:47.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:47.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:48.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:48.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:48 smithi050 ceph-mon[92315]: 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-09-30T17:06:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:48 smithi172 ceph-mon[103696]: 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-09-30T17:06:49.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:49.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:06:49.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:06:50.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:50.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:50 smithi050 ceph-mon[92315]: 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-09-30T17:06:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:50 smithi172 ceph-mon[103696]: 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-09-30T17:06:51.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:51.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:52 smithi050 ceph-mon[92315]: 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-09-30T17:06:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:52 smithi172 ceph-mon[103696]: 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-09-30T17:06:52.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:52.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:53.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:53.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:54.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:54.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:54 smithi050 ceph-mon[92315]: 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-09-30T17:06:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:54 smithi172 ceph-mon[103696]: 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-09-30T17:06:55.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:55.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:56.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:56.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:56 smithi050 ceph-mon[92315]: 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-09-30T17:06:56.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:56 smithi172 ceph-mon[103696]: 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-09-30T17:06:57.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:57.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:58.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:58.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:06:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:06:58 smithi050 ceph-mon[92315]: 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-09-30T17:06:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:06:58 smithi172 ceph-mon[103696]: 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-09-30T17:06:59.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:06:59.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:00.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:00.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:00 smithi050 ceph-mon[92315]: 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-09-30T17:07:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:00 smithi172 ceph-mon[103696]: 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-09-30T17:07:01.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:01.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:02 smithi050 ceph-mon[92315]: 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-09-30T17:07:02.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:02 smithi172 ceph-mon[103696]: 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-09-30T17:07:02.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:02.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:03.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:03.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:04.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:04.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:04 smithi050 ceph-mon[92315]: 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-09-30T17:07:04.905 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:07:04.905 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:04 smithi172 ceph-mon[103696]: 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-09-30T17:07:04.905 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:07:05.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:05.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:06.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:06.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:06 smithi050 ceph-mon[92315]: 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-09-30T17:07:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:06 smithi172 ceph-mon[103696]: 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-09-30T17:07:07.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:07.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:08.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:08.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:08 smithi050 ceph-mon[92315]: 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-09-30T17:07:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:08 smithi172 ceph-mon[103696]: 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-09-30T17:07:09.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:09.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:10.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:10.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:10 smithi050 ceph-mon[92315]: 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-09-30T17:07:11.068 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:10 smithi172 ceph-mon[103696]: 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-09-30T17:07:11.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:11.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:12 smithi050 ceph-mon[92315]: 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-09-30T17:07:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:12 smithi172 ceph-mon[103696]: 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-09-30T17:07:12.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:12.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:13.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:13.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:14.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:14.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:14 smithi050 ceph-mon[92315]: 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-09-30T17:07:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:14 smithi172 ceph-mon[103696]: 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-09-30T17:07:15.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:15.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:16.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:16.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:16.780 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:16 smithi050 ceph-mon[92315]: 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-09-30T17:07:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:16 smithi172 ceph-mon[103696]: 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-09-30T17:07:17.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:17.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:18.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:18.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:18 smithi050 ceph-mon[92315]: 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-09-30T17:07:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:18 smithi172 ceph-mon[103696]: 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-09-30T17:07:19.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:19.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:07:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:07:20.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:20.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:20 smithi050 ceph-mon[92315]: 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-09-30T17:07:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:20 smithi172 ceph-mon[103696]: 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-09-30T17:07:21.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:21.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:22 smithi050 ceph-mon[92315]: 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-09-30T17:07:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:22 smithi172 ceph-mon[103696]: 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-09-30T17:07:22.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:22.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:23.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:23.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:24.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:24.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:24 smithi050 ceph-mon[92315]: 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-09-30T17:07:24.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:24 smithi172 ceph-mon[103696]: 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-09-30T17:07:25.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:25.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:26.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:26.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:26.825 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:26 smithi172 ceph-mon[103696]: 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-09-30T17:07:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:26 smithi050 ceph-mon[92315]: 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-09-30T17:07:27.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:27.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:28.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:28.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:28 smithi050 ceph-mon[92315]: 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-09-30T17:07:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:28 smithi172 ceph-mon[103696]: 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-09-30T17:07:29.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:29.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:07:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:07:30.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:30.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:30.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:30 smithi050 ceph-mon[92315]: 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-09-30T17:07:30.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:07:30.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:07:30.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:07:30.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:07:30.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:07:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:30 smithi172 ceph-mon[103696]: 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-09-30T17:07:30.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:07:30.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:07:30.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:07:30.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:07:30.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:07:31.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:31.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:32 smithi050 ceph-mon[92315]: 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-09-30T17:07:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:32 smithi172 ceph-mon[103696]: 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-09-30T17:07:32.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:32.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:33.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:33.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:34.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:34.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:34 smithi050 ceph-mon[92315]: 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-09-30T17:07:34.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:07:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:34 smithi172 ceph-mon[103696]: 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-09-30T17:07:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:07:35.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:35.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:36.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:36.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:36 smithi050 ceph-mon[92315]: 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-09-30T17:07:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:36 smithi172 ceph-mon[103696]: 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-09-30T17:07:37.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:37.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:38.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:38.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:38 smithi050 ceph-mon[92315]: 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-09-30T17:07:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:38 smithi172 ceph-mon[103696]: 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-09-30T17:07:39.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:39.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:40.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:40.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:40 smithi050 ceph-mon[92315]: 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-09-30T17:07:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:40 smithi172 ceph-mon[103696]: 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-09-30T17:07:41.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:41.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:42 smithi050 ceph-mon[92315]: 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-09-30T17:07:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:42 smithi172 ceph-mon[103696]: 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-09-30T17:07:42.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:42.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:43.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:43.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:44.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:44.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:44 smithi050 ceph-mon[92315]: 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-09-30T17:07:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:44 smithi172 ceph-mon[103696]: 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-09-30T17:07:45.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:45.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:46.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:46.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:46 smithi050 ceph-mon[92315]: 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-09-30T17:07:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:46 smithi172 ceph-mon[103696]: 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-09-30T17:07:47.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:47.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:48.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:48.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:48 smithi050 ceph-mon[92315]: 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-09-30T17:07:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:48 smithi172 ceph-mon[103696]: 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-09-30T17:07:49.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:49.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:07:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:07:50.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:50.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:50 smithi050 ceph-mon[92315]: 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-09-30T17:07:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:50 smithi172 ceph-mon[103696]: 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-09-30T17:07:51.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:51.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:52 smithi050 ceph-mon[92315]: 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-09-30T17:07:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:52 smithi172 ceph-mon[103696]: 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-09-30T17:07:52.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:52.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:53.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:53.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:54.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:54.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:54 smithi050 ceph-mon[92315]: 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-09-30T17:07:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:54 smithi172 ceph-mon[103696]: 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-09-30T17:07:55.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:55.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:56.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:56.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:56.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:56 smithi050 ceph-mon[92315]: 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-09-30T17:07:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:56 smithi172 ceph-mon[103696]: 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-09-30T17:07:57.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:57.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:58.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:58.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:07:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:07:58 smithi050 ceph-mon[92315]: 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-09-30T17:07:58.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:07:58 smithi172 ceph-mon[103696]: 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-09-30T17:07:59.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:07:59.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:00.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:00.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:00 smithi050 ceph-mon[92315]: 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-09-30T17:08:00.929 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:00 smithi172 ceph-mon[103696]: 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-09-30T17:08:01.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:01.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:02 smithi050 ceph-mon[92315]: 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-09-30T17:08:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:02 smithi172 ceph-mon[103696]: 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-09-30T17:08:02.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:02.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:03.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:03.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:04.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:04.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:04 smithi050 ceph-mon[92315]: 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-09-30T17:08:04.868 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:08:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:04 smithi172 ceph-mon[103696]: 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-09-30T17:08:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:08:05.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:05.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:06.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:06.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:06 smithi050 ceph-mon[92315]: 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-09-30T17:08:07.035 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:06 smithi172 ceph-mon[103696]: 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-09-30T17:08:07.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:07.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:08.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:08.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:08 smithi050 ceph-mon[92315]: 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-09-30T17:08:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:08 smithi172 ceph-mon[103696]: 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-09-30T17:08:09.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:09.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:10.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:10.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:10 smithi050 ceph-mon[92315]: 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-09-30T17:08:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:10 smithi172 ceph-mon[103696]: 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-09-30T17:08:11.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:11.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:12 smithi050 ceph-mon[92315]: 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-09-30T17:08:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:12 smithi172 ceph-mon[103696]: 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-09-30T17:08:12.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:12.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:13.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:13.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:14.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:14.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:14 smithi050 ceph-mon[92315]: 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-09-30T17:08:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:14 smithi172 ceph-mon[103696]: 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-09-30T17:08:15.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:15.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:16.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:16.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:16 smithi050 ceph-mon[92315]: 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-09-30T17:08:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:16 smithi172 ceph-mon[103696]: 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-09-30T17:08:17.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:17.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:18.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:18.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:18.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:18 smithi050 ceph-mon[92315]: 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-09-30T17:08:18.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:18 smithi172 ceph-mon[103696]: 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-09-30T17:08:19.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:19.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:08:19.898 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:08:20.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:20.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:20 smithi050 ceph-mon[92315]: 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-09-30T17:08:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:20 smithi172 ceph-mon[103696]: 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-09-30T17:08:21.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:21.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:22 smithi050 ceph-mon[92315]: 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-09-30T17:08:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:22 smithi172 ceph-mon[103696]: 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-09-30T17:08:22.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:22.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:23.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:23.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:24.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:24.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:24 smithi050 ceph-mon[92315]: 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-09-30T17:08:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:24 smithi172 ceph-mon[103696]: 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-09-30T17:08:25.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:25.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:26.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:26.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:26 smithi050 ceph-mon[92315]: 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-09-30T17:08:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:26 smithi172 ceph-mon[103696]: 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-09-30T17:08:27.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:27.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:28.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:28.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:28 smithi050 ceph-mon[92315]: 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-09-30T17:08:28.882 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:28 smithi172 ceph-mon[103696]: 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-09-30T17:08:29.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:29.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:30.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:30.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:30 smithi050 ceph-mon[92315]: 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-09-30T17:08:30.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:08:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:30 smithi172 ceph-mon[103696]: 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-09-30T17:08:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:08:31.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:31.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:32.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:32 smithi050 ceph-mon[92315]: 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-09-30T17:08:32.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:32 smithi172 ceph-mon[103696]: 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-09-30T17:08:32.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:32.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:33.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:33.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:34.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:34.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:34 smithi050 ceph-mon[92315]: 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-09-30T17:08:34.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:08:34.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:08:34.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:08:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:34 smithi172 ceph-mon[103696]: 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-09-30T17:08:34.951 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:08:34.951 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:08:34.951 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:08:35.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:35.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:08:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:08:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:08:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:08:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:08:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:08:35.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:08:35.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:08:35.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:08:35.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:08:36.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:36.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:36.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:36 smithi050 ceph-mon[92315]: 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-09-30T17:08:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:36 smithi172 ceph-mon[103696]: 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-09-30T17:08:37.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:37.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:38.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:38.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:38 smithi050 ceph-mon[92315]: 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-09-30T17:08:38.911 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:38 smithi172 ceph-mon[103696]: 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-09-30T17:08:39.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:39.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:40.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:40.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:40 smithi050 ceph-mon[92315]: 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-09-30T17:08:40.937 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:40 smithi172 ceph-mon[103696]: 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-09-30T17:08:41.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:41.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:42 smithi050 ceph-mon[92315]: 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-09-30T17:08:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:42 smithi172 ceph-mon[103696]: 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-09-30T17:08:42.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:42.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:43.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:43.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:44.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:44.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:44 smithi050 ceph-mon[92315]: 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-09-30T17:08:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:44 smithi172 ceph-mon[103696]: 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-09-30T17:08:45.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:45.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:46.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:46.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:46 smithi050 ceph-mon[92315]: 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-09-30T17:08:47.002 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:46 smithi172 ceph-mon[103696]: 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-09-30T17:08:47.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:47.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:48.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:48.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:48 smithi050 ceph-mon[92315]: 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-09-30T17:08:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:48 smithi172 ceph-mon[103696]: 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-09-30T17:08:49.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:49.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:08:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:08:50.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:50.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:50 smithi050 ceph-mon[92315]: 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-09-30T17:08:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:50 smithi172 ceph-mon[103696]: 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-09-30T17:08:51.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:51.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:52 smithi050 ceph-mon[92315]: 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-09-30T17:08:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:52 smithi172 ceph-mon[103696]: 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-09-30T17:08:52.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:52.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:53.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:53.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:54.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:54.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:54 smithi050 ceph-mon[92315]: 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-09-30T17:08:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:54 smithi172 ceph-mon[103696]: 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-09-30T17:08:55.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:55.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:56.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:56.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:56.858 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:56 smithi050 ceph-mon[92315]: 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-09-30T17:08:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:56 smithi172 ceph-mon[103696]: 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-09-30T17:08:57.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:57.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:58.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:58.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:08:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:08:58 smithi050 ceph-mon[92315]: 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-09-30T17:08:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:08:58 smithi172 ceph-mon[103696]: 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-09-30T17:08:59.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:08:59.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:00.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:00.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:00 smithi050 ceph-mon[92315]: 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-09-30T17:09:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:00 smithi172 ceph-mon[103696]: 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-09-30T17:09:01.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:01.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:02 smithi172 ceph-mon[103696]: 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-09-30T17:09:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:02 smithi050 ceph-mon[92315]: 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-09-30T17:09:02.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:02.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:03.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:03.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:04.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:04.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:04.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:04 smithi050 ceph-mon[92315]: 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-09-30T17:09:04.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:09:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:04 smithi172 ceph-mon[103696]: 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-09-30T17:09:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:09:05.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:05.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:06.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:06.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:06 smithi050 ceph-mon[92315]: 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-09-30T17:09:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:06 smithi172 ceph-mon[103696]: 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-09-30T17:09:07.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:07.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:08.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:08.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:08 smithi050 ceph-mon[92315]: 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-09-30T17:09:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:08 smithi172 ceph-mon[103696]: 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-09-30T17:09:09.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:09.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:10.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:10.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:10 smithi050 ceph-mon[92315]: 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-09-30T17:09:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:10 smithi172 ceph-mon[103696]: 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-09-30T17:09:11.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:11.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:12 smithi172 ceph-mon[103696]: 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-09-30T17:09:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:12 smithi050 ceph-mon[92315]: 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-09-30T17:09:12.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:12.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:13.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:13.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:14.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:14.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:14 smithi050 ceph-mon[92315]: 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-09-30T17:09:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:14 smithi172 ceph-mon[103696]: 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-09-30T17:09:15.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:15.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:16.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:16.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:16 smithi050 ceph-mon[92315]: 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-09-30T17:09:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:16 smithi172 ceph-mon[103696]: 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-09-30T17:09:17.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:17.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:18.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:18.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:18 smithi050 ceph-mon[92315]: 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-09-30T17:09:18.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:18 smithi172 ceph-mon[103696]: 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-09-30T17:09:19.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:19.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:09:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:09:20.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:20.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:20 smithi050 ceph-mon[92315]: 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-09-30T17:09:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:20 smithi172 ceph-mon[103696]: 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-09-30T17:09:21.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:21.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:22 smithi172 ceph-mon[103696]: 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-09-30T17:09:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:22 smithi050 ceph-mon[92315]: 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-09-30T17:09:22.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:22.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:23.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:23.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:24.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:24.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:24 smithi050 ceph-mon[92315]: 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-09-30T17:09:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:24 smithi172 ceph-mon[103696]: 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-09-30T17:09:25.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:25.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:26.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:26.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:26 smithi050 ceph-mon[92315]: 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-09-30T17:09:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:26 smithi172 ceph-mon[103696]: 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-09-30T17:09:27.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:27.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:28.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:28.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:28 smithi050 ceph-mon[92315]: 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-09-30T17:09:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:28 smithi172 ceph-mon[103696]: 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-09-30T17:09:29.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:29.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:30.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:30.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:30 smithi050 ceph-mon[92315]: 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-09-30T17:09:31.049 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:30 smithi172 ceph-mon[103696]: 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-09-30T17:09:31.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:31.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:32 smithi172 ceph-mon[103696]: 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-09-30T17:09:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:32 smithi050 ceph-mon[92315]: 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-09-30T17:09:32.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:32.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:33.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:33.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:34.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:34.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:34.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:34 smithi050 ceph-mon[92315]: 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-09-30T17:09:34.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:09:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:34 smithi172 ceph-mon[103696]: 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-09-30T17:09:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:09:35.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:35.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:09:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:09:36.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:36.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:36 smithi050 ceph-mon[92315]: 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-09-30T17:09:36.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:09:36.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:09:36.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:09:36.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:09:36.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:09:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:36 smithi172 ceph-mon[103696]: 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-09-30T17:09:36.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:09:36.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:09:36.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:09:36.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:09:36.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:09:37.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:37.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:38.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:38.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:38 smithi050 ceph-mon[92315]: 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-09-30T17:09:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:38 smithi172 ceph-mon[103696]: 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-09-30T17:09:39.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:39.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:40.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:40.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:40 smithi050 ceph-mon[92315]: 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-09-30T17:09:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:40 smithi172 ceph-mon[103696]: 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-09-30T17:09:41.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:41.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:42 smithi172 ceph-mon[103696]: 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-09-30T17:09:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:42 smithi050 ceph-mon[92315]: 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-09-30T17:09:42.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:42.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:43.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:43.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:44.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:44.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:44 smithi050 ceph-mon[92315]: 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-09-30T17:09:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:44 smithi172 ceph-mon[103696]: 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-09-30T17:09:45.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:45.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:46.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:46.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:46 smithi050 ceph-mon[92315]: 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-09-30T17:09:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:46 smithi172 ceph-mon[103696]: 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-09-30T17:09:47.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:47.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:48.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:48.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:48 smithi050 ceph-mon[92315]: 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-09-30T17:09:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:48 smithi172 ceph-mon[103696]: 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-09-30T17:09:49.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:49.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:09:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:09:50.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:50.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:50 smithi050 ceph-mon[92315]: 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-09-30T17:09:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:50 smithi172 ceph-mon[103696]: 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-09-30T17:09:51.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:51.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:52 smithi172 ceph-mon[103696]: 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-09-30T17:09:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:52 smithi050 ceph-mon[92315]: 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-09-30T17:09:52.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:52.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:53.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:53.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:54.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:54.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:54 smithi050 ceph-mon[92315]: 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-09-30T17:09:54.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:54 smithi172 ceph-mon[103696]: 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-09-30T17:09:55.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:55.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:56.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:56.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:56 smithi050 ceph-mon[92315]: 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-09-30T17:09:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:56 smithi172 ceph-mon[103696]: 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-09-30T17:09:57.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:57.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:58.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:58.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:09:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:09:58 smithi050 ceph-mon[92315]: 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-09-30T17:09:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:09:58 smithi172 ceph-mon[103696]: 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-09-30T17:09:59.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:09:59.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:00.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:00.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:00 smithi050 ceph-mon[92315]: 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-09-30T17:10:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T17:10:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:00 smithi172 ceph-mon[103696]: 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-09-30T17:10:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T17:10:01.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:01.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:02 smithi172 ceph-mon[103696]: 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-09-30T17:10:02.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:02 smithi050 ceph-mon[92315]: 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-09-30T17:10:02.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:02.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:03.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:03.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:04.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:04.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:04 smithi050 ceph-mon[92315]: 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-09-30T17:10:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:10:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:04 smithi172 ceph-mon[103696]: 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-09-30T17:10:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:10:05.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:05.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:06.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:06.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:06 smithi050 ceph-mon[92315]: 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-09-30T17:10:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:06 smithi172 ceph-mon[103696]: 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-09-30T17:10:07.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:07.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:08.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:08.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:08 smithi050 ceph-mon[92315]: 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-09-30T17:10:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:08 smithi172 ceph-mon[103696]: 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-09-30T17:10:09.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:09.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:10.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:10.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:10 smithi050 ceph-mon[92315]: 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-09-30T17:10:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:10 smithi172 ceph-mon[103696]: 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-09-30T17:10:11.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:11.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:12.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:12 smithi172 ceph-mon[103696]: 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-09-30T17:10:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:12 smithi050 ceph-mon[92315]: 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-09-30T17:10:12.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:12.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:13.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:13.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:14 smithi050 ceph-mon[92315]: 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-09-30T17:10:14.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:14.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:14 smithi172 ceph-mon[103696]: 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-09-30T17:10:15.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:15.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:16 smithi050 ceph-mon[92315]: 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-09-30T17:10:16.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:16.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:16 smithi172 ceph-mon[103696]: 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-09-30T17:10:17.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:17.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:18 smithi050 ceph-mon[92315]: 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-09-30T17:10:18.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:18.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:18 smithi172 ceph-mon[103696]: 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-09-30T17:10:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:10:19.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:19.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:10:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:20 smithi050 ceph-mon[92315]: 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-09-30T17:10:20.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:20.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:20 smithi172 ceph-mon[103696]: 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-09-30T17:10:21.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:21.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:22 smithi172 ceph-mon[103696]: 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-09-30T17:10:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:22 smithi050 ceph-mon[92315]: 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-09-30T17:10:22.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:22.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:23.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:23.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:24 smithi050 ceph-mon[92315]: 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-09-30T17:10:24.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:24.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:24 smithi172 ceph-mon[103696]: 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-09-30T17:10:25.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:25.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:26.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:26 smithi050 ceph-mon[92315]: 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-09-30T17:10:26.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:26.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:26 smithi172 ceph-mon[103696]: 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-09-30T17:10:27.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:27.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:28 smithi050 ceph-mon[92315]: 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-09-30T17:10:28.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:28.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:28 smithi172 ceph-mon[103696]: 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-09-30T17:10:29.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:29.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:30 smithi050 ceph-mon[92315]: 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-09-30T17:10:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:30 smithi172 ceph-mon[103696]: 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-09-30T17:10:30.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:30.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:31.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:31.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:32 smithi172 ceph-mon[103696]: 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-09-30T17:10:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:32 smithi050 ceph-mon[92315]: 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-09-30T17:10:32.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:32.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:33.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:33.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:34.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:34 smithi050 ceph-mon[92315]: 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-09-30T17:10:34.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:10:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:34 smithi172 ceph-mon[103696]: 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-09-30T17:10:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:10:34.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:34.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:35.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:35.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:36 smithi050 ceph-mon[92315]: 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-09-30T17:10:36.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:10:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:36 smithi172 ceph-mon[103696]: 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-09-30T17:10:36.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:10:36.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:36.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:37.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:37.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:38 smithi050 ceph-mon[92315]: 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-09-30T17:10:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:38 smithi172 ceph-mon[103696]: 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-09-30T17:10:38.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:38.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:39.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:39.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:40 smithi050 ceph-mon[92315]: 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-09-30T17:10:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:40 smithi172 ceph-mon[103696]: 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-09-30T17:10:40.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:40.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:41.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:41.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:42 smithi172 ceph-mon[103696]: 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-09-30T17:10:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:42 smithi050 ceph-mon[92315]: 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-09-30T17:10:42.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:42.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:43.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:43.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:10:44.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:10:44.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:44 smithi172 ceph-mon[103696]: 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-09-30T17:10:44.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:10:44.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:10:44.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:10:44.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:10:44.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:10:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:10:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:10:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:44 smithi050 ceph-mon[92315]: 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-09-30T17:10:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:10:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:10:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:10:44.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:10:44.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:10:44.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:44.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:45.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:45.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:46 smithi050 ceph-mon[92315]: 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-09-30T17:10:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:46 smithi172 ceph-mon[103696]: 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-09-30T17:10:46.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:46.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:47.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:47.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:48 smithi050 ceph-mon[92315]: 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-09-30T17:10:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:48 smithi172 ceph-mon[103696]: 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-09-30T17:10:48.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:48.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:10:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:10:49.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:49.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:50 smithi050 ceph-mon[92315]: 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-09-30T17:10:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:50 smithi172 ceph-mon[103696]: 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-09-30T17:10:50.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:50.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:51.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:51.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:52 smithi050 ceph-mon[92315]: 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-09-30T17:10:52.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:52 smithi172 ceph-mon[103696]: 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-09-30T17:10:52.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:52.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:53.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:53.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:54 smithi050 ceph-mon[92315]: 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-09-30T17:10:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:54 smithi172 ceph-mon[103696]: 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-09-30T17:10:54.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:54.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:55.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:55.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:56 smithi050 ceph-mon[92315]: 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-09-30T17:10:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:56 smithi172 ceph-mon[103696]: 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-09-30T17:10:56.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:56.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:57.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:57.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:10:58 smithi050 ceph-mon[92315]: 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-09-30T17:10:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:10:58 smithi172 ceph-mon[103696]: 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-09-30T17:10:58.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:58.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:10:59.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:10:59.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:00 smithi050 ceph-mon[92315]: 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-09-30T17:11:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:00 smithi172 ceph-mon[103696]: 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-09-30T17:11:00.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:00.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:01.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:01.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:02 smithi050 ceph-mon[92315]: 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-09-30T17:11:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:02 smithi172 ceph-mon[103696]: 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-09-30T17:11:02.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:02.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:03.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:03.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:04 smithi050 ceph-mon[92315]: 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-09-30T17:11:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:11:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:04 smithi172 ceph-mon[103696]: 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-09-30T17:11:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:11:04.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:04.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:05.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:05.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:06 smithi050 ceph-mon[92315]: 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-09-30T17:11:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:06 smithi172 ceph-mon[103696]: 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-09-30T17:11:06.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:06.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:07.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:07.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:08.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:08 smithi050 ceph-mon[92315]: 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-09-30T17:11:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:08 smithi172 ceph-mon[103696]: 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-09-30T17:11:08.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:08.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:09.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:09.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:10 smithi050 ceph-mon[92315]: 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-09-30T17:11:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:10 smithi172 ceph-mon[103696]: 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-09-30T17:11:10.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:10.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:11.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:11.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:12 smithi050 ceph-mon[92315]: 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-09-30T17:11:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:12 smithi172 ceph-mon[103696]: 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-09-30T17:11:12.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:12.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:13.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:13.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:14 smithi050 ceph-mon[92315]: 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-09-30T17:11:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:14 smithi172 ceph-mon[103696]: 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-09-30T17:11:14.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:14.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:15.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:15.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:16 smithi050 ceph-mon[92315]: 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-09-30T17:11:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:16 smithi172 ceph-mon[103696]: 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-09-30T17:11:16.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:16.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:17.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:17.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:18 smithi050 ceph-mon[92315]: 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-09-30T17:11:18.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:18 smithi172 ceph-mon[103696]: 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-09-30T17:11:18.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:18.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:11:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:11:19.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:19.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:20 smithi050 ceph-mon[92315]: 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-09-30T17:11:21.351 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:20 smithi172 ceph-mon[103696]: 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-09-30T17:11:21.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:21.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:21.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:21.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:22 smithi050 ceph-mon[92315]: 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-09-30T17:11:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:22 smithi172 ceph-mon[103696]: 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-09-30T17:11:22.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:22.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:23.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:23.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:24 smithi050 ceph-mon[92315]: 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-09-30T17:11:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:24 smithi172 ceph-mon[103696]: 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-09-30T17:11:24.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:24.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:25.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:25.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:26 smithi050 ceph-mon[92315]: 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-09-30T17:11:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:26 smithi172 ceph-mon[103696]: 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-09-30T17:11:26.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:26.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:27.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:27.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:28 smithi050 ceph-mon[92315]: 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-09-30T17:11:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:28 smithi172 ceph-mon[103696]: 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-09-30T17:11:28.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:28.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:29.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:29.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:30.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:30 smithi050 ceph-mon[92315]: 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-09-30T17:11:30.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:30 smithi172 ceph-mon[103696]: 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-09-30T17:11:30.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:30.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:31.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:31.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:32 smithi050 ceph-mon[92315]: 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-09-30T17:11:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:32 smithi172 ceph-mon[103696]: 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-09-30T17:11:32.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:32.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:33.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:33.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:34 smithi050 ceph-mon[92315]: 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-09-30T17:11:34.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:11:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:34 smithi172 ceph-mon[103696]: 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-09-30T17:11:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:11:34.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:34.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:35.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:35.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:36 smithi050 ceph-mon[92315]: 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-09-30T17:11:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:36 smithi172 ceph-mon[103696]: 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-09-30T17:11:36.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:36.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:37.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:37.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:38 smithi050 ceph-mon[92315]: 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-09-30T17:11:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:38 smithi172 ceph-mon[103696]: 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-09-30T17:11:38.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:38.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:39.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:39.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:40.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:40 smithi172 ceph-mon[103696]: 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-09-30T17:11:40.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:40.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:40 smithi050 ceph-mon[92315]: 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-09-30T17:11:41.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:42.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:42 smithi050 ceph-mon[92315]: 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-09-30T17:11:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:42 smithi172 ceph-mon[103696]: 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-09-30T17:11:42.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:42.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:44.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:44.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:44 smithi050 ceph-mon[92315]: 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-09-30T17:11:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:11:44.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:11:44.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:11:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:44 smithi172 ceph-mon[103696]: 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-09-30T17:11:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:11:44.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:11:44.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:11:45.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:45.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:45.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:11:45.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:11:45.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:11:45.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:11:45.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:11:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:11:45.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:11:45.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:11:45.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:11:45.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:11:46.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:46.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:46 smithi050 ceph-mon[92315]: 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-09-30T17:11:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:46 smithi172 ceph-mon[103696]: 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-09-30T17:11:47.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:47.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:48.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:48.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:48 smithi172 ceph-mon[103696]: 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-09-30T17:11:49.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:49.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:48 smithi050 ceph-mon[92315]: 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-09-30T17:11:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:11:49.889 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:11:50.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:50.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:50 smithi172 ceph-mon[103696]: 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-09-30T17:11:51.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:51.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:50 smithi050 ceph-mon[92315]: 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-09-30T17:11:52.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:52.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:52 smithi050 ceph-mon[92315]: 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-09-30T17:11:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:52 smithi172 ceph-mon[103696]: 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-09-30T17:11:53.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:53.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:54.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:54.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:54 smithi050 ceph-mon[92315]: 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-09-30T17:11:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:54 smithi172 ceph-mon[103696]: 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-09-30T17:11:55.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:55.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:56.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:56.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:56 smithi172 ceph-mon[103696]: 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-09-30T17:11:57.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:57.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:56 smithi050 ceph-mon[92315]: 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-09-30T17:11:58.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:58.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:58.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:11:58 smithi172 ceph-mon[103696]: 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-09-30T17:11:59.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:11:59.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:11:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:11:58 smithi050 ceph-mon[92315]: 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-09-30T17:12:00.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:00.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:00 smithi172 ceph-mon[103696]: 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-09-30T17:12:01.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:01.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:00 smithi050 ceph-mon[92315]: 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-09-30T17:12:02.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:02.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:02 smithi050 ceph-mon[92315]: 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-09-30T17:12:02.762 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:02 smithi172 ceph-mon[103696]: 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-09-30T17:12:03.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:03.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:04.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:04.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:04 smithi172 ceph-mon[103696]: 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-09-30T17:12:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:12:05.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:05.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:05.062 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:04 smithi050 ceph-mon[92315]: 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-09-30T17:12:05.062 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:12:06.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:06.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:06 smithi172 ceph-mon[103696]: 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-09-30T17:12:07.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:07.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:06 smithi050 ceph-mon[92315]: 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-09-30T17:12:08.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:08.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:08 smithi172 ceph-mon[103696]: 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-09-30T17:12:09.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:09.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:08 smithi050 ceph-mon[92315]: 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-09-30T17:12:10.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:10.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:10.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:10 smithi172 ceph-mon[103696]: 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-09-30T17:12:11.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:11.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:10 smithi050 ceph-mon[92315]: 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-09-30T17:12:12.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:12.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:12 smithi050 ceph-mon[92315]: 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-09-30T17:12:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:12 smithi172 ceph-mon[103696]: 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-09-30T17:12:13.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:13.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:14.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:14.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:14 smithi172 ceph-mon[103696]: 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-09-30T17:12:15.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:15.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:15.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:14 smithi050 ceph-mon[92315]: 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-09-30T17:12:16.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:16.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:16 smithi172 ceph-mon[103696]: 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-09-30T17:12:17.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:17.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:16 smithi050 ceph-mon[92315]: 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-09-30T17:12:18.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:18.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:18 smithi172 ceph-mon[103696]: 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-09-30T17:12:19.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:19.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:18 smithi050 ceph-mon[92315]: 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-09-30T17:12:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:12:20.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:20.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:12:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:20 smithi172 ceph-mon[103696]: 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-09-30T17:12:21.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:21.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:20 smithi050 ceph-mon[92315]: 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-09-30T17:12:22.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:22.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:22 smithi050 ceph-mon[92315]: 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-09-30T17:12:22.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:22 smithi172 ceph-mon[103696]: 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-09-30T17:12:23.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:23.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:24.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:24.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:24 smithi172 ceph-mon[103696]: 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-09-30T17:12:25.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:25.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:24 smithi050 ceph-mon[92315]: 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-09-30T17:12:26.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:26.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:26 smithi172 ceph-mon[103696]: 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-09-30T17:12:27.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:27.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:27.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:26 smithi050 ceph-mon[92315]: 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-09-30T17:12:28.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:28.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:28 smithi172 ceph-mon[103696]: 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-09-30T17:12:29.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:29.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:28 smithi050 ceph-mon[92315]: 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-09-30T17:12:30.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:30.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:30 smithi172 ceph-mon[103696]: 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-09-30T17:12:31.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:31.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:30 smithi050 ceph-mon[92315]: 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-09-30T17:12:32.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:32.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:32 smithi050 ceph-mon[92315]: 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-09-30T17:12:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:32 smithi172 ceph-mon[103696]: 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-09-30T17:12:33.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:33.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:34.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:34.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:34 smithi172 ceph-mon[103696]: 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-09-30T17:12:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:12:35.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:35.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:34 smithi050 ceph-mon[92315]: 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-09-30T17:12:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:12:36.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:36.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:36 smithi172 ceph-mon[103696]: 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-09-30T17:12:37.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:37.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:36 smithi050 ceph-mon[92315]: 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-09-30T17:12:38.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:38.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:38.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:38 smithi172 ceph-mon[103696]: 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-09-30T17:12:39.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:39.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:38 smithi050 ceph-mon[92315]: 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-09-30T17:12:40.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:40.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:40 smithi050 ceph-mon[92315]: 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-09-30T17:12:40.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:40 smithi172 ceph-mon[103696]: 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-09-30T17:12:41.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:41.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:42.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:42.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:42 smithi050 ceph-mon[92315]: 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-09-30T17:12:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:42 smithi172 ceph-mon[103696]: 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-09-30T17:12:43.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:43.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:44.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:44.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:44 smithi172 ceph-mon[103696]: 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-09-30T17:12:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:44 smithi050 ceph-mon[92315]: 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-09-30T17:12:45.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:45.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:12:45.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:12:45.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:12:45.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:12:45.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:12:45.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:12:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:12:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:12:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:12:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:12:45.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:12:45.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:12:46.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:46.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:46 smithi172 ceph-mon[103696]: 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-09-30T17:12:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:46 smithi050 ceph-mon[92315]: 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-09-30T17:12:47.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:47.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:48.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:48.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:48 smithi172 ceph-mon[103696]: 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-09-30T17:12:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:48 smithi050 ceph-mon[92315]: 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-09-30T17:12:49.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:49.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:12:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:12:50.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:50.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:50 smithi050 ceph-mon[92315]: 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-09-30T17:12:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:50 smithi172 ceph-mon[103696]: 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-09-30T17:12:51.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:51.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:52.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:52.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:52 smithi050 ceph-mon[92315]: 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-09-30T17:12:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:52 smithi172 ceph-mon[103696]: 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-09-30T17:12:53.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:53.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:54.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:54.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:54 smithi172 ceph-mon[103696]: 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-09-30T17:12:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:54 smithi050 ceph-mon[92315]: 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-09-30T17:12:55.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:55.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:56.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:56.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:56 smithi172 ceph-mon[103696]: 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-09-30T17:12:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:56 smithi050 ceph-mon[92315]: 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-09-30T17:12:57.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:57.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:58.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:58.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:12:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:12:58 smithi172 ceph-mon[103696]: 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-09-30T17:12:59.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:12:58 smithi050 ceph-mon[92315]: 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-09-30T17:12:59.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:12:59.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:00.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:00.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:00 smithi172 ceph-mon[103696]: 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-09-30T17:13:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:00 smithi050 ceph-mon[92315]: 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-09-30T17:13:01.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:01.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:02.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:02.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:02.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:02 smithi050 ceph-mon[92315]: 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-09-30T17:13:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:02 smithi172 ceph-mon[103696]: 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-09-30T17:13:03.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:03.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:04.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:04.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:04 smithi172 ceph-mon[103696]: 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-09-30T17:13:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:13:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:04 smithi050 ceph-mon[92315]: 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-09-30T17:13:05.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:13:05.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:05.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:06.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:06.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:06.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:06 smithi172 ceph-mon[103696]: 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-09-30T17:13:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:06 smithi050 ceph-mon[92315]: 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-09-30T17:13:07.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:07.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:08.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:08.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:08 smithi172 ceph-mon[103696]: 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-09-30T17:13:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:08 smithi050 ceph-mon[92315]: 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-09-30T17:13:09.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:09.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:10.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:10.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:10.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:10 smithi172 ceph-mon[103696]: 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-09-30T17:13:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:10 smithi050 ceph-mon[92315]: 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-09-30T17:13:11.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:11.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:12.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:12.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:12.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:12 smithi050 ceph-mon[92315]: 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-09-30T17:13:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:12 smithi172 ceph-mon[103696]: 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-09-30T17:13:13.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:13.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:14.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:14.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:14 smithi172 ceph-mon[103696]: 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-09-30T17:13:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:14 smithi050 ceph-mon[92315]: 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-09-30T17:13:15.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:15.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:16.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:16.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:16.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:16 smithi172 ceph-mon[103696]: 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-09-30T17:13:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:16 smithi050 ceph-mon[92315]: 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-09-30T17:13:17.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:17.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:18.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:18.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:18 smithi050 ceph-mon[92315]: 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-09-30T17:13:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:18 smithi172 ceph-mon[103696]: 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-09-30T17:13:19.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:19.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:13:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:13:20.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:20.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:20 smithi172 ceph-mon[103696]: 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-09-30T17:13:20.929 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:20 smithi050 ceph-mon[92315]: 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-09-30T17:13:21.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:21.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:22.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:22.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:22 smithi050 ceph-mon[92315]: 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-09-30T17:13:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:22 smithi172 ceph-mon[103696]: 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-09-30T17:13:23.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:23.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:24.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:24.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:24 smithi172 ceph-mon[103696]: 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-09-30T17:13:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:24 smithi050 ceph-mon[92315]: 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-09-30T17:13:25.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:25.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:26.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:26.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:26 smithi050 ceph-mon[92315]: 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-09-30T17:13:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:26 smithi172 ceph-mon[103696]: 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-09-30T17:13:27.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:27.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:28.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:28.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:28 smithi050 ceph-mon[92315]: 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-09-30T17:13:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:28 smithi172 ceph-mon[103696]: 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-09-30T17:13:29.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:29.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:30.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:30.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:30 smithi172 ceph-mon[103696]: 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-09-30T17:13:31.043 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:30 smithi050 ceph-mon[92315]: 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-09-30T17:13:31.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:31.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:32.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:32.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:32 smithi050 ceph-mon[92315]: 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-09-30T17:13:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:32 smithi172 ceph-mon[103696]: 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-09-30T17:13:33.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:33.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:34.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:34.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:34 smithi050 ceph-mon[92315]: 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-09-30T17:13:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:13:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:34 smithi172 ceph-mon[103696]: 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-09-30T17:13:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:13:35.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:35.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:36.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:36.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:36 smithi050 ceph-mon[92315]: 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-09-30T17:13:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:36 smithi172 ceph-mon[103696]: 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-09-30T17:13:37.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:37.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:38.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:38.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:38 smithi050 ceph-mon[92315]: 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-09-30T17:13:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:38 smithi172 ceph-mon[103696]: 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-09-30T17:13:39.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:39.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:40.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:40.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:40 smithi050 ceph-mon[92315]: 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-09-30T17:13:41.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:40 smithi172 ceph-mon[103696]: 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-09-30T17:13:41.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:41.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:42.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:42.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:42 smithi050 ceph-mon[92315]: 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-09-30T17:13:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:42 smithi172 ceph-mon[103696]: 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-09-30T17:13:43.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:43.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:44.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:44.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:45.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:44 smithi050 ceph-mon[92315]: 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-09-30T17:13:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:44 smithi172 ceph-mon[103696]: 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-09-30T17:13:45.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:45.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:13:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:13:46.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:46.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:46 smithi050 ceph-mon[92315]: 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-09-30T17:13:47.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:13:47.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:13:47.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:13:47.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:13:47.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:13:47.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:13:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:46 smithi172 ceph-mon[103696]: 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-09-30T17:13:47.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:13:47.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:13:47.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:13:47.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:13:47.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:13:47.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:13:47.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:47.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:48.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:13:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:13:48.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:48.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:48 smithi050 ceph-mon[92315]: 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-09-30T17:13:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:48 smithi172 ceph-mon[103696]: 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-09-30T17:13:49.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:49.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:13:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:49 smithi050 ceph-mon[92315]: 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-09-30T17:13:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:13:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:49 smithi172 ceph-mon[103696]: 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-09-30T17:13:50.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:50.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:51.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:51.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:52.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:52.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:52 smithi050 ceph-mon[92315]: 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-09-30T17:13:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:52 smithi172 ceph-mon[103696]: 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-09-30T17:13:53.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:53.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:54.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:54.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:54 smithi050 ceph-mon[92315]: 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-09-30T17:13:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:54 smithi172 ceph-mon[103696]: 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-09-30T17:13:55.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:55.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:56.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:56.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:56 smithi050 ceph-mon[92315]: 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-09-30T17:13:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:56 smithi172 ceph-mon[103696]: 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-09-30T17:13:57.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:57.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:58.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:58.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:13:59.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:13:58 smithi050 ceph-mon[92315]: 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-09-30T17:13:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:13:58 smithi172 ceph-mon[103696]: 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-09-30T17:13:59.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:13:59.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:00.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:00.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:00.917 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:00 smithi172 ceph-mon[103696]: 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-09-30T17:14:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:00 smithi050 ceph-mon[92315]: 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-09-30T17:14:01.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:01.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:02.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:02.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:02 smithi050 ceph-mon[92315]: 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-09-30T17:14:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:02 smithi172 ceph-mon[103696]: 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-09-30T17:14:03.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:03.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:04.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:04.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:04 smithi050 ceph-mon[92315]: 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-09-30T17:14:05.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:14:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:04 smithi172 ceph-mon[103696]: 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-09-30T17:14:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:14:05.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:05.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:06.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:06.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:06.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:06 smithi050 ceph-mon[92315]: 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-09-30T17:14:07.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:06 smithi172 ceph-mon[103696]: 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-09-30T17:14:07.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:07.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:08.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:08.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:08 smithi050 ceph-mon[92315]: 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-09-30T17:14:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:08 smithi172 ceph-mon[103696]: 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-09-30T17:14:09.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:09.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:10.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:10.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:11.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:10 smithi172 ceph-mon[103696]: 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-09-30T17:14:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:10 smithi050 ceph-mon[92315]: 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-09-30T17:14:11.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:11.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:12.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:12.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:12 smithi050 ceph-mon[92315]: 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-09-30T17:14:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:12 smithi172 ceph-mon[103696]: 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-09-30T17:14:13.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:13.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:14.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:14.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:14 smithi050 ceph-mon[92315]: 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-09-30T17:14:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:14 smithi172 ceph-mon[103696]: 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-09-30T17:14:15.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:15.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:16.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:16.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:16 smithi050 ceph-mon[92315]: 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-09-30T17:14:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:16 smithi172 ceph-mon[103696]: 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-09-30T17:14:17.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:17.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:18.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:18.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:19.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:18 smithi050 ceph-mon[92315]: 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-09-30T17:14:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:18 smithi172 ceph-mon[103696]: 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-09-30T17:14:19.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:19.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:14:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:14:20.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:20.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:20 smithi050 ceph-mon[92315]: 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-09-30T17:14:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:20 smithi172 ceph-mon[103696]: 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-09-30T17:14:21.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:21.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:22.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:22.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:22 smithi050 ceph-mon[92315]: 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-09-30T17:14:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:22 smithi172 ceph-mon[103696]: 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-09-30T17:14:23.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:23.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:24.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:24.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:24 smithi050 ceph-mon[92315]: 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-09-30T17:14:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:24 smithi172 ceph-mon[103696]: 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-09-30T17:14:25.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:25.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:26.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:26.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:26 smithi050 ceph-mon[92315]: 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-09-30T17:14:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:26 smithi172 ceph-mon[103696]: 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-09-30T17:14:27.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:27.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:28.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:28.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:28 smithi050 ceph-mon[92315]: 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-09-30T17:14:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:28 smithi172 ceph-mon[103696]: 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-09-30T17:14:29.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:29.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:30.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:30.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:30 smithi050 ceph-mon[92315]: 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-09-30T17:14:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:30 smithi172 ceph-mon[103696]: 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-09-30T17:14:31.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:31.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:32.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:32.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:32 smithi050 ceph-mon[92315]: 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-09-30T17:14:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:32 smithi172 ceph-mon[103696]: 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-09-30T17:14:33.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:33.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:34.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:34.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:34 smithi050 ceph-mon[92315]: 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-09-30T17:14:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:14:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:34 smithi172 ceph-mon[103696]: 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-09-30T17:14:35.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:14:35.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:35.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:36.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:36.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:36 smithi050 ceph-mon[92315]: 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-09-30T17:14:37.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:36 smithi172 ceph-mon[103696]: 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-09-30T17:14:37.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:37.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:38.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:38.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:38 smithi050 ceph-mon[92315]: 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-09-30T17:14:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:38 smithi172 ceph-mon[103696]: 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-09-30T17:14:39.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:39.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:39 smithi050 ceph-mon[92315]: 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-09-30T17:14:40.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:39 smithi172 ceph-mon[103696]: 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-09-30T17:14:40.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:40.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:41.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:41.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:42.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:42.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:42 smithi050 ceph-mon[92315]: 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-09-30T17:14:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:42 smithi172 ceph-mon[103696]: 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-09-30T17:14:43.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:43.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:44.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:44.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:45.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:44 smithi050 ceph-mon[92315]: 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-09-30T17:14:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:44 smithi172 ceph-mon[103696]: 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-09-30T17:14:45.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:45.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:46.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:46.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:46 smithi050 ceph-mon[92315]: 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-09-30T17:14:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:46 smithi172 ceph-mon[103696]: 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-09-30T17:14:47.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:47.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:14:48.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:14:48.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:14:48.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:14:48.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:14:48.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:14:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:14:48.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:14:48.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:14:48.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:14:48.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:14:48.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:14:48.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:48.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:48 smithi050 ceph-mon[92315]: 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-09-30T17:14:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:48 smithi172 ceph-mon[103696]: 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-09-30T17:14:49.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:49.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:14:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:14:50.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:50.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:50 smithi050 ceph-mon[92315]: 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-09-30T17:14:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:50 smithi172 ceph-mon[103696]: 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-09-30T17:14:51.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:51.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:52.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:52.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:52 smithi050 ceph-mon[92315]: 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-09-30T17:14:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:52 smithi172 ceph-mon[103696]: 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-09-30T17:14:53.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:53.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:54.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:54.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:54 smithi050 ceph-mon[92315]: 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-09-30T17:14:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:54 smithi172 ceph-mon[103696]: 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-09-30T17:14:55.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:55.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:56.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:56.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:56.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:56 smithi172 ceph-mon[103696]: 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-09-30T17:14:57.014 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:56 smithi050 ceph-mon[92315]: 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-09-30T17:14:57.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:57.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:14:57 smithi050 ceph-mon[92315]: 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-09-30T17:14:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:14:57 smithi172 ceph-mon[103696]: 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-09-30T17:14:58.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:58.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:14:59.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:14:59.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:00.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:00.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:00 smithi050 ceph-mon[92315]: 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-09-30T17:15:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:00 smithi172 ceph-mon[103696]: 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-09-30T17:15:01.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:01.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:02.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:02.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:02 smithi050 ceph-mon[92315]: 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-09-30T17:15:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:02 smithi172 ceph-mon[103696]: 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-09-30T17:15:03.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:03.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:04.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:04.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:04 smithi050 ceph-mon[92315]: 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-09-30T17:15:05.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:15:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:04 smithi172 ceph-mon[103696]: 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-09-30T17:15:05.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:15:05.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:05.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:06.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:06.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:06.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:06 smithi172 ceph-mon[103696]: 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-09-30T17:15:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:06 smithi050 ceph-mon[92315]: 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-09-30T17:15:07.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:07.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:07 smithi050 ceph-mon[92315]: 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-09-30T17:15:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:07 smithi172 ceph-mon[103696]: 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-09-30T17:15:08.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:08.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:09.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:09.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:10.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:10.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:10 smithi050 ceph-mon[92315]: 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-09-30T17:15:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:10 smithi172 ceph-mon[103696]: 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-09-30T17:15:11.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:11.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:12.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:12.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:12 smithi050 ceph-mon[92315]: 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-09-30T17:15:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:12 smithi172 ceph-mon[103696]: 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-09-30T17:15:13.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:13.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:14.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:14.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:14 smithi050 ceph-mon[92315]: 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-09-30T17:15:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:14 smithi172 ceph-mon[103696]: 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-09-30T17:15:15.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:15.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:15 smithi050 ceph-mon[92315]: 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-09-30T17:15:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:15 smithi172 ceph-mon[103696]: 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-09-30T17:15:16.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:16.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:17.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:17.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:18.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:18.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:18 smithi050 ceph-mon[92315]: 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-09-30T17:15:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:18 smithi172 ceph-mon[103696]: 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-09-30T17:15:19.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:19.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:15:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:19 smithi050 ceph-mon[92315]: 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-09-30T17:15:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:15:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:19 smithi172 ceph-mon[103696]: 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-09-30T17:15:20.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:20.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:21.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:21.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:22.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:22.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:22 smithi050 ceph-mon[92315]: 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-09-30T17:15:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:22 smithi172 ceph-mon[103696]: 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-09-30T17:15:23.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:23.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:23 smithi050 ceph-mon[92315]: 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-09-30T17:15:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:23 smithi172 ceph-mon[103696]: 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-09-30T17:15:24.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:24.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:25.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:25.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:25 smithi050 ceph-mon[92315]: 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-09-30T17:15:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:25 smithi172 ceph-mon[103696]: 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-09-30T17:15:26.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:26.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:27.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:27.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:27 smithi050 ceph-mon[92315]: 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-09-30T17:15:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:27 smithi172 ceph-mon[103696]: 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-09-30T17:15:28.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:28.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:29.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:29.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:30.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:29 smithi050 ceph-mon[92315]: 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-09-30T17:15:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:29 smithi172 ceph-mon[103696]: 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-09-30T17:15:30.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:30.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:31.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:31.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:32.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:32.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:32 smithi050 ceph-mon[92315]: 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-09-30T17:15:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:32 smithi172 ceph-mon[103696]: 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-09-30T17:15:33.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:33.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:33 smithi050 ceph-mon[92315]: 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-09-30T17:15:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:33 smithi172 ceph-mon[103696]: 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-09-30T17:15:34.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:34.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:15:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:15:35.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:35.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:35 smithi050 ceph-mon[92315]: 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-09-30T17:15:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:35 smithi172 ceph-mon[103696]: 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-09-30T17:15:36.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:36.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:37.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:37.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:37 smithi050 ceph-mon[92315]: 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-09-30T17:15:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:37 smithi172 ceph-mon[103696]: 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-09-30T17:15:38.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:38.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:39.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:39.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:39 smithi050 ceph-mon[92315]: 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-09-30T17:15:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:39 smithi172 ceph-mon[103696]: 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-09-30T17:15:40.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:40.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:41.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:41.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:42 smithi172 ceph-mon[103696]: 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-09-30T17:15:42.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:42.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:42.531 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:42 smithi050 ceph-mon[92315]: 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-09-30T17:15:43.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:43.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:43 smithi050 ceph-mon[92315]: 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-09-30T17:15:44.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:43 smithi172 ceph-mon[103696]: 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-09-30T17:15:44.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:44.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:45.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:45.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:46.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:45 smithi050 ceph-mon[92315]: 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-09-30T17:15:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:45 smithi172 ceph-mon[103696]: 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-09-30T17:15:46.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:46.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:47.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:47.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:15:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:15:48.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:48.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:48.622 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:48 smithi172 ceph-mon[103696]: 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-09-30T17:15:48.622 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:15:48.622 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:15:48.622 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:15:48.623 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:15:48.623 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:15:49.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:48 smithi050 ceph-mon[92315]: 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-09-30T17:15:49.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:15:49.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:15:49.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:15:49.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:15:49.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:15:49.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:49.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:15:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:15:50.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:50.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:50 smithi172 ceph-mon[103696]: 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-09-30T17:15:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:50 smithi050 ceph-mon[92315]: 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-09-30T17:15:51.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:51.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:52 smithi172 ceph-mon[103696]: 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-09-30T17:15:52.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:52.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:52.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:52 smithi050 ceph-mon[92315]: 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-09-30T17:15:53.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:53.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:53 smithi050 ceph-mon[92315]: 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-09-30T17:15:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:53 smithi172 ceph-mon[103696]: 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-09-30T17:15:54.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:54.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:55.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:55.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:55 smithi050 ceph-mon[92315]: 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-09-30T17:15:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:55 smithi172 ceph-mon[103696]: 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-09-30T17:15:56.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:56.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:57.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:57.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:58.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:57 smithi050 ceph-mon[92315]: 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-09-30T17:15:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:57 smithi172 ceph-mon[103696]: 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-09-30T17:15:58.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:58.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:15:59.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:15:59.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:15:59 smithi050 ceph-mon[92315]: 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-09-30T17:16:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:15:59 smithi172 ceph-mon[103696]: 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-09-30T17:16:00.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:00.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:01.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:01.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:02.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:02.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:02 smithi050 ceph-mon[92315]: 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-09-30T17:16:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:02 smithi172 ceph-mon[103696]: 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-09-30T17:16:03.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:03.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:03 smithi050 ceph-mon[92315]: 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-09-30T17:16:04.135 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:03 smithi172 ceph-mon[103696]: 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-09-30T17:16:04.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:04.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:16:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:16:05.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:05.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:06.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:05 smithi050 ceph-mon[92315]: 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-09-30T17:16:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:05 smithi172 ceph-mon[103696]: 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-09-30T17:16:06.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:06.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:07.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:07.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:07 smithi050 ceph-mon[92315]: 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-09-30T17:16:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:07 smithi172 ceph-mon[103696]: 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-09-30T17:16:08.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:08.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:09.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:09.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:09 smithi050 ceph-mon[92315]: 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-09-30T17:16:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:09 smithi172 ceph-mon[103696]: 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-09-30T17:16:10.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:10.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:11.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:11.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:12.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:12.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:12.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:12 smithi050 ceph-mon[92315]: 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-09-30T17:16:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:12 smithi172 ceph-mon[103696]: 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-09-30T17:16:13.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:13.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:14.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:13 smithi050 ceph-mon[92315]: 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-09-30T17:16:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:13 smithi172 ceph-mon[103696]: 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-09-30T17:16:14.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:14.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:15.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:15.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:15 smithi050 ceph-mon[92315]: 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-09-30T17:16:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:15 smithi172 ceph-mon[103696]: 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-09-30T17:16:16.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:16.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:17.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:17.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:18.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:17 smithi050 ceph-mon[92315]: 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-09-30T17:16:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:17 smithi172 ceph-mon[103696]: 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-09-30T17:16:18.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:18.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:16:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:16:19.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:19.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:20 smithi172 ceph-mon[103696]: 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-09-30T17:16:20.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:20.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:20 smithi050 ceph-mon[92315]: 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-09-30T17:16:21.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:21.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:22.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:22.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:22 smithi050 ceph-mon[92315]: 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-09-30T17:16:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:22 smithi172 ceph-mon[103696]: 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-09-30T17:16:23.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:23.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:23 smithi050 ceph-mon[92315]: 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-09-30T17:16:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:23 smithi172 ceph-mon[103696]: 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-09-30T17:16:24.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:24.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:25.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:25.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:25 smithi050 ceph-mon[92315]: 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-09-30T17:16:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:25 smithi172 ceph-mon[103696]: 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-09-30T17:16:26.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:26.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:27.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:27.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:28.055 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:27 smithi050 ceph-mon[92315]: 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-09-30T17:16:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:27 smithi172 ceph-mon[103696]: 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-09-30T17:16:28.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:28.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:29.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:29.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:29 smithi050 ceph-mon[92315]: 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-09-30T17:16:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:29 smithi172 ceph-mon[103696]: 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-09-30T17:16:30.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:30.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:31.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:31.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:32.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:32.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:32.500 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:32 smithi172 ceph-mon[103696]: 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-09-30T17:16:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:32 smithi050 ceph-mon[92315]: 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-09-30T17:16:33.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:33.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:34.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:33 smithi050 ceph-mon[92315]: 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-09-30T17:16:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:33 smithi172 ceph-mon[103696]: 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-09-30T17:16:34.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:34.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:16:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:16:35.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:35.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:35 smithi050 ceph-mon[92315]: 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-09-30T17:16:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:35 smithi172 ceph-mon[103696]: 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-09-30T17:16:36.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:36.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:37.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:37.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:37 smithi172 ceph-mon[103696]: 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-09-30T17:16:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:37 smithi050 ceph-mon[92315]: 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-09-30T17:16:38.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:38.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:39.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:39.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:39 smithi050 ceph-mon[92315]: 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-09-30T17:16:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:39 smithi172 ceph-mon[103696]: 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-09-30T17:16:40.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:40.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:41.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:41.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:42.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:42.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:42 smithi050 ceph-mon[92315]: 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-09-30T17:16:42.605 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:42 smithi172 ceph-mon[103696]: 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-09-30T17:16:43.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:43.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:43 smithi050 ceph-mon[92315]: 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-09-30T17:16:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:43 smithi172 ceph-mon[103696]: 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-09-30T17:16:44.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:44.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:45.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:45.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:46.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:45 smithi050 ceph-mon[92315]: 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-09-30T17:16:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:45 smithi172 ceph-mon[103696]: 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-09-30T17:16:46.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:46.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:47.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:47.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:47 smithi050 ceph-mon[92315]: 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-09-30T17:16:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:47 smithi172 ceph-mon[103696]: 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-09-30T17:16:48.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:48.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:16:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:16:49.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:49.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:16:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:16:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:16:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:16:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:16:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:16:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:49 smithi050 ceph-mon[92315]: 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-09-30T17:16:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:16:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:16:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:16:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:16:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:16:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:16:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:49 smithi172 ceph-mon[103696]: 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-09-30T17:16:50.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:50.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:51.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:51.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:52.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:52.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:52 smithi050 ceph-mon[92315]: 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-09-30T17:16:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:52 smithi172 ceph-mon[103696]: 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-09-30T17:16:53.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:53.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:53 smithi050 ceph-mon[92315]: 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-09-30T17:16:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:53 smithi172 ceph-mon[103696]: 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-09-30T17:16:54.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:54.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:55.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:55.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:55 smithi050 ceph-mon[92315]: 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-09-30T17:16:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:55 smithi172 ceph-mon[103696]: 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-09-30T17:16:56.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:56.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:57.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:57.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:57 smithi050 ceph-mon[92315]: 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-09-30T17:16:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:57 smithi172 ceph-mon[103696]: 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-09-30T17:16:58.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:58.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:16:59.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:16:59.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:16:59 smithi050 ceph-mon[92315]: 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-09-30T17:17:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:16:59 smithi172 ceph-mon[103696]: 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-09-30T17:17:00.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:00.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:01.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:01.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:02.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:02.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:02 smithi050 ceph-mon[92315]: 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-09-30T17:17:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:02 smithi172 ceph-mon[103696]: 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-09-30T17:17:03.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:03.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:04.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:03 smithi050 ceph-mon[92315]: 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-09-30T17:17:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:03 smithi172 ceph-mon[103696]: 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-09-30T17:17:04.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:04.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:17:05.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:17:05.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:05.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:05 smithi050 ceph-mon[92315]: 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-09-30T17:17:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:05 smithi172 ceph-mon[103696]: 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-09-30T17:17:06.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:06.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:07.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:07.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:07 smithi050 ceph-mon[92315]: 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-09-30T17:17:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:07 smithi172 ceph-mon[103696]: 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-09-30T17:17:08.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:08.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:09.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:09.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:09 smithi050 ceph-mon[92315]: 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-09-30T17:17:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:09 smithi172 ceph-mon[103696]: 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-09-30T17:17:10.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:10.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:11.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:11.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:12.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:12.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:12 smithi050 ceph-mon[92315]: 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-09-30T17:17:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:12 smithi172 ceph-mon[103696]: 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-09-30T17:17:13.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:13.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:13 smithi050 ceph-mon[92315]: 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-09-30T17:17:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:13 smithi172 ceph-mon[103696]: 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-09-30T17:17:14.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:14.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:15.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:15.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:15 smithi050 ceph-mon[92315]: 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-09-30T17:17:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:15 smithi172 ceph-mon[103696]: 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-09-30T17:17:16.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:16.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:17.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:17.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:17 smithi050 ceph-mon[92315]: 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-09-30T17:17:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:17 smithi172 ceph-mon[103696]: 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-09-30T17:17:18.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:18.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:17:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:17:19.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:19.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:20 smithi172 ceph-mon[103696]: 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-09-30T17:17:20.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:20.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:20 smithi050 ceph-mon[92315]: 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-09-30T17:17:21.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:21.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:22.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:22.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:22 smithi050 ceph-mon[92315]: 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-09-30T17:17:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:22 smithi172 ceph-mon[103696]: 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-09-30T17:17:23.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:23.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:23 smithi050 ceph-mon[92315]: 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-09-30T17:17:24.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:23 smithi172 ceph-mon[103696]: 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-09-30T17:17:24.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:24.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:25.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:25.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:25 smithi050 ceph-mon[92315]: 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-09-30T17:17:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:25 smithi172 ceph-mon[103696]: 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-09-30T17:17:26.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:26.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:27.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:27.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:28.074 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:27 smithi172 ceph-mon[103696]: 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-09-30T17:17:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:27 smithi050 ceph-mon[92315]: 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-09-30T17:17:28.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:28.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:29.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:29.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:29 smithi050 ceph-mon[92315]: 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-09-30T17:17:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:29 smithi172 ceph-mon[103696]: 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-09-30T17:17:30.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:30.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:31.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:31.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:32.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:32.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:32 smithi050 ceph-mon[92315]: 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-09-30T17:17:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:32 smithi172 ceph-mon[103696]: 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-09-30T17:17:33.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:33.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:33 smithi050 ceph-mon[92315]: 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-09-30T17:17:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:33 smithi172 ceph-mon[103696]: 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-09-30T17:17:34.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:34.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:17:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:17:35.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:35.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:35 smithi050 ceph-mon[92315]: 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-09-30T17:17:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:35 smithi172 ceph-mon[103696]: 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-09-30T17:17:36.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:36.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:37.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:37.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:37 smithi050 ceph-mon[92315]: 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-09-30T17:17:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:37 smithi172 ceph-mon[103696]: 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-09-30T17:17:38.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:38.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:39.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:39.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:39 smithi050 ceph-mon[92315]: 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-09-30T17:17:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:39 smithi172 ceph-mon[103696]: 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-09-30T17:17:40.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:40.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:41.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:41.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:42.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:42 smithi050 ceph-mon[92315]: 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-09-30T17:17:42.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:42.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:42.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:42 smithi172 ceph-mon[103696]: 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-09-30T17:17:43.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:43.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:43 smithi050 ceph-mon[92315]: 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-09-30T17:17:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:43 smithi172 ceph-mon[103696]: 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-09-30T17:17:44.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:44.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:45.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:45.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:45 smithi050 ceph-mon[92315]: 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-09-30T17:17:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:45 smithi172 ceph-mon[103696]: 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-09-30T17:17:46.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:46.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:47.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:47.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:47 smithi050 ceph-mon[92315]: 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-09-30T17:17:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:47 smithi172 ceph-mon[103696]: 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-09-30T17:17:48.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:48.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:17:49.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:17:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:17:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:17:49.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:49.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:50.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:17:50.350 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:17:50.350 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:17:50.350 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:17:50.350 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:17:50.350 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:50 smithi050 ceph-mon[92315]: 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-09-30T17:17:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:17:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:17:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:17:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:17:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:17:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:50 smithi172 ceph-mon[103696]: 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-09-30T17:17:50.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:50.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:51.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:51.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:52 smithi050 ceph-mon[92315]: 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-09-30T17:17:52.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:52.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:52 smithi172 ceph-mon[103696]: 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-09-30T17:17:53.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:53.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:54.033 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:53 smithi050 ceph-mon[92315]: 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-09-30T17:17:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:53 smithi172 ceph-mon[103696]: 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-09-30T17:17:54.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:54.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:55.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:55.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:55 smithi050 ceph-mon[92315]: 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-09-30T17:17:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:55 smithi172 ceph-mon[103696]: 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-09-30T17:17:56.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:56.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:57.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:57.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:57 smithi050 ceph-mon[92315]: 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-09-30T17:17:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:57 smithi172 ceph-mon[103696]: 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-09-30T17:17:58.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:58.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:17:59.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:17:59.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:17:59 smithi050 ceph-mon[92315]: 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-09-30T17:18:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:17:59 smithi172 ceph-mon[103696]: 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-09-30T17:18:00.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:00.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:01.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:01.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:02 smithi050 ceph-mon[92315]: 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-09-30T17:18:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:02 smithi172 ceph-mon[103696]: 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-09-30T17:18:02.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:02.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:03.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:03.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:03 smithi050 ceph-mon[92315]: 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-09-30T17:18:04.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:03 smithi172 ceph-mon[103696]: 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-09-30T17:18:04.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:04.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:05.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:18:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:18:05.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:05.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:06.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:05 smithi050 ceph-mon[92315]: 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-09-30T17:18:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:05 smithi172 ceph-mon[103696]: 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-09-30T17:18:06.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:06.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:07.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:07.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:07 smithi050 ceph-mon[92315]: 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-09-30T17:18:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:07 smithi172 ceph-mon[103696]: 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-09-30T17:18:08.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:08.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:09.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:09.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:09 smithi050 ceph-mon[92315]: 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-09-30T17:18:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:09 smithi172 ceph-mon[103696]: 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-09-30T17:18:10.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:11.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:11.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:11.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:12 smithi050 ceph-mon[92315]: 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-09-30T17:18:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:12 smithi172 ceph-mon[103696]: 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-09-30T17:18:12.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:12.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:13.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:13.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:13 smithi172 ceph-mon[103696]: 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-09-30T17:18:14.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:13 smithi050 ceph-mon[92315]: 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-09-30T17:18:14.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:14.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:15.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:15.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:15 smithi050 ceph-mon[92315]: 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-09-30T17:18:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:15 smithi172 ceph-mon[103696]: 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-09-30T17:18:16.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:16.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:17.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:17.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:17 smithi050 ceph-mon[92315]: 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-09-30T17:18:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:17 smithi172 ceph-mon[103696]: 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-09-30T17:18:18.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:18.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:18:19.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:18:19.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:19.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:20 smithi172 ceph-mon[103696]: 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-09-30T17:18:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:20 smithi050 ceph-mon[92315]: 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-09-30T17:18:20.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:20.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:21.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:21.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:22 smithi050 ceph-mon[92315]: 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-09-30T17:18:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:22 smithi172 ceph-mon[103696]: 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-09-30T17:18:22.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:22.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:23.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:23.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:23 smithi050 ceph-mon[92315]: 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-09-30T17:18:24.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:23 smithi172 ceph-mon[103696]: 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-09-30T17:18:24.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:24.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:25.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:25.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:25 smithi050 ceph-mon[92315]: 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-09-30T17:18:26.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:25 smithi172 ceph-mon[103696]: 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-09-30T17:18:26.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:26.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:27.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:27.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:27 smithi050 ceph-mon[92315]: pgmap v6091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:18:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:27 smithi172 ceph-mon[103696]: pgmap v6091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:18:28.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:28.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:29.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:29.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:29 smithi050 ceph-mon[92315]: pgmap v6092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:18:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:29 smithi172 ceph-mon[103696]: pgmap v6092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:18:30.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:30.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:31.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:31.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:32 smithi050 ceph-mon[92315]: pgmap v6093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:18:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:32 smithi172 ceph-mon[103696]: pgmap v6093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:18:32.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:32.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:33.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:33.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:33 smithi050 ceph-mon[92315]: pgmap v6094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:18:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:33 smithi172 ceph-mon[103696]: pgmap v6094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:18:34.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:34.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:18:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:18:35.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:35.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:35 smithi050 ceph-mon[92315]: pgmap v6095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:18:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:35 smithi172 ceph-mon[103696]: pgmap v6095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:18:36.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:36.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:37.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:37.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:37 smithi050 ceph-mon[92315]: pgmap v6096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:18:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:37 smithi172 ceph-mon[103696]: pgmap v6096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:18:38.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:38.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:39.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:39.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:39 smithi050 ceph-mon[92315]: pgmap v6097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:18:40.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:39 smithi172 ceph-mon[103696]: pgmap v6097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:18:40.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:40.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:41.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:41.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:42 smithi050 ceph-mon[92315]: pgmap v6098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:18:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:42 smithi172 ceph-mon[103696]: pgmap v6098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:18:42.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:42.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:43.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:43.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:43 smithi050 ceph-mon[92315]: pgmap v6099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:18:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:43 smithi172 ceph-mon[103696]: pgmap v6099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:18:44.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:44.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:45.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:45.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:45 smithi050 ceph-mon[92315]: pgmap v6100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:18:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:45 smithi172 ceph-mon[103696]: pgmap v6100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:18:46.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:46.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:47.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:47.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:47 smithi050 ceph-mon[92315]: pgmap v6101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:18:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:47 smithi172 ceph-mon[103696]: pgmap v6101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:18:48.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:48.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:18:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:18:49.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:49.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:50 smithi172 ceph-mon[103696]: pgmap v6102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:18:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:18:50.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:50 smithi050 ceph-mon[92315]: pgmap v6102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:18:50.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:18:50.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:50.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:51.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:51.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:52 smithi050 ceph-mon[92315]: pgmap v6103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:18:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:52 smithi172 ceph-mon[103696]: pgmap v6103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:18:52.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:52.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:53.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:53.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:53 smithi050 ceph-mon[92315]: pgmap v6104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:18:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:53 smithi172 ceph-mon[103696]: pgmap v6104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:18:54.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:54.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:55.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:55.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:18:55.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:18:55.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:18:55.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:18:55.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:18:55.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:18:55.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:18:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:18:56.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:18:56.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:18:56.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:18:56.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:18:56.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:18:56.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:18:56.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:56.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:56 smithi172 ceph-mon[103696]: pgmap v6105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:18:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:56 smithi050 ceph-mon[92315]: pgmap v6105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:18:57.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:57.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:57 smithi050 ceph-mon[92315]: pgmap v6106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:18:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:57 smithi172 ceph-mon[103696]: pgmap v6106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:18:58.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:58.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:18:59.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:18:59.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:18:59 smithi050 ceph-mon[92315]: pgmap v6107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:18:59 smithi172 ceph-mon[103696]: pgmap v6107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:00.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:00.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:01.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:01.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:02 smithi050 ceph-mon[92315]: pgmap v6108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:02.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:02 smithi172 ceph-mon[103696]: pgmap v6108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:02.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:02.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:03.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:03.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:04.067 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:03 smithi172 ceph-mon[103696]: pgmap v6109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:03 smithi050 ceph-mon[92315]: pgmap v6109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:04.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:04.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:19:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:19:05.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:05.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:05 smithi050 ceph-mon[92315]: pgmap v6110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:05 smithi172 ceph-mon[103696]: pgmap v6110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:06.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:06.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:07.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:07.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:07 smithi050 ceph-mon[92315]: pgmap v6111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:19:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:07 smithi172 ceph-mon[103696]: pgmap v6111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:19:08.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:08.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:09.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:09.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:09 smithi050 ceph-mon[92315]: pgmap v6112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:09 smithi172 ceph-mon[103696]: pgmap v6112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:10.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:10.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:11.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:11.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:12 smithi050 ceph-mon[92315]: pgmap v6113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:12 smithi172 ceph-mon[103696]: pgmap v6113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:12.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:12.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:13.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:13.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:13 smithi050 ceph-mon[92315]: pgmap v6114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:13 smithi172 ceph-mon[103696]: pgmap v6114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:14.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:14.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:15.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:15.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:15 smithi050 ceph-mon[92315]: pgmap v6115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:16.209 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:15 smithi172 ceph-mon[103696]: pgmap v6115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:16.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:16.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:17.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:17.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:17 smithi050 ceph-mon[92315]: pgmap v6116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:19:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:17 smithi172 ceph-mon[103696]: pgmap v6116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:19:18.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:18.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:19:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:19:19.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:19.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:20 smithi050 ceph-mon[92315]: pgmap v6117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:20.436 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:20 smithi172 ceph-mon[103696]: pgmap v6117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:20.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:20.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:21.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:21.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:22 smithi050 ceph-mon[92315]: pgmap v6118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:22 smithi172 ceph-mon[103696]: pgmap v6118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:22.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:22.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:23.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:23.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:23 smithi050 ceph-mon[92315]: pgmap v6119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:23 smithi172 ceph-mon[103696]: pgmap v6119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:24.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:24.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:25.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:25.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:26.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:25 smithi050 ceph-mon[92315]: pgmap v6120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:26.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:25 smithi172 ceph-mon[103696]: pgmap v6120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:26.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:26.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:27.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:27.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:27 smithi050 ceph-mon[92315]: pgmap v6121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:19:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:27 smithi172 ceph-mon[103696]: pgmap v6121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:19:28.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:28.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:29.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:29.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:29 smithi050 ceph-mon[92315]: pgmap v6122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:29 smithi172 ceph-mon[103696]: pgmap v6122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:30.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:30.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:31.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:31.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:32 smithi050 ceph-mon[92315]: pgmap v6123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:32.629 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:32 smithi172 ceph-mon[103696]: pgmap v6123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:32.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:32.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:33.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:33.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:33 smithi050 ceph-mon[92315]: pgmap v6124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:33 smithi172 ceph-mon[103696]: pgmap v6124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:34.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:34.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:19:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:19:35.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:35.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:35 smithi050 ceph-mon[92315]: pgmap v6125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:36.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:35 smithi172 ceph-mon[103696]: pgmap v6125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:36.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:36.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:37.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:37.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:37 smithi050 ceph-mon[92315]: pgmap v6126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:19:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:37 smithi172 ceph-mon[103696]: pgmap v6126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:19:38.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:38.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:39.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:39.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:39 smithi050 ceph-mon[92315]: pgmap v6127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:39 smithi172 ceph-mon[103696]: pgmap v6127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:40.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:40.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:41.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:41.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:42 smithi050 ceph-mon[92315]: pgmap v6128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:42 smithi172 ceph-mon[103696]: pgmap v6128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:42.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:42.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:43.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:43.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:43 smithi050 ceph-mon[92315]: pgmap v6129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:43 smithi172 ceph-mon[103696]: pgmap v6129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:44.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:44.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:45.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:45.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:45 smithi050 ceph-mon[92315]: pgmap v6130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:46.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:45 smithi172 ceph-mon[103696]: pgmap v6130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:46.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:46.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:47.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:47.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:47 smithi050 ceph-mon[92315]: pgmap v6131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:19:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:47 smithi172 ceph-mon[103696]: pgmap v6131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:19:48.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:48.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:19:49.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:19:49.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:49.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:50 smithi172 ceph-mon[103696]: pgmap v6132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:50 smithi050 ceph-mon[92315]: pgmap v6132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:50.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:50.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:51.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:51.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:52 smithi050 ceph-mon[92315]: pgmap v6133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:52 smithi172 ceph-mon[103696]: pgmap v6133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:52.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:52.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:53.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:53.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:53 smithi050 ceph-mon[92315]: pgmap v6134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:53 smithi172 ceph-mon[103696]: pgmap v6134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:54.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:54.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:55.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:19:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:19:55.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:55.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:56 smithi050 ceph-mon[92315]: pgmap v6135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:19:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:19:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:19:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:19:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:19:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:56 smithi172 ceph-mon[103696]: pgmap v6135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:19:56.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:19:56.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:19:56.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:19:56.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:19:56.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:19:56.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:56.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:57.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:57.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:57 smithi050 ceph-mon[92315]: pgmap v6136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:19:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:57 smithi172 ceph-mon[103696]: pgmap v6136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:19:58.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:58.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:19:59.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:19:59.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:00.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:19:59 smithi050 ceph-mon[92315]: pgmap v6137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:19:59 smithi172 ceph-mon[103696]: pgmap v6137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:00.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:00.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:01.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T17:20:01.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T17:20:01.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:01.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:02 smithi050 ceph-mon[92315]: pgmap v6138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:02 smithi172 ceph-mon[103696]: pgmap v6138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:02.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:02.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:03.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:03.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:03 smithi050 ceph-mon[92315]: pgmap v6139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:03 smithi172 ceph-mon[103696]: pgmap v6139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:04.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:04.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:20:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:20:05.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:05.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:05 smithi050 ceph-mon[92315]: pgmap v6140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:05 smithi172 ceph-mon[103696]: pgmap v6140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:06.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:06.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:07.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:07.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:07 smithi050 ceph-mon[92315]: pgmap v6141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:20:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:07 smithi172 ceph-mon[103696]: pgmap v6141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:20:08.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:08.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:09.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:09.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:09 smithi050 ceph-mon[92315]: pgmap v6142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:09 smithi172 ceph-mon[103696]: pgmap v6142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:10.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:10.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:11.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:11.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:12.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:12 smithi050 ceph-mon[92315]: pgmap v6143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:12 smithi172 ceph-mon[103696]: pgmap v6143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:12.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:12.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:13.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:13.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:13 smithi050 ceph-mon[92315]: pgmap v6144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:13 smithi172 ceph-mon[103696]: pgmap v6144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:14.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:14.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:15.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:15.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:15 smithi050 ceph-mon[92315]: pgmap v6145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:15 smithi172 ceph-mon[103696]: pgmap v6145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:16.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:16.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:17.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:17.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:17 smithi050 ceph-mon[92315]: pgmap v6146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:20:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:17 smithi172 ceph-mon[103696]: pgmap v6146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:20:18.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:18.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:20:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:20:19.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:19.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:20 smithi172 ceph-mon[103696]: pgmap v6147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:20 smithi050 ceph-mon[92315]: pgmap v6147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:20.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:20.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:21.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:21.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:22 smithi050 ceph-mon[92315]: pgmap v6148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:22 smithi172 ceph-mon[103696]: pgmap v6148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:22.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:22.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:23.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:23.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:23 smithi050 ceph-mon[92315]: pgmap v6149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:24.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:23 smithi172 ceph-mon[103696]: pgmap v6149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:24.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:24.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:25.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:25.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:25 smithi050 ceph-mon[92315]: pgmap v6150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:26.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:25 smithi172 ceph-mon[103696]: pgmap v6150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:26.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:26.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:27.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:27.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:27 smithi050 ceph-mon[92315]: pgmap v6151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:20:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:27 smithi172 ceph-mon[103696]: pgmap v6151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:20:28.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:28.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:29.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:29.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:29 smithi050 ceph-mon[92315]: pgmap v6152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:29 smithi172 ceph-mon[103696]: pgmap v6152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:30.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:30.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:31.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:31.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:32.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:32 smithi050 ceph-mon[92315]: pgmap v6153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:32 smithi172 ceph-mon[103696]: pgmap v6153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:32.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:32.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:33.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:33.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:33 smithi050 ceph-mon[92315]: pgmap v6154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:33 smithi172 ceph-mon[103696]: pgmap v6154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:34.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:34.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:20:35.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:20:35.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:35.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:35 smithi050 ceph-mon[92315]: pgmap v6155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:35 smithi172 ceph-mon[103696]: pgmap v6155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:36.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:36.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:37.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:37.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:37 smithi050 ceph-mon[92315]: pgmap v6156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:20:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:37 smithi172 ceph-mon[103696]: pgmap v6156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:20:38.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:38.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:39.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:39.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:40.070 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:39 smithi172 ceph-mon[103696]: pgmap v6157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:40.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:39 smithi050 ceph-mon[92315]: pgmap v6157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:40.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:40.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:41.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:41.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:42 smithi050 ceph-mon[92315]: pgmap v6158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:42 smithi172 ceph-mon[103696]: pgmap v6158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:42.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:42.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:43.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:43.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:43 smithi050 ceph-mon[92315]: pgmap v6159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:43 smithi172 ceph-mon[103696]: pgmap v6159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:44.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:44.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:45.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:45.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:45 smithi050 ceph-mon[92315]: pgmap v6160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:45 smithi172 ceph-mon[103696]: pgmap v6160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:46.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:46.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:47.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:47.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:47 smithi050 ceph-mon[92315]: pgmap v6161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:20:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:47 smithi172 ceph-mon[103696]: pgmap v6161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:20:48.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:48.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:49.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:20:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:20:49.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:49.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:50 smithi172 ceph-mon[103696]: pgmap v6162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:50 smithi050 ceph-mon[92315]: pgmap v6162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:50.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:50.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:51.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:51.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:52 smithi050 ceph-mon[92315]: pgmap v6163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:52 smithi172 ceph-mon[103696]: pgmap v6163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:52.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:52.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:53.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:53.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:53 smithi050 ceph-mon[92315]: pgmap v6164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:53 smithi172 ceph-mon[103696]: pgmap v6164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:54.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:54.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:55.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:55.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:55 smithi050 ceph-mon[92315]: pgmap v6165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:55 smithi172 ceph-mon[103696]: pgmap v6165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:20:56.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:56.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:20:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:20:57.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:57.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:57 smithi050 ceph-mon[92315]: pgmap v6166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:20:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:57 smithi172 ceph-mon[103696]: pgmap v6166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:20:58.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:58.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:20:59.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:20:59.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:20:59 smithi050 ceph-mon[92315]: pgmap v6167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:20:59 smithi172 ceph-mon[103696]: pgmap v6167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:00.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:00.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:01.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:01.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:02 smithi050 ceph-mon[92315]: pgmap v6168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:02 smithi172 ceph-mon[103696]: pgmap v6168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:02.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:02.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:03.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:03.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:21:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:21:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:04 smithi050 ceph-mon[92315]: pgmap v6169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:21:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:21:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:21:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:21:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:21:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:21:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:21:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:21:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:04 smithi172 ceph-mon[103696]: pgmap v6169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:21:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:21:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:21:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:21:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:21:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:21:04.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:04.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:05.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:05.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:05 smithi050 ceph-mon[92315]: pgmap v6170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:05 smithi172 ceph-mon[103696]: pgmap v6170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:06.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:06.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:07.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:07.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:07 smithi050 ceph-mon[92315]: pgmap v6171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:21:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:07 smithi172 ceph-mon[103696]: pgmap v6171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:21:08.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:08.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:09.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:09.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:09 smithi050 ceph-mon[92315]: pgmap v6172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:09 smithi172 ceph-mon[103696]: pgmap v6172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:10.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:10.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:11.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:11.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:12 smithi050 ceph-mon[92315]: pgmap v6173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:12 smithi172 ceph-mon[103696]: pgmap v6173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:12.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:12.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:13.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:13.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:13 smithi050 ceph-mon[92315]: pgmap v6174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:13 smithi172 ceph-mon[103696]: pgmap v6174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:14.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:14.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:15.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:15.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:15 smithi050 ceph-mon[92315]: pgmap v6175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:15 smithi172 ceph-mon[103696]: pgmap v6175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:16.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:16.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:17.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:17.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:17 smithi050 ceph-mon[92315]: pgmap v6176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:21:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:17 smithi172 ceph-mon[103696]: pgmap v6176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:21:18.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:18.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:21:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:21:19.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:19.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:20 smithi172 ceph-mon[103696]: pgmap v6177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:20 smithi050 ceph-mon[92315]: pgmap v6177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:20.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:20.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:21.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:21.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:22 smithi050 ceph-mon[92315]: pgmap v6178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:22 smithi172 ceph-mon[103696]: pgmap v6178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:22.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:22.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:23.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:23.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:23 smithi050 ceph-mon[92315]: pgmap v6179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:23 smithi172 ceph-mon[103696]: pgmap v6179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:24.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:24.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:25.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:25 smithi172 ceph-mon[103696]: pgmap v6180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:25.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:25.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:25 smithi050 ceph-mon[92315]: pgmap v6180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:26.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:26.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:27.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:27.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:28.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:28.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:28 smithi050 ceph-mon[92315]: pgmap v6181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:21:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:28 smithi172 ceph-mon[103696]: pgmap v6181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:21:29.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:29.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:30 smithi172 ceph-mon[103696]: pgmap v6182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:30.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:30.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:30 smithi050 ceph-mon[92315]: pgmap v6182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:31.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:32.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:32.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:33.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:33 smithi050 ceph-mon[92315]: pgmap v6183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:33 smithi172 ceph-mon[103696]: pgmap v6183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:33.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:33.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:21:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:21:34.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:34.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:35 smithi050 ceph-mon[92315]: pgmap v6184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:35 smithi172 ceph-mon[103696]: pgmap v6184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:35.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:35.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:36.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:36.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:37 smithi050 ceph-mon[92315]: pgmap v6185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:37 smithi172 ceph-mon[103696]: pgmap v6185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:37.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:37.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:38.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:38.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:39 smithi050 ceph-mon[92315]: pgmap v6186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:21:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:39 smithi172 ceph-mon[103696]: pgmap v6186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:21:39.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:39.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:40.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:40.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:41 smithi050 ceph-mon[92315]: pgmap v6187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:41.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:41 smithi172 ceph-mon[103696]: pgmap v6187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:42.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:42.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:43.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:43.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:43 smithi050 ceph-mon[92315]: pgmap v6188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:43 smithi172 ceph-mon[103696]: pgmap v6188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:44.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:44.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:45.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:45.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:45 smithi050 ceph-mon[92315]: pgmap v6189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:45 smithi172 ceph-mon[103696]: pgmap v6189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:46.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:46.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:47.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:47.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:47 smithi050 ceph-mon[92315]: pgmap v6190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:47 smithi172 ceph-mon[103696]: pgmap v6190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:48.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:48.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:49.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:49.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:49 smithi050 ceph-mon[92315]: pgmap v6191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:21:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:21:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:49 smithi172 ceph-mon[103696]: pgmap v6191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:21:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:21:50.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:50.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:51.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:51.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:51 smithi050 ceph-mon[92315]: pgmap v6192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:51 smithi172 ceph-mon[103696]: pgmap v6192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:52.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:52.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:53.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:53.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:53 smithi050 ceph-mon[92315]: pgmap v6193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:53 smithi172 ceph-mon[103696]: pgmap v6193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:54.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:54.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:55.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:55.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:55 smithi050 ceph-mon[92315]: pgmap v6194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:55 smithi172 ceph-mon[103696]: pgmap v6194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:56.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:56.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:57.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:57.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:57 smithi050 ceph-mon[92315]: pgmap v6195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:57 smithi172 ceph-mon[103696]: pgmap v6195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:21:58.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:58.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:59.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:21:59.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:21:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:21:59 smithi050 ceph-mon[92315]: pgmap v6196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:21:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:21:59 smithi172 ceph-mon[103696]: pgmap v6196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:22:00.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:00.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:01.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:01.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:01 smithi050 ceph-mon[92315]: pgmap v6197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:01.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:01 smithi172 ceph-mon[103696]: pgmap v6197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:02.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:02.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:03.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:03.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:03 smithi050 ceph-mon[92315]: pgmap v6198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:03.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:03 smithi172 ceph-mon[103696]: pgmap v6198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:04.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:04.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:22:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:22:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:22:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:22:05.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:05.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:05 smithi050 ceph-mon[92315]: pgmap v6199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:22:05.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:22:05.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:22:05.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:22:05.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:22:05.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:22:05.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:22:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:05 smithi172 ceph-mon[103696]: pgmap v6199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:05.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:22:05.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:22:05.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:22:05.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:22:05.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:22:05.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:22:05.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:22:06.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:06.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:07.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:07.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:07 smithi050 ceph-mon[92315]: pgmap v6200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:07 smithi172 ceph-mon[103696]: pgmap v6200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:08.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:08.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:09.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:09.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:09 smithi050 ceph-mon[92315]: pgmap v6201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:22:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:09 smithi172 ceph-mon[103696]: pgmap v6201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:22:10.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:10.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:11.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:11.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:11 smithi050 ceph-mon[92315]: pgmap v6202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:11 smithi172 ceph-mon[103696]: pgmap v6202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:12.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:12.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:13.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:13.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:13 smithi050 ceph-mon[92315]: pgmap v6203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:13 smithi172 ceph-mon[103696]: pgmap v6203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:14.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:14.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:15.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:15.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:15 smithi050 ceph-mon[92315]: pgmap v6204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:15 smithi172 ceph-mon[103696]: pgmap v6204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:16.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:16.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:17.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:17.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:17 smithi050 ceph-mon[92315]: pgmap v6205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:17.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:17 smithi172 ceph-mon[103696]: pgmap v6205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:18.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:18.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:19.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:19.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:19 smithi050 ceph-mon[92315]: pgmap v6206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:22:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:22:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:19 smithi172 ceph-mon[103696]: pgmap v6206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:22:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:22:20.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:20.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:21.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:21.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:21 smithi050 ceph-mon[92315]: pgmap v6207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:21 smithi172 ceph-mon[103696]: pgmap v6207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:22.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:22.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:23.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:23.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:23.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:23 smithi050 ceph-mon[92315]: pgmap v6208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:23 smithi172 ceph-mon[103696]: pgmap v6208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:24.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:24.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:25.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:25.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:25 smithi050 ceph-mon[92315]: pgmap v6209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:25 smithi172 ceph-mon[103696]: pgmap v6209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:26.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:26.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:27.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:27.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:27 smithi050 ceph-mon[92315]: pgmap v6210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:27.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:27 smithi172 ceph-mon[103696]: pgmap v6210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:28.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:28.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:29.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:29.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:29 smithi050 ceph-mon[92315]: pgmap v6211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:22:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:29 smithi172 ceph-mon[103696]: pgmap v6211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:22:30.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:30.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:31.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:31.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:31 smithi050 ceph-mon[92315]: pgmap v6212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:31 smithi172 ceph-mon[103696]: pgmap v6212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:32.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:32.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:33.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:33.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:33 smithi050 ceph-mon[92315]: pgmap v6213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:33 smithi172 ceph-mon[103696]: pgmap v6213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:34.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:34.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:22:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:22:35.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:35.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:35 smithi050 ceph-mon[92315]: pgmap v6214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:35.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:35 smithi172 ceph-mon[103696]: pgmap v6214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:36.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:36.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:37.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:37.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:37 smithi050 ceph-mon[92315]: pgmap v6215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:37 smithi172 ceph-mon[103696]: pgmap v6215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:38.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:38.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:39.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:39.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:39 smithi050 ceph-mon[92315]: pgmap v6216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:22:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:39 smithi172 ceph-mon[103696]: pgmap v6216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:22:40.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:40.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:41.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:41.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:41 smithi172 ceph-mon[103696]: pgmap v6217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:41 smithi050 ceph-mon[92315]: pgmap v6217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:42.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:42.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:43.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:43.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:43 smithi050 ceph-mon[92315]: pgmap v6218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:43 smithi172 ceph-mon[103696]: pgmap v6218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:44.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:44.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:45.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:45.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:45 smithi050 ceph-mon[92315]: pgmap v6219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:45 smithi172 ceph-mon[103696]: pgmap v6219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:46.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:46.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:47.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:47.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:47 smithi050 ceph-mon[92315]: pgmap v6220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:47 smithi172 ceph-mon[103696]: pgmap v6220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:48.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:48.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:49.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:49.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:49 smithi050 ceph-mon[92315]: pgmap v6221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:22:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:22:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:49 smithi172 ceph-mon[103696]: pgmap v6221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:22:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:22:50.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:50.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:51.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:51.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:51 smithi050 ceph-mon[92315]: pgmap v6222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:51 smithi172 ceph-mon[103696]: pgmap v6222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:52.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:52.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:53.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:53.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:53 smithi050 ceph-mon[92315]: pgmap v6223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:53 smithi172 ceph-mon[103696]: pgmap v6223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:54.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:54.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:55.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:55.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:55 smithi050 ceph-mon[92315]: pgmap v6224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:55 smithi172 ceph-mon[103696]: pgmap v6224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:56.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:56.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:57.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:57.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:57 smithi050 ceph-mon[92315]: pgmap v6225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:57 smithi172 ceph-mon[103696]: pgmap v6225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:22:58.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:58.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:59.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:22:59.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:22:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:22:59 smithi050 ceph-mon[92315]: pgmap v6226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:22:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:22:59 smithi172 ceph-mon[103696]: pgmap v6226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:23:00.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:00.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:01.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:01.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:01 smithi050 ceph-mon[92315]: pgmap v6227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:01 smithi172 ceph-mon[103696]: pgmap v6227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:02.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:02.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:03.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:03.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:03 smithi050 ceph-mon[92315]: pgmap v6228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:03 smithi172 ceph-mon[103696]: pgmap v6228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:04.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:04.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:23:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:23:05.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:05.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:05 smithi050 ceph-mon[92315]: pgmap v6229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:23:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:05 smithi172 ceph-mon[103696]: pgmap v6229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:05.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:23:06.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:06.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:06.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:23:06.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:23:06.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:23:06.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:23:06.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:23:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:23:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:23:07.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:23:07.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:23:07.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:23:07.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:07.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:07 smithi050 ceph-mon[92315]: pgmap v6230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:07 smithi172 ceph-mon[103696]: pgmap v6230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:08.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:08.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:09.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:09.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:09 smithi172 ceph-mon[103696]: pgmap v6231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:23:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:09 smithi050 ceph-mon[92315]: pgmap v6231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:23:10.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:10.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:11.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:11.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:11 smithi172 ceph-mon[103696]: pgmap v6232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:11 smithi050 ceph-mon[92315]: pgmap v6232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:12.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:12.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:13.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:13.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:13 smithi172 ceph-mon[103696]: pgmap v6233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:13 smithi050 ceph-mon[92315]: pgmap v6233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:14.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:14.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:15.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:15.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:15 smithi172 ceph-mon[103696]: pgmap v6234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:15 smithi050 ceph-mon[92315]: pgmap v6234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:16.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:16.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:17.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:17.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:17 smithi172 ceph-mon[103696]: pgmap v6235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:17 smithi050 ceph-mon[92315]: pgmap v6235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:18.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:18.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:19.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:19.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:19 smithi172 ceph-mon[103696]: pgmap v6236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:23:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:23:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:19 smithi050 ceph-mon[92315]: pgmap v6236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:23:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:23:20.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:20.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:21.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:21.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:21 smithi050 ceph-mon[92315]: pgmap v6237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:21 smithi172 ceph-mon[103696]: pgmap v6237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:22.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:22.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:23.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:23.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:23 smithi050 ceph-mon[92315]: pgmap v6238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:23 smithi172 ceph-mon[103696]: pgmap v6238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:24.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:24.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:25.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:25.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:25 smithi050 ceph-mon[92315]: pgmap v6239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:25 smithi172 ceph-mon[103696]: pgmap v6239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:26.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:26.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:27.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:27.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:27 smithi050 ceph-mon[92315]: pgmap v6240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:27 smithi172 ceph-mon[103696]: pgmap v6240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:28.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:28.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:29.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:29.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:29 smithi050 ceph-mon[92315]: pgmap v6241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:23:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:29 smithi172 ceph-mon[103696]: pgmap v6241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:23:30.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:30.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:31.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:31.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:31 smithi050 ceph-mon[92315]: pgmap v6242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:31 smithi172 ceph-mon[103696]: pgmap v6242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:32.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:32.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:33.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:33.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:33 smithi050 ceph-mon[92315]: pgmap v6243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:33 smithi172 ceph-mon[103696]: pgmap v6243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:34.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:34.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:23:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:23:35.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:35.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:35 smithi050 ceph-mon[92315]: pgmap v6244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:36.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:35 smithi172 ceph-mon[103696]: pgmap v6244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:36.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:36.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:37.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:37.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:37.929 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:37 smithi050 ceph-mon[92315]: pgmap v6245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:38.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:37 smithi172 ceph-mon[103696]: pgmap v6245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:38.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:38.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:39.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:39.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:39 smithi050 ceph-mon[92315]: pgmap v6246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:23:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:39 smithi172 ceph-mon[103696]: pgmap v6246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:23:40.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:40.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:41.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:41.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:41.960 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:41 smithi172 ceph-mon[103696]: pgmap v6247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:41 smithi050 ceph-mon[92315]: pgmap v6247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:42.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:42.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:43.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:43.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:43 smithi050 ceph-mon[92315]: pgmap v6248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:44.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:43 smithi172 ceph-mon[103696]: pgmap v6248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:44.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:44.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:45.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:45.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:45 smithi050 ceph-mon[92315]: pgmap v6249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:45 smithi172 ceph-mon[103696]: pgmap v6249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:46.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:46.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:47.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:47.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:48.044 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:47 smithi050 ceph-mon[92315]: pgmap v6250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:48.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:47 smithi172 ceph-mon[103696]: pgmap v6250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:48.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:48.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:49.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:49.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:49 smithi050 ceph-mon[92315]: pgmap v6251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:23:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:23:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:49 smithi172 ceph-mon[103696]: pgmap v6251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:23:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:23:50.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:50.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:51.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:51.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:52.067 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:51 smithi172 ceph-mon[103696]: pgmap v6252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:51 smithi050 ceph-mon[92315]: pgmap v6252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:52.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:52.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:53.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:53.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:53 smithi050 ceph-mon[92315]: pgmap v6253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:53 smithi172 ceph-mon[103696]: pgmap v6253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:54.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:54.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:55.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:55.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:55 smithi050 ceph-mon[92315]: pgmap v6254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:56.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:55 smithi172 ceph-mon[103696]: pgmap v6254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:56.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:56.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:57.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:57.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:57 smithi050 ceph-mon[92315]: pgmap v6255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:57 smithi172 ceph-mon[103696]: pgmap v6255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:23:58.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:58.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:23:59.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:23:59.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:00.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:23:59 smithi050 ceph-mon[92315]: pgmap v6256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:24:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:23:59 smithi172 ceph-mon[103696]: pgmap v6256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:24:00.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:00.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:01.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:01.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:01 smithi050 ceph-mon[92315]: pgmap v6257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:01 smithi172 ceph-mon[103696]: pgmap v6257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:02.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:02.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:03.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:03.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:03 smithi050 ceph-mon[92315]: pgmap v6258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:03 smithi172 ceph-mon[103696]: pgmap v6258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:04.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:04.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:24:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:24:05.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:05.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:05 smithi050 ceph-mon[92315]: pgmap v6259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:05 smithi172 ceph-mon[103696]: pgmap v6259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:06.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:06.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:24:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:24:07.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:24:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:24:07.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:24:07.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:24:07.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:07.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:07 smithi050 ceph-mon[92315]: pgmap v6260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:24:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:24:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:24:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:24:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:24:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:07 smithi172 ceph-mon[103696]: pgmap v6260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:24:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:24:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:24:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:24:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:24:08.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:08.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:09.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:09.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:09 smithi050 ceph-mon[92315]: pgmap v6261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:24:10.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:09 smithi172 ceph-mon[103696]: pgmap v6261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:24:10.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:10.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:11.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:11.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:11 smithi050 ceph-mon[92315]: pgmap v6262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:11 smithi172 ceph-mon[103696]: pgmap v6262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:12.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:12.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:13.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:13.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:13 smithi050 ceph-mon[92315]: pgmap v6263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:13 smithi172 ceph-mon[103696]: pgmap v6263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:14.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:14.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:15.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:15.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:15 smithi050 ceph-mon[92315]: pgmap v6264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:15 smithi172 ceph-mon[103696]: pgmap v6264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:16.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:16.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:17.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:17.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:17 smithi050 ceph-mon[92315]: pgmap v6265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:17 smithi172 ceph-mon[103696]: pgmap v6265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:18.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:18.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:19.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:19.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:19 smithi050 ceph-mon[92315]: pgmap v6266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:24:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:24:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:19 smithi172 ceph-mon[103696]: pgmap v6266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:24:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:24:20.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:20.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:21.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:21.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:21 smithi050 ceph-mon[92315]: pgmap v6267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:21 smithi172 ceph-mon[103696]: pgmap v6267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:22.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:22.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:23.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:23.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:23 smithi050 ceph-mon[92315]: pgmap v6268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:24.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:23 smithi172 ceph-mon[103696]: pgmap v6268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:24.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:24.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:25.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:25.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:25 smithi050 ceph-mon[92315]: pgmap v6269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:25 smithi172 ceph-mon[103696]: pgmap v6269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:26.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:26.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:27.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:27.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:27 smithi050 ceph-mon[92315]: pgmap v6270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:28.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:27 smithi172 ceph-mon[103696]: pgmap v6270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:28.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:28.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:29.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:29.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:29 smithi050 ceph-mon[92315]: pgmap v6271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:24:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:29 smithi172 ceph-mon[103696]: pgmap v6271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:24:30.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:30.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:31.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:31.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:32.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:31 smithi050 ceph-mon[92315]: pgmap v6272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:31 smithi172 ceph-mon[103696]: pgmap v6272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:32.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:32.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:33.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:33.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:33 smithi050 ceph-mon[92315]: pgmap v6273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:34.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:33 smithi172 ceph-mon[103696]: pgmap v6273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:34.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:34.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:24:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:24:35.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:35.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:35 smithi050 ceph-mon[92315]: pgmap v6274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:35 smithi172 ceph-mon[103696]: pgmap v6274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:36.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:36.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:37.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:37.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:37 smithi172 ceph-mon[103696]: pgmap v6275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:37 smithi050 ceph-mon[92315]: pgmap v6275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:38.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:38.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:38 smithi050 ceph-mon[92315]: pgmap v6276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:24:39.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:38 smithi172 ceph-mon[103696]: pgmap v6276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:24:39.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:39.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:40.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:40.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:40 smithi050 ceph-mon[92315]: pgmap v6277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:40 smithi172 ceph-mon[103696]: pgmap v6277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:41.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:41.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:42.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:42.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:43.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:43.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:43 smithi050 ceph-mon[92315]: pgmap v6278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:43 smithi172 ceph-mon[103696]: pgmap v6278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:44.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:44.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:45.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:45.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:45 smithi050 ceph-mon[92315]: pgmap v6279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:45 smithi172 ceph-mon[103696]: pgmap v6279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:46.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:46.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:47.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:47.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:47 smithi050 ceph-mon[92315]: pgmap v6280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:47 smithi172 ceph-mon[103696]: pgmap v6280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:48.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:48.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:49.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:49.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:49 smithi050 ceph-mon[92315]: pgmap v6281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:24:49.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:24:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:49 smithi172 ceph-mon[103696]: pgmap v6281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:24:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:24:50.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:50.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:51.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:51.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:51 smithi050 ceph-mon[92315]: pgmap v6282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:51 smithi172 ceph-mon[103696]: pgmap v6282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:52.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:52.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:53.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:53.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:53 smithi050 ceph-mon[92315]: pgmap v6283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:53 smithi172 ceph-mon[103696]: pgmap v6283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:54.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:54.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:55.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:55.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:55 smithi050 ceph-mon[92315]: pgmap v6284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:55 smithi172 ceph-mon[103696]: pgmap v6284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:56.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:56.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:57.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:57.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:57 smithi050 ceph-mon[92315]: pgmap v6285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:57 smithi172 ceph-mon[103696]: pgmap v6285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:24:58.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:58.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:59.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:24:59.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:24:59.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:24:59 smithi050 ceph-mon[92315]: pgmap v6286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:24:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:24:59 smithi172 ceph-mon[103696]: pgmap v6286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:25:00.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:00.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:01.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:01.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:01 smithi050 ceph-mon[92315]: pgmap v6287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:01 smithi172 ceph-mon[103696]: pgmap v6287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:02.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:02.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:03.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:03.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:03 smithi172 ceph-mon[103696]: pgmap v6288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:03 smithi050 ceph-mon[92315]: pgmap v6288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:04.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:04.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:25:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:25:05.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:05.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:05 smithi172 ceph-mon[103696]: pgmap v6289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:05 smithi050 ceph-mon[92315]: pgmap v6289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:06.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:06.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:07.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:07.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:07 smithi172 ceph-mon[103696]: pgmap v6290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:07.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:25:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:07 smithi050 ceph-mon[92315]: pgmap v6290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:07.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:25:08.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:08.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:08.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:25:08.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:25:08.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:25:08.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:25:08.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:25:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:25:08.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:25:08.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:25:08.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:25:08.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:25:09.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:09.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:09 smithi050 ceph-mon[92315]: pgmap v6291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:25:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:09 smithi172 ceph-mon[103696]: pgmap v6291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:25:10.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:10.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:11.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:11.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:12.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:11 smithi050 ceph-mon[92315]: pgmap v6292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:11 smithi172 ceph-mon[103696]: pgmap v6292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:12.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:12.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:13.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:13.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:14.018 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:13 smithi050 ceph-mon[92315]: pgmap v6293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:13 smithi172 ceph-mon[103696]: pgmap v6293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:14.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:14.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:15.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:15.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:15 smithi050 ceph-mon[92315]: pgmap v6294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:15 smithi172 ceph-mon[103696]: pgmap v6294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:16.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:16.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:17.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:17.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:17.954 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:17 smithi172 ceph-mon[103696]: pgmap v6295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:17 smithi050 ceph-mon[92315]: pgmap v6295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:18.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:18.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:19.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:19.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:19 smithi050 ceph-mon[92315]: pgmap v6296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:25:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:25:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:19 smithi172 ceph-mon[103696]: pgmap v6296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:25:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:25:20.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:20.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:21.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:21.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:21 smithi050 ceph-mon[92315]: pgmap v6297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:21 smithi172 ceph-mon[103696]: pgmap v6297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:22.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:22.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:23.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:23.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:23 smithi050 ceph-mon[92315]: pgmap v6298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:23 smithi172 ceph-mon[103696]: pgmap v6298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:24.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:24.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:25.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:25.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:25 smithi050 ceph-mon[92315]: pgmap v6299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:25 smithi172 ceph-mon[103696]: pgmap v6299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:26.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:26.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:27.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:27.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:28.061 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:27 smithi172 ceph-mon[103696]: pgmap v6300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:27 smithi050 ceph-mon[92315]: pgmap v6300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:28.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:28.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:29.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:29.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:29 smithi050 ceph-mon[92315]: pgmap v6301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:25:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:29 smithi172 ceph-mon[103696]: pgmap v6301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:25:30.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:30.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:31.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:31.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:31 smithi050 ceph-mon[92315]: pgmap v6302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:31 smithi172 ceph-mon[103696]: pgmap v6302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:32.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:32.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:33.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:33.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:33 smithi050 ceph-mon[92315]: pgmap v6303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:33 smithi172 ceph-mon[103696]: pgmap v6303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:34.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:34.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:25:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:25:35.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:35.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:35 smithi050 ceph-mon[92315]: pgmap v6304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:35 smithi172 ceph-mon[103696]: pgmap v6304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:36.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:36.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:37.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:37.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:37 smithi050 ceph-mon[92315]: pgmap v6305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:37 smithi172 ceph-mon[103696]: pgmap v6305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:38.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:38.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:39.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:39.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:39 smithi050 ceph-mon[92315]: pgmap v6306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:25:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:39 smithi172 ceph-mon[103696]: pgmap v6306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:25:40.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:40.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:41.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:41.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:41 smithi050 ceph-mon[92315]: pgmap v6307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:41 smithi172 ceph-mon[103696]: pgmap v6307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:42.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:42.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:43.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:43.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:43 smithi050 ceph-mon[92315]: pgmap v6308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:43 smithi172 ceph-mon[103696]: pgmap v6308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:44.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:44.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:45.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:45.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:46.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:45 smithi050 ceph-mon[92315]: pgmap v6309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:45 smithi172 ceph-mon[103696]: pgmap v6309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:46.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:46.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:47.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:47.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:47 smithi050 ceph-mon[92315]: pgmap v6310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:47 smithi172 ceph-mon[103696]: pgmap v6310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:48.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:48.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:49.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:49.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:49 smithi050 ceph-mon[92315]: pgmap v6311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:25:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:25:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:49 smithi172 ceph-mon[103696]: pgmap v6311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:25:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:25:50.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:50.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:51.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:51.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:51 smithi050 ceph-mon[92315]: pgmap v6312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:51 smithi172 ceph-mon[103696]: pgmap v6312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:52.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:52.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:53.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:53.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:53 smithi050 ceph-mon[92315]: pgmap v6313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:53 smithi172 ceph-mon[103696]: pgmap v6313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:54.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:54.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:55.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:55.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:55 smithi050 ceph-mon[92315]: pgmap v6314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:55 smithi172 ceph-mon[103696]: pgmap v6314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:56.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:56.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:57.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:57.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:57 smithi050 ceph-mon[92315]: pgmap v6315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:57 smithi172 ceph-mon[103696]: pgmap v6315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:25:58.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:58.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:59.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:25:59.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:25:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:25:59 smithi050 ceph-mon[92315]: pgmap v6316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:26:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:25:59 smithi172 ceph-mon[103696]: pgmap v6316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:26:00.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:00.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:00 smithi050 ceph-mon[92315]: pgmap v6317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:00 smithi172 ceph-mon[103696]: pgmap v6317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:01.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:01.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:02.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:02.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:03.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:03.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:03 smithi050 ceph-mon[92315]: pgmap v6318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:03 smithi172 ceph-mon[103696]: pgmap v6318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:04.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:04.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:04.591 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:26:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:26:05.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:05.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:05 smithi050 ceph-mon[92315]: pgmap v6319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:05 smithi172 ceph-mon[103696]: pgmap v6319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:06.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:06.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:07.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:07.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:07 smithi172 ceph-mon[103696]: pgmap v6320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:07 smithi050 ceph-mon[92315]: pgmap v6320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:08.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:08.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:26:08.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:26:09.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:09.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:09.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:09 smithi172 ceph-mon[103696]: pgmap v6321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:26:09.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:26:09.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:26:09.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:26:09.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:26:09.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:26:09.648 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:09 smithi050 ceph-mon[92315]: pgmap v6321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:26:09.648 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:26:09.648 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:26:09.648 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:26:09.649 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:26:09.649 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:26:10.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:10.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:11.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:11.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:11 smithi172 ceph-mon[103696]: pgmap v6322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:11 smithi050 ceph-mon[92315]: pgmap v6322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:12.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:12.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:13.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:13.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:13 smithi172 ceph-mon[103696]: pgmap v6323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:13 smithi050 ceph-mon[92315]: pgmap v6323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:14.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:14.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:15.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:15.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:15 smithi172 ceph-mon[103696]: pgmap v6324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:15 smithi050 ceph-mon[92315]: pgmap v6324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:16.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:16.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:17.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:17.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:17 smithi172 ceph-mon[103696]: pgmap v6325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:17 smithi050 ceph-mon[92315]: pgmap v6325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:18.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:18.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:19.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:19.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:19 smithi172 ceph-mon[103696]: pgmap v6326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:26:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:26:19.763 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:19 smithi050 ceph-mon[92315]: pgmap v6326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:26:19.763 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:26:20.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:20.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:21.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:21.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:21 smithi172 ceph-mon[103696]: pgmap v6327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:21 smithi050 ceph-mon[92315]: pgmap v6327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:22.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:22.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:23.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:23.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:23 smithi172 ceph-mon[103696]: pgmap v6328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:23 smithi050 ceph-mon[92315]: pgmap v6328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:24.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:24.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:25.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:25.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:25 smithi050 ceph-mon[92315]: pgmap v6329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:25 smithi172 ceph-mon[103696]: pgmap v6329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:26.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:26.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:27.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:27.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:27 smithi050 ceph-mon[92315]: pgmap v6330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:27.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:27 smithi172 ceph-mon[103696]: pgmap v6330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:28.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:28.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:29.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:29.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:29 smithi050 ceph-mon[92315]: pgmap v6331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:26:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:29 smithi172 ceph-mon[103696]: pgmap v6331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:26:30.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:30.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:31.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:31.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:31 smithi050 ceph-mon[92315]: pgmap v6332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:31 smithi172 ceph-mon[103696]: pgmap v6332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:32.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:32.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:33.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:33.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:33.743 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:33 smithi172 ceph-mon[103696]: pgmap v6333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:33 smithi050 ceph-mon[92315]: pgmap v6333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:34.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:34.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:26:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:26:35.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:35.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:35 smithi050 ceph-mon[92315]: pgmap v6334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:35 smithi172 ceph-mon[103696]: pgmap v6334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:36.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:36.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:37.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:37.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:37 smithi050 ceph-mon[92315]: pgmap v6335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:37 smithi172 ceph-mon[103696]: pgmap v6335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:38.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:38.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:39.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:39.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:39 smithi050 ceph-mon[92315]: pgmap v6336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:26:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:39 smithi172 ceph-mon[103696]: pgmap v6336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:26:40.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:40.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:41.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:41.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:41.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:41 smithi050 ceph-mon[92315]: pgmap v6337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:41.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:41 smithi172 ceph-mon[103696]: pgmap v6337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:42.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:42.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:43.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:43.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:43 smithi050 ceph-mon[92315]: pgmap v6338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:43.848 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:43 smithi172 ceph-mon[103696]: pgmap v6338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:44.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:44.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:45.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:45.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:45 smithi050 ceph-mon[92315]: pgmap v6339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:45 smithi172 ceph-mon[103696]: pgmap v6339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:46.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:46.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:47.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:47.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:47 smithi050 ceph-mon[92315]: pgmap v6340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:47 smithi172 ceph-mon[103696]: pgmap v6340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:48.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:48.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:49.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:49.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:49 smithi050 ceph-mon[92315]: pgmap v6341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:26:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:26:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:49 smithi172 ceph-mon[103696]: pgmap v6341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:26:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:26:50.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:50.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:51.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:51.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:51 smithi050 ceph-mon[92315]: pgmap v6342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:51 smithi172 ceph-mon[103696]: pgmap v6342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:52.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:52.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:53.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:53.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:53 smithi050 ceph-mon[92315]: pgmap v6343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:53 smithi172 ceph-mon[103696]: pgmap v6343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:54.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:54.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:55.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:55.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:55.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:55 smithi050 ceph-mon[92315]: pgmap v6344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:55 smithi172 ceph-mon[103696]: pgmap v6344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:56.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:56.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:57.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:57.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:57 smithi050 ceph-mon[92315]: pgmap v6345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:57 smithi172 ceph-mon[103696]: pgmap v6345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:26:58.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:58.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:59.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:26:59.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:26:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:26:59 smithi050 ceph-mon[92315]: pgmap v6346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:26:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:26:59 smithi172 ceph-mon[103696]: pgmap v6346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:27:00.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:00.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:01.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:01.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:01 smithi050 ceph-mon[92315]: pgmap v6347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:01 smithi172 ceph-mon[103696]: pgmap v6347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:02.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:02.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:03.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:03.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:03 smithi050 ceph-mon[92315]: pgmap v6348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:03 smithi172 ceph-mon[103696]: pgmap v6348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:04.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:04.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:27:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:27:05.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:05.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:05 smithi050 ceph-mon[92315]: pgmap v6349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:05.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:05 smithi172 ceph-mon[103696]: pgmap v6349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:06.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:06.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:07.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:07.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:07 smithi050 ceph-mon[92315]: pgmap v6350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:07.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:07 smithi172 ceph-mon[103696]: pgmap v6350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:08.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:08.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:09.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:09.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:09 smithi050 ceph-mon[92315]: pgmap v6351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:27:09.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:27:09.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:27:09.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:27:09.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:27:09.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:27:09.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:27:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:09 smithi172 ceph-mon[103696]: pgmap v6351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:27:09.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:27:09.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:27:09.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:27:09.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:27:09.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:27:09.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:27:10.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:10.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:11.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:11.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:11 smithi050 ceph-mon[92315]: pgmap v6352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:11 smithi172 ceph-mon[103696]: pgmap v6352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:12.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:12.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:13.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:13.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:13.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:13 smithi050 ceph-mon[92315]: pgmap v6353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:13 smithi172 ceph-mon[103696]: pgmap v6353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:14.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:14.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:15.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:15.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:15 smithi050 ceph-mon[92315]: pgmap v6354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:15 smithi172 ceph-mon[103696]: pgmap v6354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:16.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:16.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:17.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:17.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:17 smithi050 ceph-mon[92315]: pgmap v6355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:17 smithi172 ceph-mon[103696]: pgmap v6355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:18.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:18.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:19.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:19.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:19 smithi172 ceph-mon[103696]: pgmap v6356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:27:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:27:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:19 smithi050 ceph-mon[92315]: pgmap v6356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:27:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:27:20.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:20.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:21.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:21.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:21 smithi050 ceph-mon[92315]: pgmap v6357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:21 smithi172 ceph-mon[103696]: pgmap v6357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:22.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:22.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:23.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:23.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:23 smithi050 ceph-mon[92315]: pgmap v6358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:23 smithi172 ceph-mon[103696]: pgmap v6358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:24.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:24.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:25.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:25.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:25 smithi050 ceph-mon[92315]: pgmap v6359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:25 smithi172 ceph-mon[103696]: pgmap v6359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:26.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:26.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:27.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:27.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:27 smithi050 ceph-mon[92315]: pgmap v6360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:27 smithi172 ceph-mon[103696]: pgmap v6360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:28.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:28.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:29.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:29.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:29 smithi172 ceph-mon[103696]: pgmap v6361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:27:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:29 smithi050 ceph-mon[92315]: pgmap v6361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:27:30.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:30.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:31.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:31.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:31.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:31 smithi050 ceph-mon[92315]: pgmap v6362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:31 smithi172 ceph-mon[103696]: pgmap v6362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:32.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:32.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:33.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:33.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:33 smithi050 ceph-mon[92315]: pgmap v6363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:33 smithi172 ceph-mon[103696]: pgmap v6363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:34.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:34.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:27:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:27:35.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:35.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:35 smithi050 ceph-mon[92315]: pgmap v6364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:35 smithi172 ceph-mon[103696]: pgmap v6364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:36.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:36.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:37.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:37.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:37 smithi050 ceph-mon[92315]: pgmap v6365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:37 smithi172 ceph-mon[103696]: pgmap v6365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:38.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:38.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:39.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:39.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:39 smithi050 ceph-mon[92315]: pgmap v6366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:27:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:39 smithi172 ceph-mon[103696]: pgmap v6366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:27:40.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:40.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:41.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:41.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:41.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:41 smithi050 ceph-mon[92315]: pgmap v6367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:41 smithi172 ceph-mon[103696]: pgmap v6367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:42.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:42.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:43.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:43.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:43 smithi050 ceph-mon[92315]: pgmap v6368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:43 smithi172 ceph-mon[103696]: pgmap v6368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:44.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:44.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:45.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:45.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:45 smithi050 ceph-mon[92315]: pgmap v6369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:45 smithi172 ceph-mon[103696]: pgmap v6369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:46.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:46.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:47.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:47.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:47 smithi050 ceph-mon[92315]: pgmap v6370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:47 smithi172 ceph-mon[103696]: pgmap v6370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:48.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:48.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:49.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:49.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:49 smithi050 ceph-mon[92315]: pgmap v6371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:27:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:27:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:49 smithi172 ceph-mon[103696]: pgmap v6371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:27:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:27:50.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:50.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:51.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:51.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:51 smithi050 ceph-mon[92315]: pgmap v6372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:51 smithi172 ceph-mon[103696]: pgmap v6372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:52.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:52.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:53.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:53.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:53 smithi050 ceph-mon[92315]: pgmap v6373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:53 smithi172 ceph-mon[103696]: pgmap v6373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:54.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:54.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:55.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:55.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:55 smithi050 ceph-mon[92315]: pgmap v6374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:55 smithi172 ceph-mon[103696]: pgmap v6374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:56.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:56.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:57.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:57.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:57 smithi050 ceph-mon[92315]: pgmap v6375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:57 smithi172 ceph-mon[103696]: pgmap v6375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:27:58.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:58.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:59.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:27:59.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:27:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:27:59 smithi050 ceph-mon[92315]: pgmap v6376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:27:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:27:59 smithi172 ceph-mon[103696]: pgmap v6376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:28:00.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:00.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:01.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:01.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:01 smithi050 ceph-mon[92315]: pgmap v6377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:01 smithi172 ceph-mon[103696]: pgmap v6377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:02.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:02.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:03.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:03.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:03 smithi050 ceph-mon[92315]: pgmap v6378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:03 smithi172 ceph-mon[103696]: pgmap v6378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:04.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:04.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:28:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:28:05.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:05.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:05.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:05 smithi050 ceph-mon[92315]: pgmap v6379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:05 smithi172 ceph-mon[103696]: pgmap v6379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:06.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:06.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:07.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:07.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:07 smithi050 ceph-mon[92315]: pgmap v6380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:07 smithi172 ceph-mon[103696]: pgmap v6380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:08.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:08.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:09.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:09.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:09 smithi050 ceph-mon[92315]: pgmap v6381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:28:09.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:28:09.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:09 smithi172 ceph-mon[103696]: pgmap v6381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:28:09.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:28:10.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:10.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:28:10.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:28:10.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:28:10.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:28:10.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:28:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:28:10.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:28:10.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:28:10.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:28:10.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:28:11.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:11.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:11 smithi050 ceph-mon[92315]: pgmap v6382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:11 smithi172 ceph-mon[103696]: pgmap v6382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:12.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:12.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:13.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:13.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:13 smithi050 ceph-mon[92315]: pgmap v6383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:13 smithi172 ceph-mon[103696]: pgmap v6383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:14.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:14.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:15.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:15.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:15 smithi050 ceph-mon[92315]: pgmap v6384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:15 smithi172 ceph-mon[103696]: pgmap v6384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:16.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:16.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:17.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:17.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:17 smithi050 ceph-mon[92315]: pgmap v6385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:17 smithi172 ceph-mon[103696]: pgmap v6385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:18.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:18.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:19.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:19.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:19 smithi050 ceph-mon[92315]: pgmap v6386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:28:20.776 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:28:20.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:19 smithi172 ceph-mon[103696]: pgmap v6386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:28:20.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:28:20.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:20.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:21.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:21.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:21 smithi050 ceph-mon[92315]: pgmap v6387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:21 smithi172 ceph-mon[103696]: pgmap v6387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:22.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:22.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:23.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:23.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:23 smithi050 ceph-mon[92315]: pgmap v6388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:23 smithi172 ceph-mon[103696]: pgmap v6388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:24.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:24.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:25.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:25.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:25 smithi050 ceph-mon[92315]: pgmap v6389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:25 smithi172 ceph-mon[103696]: pgmap v6389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:26.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:26.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:27.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:27.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:27 smithi050 ceph-mon[92315]: pgmap v6390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:27 smithi172 ceph-mon[103696]: pgmap v6390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:28.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:28.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:29.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:29.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:29 smithi050 ceph-mon[92315]: pgmap v6391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:28:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:29 smithi172 ceph-mon[103696]: pgmap v6391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:28:30.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:30.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:31.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:31.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:31 smithi050 ceph-mon[92315]: pgmap v6392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:31.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:31 smithi172 ceph-mon[103696]: pgmap v6392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:32.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:32.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:33.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:33.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:33 smithi050 ceph-mon[92315]: pgmap v6393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:33 smithi172 ceph-mon[103696]: pgmap v6393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:34.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:34.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:28:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:28:35.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:35.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:35 smithi172 ceph-mon[103696]: pgmap v6394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:35 smithi050 ceph-mon[92315]: pgmap v6394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:36.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:36.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:37.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:37.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:37 smithi172 ceph-mon[103696]: pgmap v6395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:37 smithi050 ceph-mon[92315]: pgmap v6395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:38.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:38.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:39.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:39.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:39 smithi172 ceph-mon[103696]: pgmap v6396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:28:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:39 smithi050 ceph-mon[92315]: pgmap v6396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:28:40.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:40.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:41.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:41.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:41 smithi050 ceph-mon[92315]: pgmap v6397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:41 smithi172 ceph-mon[103696]: pgmap v6397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:42.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:42.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:43.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:43.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:43 smithi172 ceph-mon[103696]: pgmap v6398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:43 smithi050 ceph-mon[92315]: pgmap v6398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:44.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:44.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:45.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:45.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:45 smithi172 ceph-mon[103696]: pgmap v6399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:45 smithi050 ceph-mon[92315]: pgmap v6399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:46.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:46.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:47.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:47.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:47 smithi172 ceph-mon[103696]: pgmap v6400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:47 smithi050 ceph-mon[92315]: pgmap v6400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:48.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:48.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:49.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:49.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:49 smithi172 ceph-mon[103696]: pgmap v6401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:28:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:28:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:49 smithi050 ceph-mon[92315]: pgmap v6401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:28:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:28:50.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:50.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:51.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:51.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:51 smithi050 ceph-mon[92315]: pgmap v6402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:51 smithi172 ceph-mon[103696]: pgmap v6402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:52.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:52.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:53.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:53.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:53 smithi172 ceph-mon[103696]: pgmap v6403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:53 smithi050 ceph-mon[92315]: pgmap v6403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:54.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:54.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:55.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:55.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:55 smithi050 ceph-mon[92315]: pgmap v6404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:55 smithi172 ceph-mon[103696]: pgmap v6404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:56.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:56.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:57.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:57.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:57 smithi050 ceph-mon[92315]: pgmap v6405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:57 smithi172 ceph-mon[103696]: pgmap v6405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:28:58.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:58.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:28:59.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:28:59.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:28:59 smithi050 ceph-mon[92315]: pgmap v6406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:29:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:28:59 smithi172 ceph-mon[103696]: pgmap v6406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:29:00.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:00.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:01.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:01.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:01 smithi050 ceph-mon[92315]: pgmap v6407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:02.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:01 smithi172 ceph-mon[103696]: pgmap v6407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:02.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:02.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:03.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:03.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:03 smithi050 ceph-mon[92315]: pgmap v6408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:03 smithi172 ceph-mon[103696]: pgmap v6408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:04.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:04.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:29:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:29:05.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:05.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:05 smithi050 ceph-mon[92315]: pgmap v6409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:05 smithi172 ceph-mon[103696]: pgmap v6409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:06.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:06.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:07.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:07.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:07 smithi050 ceph-mon[92315]: pgmap v6410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:07 smithi172 ceph-mon[103696]: pgmap v6410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:08.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:08.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:09.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:09.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:09 smithi050 ceph-mon[92315]: pgmap v6411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:29:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:09 smithi172 ceph-mon[103696]: pgmap v6411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:29:10.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:10.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:29:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:29:11.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:11.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:11 smithi050 ceph-mon[92315]: pgmap v6412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:11 smithi172 ceph-mon[103696]: pgmap v6412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:12.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:12.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:13.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:13.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:13 smithi050 ceph-mon[92315]: pgmap v6413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:13 smithi172 ceph-mon[103696]: pgmap v6413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:14.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:14.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:15.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:15.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:15.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:15 smithi172 ceph-mon[103696]: pgmap v6414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:15.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:29:15.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:29:15.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:29:15.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:29:15.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:29:15.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:29:15.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:29:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:15 smithi050 ceph-mon[92315]: pgmap v6414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:29:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:29:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:29:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:29:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:29:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:29:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:29:16.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:16.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:17.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:17.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:17 smithi050 ceph-mon[92315]: pgmap v6415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:17 smithi172 ceph-mon[103696]: pgmap v6415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:18.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:18.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:19.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:19.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:19 smithi050 ceph-mon[92315]: pgmap v6416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:29:20.100 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:29:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:19 smithi172 ceph-mon[103696]: pgmap v6416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:29:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:29:20.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:20.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:21.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:21.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:21 smithi050 ceph-mon[92315]: pgmap v6417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:21 smithi172 ceph-mon[103696]: pgmap v6417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:22.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:22.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:23.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:23.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:23 smithi050 ceph-mon[92315]: pgmap v6418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:23 smithi172 ceph-mon[103696]: pgmap v6418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:24.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:24.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:25.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:25.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:25.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:25 smithi172 ceph-mon[103696]: pgmap v6419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:25 smithi050 ceph-mon[92315]: pgmap v6419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:26.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:26.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:27.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:27.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:27 smithi050 ceph-mon[92315]: pgmap v6420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:28.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:27 smithi172 ceph-mon[103696]: pgmap v6420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:28.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:28.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:29.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:29.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:29 smithi050 ceph-mon[92315]: pgmap v6421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:29:30.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:29 smithi172 ceph-mon[103696]: pgmap v6421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:29:30.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:30.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:31.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:31.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:31 smithi050 ceph-mon[92315]: pgmap v6422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:31 smithi172 ceph-mon[103696]: pgmap v6422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:32.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:32.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:33.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:33.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:33 smithi050 ceph-mon[92315]: pgmap v6423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:34.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:33 smithi172 ceph-mon[103696]: pgmap v6423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:34.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:34.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:29:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:29:35.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:35.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:35 smithi050 ceph-mon[92315]: pgmap v6424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:35 smithi172 ceph-mon[103696]: pgmap v6424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:36.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:36.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:37.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:37.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:37 smithi050 ceph-mon[92315]: pgmap v6425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:37 smithi172 ceph-mon[103696]: pgmap v6425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:38.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:38.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:39.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:39.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:39 smithi050 ceph-mon[92315]: pgmap v6426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:29:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:39 smithi172 ceph-mon[103696]: pgmap v6426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:29:40.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:40.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:41.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:41.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:42.053 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:41 smithi050 ceph-mon[92315]: pgmap v6427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:41 smithi172 ceph-mon[103696]: pgmap v6427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:42.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:42.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:43.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:43.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:43 smithi050 ceph-mon[92315]: pgmap v6428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:43 smithi172 ceph-mon[103696]: pgmap v6428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:44.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:44.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:45.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:45.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:45 smithi050 ceph-mon[92315]: pgmap v6429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:45 smithi172 ceph-mon[103696]: pgmap v6429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:46.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:46.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:47.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:47.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:47 smithi050 ceph-mon[92315]: pgmap v6430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:47 smithi172 ceph-mon[103696]: pgmap v6430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:48.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:48.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:49.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:49.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:49 smithi050 ceph-mon[92315]: pgmap v6431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:29:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:29:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:49 smithi172 ceph-mon[103696]: pgmap v6431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:29:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:29:50.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:50.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:51.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:51.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:51 smithi050 ceph-mon[92315]: pgmap v6432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:51 smithi172 ceph-mon[103696]: pgmap v6432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:52.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:52.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:53.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:53.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:53 smithi050 ceph-mon[92315]: pgmap v6433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:54.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:53 smithi172 ceph-mon[103696]: pgmap v6433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:54.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:54.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:55.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:55.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:55 smithi050 ceph-mon[92315]: pgmap v6434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:55 smithi172 ceph-mon[103696]: pgmap v6434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:56.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:56.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:57.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:57.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:57 smithi050 ceph-mon[92315]: pgmap v6435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:57 smithi172 ceph-mon[103696]: pgmap v6435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:29:58.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:58.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:29:59.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:29:59.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:29:59 smithi050 ceph-mon[92315]: pgmap v6436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:30:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:29:59 smithi172 ceph-mon[103696]: pgmap v6436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:30:00.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:00.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T17:30:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T17:30:01.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:01.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:01 smithi050 ceph-mon[92315]: pgmap v6437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:01 smithi172 ceph-mon[103696]: pgmap v6437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:02.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:02.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:03.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:03.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:03 smithi050 ceph-mon[92315]: pgmap v6438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:03 smithi172 ceph-mon[103696]: pgmap v6438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:04.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:04.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:30:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:30:05.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:05.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:05 smithi050 ceph-mon[92315]: pgmap v6439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:05 smithi172 ceph-mon[103696]: pgmap v6439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:06.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:06.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:07.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:07.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:07 smithi050 ceph-mon[92315]: pgmap v6440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:07 smithi172 ceph-mon[103696]: pgmap v6440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:08.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:08.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:09.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:09.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:09 smithi050 ceph-mon[92315]: pgmap v6441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:30:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:09 smithi172 ceph-mon[103696]: pgmap v6441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:30:10.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:10.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:11.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:11.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:11 smithi050 ceph-mon[92315]: pgmap v6442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:11 smithi172 ceph-mon[103696]: pgmap v6442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:12.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:12.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:13.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:13.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:14.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:13 smithi050 ceph-mon[92315]: pgmap v6443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:13 smithi172 ceph-mon[103696]: pgmap v6443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:14.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:14.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:15.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:15.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:16.056 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:15 smithi172 ceph-mon[103696]: pgmap v6444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:16.057 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:30:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:15 smithi050 ceph-mon[92315]: pgmap v6444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:30:16.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:16.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:30:17.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:30:17.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:30:17.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:30:17.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:30:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:30:17.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:30:17.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:30:17.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:30:17.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:30:17.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:17.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:18.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:17 smithi050 ceph-mon[92315]: pgmap v6445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:17 smithi172 ceph-mon[103696]: pgmap v6445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:18.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:18.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:19.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:19.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:19 smithi050 ceph-mon[92315]: pgmap v6446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:30:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:30:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:19 smithi172 ceph-mon[103696]: pgmap v6446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:30:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:30:20.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:20.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:21.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:21.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:21 smithi050 ceph-mon[92315]: pgmap v6447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:21 smithi172 ceph-mon[103696]: pgmap v6447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:22.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:22.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:23.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:23.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:23 smithi050 ceph-mon[92315]: pgmap v6448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:23 smithi172 ceph-mon[103696]: pgmap v6448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:24.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:24.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:25.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:25.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:25 smithi050 ceph-mon[92315]: pgmap v6449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:25 smithi172 ceph-mon[103696]: pgmap v6449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:26.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:26.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:27 smithi050 ceph-mon[92315]: pgmap v6450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:27.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:27.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:27 smithi172 ceph-mon[103696]: pgmap v6450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:28.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:28.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:29.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:29.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:29 smithi050 ceph-mon[92315]: pgmap v6451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:30:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:29 smithi172 ceph-mon[103696]: pgmap v6451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:30:30.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:30.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:31.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:31.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:31 smithi050 ceph-mon[92315]: pgmap v6452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:32.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:31 smithi172 ceph-mon[103696]: pgmap v6452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:32.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:32.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:33.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:33.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:33 smithi050 ceph-mon[92315]: pgmap v6453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:33 smithi172 ceph-mon[103696]: pgmap v6453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:34.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:34.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:30:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:30:35.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:35.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:35 smithi050 ceph-mon[92315]: pgmap v6454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:35 smithi172 ceph-mon[103696]: pgmap v6454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:36.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:36.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:37.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:37.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:38.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:37 smithi050 ceph-mon[92315]: pgmap v6455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:37 smithi172 ceph-mon[103696]: pgmap v6455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:38.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:38.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:39.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:39.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:39 smithi050 ceph-mon[92315]: pgmap v6456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:30:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:39 smithi172 ceph-mon[103696]: pgmap v6456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:30:40.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:40.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:41.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:41.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:41 smithi050 ceph-mon[92315]: pgmap v6457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:41 smithi172 ceph-mon[103696]: pgmap v6457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:42.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:42.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:43.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:43.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:43 smithi050 ceph-mon[92315]: pgmap v6458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:43 smithi172 ceph-mon[103696]: pgmap v6458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:44.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:44.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:45.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:45.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:45 smithi050 ceph-mon[92315]: pgmap v6459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:45 smithi172 ceph-mon[103696]: pgmap v6459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:46.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:46.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:47.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:47.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:47 smithi050 ceph-mon[92315]: pgmap v6460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:47 smithi172 ceph-mon[103696]: pgmap v6460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:48.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:48.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:48 smithi050 ceph-mon[92315]: pgmap v6461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:30:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:48 smithi172 ceph-mon[103696]: pgmap v6461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:30:49.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:49.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:30:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:30:50.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:50.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:50 smithi050 ceph-mon[92315]: pgmap v6462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:50 smithi172 ceph-mon[103696]: pgmap v6462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:51.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:51.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:52.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:52.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:53.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:53 smithi050 ceph-mon[92315]: pgmap v6463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:53.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:53 smithi172 ceph-mon[103696]: pgmap v6463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:53.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:53.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:54.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:54.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:55 smithi050 ceph-mon[92315]: pgmap v6464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:55 smithi172 ceph-mon[103696]: pgmap v6464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:55.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:55.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:56.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:56.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:57 smithi050 ceph-mon[92315]: pgmap v6465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:57 smithi172 ceph-mon[103696]: pgmap v6465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:30:57.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:57.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:58.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:58.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:30:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:30:59 smithi050 ceph-mon[92315]: pgmap v6466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:30:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:30:59 smithi172 ceph-mon[103696]: pgmap v6466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:30:59.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:30:59.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:00.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:00.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:01 smithi050 ceph-mon[92315]: pgmap v6467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:01 smithi172 ceph-mon[103696]: pgmap v6467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:01.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:01.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:02.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:02.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:03 smithi050 ceph-mon[92315]: pgmap v6468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:03 smithi172 ceph-mon[103696]: pgmap v6468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:03.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:03.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:31:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:31:04.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:04.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:05 smithi050 ceph-mon[92315]: pgmap v6469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:05 smithi172 ceph-mon[103696]: pgmap v6469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:05.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:05.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:06.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:06.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:07.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:07 smithi050 ceph-mon[92315]: pgmap v6470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:07 smithi172 ceph-mon[103696]: pgmap v6470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:07.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:07.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:08.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:08.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:09 smithi050 ceph-mon[92315]: pgmap v6471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:31:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:09 smithi172 ceph-mon[103696]: pgmap v6471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:31:09.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:09.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:10.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:10.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:11 smithi050 ceph-mon[92315]: pgmap v6472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:11 smithi172 ceph-mon[103696]: pgmap v6472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:11.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:11.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:12.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:12.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:13 smithi050 ceph-mon[92315]: pgmap v6473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:13 smithi172 ceph-mon[103696]: pgmap v6473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:13.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:13.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:14.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:14.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:15 smithi050 ceph-mon[92315]: pgmap v6474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:15 smithi172 ceph-mon[103696]: pgmap v6474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:15.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:15.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:31:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:31:16.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:16.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:17.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:17 smithi050 ceph-mon[92315]: pgmap v6475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:17.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:17 smithi172 ceph-mon[103696]: pgmap v6475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:17.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:17.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:18.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:18.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:19 smithi050 ceph-mon[92315]: pgmap v6476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:31:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:31:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:19 smithi172 ceph-mon[103696]: pgmap v6476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:31:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:31:19.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:19.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:20.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:20.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:21.735 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:21 smithi172 ceph-mon[103696]: pgmap v6477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:21 smithi050 ceph-mon[92315]: pgmap v6477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:21.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:21.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:22.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:22.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:23 smithi050 ceph-mon[92315]: pgmap v6478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:23 smithi172 ceph-mon[103696]: pgmap v6478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:23.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:23.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:31:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:31:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:31:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:31:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:31:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:31:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:31:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:31:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:31:24.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:31:24.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:31:24.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:31:24.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:31:24.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:31:24.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:31:24.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:31:24.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:31:24.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:31:24.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:24.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:25.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:25 smithi050 ceph-mon[92315]: pgmap v6479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:25 smithi172 ceph-mon[103696]: pgmap v6479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:25.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:25.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:26.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:26.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:27 smithi050 ceph-mon[92315]: pgmap v6480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:27 smithi172 ceph-mon[103696]: pgmap v6480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:27.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:27.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:28.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:28.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:29 smithi050 ceph-mon[92315]: pgmap v6481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:31:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:29 smithi172 ceph-mon[103696]: pgmap v6481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:31:29.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:29.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:30.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:30.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:31.841 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:31 smithi172 ceph-mon[103696]: pgmap v6482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:31 smithi050 ceph-mon[92315]: pgmap v6482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:31.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:31.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:32.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:32.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:33 smithi050 ceph-mon[92315]: pgmap v6483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:33.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:33 smithi172 ceph-mon[103696]: pgmap v6483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:33.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:33.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:31:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:31:34.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:34.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:35 smithi050 ceph-mon[92315]: pgmap v6484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:35 smithi172 ceph-mon[103696]: pgmap v6484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:35.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:35.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:37.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:37.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:37 smithi050 ceph-mon[92315]: pgmap v6485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:37 smithi172 ceph-mon[103696]: pgmap v6485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:38.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:38.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:39.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:39.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:39 smithi050 ceph-mon[92315]: pgmap v6486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:31:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:39 smithi172 ceph-mon[103696]: pgmap v6486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:31:40.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:40.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:41.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:41.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:41 smithi050 ceph-mon[92315]: pgmap v6487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:41.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:41 smithi172 ceph-mon[103696]: pgmap v6487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:42.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:42.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:43.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:43.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:43 smithi050 ceph-mon[92315]: pgmap v6488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:43 smithi172 ceph-mon[103696]: pgmap v6488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:44.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:44.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:45.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:45.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:45 smithi050 ceph-mon[92315]: pgmap v6489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:45 smithi172 ceph-mon[103696]: pgmap v6489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:46.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:46.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:47.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:47.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:47 smithi050 ceph-mon[92315]: pgmap v6490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:47 smithi172 ceph-mon[103696]: pgmap v6490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:48.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:48.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:49.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:49.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:49 smithi050 ceph-mon[92315]: pgmap v6491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:31:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:31:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:49 smithi172 ceph-mon[103696]: pgmap v6491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:31:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:31:50.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:50.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:51.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:51.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:51 smithi050 ceph-mon[92315]: pgmap v6492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:51 smithi172 ceph-mon[103696]: pgmap v6492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:52.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:52.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:53.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:53.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:53 smithi050 ceph-mon[92315]: pgmap v6493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:53 smithi172 ceph-mon[103696]: pgmap v6493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:54.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:54.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:55.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:55.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:55 smithi050 ceph-mon[92315]: pgmap v6494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:55 smithi172 ceph-mon[103696]: pgmap v6494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:56.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:56.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:57.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:57.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:57 smithi050 ceph-mon[92315]: pgmap v6495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:57 smithi172 ceph-mon[103696]: pgmap v6495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:31:58.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:58.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:59.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:31:59.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:31:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:31:59 smithi050 ceph-mon[92315]: pgmap v6496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:31:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:31:59 smithi172 ceph-mon[103696]: pgmap v6496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:32:00.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:00.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:01.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:01.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:01 smithi050 ceph-mon[92315]: pgmap v6497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:01 smithi172 ceph-mon[103696]: pgmap v6497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:02.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:02.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:03.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:03.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:03 smithi050 ceph-mon[92315]: pgmap v6498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:03 smithi172 ceph-mon[103696]: pgmap v6498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:04.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:04.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:32:05.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:05.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:32:05.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:05 smithi172 ceph-mon[103696]: pgmap v6499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:06.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:06.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:05 smithi050 ceph-mon[92315]: pgmap v6499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:07.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:07.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:07 smithi172 ceph-mon[103696]: pgmap v6500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:08.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:08.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:07 smithi050 ceph-mon[92315]: pgmap v6500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:09.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:09.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:09 smithi172 ceph-mon[103696]: pgmap v6501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:32:10.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:10.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:09 smithi050 ceph-mon[92315]: pgmap v6501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:32:11.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:11.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:11.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:11 smithi172 ceph-mon[103696]: pgmap v6502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:12.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:12.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:11 smithi050 ceph-mon[92315]: pgmap v6502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:13.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:13.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:13 smithi172 ceph-mon[103696]: pgmap v6503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:14.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:14.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:13 smithi050 ceph-mon[92315]: pgmap v6503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:15.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:15.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:15 smithi172 ceph-mon[103696]: pgmap v6504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:16.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:16.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:15 smithi050 ceph-mon[92315]: pgmap v6504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:17.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:17.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:17 smithi172 ceph-mon[103696]: pgmap v6505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:18.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:18.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:17 smithi050 ceph-mon[92315]: pgmap v6505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:19.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:19.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:19 smithi172 ceph-mon[103696]: pgmap v6506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:32:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:32:20.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:20.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:19 smithi050 ceph-mon[92315]: pgmap v6506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:32:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:32:21.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:21.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:22.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:22.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:21 smithi050 ceph-mon[92315]: pgmap v6507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:21 smithi172 ceph-mon[103696]: pgmap v6507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:23.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:23.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:23.891 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:23 smithi050 ceph-mon[92315]: pgmap v6508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:24.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:24.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:24.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:23 smithi172 ceph-mon[103696]: pgmap v6508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:25.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:25.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:32:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:32:26.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:26.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:25 smithi050 ceph-mon[92315]: pgmap v6509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:32:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:32:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:32:26.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:32:26.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:32:26.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:32:26.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:32:26.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:32:26.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:32:26.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:25 smithi172 ceph-mon[103696]: pgmap v6509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:26.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:32:26.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:32:26.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:32:26.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:32:26.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:32:26.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:32:26.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:32:26.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:32:26.128 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:32:27.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:27.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:27 smithi172 ceph-mon[103696]: pgmap v6510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:28.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:28.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:27 smithi050 ceph-mon[92315]: pgmap v6510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:29.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:29.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:30.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:30.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:29 smithi050 ceph-mon[92315]: pgmap v6511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:32:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:29 smithi172 ceph-mon[103696]: pgmap v6511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:32:31.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:31.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:32.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:32.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:31 smithi050 ceph-mon[92315]: pgmap v6512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:31 smithi172 ceph-mon[103696]: pgmap v6512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:33.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:33.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:34.006 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:33 smithi050 ceph-mon[92315]: pgmap v6513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:34.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:34.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:33 smithi172 ceph-mon[103696]: pgmap v6513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:32:35.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:35.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:32:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:35 smithi050 ceph-mon[92315]: pgmap v6514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:36.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:36.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:35 smithi172 ceph-mon[103696]: pgmap v6514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:37.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:37.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:37 smithi172 ceph-mon[103696]: pgmap v6515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:37 smithi050 ceph-mon[92315]: pgmap v6515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:38.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:38.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:39.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:39.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:39 smithi050 ceph-mon[92315]: pgmap v6516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:32:40.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:40.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:39 smithi172 ceph-mon[103696]: pgmap v6516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:32:41.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:41.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:41 smithi050 ceph-mon[92315]: pgmap v6517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:42.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:42.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:41 smithi172 ceph-mon[103696]: pgmap v6517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:43.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:43.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:43 smithi050 ceph-mon[92315]: pgmap v6518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:44.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:44.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:43 smithi172 ceph-mon[103696]: pgmap v6518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:45.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:45.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:45 smithi050 ceph-mon[92315]: pgmap v6519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:46.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:46.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:45 smithi172 ceph-mon[103696]: pgmap v6519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:47.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:47.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:47 smithi050 ceph-mon[92315]: pgmap v6520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:48.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:48.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:47 smithi172 ceph-mon[103696]: pgmap v6520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:49.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:49.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:49 smithi050 ceph-mon[92315]: pgmap v6521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:32:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:32:50.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:50.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:49 smithi172 ceph-mon[103696]: pgmap v6521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:32:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:32:51.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:51.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:51 smithi050 ceph-mon[92315]: pgmap v6522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:51 smithi172 ceph-mon[103696]: pgmap v6522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:52.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:52.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:53.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:53.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:53 smithi050 ceph-mon[92315]: pgmap v6523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:53 smithi172 ceph-mon[103696]: pgmap v6523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:54.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:54.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:55.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:55.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:56.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:55 smithi050 ceph-mon[92315]: pgmap v6524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:55 smithi172 ceph-mon[103696]: pgmap v6524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:56.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:56.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:57.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:57.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:57 smithi050 ceph-mon[92315]: pgmap v6525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:57 smithi172 ceph-mon[103696]: pgmap v6525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:32:58.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:58.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:32:59.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:32:59.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:32:59 smithi050 ceph-mon[92315]: pgmap v6526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:33:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:32:59 smithi172 ceph-mon[103696]: pgmap v6526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:33:00.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:00.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:01.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:01.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:01 smithi050 ceph-mon[92315]: pgmap v6527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:01 smithi172 ceph-mon[103696]: pgmap v6527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:02.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:02.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:03.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:03.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:03 smithi050 ceph-mon[92315]: pgmap v6528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:03 smithi172 ceph-mon[103696]: pgmap v6528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:04.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:04.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:33:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:33:05.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:05.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:05 smithi050 ceph-mon[92315]: pgmap v6529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:05 smithi172 ceph-mon[103696]: pgmap v6529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:06.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:06.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:07.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:07.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:07 smithi050 ceph-mon[92315]: pgmap v6530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:07 smithi172 ceph-mon[103696]: pgmap v6530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:08.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:08.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:09.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:09.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:09 smithi050 ceph-mon[92315]: pgmap v6531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:33:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:09 smithi172 ceph-mon[103696]: pgmap v6531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:33:10.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:10.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:11.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:11.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:12.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:11 smithi050 ceph-mon[92315]: pgmap v6532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:11 smithi172 ceph-mon[103696]: pgmap v6532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:12.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:12.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:13.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:13.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:13 smithi050 ceph-mon[92315]: pgmap v6533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:13 smithi172 ceph-mon[103696]: pgmap v6533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:14.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:14.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:15.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:15.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:15 smithi050 ceph-mon[92315]: pgmap v6534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:15 smithi172 ceph-mon[103696]: pgmap v6534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:16.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:16.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:17.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:17.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:17 smithi050 ceph-mon[92315]: pgmap v6535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:18.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:17 smithi172 ceph-mon[103696]: pgmap v6535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:18.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:18.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:19.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:19.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:19 smithi050 ceph-mon[92315]: pgmap v6536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:33:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:33:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:19 smithi172 ceph-mon[103696]: pgmap v6536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:33:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:33:20.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:20.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:21.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:21.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:21 smithi050 ceph-mon[92315]: pgmap v6537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:21 smithi172 ceph-mon[103696]: pgmap v6537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:22.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:22.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:23.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:23.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:23 smithi050 ceph-mon[92315]: pgmap v6538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:23 smithi172 ceph-mon[103696]: pgmap v6538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:24.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:24.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:25.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:25.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:25 smithi050 ceph-mon[92315]: pgmap v6539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:25 smithi172 ceph-mon[103696]: pgmap v6539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:26.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:26.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:33:27.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:33:27.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:33:27.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:33:27.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:33:27.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:33:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:33:27.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:33:27.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:33:27.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:33:27.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:33:27.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:33:27.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:27.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:28.048 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:27 smithi172 ceph-mon[103696]: pgmap v6540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:27 smithi050 ceph-mon[92315]: pgmap v6540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:28.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:28.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:29.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:29.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:29 smithi050 ceph-mon[92315]: pgmap v6541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:33:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:29 smithi172 ceph-mon[103696]: pgmap v6541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:33:30.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:30.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:31.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:31.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:31 smithi050 ceph-mon[92315]: pgmap v6542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:31 smithi172 ceph-mon[103696]: pgmap v6542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:32.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:32.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:33.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:33.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:33 smithi050 ceph-mon[92315]: pgmap v6543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:33 smithi172 ceph-mon[103696]: pgmap v6543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:34.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:34.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:33:35.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:33:35.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:35.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:35 smithi050 ceph-mon[92315]: pgmap v6544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:35 smithi172 ceph-mon[103696]: pgmap v6544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:36.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:36.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:37.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:37.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:37 smithi050 ceph-mon[92315]: pgmap v6545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:37 smithi172 ceph-mon[103696]: pgmap v6545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:38.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:38.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:39.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:39.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:39 smithi050 ceph-mon[92315]: pgmap v6546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:33:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:39 smithi172 ceph-mon[103696]: pgmap v6546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:33:40.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:40.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:41.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:41.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:41 smithi050 ceph-mon[92315]: pgmap v6547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:42.130 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:41 smithi172 ceph-mon[103696]: pgmap v6547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:42.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:42.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:43.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:43.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:43 smithi050 ceph-mon[92315]: pgmap v6548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:43 smithi172 ceph-mon[103696]: pgmap v6548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:44.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:44.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:45.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:45.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:45 smithi050 ceph-mon[92315]: pgmap v6549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:45 smithi172 ceph-mon[103696]: pgmap v6549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:46.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:46.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:47.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:47.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:47 smithi050 ceph-mon[92315]: pgmap v6550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:47 smithi172 ceph-mon[103696]: pgmap v6550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:48.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:48.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:49.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:49.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:49 smithi050 ceph-mon[92315]: pgmap v6551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:33:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:33:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:49 smithi172 ceph-mon[103696]: pgmap v6551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:33:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:33:50.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:50.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:51.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:51.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:51 smithi050 ceph-mon[92315]: pgmap v6552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:51 smithi172 ceph-mon[103696]: pgmap v6552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:52.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:52.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:53.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:53.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:53 smithi050 ceph-mon[92315]: pgmap v6553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:53 smithi172 ceph-mon[103696]: pgmap v6553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:54.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:54.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:55.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:55.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:55 smithi050 ceph-mon[92315]: pgmap v6554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:55 smithi172 ceph-mon[103696]: pgmap v6554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:56.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:56.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:57.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:57.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:58.099 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:57 smithi050 ceph-mon[92315]: pgmap v6555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:58.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:57 smithi172 ceph-mon[103696]: pgmap v6555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:33:58.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:58.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:33:59.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:33:59.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:33:59 smithi050 ceph-mon[92315]: pgmap v6556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:34:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:33:59 smithi172 ceph-mon[103696]: pgmap v6556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:34:00.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:00.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:01.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:01.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:01 smithi050 ceph-mon[92315]: pgmap v6557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:01 smithi172 ceph-mon[103696]: pgmap v6557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:02.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:02.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:03.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:03.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:03 smithi050 ceph-mon[92315]: pgmap v6558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:03 smithi172 ceph-mon[103696]: pgmap v6558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:04.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:04.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:34:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:34:05.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:05.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:05 smithi050 ceph-mon[92315]: pgmap v6559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:05 smithi172 ceph-mon[103696]: pgmap v6559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:06.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:06.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:07.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:07.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:07 smithi050 ceph-mon[92315]: pgmap v6560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:07 smithi172 ceph-mon[103696]: pgmap v6560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:08.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:08.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:09.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:09.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:10.094 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:09 smithi050 ceph-mon[92315]: pgmap v6561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:34:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:09 smithi172 ceph-mon[103696]: pgmap v6561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:34:10.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:10.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:11.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:11.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:11 smithi050 ceph-mon[92315]: pgmap v6562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:11 smithi172 ceph-mon[103696]: pgmap v6562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:12.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:12.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:13.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:13.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:13 smithi050 ceph-mon[92315]: pgmap v6563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:13 smithi172 ceph-mon[103696]: pgmap v6563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:14.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:14.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:15.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:15.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:15 smithi050 ceph-mon[92315]: pgmap v6564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:15 smithi172 ceph-mon[103696]: pgmap v6564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:16.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:16.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:17.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:17.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:18.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:17 smithi050 ceph-mon[92315]: pgmap v6565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:17 smithi172 ceph-mon[103696]: pgmap v6565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:18.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:18.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:19.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:19.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:19 smithi050 ceph-mon[92315]: pgmap v6566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:34:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:34:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:19 smithi172 ceph-mon[103696]: pgmap v6566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:34:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:34:20.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:20.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:21.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:21.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:21 smithi050 ceph-mon[92315]: pgmap v6567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:21 smithi172 ceph-mon[103696]: pgmap v6567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:22.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:22.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:23.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:23.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:23.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:23 smithi172 ceph-mon[103696]: pgmap v6568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:23 smithi050 ceph-mon[92315]: pgmap v6568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:24.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:24.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:25.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:25.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:25 smithi050 ceph-mon[92315]: pgmap v6569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:25 smithi172 ceph-mon[103696]: pgmap v6569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:26.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:26.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:34:27.260 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:34:27.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:27.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:28.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:27 smithi050 ceph-mon[92315]: pgmap v6570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:28.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:34:28.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:34:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:27 smithi172 ceph-mon[103696]: pgmap v6570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:28.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:34:28.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:34:28.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:28.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:29.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:29.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:30.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:29 smithi172 ceph-mon[103696]: pgmap v6571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:34:30.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:30.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:30.322 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:29 smithi050 ceph-mon[92315]: pgmap v6571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:34:31.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:31.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:31 smithi050 ceph-mon[92315]: pgmap v6572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:32.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:34:32.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:34:32.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:34:32.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:34:32.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:34:32.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:34:32.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:34:32.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:34:32.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:34:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:31 smithi172 ceph-mon[103696]: pgmap v6572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:32.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:34:32.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:34:32.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:34:32.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:34:32.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:34:32.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:34:32.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:34:32.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:34:32.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:34:32.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:32.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:33.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:33.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:33 smithi050 ceph-mon[92315]: pgmap v6573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:33 smithi172 ceph-mon[103696]: pgmap v6573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:34.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:34.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:34:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:34:35.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:35.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:35 smithi050 ceph-mon[92315]: pgmap v6574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:35 smithi172 ceph-mon[103696]: pgmap v6574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:36.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:36.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:37.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:37.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:37 smithi050 ceph-mon[92315]: pgmap v6575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:37 smithi172 ceph-mon[103696]: pgmap v6575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:38.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:38.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:39.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:39.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:39 smithi050 ceph-mon[92315]: pgmap v6576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:34:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:39 smithi172 ceph-mon[103696]: pgmap v6576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:34:40.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:40.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:41.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:41.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:42.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:41 smithi050 ceph-mon[92315]: pgmap v6577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:41 smithi172 ceph-mon[103696]: pgmap v6577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:42.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:42.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:43.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:43.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:43 smithi050 ceph-mon[92315]: pgmap v6578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:43 smithi172 ceph-mon[103696]: pgmap v6578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:44.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:44.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:45.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:45.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:45 smithi050 ceph-mon[92315]: pgmap v6579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:45 smithi172 ceph-mon[103696]: pgmap v6579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:46.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:46.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:47.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:47.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:47 smithi050 ceph-mon[92315]: pgmap v6580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:47 smithi172 ceph-mon[103696]: pgmap v6580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:48.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:48.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:49.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:49.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:49 smithi050 ceph-mon[92315]: pgmap v6581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:34:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:34:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:49 smithi172 ceph-mon[103696]: pgmap v6581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:34:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:34:50.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:50.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:51.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:51.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:51 smithi050 ceph-mon[92315]: pgmap v6582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:51 smithi172 ceph-mon[103696]: pgmap v6582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:52.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:52.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:53.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:53.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:53 smithi050 ceph-mon[92315]: pgmap v6583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:53 smithi172 ceph-mon[103696]: pgmap v6583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:54.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:54.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:55.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:55.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:55 smithi050 ceph-mon[92315]: pgmap v6584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:55 smithi172 ceph-mon[103696]: pgmap v6584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:56.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:56.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:57.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:57.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:57 smithi050 ceph-mon[92315]: pgmap v6585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:57 smithi172 ceph-mon[103696]: pgmap v6585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:34:58.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:58.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:34:59.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:34:59.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:00.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:34:59 smithi050 ceph-mon[92315]: pgmap v6586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:35:00.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:34:59 smithi172 ceph-mon[103696]: pgmap v6586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:35:00.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:00.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:01.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:01.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:01 smithi050 ceph-mon[92315]: pgmap v6587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:01 smithi172 ceph-mon[103696]: pgmap v6587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:02.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:02.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:03.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:03.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:03 smithi050 ceph-mon[92315]: pgmap v6588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:03 smithi172 ceph-mon[103696]: pgmap v6588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:04.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:04.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:05.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:35:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:35:05.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:05.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:05 smithi050 ceph-mon[92315]: pgmap v6589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:05 smithi172 ceph-mon[103696]: pgmap v6589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:06.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:06.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:07.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:07.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:07 smithi172 ceph-mon[103696]: pgmap v6590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:07 smithi050 ceph-mon[92315]: pgmap v6590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:08.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:08.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:09.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:09.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:09 smithi172 ceph-mon[103696]: pgmap v6591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:35:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:09 smithi050 ceph-mon[92315]: pgmap v6591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:35:10.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:10.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:11.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:11.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:12.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:11 smithi172 ceph-mon[103696]: pgmap v6592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:11 smithi050 ceph-mon[92315]: pgmap v6592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:12.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:12.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:13.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:13.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:13 smithi172 ceph-mon[103696]: pgmap v6593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:14.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:13 smithi050 ceph-mon[92315]: pgmap v6593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:14.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:14.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:15.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:15.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:15 smithi050 ceph-mon[92315]: pgmap v6594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:16.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:15 smithi172 ceph-mon[103696]: pgmap v6594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:16.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:16.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:17.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:17.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:17 smithi172 ceph-mon[103696]: pgmap v6595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:17 smithi050 ceph-mon[92315]: pgmap v6595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:18.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:18.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:19.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:19.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:19 smithi172 ceph-mon[103696]: pgmap v6596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:35:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:35:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:19 smithi050 ceph-mon[92315]: pgmap v6596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:35:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:35:20.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:20.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:21.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:21.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:21 smithi050 ceph-mon[92315]: pgmap v6597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:21 smithi172 ceph-mon[103696]: pgmap v6597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:22.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:22.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:22 smithi050 ceph-mon[92315]: pgmap v6598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:22 smithi172 ceph-mon[103696]: pgmap v6598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:23.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:23.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:24.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:24.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:25 smithi050 ceph-mon[92315]: pgmap v6599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:25 smithi172 ceph-mon[103696]: pgmap v6599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:25.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:25.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:26.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:26.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:27.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:27.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:27 smithi050 ceph-mon[92315]: pgmap v6600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:27 smithi172 ceph-mon[103696]: pgmap v6600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:28.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:28.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:29.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:29.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:29 smithi172 ceph-mon[103696]: pgmap v6601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:35:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:29 smithi050 ceph-mon[92315]: pgmap v6601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:35:30.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:30.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:31.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:31.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:31 smithi050 ceph-mon[92315]: pgmap v6602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:31 smithi172 ceph-mon[103696]: pgmap v6602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:32.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:32.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:35:32.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:35:32.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:35:32.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:35:32.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:35:32.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:35:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:35:32.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:35:32.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:35:32.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:35:32.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:35:32.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:35:33.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:33.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:33 smithi050 ceph-mon[92315]: pgmap v6603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:33.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:33 smithi172 ceph-mon[103696]: pgmap v6603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:34.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:34.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:35:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:35:35.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:35.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:35 smithi050 ceph-mon[92315]: pgmap v6604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:35 smithi172 ceph-mon[103696]: pgmap v6604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:36.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:36.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:37.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:37.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:37 smithi050 ceph-mon[92315]: pgmap v6605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:37 smithi172 ceph-mon[103696]: pgmap v6605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:38.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:38.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:39.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:39.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:39 smithi050 ceph-mon[92315]: pgmap v6606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:35:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:39 smithi172 ceph-mon[103696]: pgmap v6606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:35:40.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:40.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:41.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:41.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:41 smithi050 ceph-mon[92315]: pgmap v6607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:41.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:41 smithi172 ceph-mon[103696]: pgmap v6607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:42.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:42.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:43.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:43.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:43 smithi050 ceph-mon[92315]: pgmap v6608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:43 smithi172 ceph-mon[103696]: pgmap v6608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:44.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:44.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:45.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:45.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:45 smithi050 ceph-mon[92315]: pgmap v6609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:45 smithi172 ceph-mon[103696]: pgmap v6609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:46.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:46.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:47.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:47.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:47 smithi050 ceph-mon[92315]: pgmap v6610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:47 smithi172 ceph-mon[103696]: pgmap v6610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:48.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:48.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:49.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:49.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:49 smithi050 ceph-mon[92315]: pgmap v6611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:35:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:35:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:49 smithi172 ceph-mon[103696]: pgmap v6611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:35:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:35:50.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:50.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:51.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:51.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:51 smithi050 ceph-mon[92315]: pgmap v6612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:51 smithi172 ceph-mon[103696]: pgmap v6612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:52.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:52.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:53.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:53.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:53 smithi050 ceph-mon[92315]: pgmap v6613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:53.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:53 smithi172 ceph-mon[103696]: pgmap v6613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:54.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:54.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:55.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:55.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:55.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:55 smithi050 ceph-mon[92315]: pgmap v6614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:55 smithi172 ceph-mon[103696]: pgmap v6614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:56.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:56.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:57.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:57.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:57 smithi050 ceph-mon[92315]: pgmap v6615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:57.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:57 smithi172 ceph-mon[103696]: pgmap v6615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:35:58.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:58.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:59.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:35:59.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:35:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:35:59 smithi050 ceph-mon[92315]: pgmap v6616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:35:59.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:35:59 smithi172 ceph-mon[103696]: pgmap v6616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:36:00.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:00.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:01.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:01.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:01 smithi050 ceph-mon[92315]: pgmap v6617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:01 smithi172 ceph-mon[103696]: pgmap v6617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:02.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:02.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:03.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:03.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:03 smithi050 ceph-mon[92315]: pgmap v6618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:03 smithi172 ceph-mon[103696]: pgmap v6618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:04.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:04.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:36:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:36:05.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:05.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:05 smithi050 ceph-mon[92315]: pgmap v6619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:05 smithi172 ceph-mon[103696]: pgmap v6619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:06.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:06.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:07.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:07.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:07 smithi050 ceph-mon[92315]: pgmap v6620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:07 smithi172 ceph-mon[103696]: pgmap v6620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:08.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:08.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:09.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:09.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:09 smithi050 ceph-mon[92315]: pgmap v6621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:36:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:09 smithi172 ceph-mon[103696]: pgmap v6621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:36:10.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:10.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:11.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:11.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:11 smithi050 ceph-mon[92315]: pgmap v6622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:11 smithi172 ceph-mon[103696]: pgmap v6622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:12.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:12.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:13.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:13.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:13 smithi050 ceph-mon[92315]: pgmap v6623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:13 smithi172 ceph-mon[103696]: pgmap v6623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:14.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:14.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:15.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:15.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:15.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:15 smithi050 ceph-mon[92315]: pgmap v6624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:15 smithi172 ceph-mon[103696]: pgmap v6624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:16.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:16.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:17.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:17.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:17 smithi050 ceph-mon[92315]: pgmap v6625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:17 smithi172 ceph-mon[103696]: pgmap v6625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:18.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:18.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:19.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:19.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:19.846 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:19 smithi172 ceph-mon[103696]: pgmap v6626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:36:19.846 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:36:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:19 smithi050 ceph-mon[92315]: pgmap v6626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:36:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:36:20.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:20.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:21.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:21.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:21 smithi050 ceph-mon[92315]: pgmap v6627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:21 smithi172 ceph-mon[103696]: pgmap v6627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:22.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:22.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:23.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:23.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:23.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:23 smithi050 ceph-mon[92315]: pgmap v6628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:23.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:23 smithi172 ceph-mon[103696]: pgmap v6628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:24.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:24.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:25.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:25.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:25 smithi050 ceph-mon[92315]: pgmap v6629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:25 smithi172 ceph-mon[103696]: pgmap v6629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:26.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:26.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:27.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:27.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:27 smithi050 ceph-mon[92315]: pgmap v6630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:27 smithi172 ceph-mon[103696]: pgmap v6630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:28.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:28.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:29.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:29.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:29 smithi050 ceph-mon[92315]: pgmap v6631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:36:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:29 smithi172 ceph-mon[103696]: pgmap v6631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:36:30.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:30.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:31.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:31.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:31 smithi050 ceph-mon[92315]: pgmap v6632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:31.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:31 smithi172 ceph-mon[103696]: pgmap v6632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:32.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:32.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:36:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:36:33.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:33.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:33 smithi050 ceph-mon[92315]: pgmap v6633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:33.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:36:33.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:36:33.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:36:33.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:36:33.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:36:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:33 smithi172 ceph-mon[103696]: pgmap v6633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:36:33.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:36:33.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:36:33.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:36:33.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:36:34.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:34.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:36:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:36:35.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:35.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:35 smithi050 ceph-mon[92315]: pgmap v6634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:35 smithi172 ceph-mon[103696]: pgmap v6634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:36.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:36.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:37.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:37.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:37 smithi050 ceph-mon[92315]: pgmap v6635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:37 smithi172 ceph-mon[103696]: pgmap v6635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:38.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:38.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:39.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:39.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:39 smithi050 ceph-mon[92315]: pgmap v6636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:36:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:39 smithi172 ceph-mon[103696]: pgmap v6636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:36:40.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:40.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:41.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:41.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:41 smithi172 ceph-mon[103696]: pgmap v6637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:41 smithi050 ceph-mon[92315]: pgmap v6637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:42.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:42.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:43.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:43.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:43.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:43 smithi172 ceph-mon[103696]: pgmap v6638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:43 smithi050 ceph-mon[92315]: pgmap v6638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:44.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:44.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:45.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:45.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:45 smithi172 ceph-mon[103696]: pgmap v6639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:45 smithi050 ceph-mon[92315]: pgmap v6639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:46.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:46.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:47.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:47.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:47 smithi172 ceph-mon[103696]: pgmap v6640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:47 smithi050 ceph-mon[92315]: pgmap v6640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:48.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:48.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:49.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:49.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:49 smithi172 ceph-mon[103696]: pgmap v6641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:36:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:36:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:49 smithi050 ceph-mon[92315]: pgmap v6641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:36:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:36:50.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:50.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:51.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:51.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:51 smithi172 ceph-mon[103696]: pgmap v6642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:51.928 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:51 smithi050 ceph-mon[92315]: pgmap v6642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:52.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:52.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:53.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:53.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:53.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:53 smithi172 ceph-mon[103696]: pgmap v6643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:53 smithi050 ceph-mon[92315]: pgmap v6643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:54.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:54.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:55.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:55.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:55 smithi172 ceph-mon[103696]: pgmap v6644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:55 smithi050 ceph-mon[92315]: pgmap v6644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:56.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:56.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:57.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:57.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:57.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:57 smithi172 ceph-mon[103696]: pgmap v6645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:57 smithi050 ceph-mon[92315]: pgmap v6645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:36:58.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:58.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:36:59.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:36:59.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:36:59 smithi050 ceph-mon[92315]: pgmap v6646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:37:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:36:59 smithi172 ceph-mon[103696]: pgmap v6646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:37:00.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:00.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:01.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:01.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:02.042 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:01 smithi050 ceph-mon[92315]: pgmap v6647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:02.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:01 smithi172 ceph-mon[103696]: pgmap v6647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:02.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:02.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:03.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:03.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:03 smithi050 ceph-mon[92315]: pgmap v6648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:03 smithi172 ceph-mon[103696]: pgmap v6648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:04.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:04.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:37:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:37:05.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:05.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:05 smithi050 ceph-mon[92315]: pgmap v6649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:05 smithi172 ceph-mon[103696]: pgmap v6649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:06.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:06.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:07.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:07.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:07 smithi050 ceph-mon[92315]: pgmap v6650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:07 smithi172 ceph-mon[103696]: pgmap v6650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:08.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:08.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:09.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:09.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:09 smithi050 ceph-mon[92315]: pgmap v6651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:37:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:09 smithi172 ceph-mon[103696]: pgmap v6651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:37:10.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:10.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:11.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:11.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:11 smithi050 ceph-mon[92315]: pgmap v6652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:11 smithi172 ceph-mon[103696]: pgmap v6652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:12.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:12.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:13.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:13.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:13 smithi050 ceph-mon[92315]: pgmap v6653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:13 smithi172 ceph-mon[103696]: pgmap v6653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:14.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:14.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:15.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:15.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:15 smithi172 ceph-mon[103696]: pgmap v6654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:15 smithi050 ceph-mon[92315]: pgmap v6654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:16.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:16.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:17.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:17.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:18.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:17 smithi050 ceph-mon[92315]: pgmap v6655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:17 smithi172 ceph-mon[103696]: pgmap v6655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:18.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:18.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:19.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:19.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:19 smithi050 ceph-mon[92315]: pgmap v6656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:37:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:37:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:19 smithi172 ceph-mon[103696]: pgmap v6656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:37:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:37:20.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:20.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:21.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:21.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:21 smithi050 ceph-mon[92315]: pgmap v6657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:21 smithi172 ceph-mon[103696]: pgmap v6657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:22.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:22.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:23.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:23.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:23 smithi050 ceph-mon[92315]: pgmap v6658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:23 smithi172 ceph-mon[103696]: pgmap v6658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:24.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:24.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:25.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:25.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:25.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:25 smithi172 ceph-mon[103696]: pgmap v6659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:25 smithi050 ceph-mon[92315]: pgmap v6659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:26.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:26.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:27.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:27.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:27 smithi050 ceph-mon[92315]: pgmap v6660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:27 smithi172 ceph-mon[103696]: pgmap v6660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:28.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:28.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:29.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:29.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:29 smithi050 ceph-mon[92315]: pgmap v6661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:37:30.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:29 smithi172 ceph-mon[103696]: pgmap v6661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:37:30.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:30.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:31.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:31.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:31 smithi050 ceph-mon[92315]: pgmap v6662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:31 smithi172 ceph-mon[103696]: pgmap v6662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:32.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:32.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:33.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:33.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:34.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:33 smithi050 ceph-mon[92315]: pgmap v6663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:34.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:37:34.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:37:34.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:37:34.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:37:34.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:37:34.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:37:34.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:33 smithi172 ceph-mon[103696]: pgmap v6663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:34.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:37:34.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:37:34.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:37:34.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:37:34.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:37:34.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:37:34.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:34.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:37:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:37:35.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:35.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:35 smithi050 ceph-mon[92315]: pgmap v6664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:35 smithi172 ceph-mon[103696]: pgmap v6664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:36.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:36.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:37.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:37.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:37 smithi050 ceph-mon[92315]: pgmap v6665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:38.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:37 smithi172 ceph-mon[103696]: pgmap v6665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:38.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:38.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:39.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:39.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:39 smithi050 ceph-mon[92315]: pgmap v6666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:37:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:39 smithi172 ceph-mon[103696]: pgmap v6666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:37:40.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:40.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:41.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:41.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:41 smithi050 ceph-mon[92315]: pgmap v6667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:41 smithi172 ceph-mon[103696]: pgmap v6667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:42.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:42.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:43.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:43.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:44.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:43 smithi050 ceph-mon[92315]: pgmap v6668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:43 smithi172 ceph-mon[103696]: pgmap v6668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:44.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:44.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:45.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:45.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:45 smithi050 ceph-mon[92315]: pgmap v6669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:45 smithi172 ceph-mon[103696]: pgmap v6669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:46.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:46.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:47.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:47.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:47 smithi050 ceph-mon[92315]: pgmap v6670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:47 smithi172 ceph-mon[103696]: pgmap v6670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:48.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:48.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:49.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:49.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:49 smithi050 ceph-mon[92315]: pgmap v6671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:37:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:37:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:49 smithi172 ceph-mon[103696]: pgmap v6671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:37:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:37:50.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:50.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:51.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:51.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:51 smithi050 ceph-mon[92315]: pgmap v6672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:51 smithi172 ceph-mon[103696]: pgmap v6672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:52.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:52.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:53.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:53.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:53 smithi050 ceph-mon[92315]: pgmap v6673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:53 smithi172 ceph-mon[103696]: pgmap v6673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:54.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:54.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:55.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:55.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:55 smithi050 ceph-mon[92315]: pgmap v6674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:55 smithi172 ceph-mon[103696]: pgmap v6674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:56.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:56.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:57.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:57.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:57 smithi050 ceph-mon[92315]: pgmap v6675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:58.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:57 smithi172 ceph-mon[103696]: pgmap v6675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:37:58.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:58.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:37:59.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:37:59.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:37:59 smithi050 ceph-mon[92315]: pgmap v6676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:38:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:37:59 smithi172 ceph-mon[103696]: pgmap v6676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:38:00.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:00.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:01.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:01.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:01 smithi050 ceph-mon[92315]: pgmap v6677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:01 smithi172 ceph-mon[103696]: pgmap v6677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:02.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:02.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:03.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:03.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:03 smithi050 ceph-mon[92315]: pgmap v6678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:03 smithi172 ceph-mon[103696]: pgmap v6678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:04.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:04.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:38:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:38:05.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:05.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:05 smithi050 ceph-mon[92315]: pgmap v6679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:05 smithi172 ceph-mon[103696]: pgmap v6679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:06.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:06.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:07.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:07.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:07 smithi050 ceph-mon[92315]: pgmap v6680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:07 smithi172 ceph-mon[103696]: pgmap v6680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:08.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:08.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:09.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:09.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:09 smithi050 ceph-mon[92315]: pgmap v6681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:38:10.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:09 smithi172 ceph-mon[103696]: pgmap v6681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:38:10.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:10.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:11.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:11.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:11 smithi050 ceph-mon[92315]: pgmap v6682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:11 smithi172 ceph-mon[103696]: pgmap v6682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:12.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:12.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:13.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:13.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:13 smithi050 ceph-mon[92315]: pgmap v6683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:14.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:13 smithi172 ceph-mon[103696]: pgmap v6683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:14.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:14.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:15.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:15.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:16.064 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:15 smithi172 ceph-mon[103696]: pgmap v6684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:15 smithi050 ceph-mon[92315]: pgmap v6684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:16.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:16.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:17.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:17.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:18.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:17 smithi050 ceph-mon[92315]: pgmap v6685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:17 smithi172 ceph-mon[103696]: pgmap v6685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:18.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:18.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:19.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:19.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:19 smithi050 ceph-mon[92315]: pgmap v6686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:38:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:38:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:19 smithi172 ceph-mon[103696]: pgmap v6686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:38:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:38:20.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:20.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:21.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:21.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:21 smithi050 ceph-mon[92315]: pgmap v6687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:21 smithi172 ceph-mon[103696]: pgmap v6687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:22.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:22.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:23.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:23.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:23 smithi050 ceph-mon[92315]: pgmap v6688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:23 smithi172 ceph-mon[103696]: pgmap v6688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:24.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:24.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:25.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:25.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:25 smithi050 ceph-mon[92315]: pgmap v6689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:25 smithi172 ceph-mon[103696]: pgmap v6689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:26.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:26.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:27.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:27.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:28.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:27 smithi050 ceph-mon[92315]: pgmap v6690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:27 smithi172 ceph-mon[103696]: pgmap v6690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:28.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:28.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:29.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:29.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:29 smithi050 ceph-mon[92315]: pgmap v6691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:38:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:29 smithi172 ceph-mon[103696]: pgmap v6691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:38:30.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:30.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:31.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:31.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:32.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:31 smithi050 ceph-mon[92315]: pgmap v6692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:31 smithi172 ceph-mon[103696]: pgmap v6692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:32.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:32.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:33.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:33.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:33 smithi050 ceph-mon[92315]: pgmap v6693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:34.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:38:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:33 smithi172 ceph-mon[103696]: pgmap v6693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:34.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:38:34.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:34.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:38:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:38:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:38:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:38:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:38:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:38:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:38:35.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:38:35.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:38:35.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:38:35.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:38:35.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:38:35.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:35.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:35 smithi050 ceph-mon[92315]: pgmap v6694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:35 smithi172 ceph-mon[103696]: pgmap v6694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:36.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:36.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:37.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:37.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:37 smithi050 ceph-mon[92315]: pgmap v6695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:37 smithi172 ceph-mon[103696]: pgmap v6695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:38.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:38.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:39.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:39.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:40.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:39 smithi050 ceph-mon[92315]: pgmap v6696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:38:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:39 smithi172 ceph-mon[103696]: pgmap v6696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:38:40.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:40.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:41.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:41.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:41 smithi050 ceph-mon[92315]: pgmap v6697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:42.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:41 smithi172 ceph-mon[103696]: pgmap v6697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:42.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:42.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:43.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:43.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:43 smithi050 ceph-mon[92315]: pgmap v6698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:43 smithi172 ceph-mon[103696]: pgmap v6698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:44.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:44.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:45.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:45.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:45 smithi050 ceph-mon[92315]: pgmap v6699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:45 smithi172 ceph-mon[103696]: pgmap v6699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:46.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:46.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:47.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:47.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:47 smithi050 ceph-mon[92315]: pgmap v6700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:47 smithi172 ceph-mon[103696]: pgmap v6700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:48.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:48.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:49.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:49.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:49 smithi050 ceph-mon[92315]: pgmap v6701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:38:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:38:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:49 smithi172 ceph-mon[103696]: pgmap v6701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:38:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:38:50.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:50.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:51.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:51.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:51 smithi050 ceph-mon[92315]: pgmap v6702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:52.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:51 smithi172 ceph-mon[103696]: pgmap v6702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:52.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:52.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:53.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:53.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:53 smithi050 ceph-mon[92315]: pgmap v6703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:53 smithi172 ceph-mon[103696]: pgmap v6703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:54.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:54.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:55.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:55.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:55 smithi050 ceph-mon[92315]: pgmap v6704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:55 smithi172 ceph-mon[103696]: pgmap v6704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:56.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:56.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:57.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:57.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:57 smithi050 ceph-mon[92315]: pgmap v6705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:57 smithi172 ceph-mon[103696]: pgmap v6705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:38:58.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:58.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:38:59.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:38:59.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:38:59 smithi050 ceph-mon[92315]: pgmap v6706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:39:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:38:59 smithi172 ceph-mon[103696]: pgmap v6706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:39:00.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:00.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:01.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:01.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:01 smithi050 ceph-mon[92315]: pgmap v6707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:01 smithi172 ceph-mon[103696]: pgmap v6707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:02.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:02.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:03.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:03.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:03 smithi050 ceph-mon[92315]: pgmap v6708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:03 smithi172 ceph-mon[103696]: pgmap v6708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:04.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:04.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:39:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:39:05.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:05.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:05 smithi050 ceph-mon[92315]: pgmap v6709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:05 smithi172 ceph-mon[103696]: pgmap v6709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:06.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:06.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:07.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:07.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:07 smithi172 ceph-mon[103696]: pgmap v6710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:07 smithi050 ceph-mon[92315]: pgmap v6710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:08.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:08.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:09.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:09.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:09 smithi172 ceph-mon[103696]: pgmap v6711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:39:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:09 smithi050 ceph-mon[92315]: pgmap v6711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:39:10.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:10.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:11.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:11.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:12.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:11 smithi172 ceph-mon[103696]: pgmap v6712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:11 smithi050 ceph-mon[92315]: pgmap v6712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:12.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:12.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:13.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:13.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:13 smithi172 ceph-mon[103696]: pgmap v6713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:14.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:13 smithi050 ceph-mon[92315]: pgmap v6713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:14.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:14.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:15.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:15.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:15 smithi172 ceph-mon[103696]: pgmap v6714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:15 smithi050 ceph-mon[92315]: pgmap v6714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:16.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:16.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:17.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:17.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:18.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:17 smithi172 ceph-mon[103696]: pgmap v6715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:17 smithi050 ceph-mon[92315]: pgmap v6715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:18.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:18.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:19.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:19.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:19 smithi172 ceph-mon[103696]: pgmap v6716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:39:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:39:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:19 smithi050 ceph-mon[92315]: pgmap v6716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:39:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:39:20.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:20.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:21.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:21.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:21 smithi172 ceph-mon[103696]: pgmap v6717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:21 smithi050 ceph-mon[92315]: pgmap v6717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:22.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:22.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:23.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:23.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:23 smithi050 ceph-mon[92315]: pgmap v6718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:23 smithi172 ceph-mon[103696]: pgmap v6718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:24.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:24.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:25.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:25.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:25 smithi172 ceph-mon[103696]: pgmap v6719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:25 smithi050 ceph-mon[92315]: pgmap v6719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:26.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:26.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:27.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:27.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:27 smithi050 ceph-mon[92315]: pgmap v6720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:28.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:27 smithi172 ceph-mon[103696]: pgmap v6720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:28.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:28.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:29.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:29.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:29 smithi050 ceph-mon[92315]: pgmap v6721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:39:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:29 smithi172 ceph-mon[103696]: pgmap v6721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:39:30.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:30.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:31.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:31.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:32.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:31 smithi172 ceph-mon[103696]: pgmap v6722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:31 smithi050 ceph-mon[92315]: pgmap v6722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:32.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:32.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:33.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:33.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:33 smithi050 ceph-mon[92315]: pgmap v6723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:33 smithi172 ceph-mon[103696]: pgmap v6723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:34.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:34.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:39:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:39:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:39:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:39:35.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:35.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:35 smithi050 ceph-mon[92315]: pgmap v6724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:35 smithi172 ceph-mon[103696]: pgmap v6724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:36.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:36.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:37.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:37.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:37 smithi050 ceph-mon[92315]: pgmap v6725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:37 smithi172 ceph-mon[103696]: pgmap v6725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:38.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:38.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:39.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:39.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:39 smithi050 ceph-mon[92315]: pgmap v6726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:39:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:39:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:39:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:39:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:39:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:39:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:39:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:39:40.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:39 smithi172 ceph-mon[103696]: pgmap v6726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:39:40.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:39:40.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:39:40.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:39:40.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:39:40.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:39:40.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:39:40.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:39:40.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:40.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:41.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:41.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:41 smithi050 ceph-mon[92315]: pgmap v6727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:42.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:41 smithi172 ceph-mon[103696]: pgmap v6727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:42.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:42.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:43.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:43.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:44.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:43 smithi050 ceph-mon[92315]: pgmap v6728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:43 smithi172 ceph-mon[103696]: pgmap v6728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:44.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:44.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:45.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:45.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:45 smithi050 ceph-mon[92315]: pgmap v6729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:45 smithi172 ceph-mon[103696]: pgmap v6729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:46.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:46.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:47.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:47.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:47 smithi050 ceph-mon[92315]: pgmap v6730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:47 smithi172 ceph-mon[103696]: pgmap v6730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:48.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:48.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:49.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:49.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:49 smithi050 ceph-mon[92315]: pgmap v6731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:39:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:39:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:49 smithi172 ceph-mon[103696]: pgmap v6731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:39:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:39:50.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:50.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:51.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:51.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:51 smithi050 ceph-mon[92315]: pgmap v6732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:51 smithi172 ceph-mon[103696]: pgmap v6732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:52.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:52.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:53.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:53.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:54.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:53 smithi050 ceph-mon[92315]: pgmap v6733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:53 smithi172 ceph-mon[103696]: pgmap v6733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:54.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:54.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:55.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:55.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:55 smithi050 ceph-mon[92315]: pgmap v6734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:55 smithi172 ceph-mon[103696]: pgmap v6734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:56.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:56.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:57.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:57.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:57 smithi050 ceph-mon[92315]: pgmap v6735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:57 smithi172 ceph-mon[103696]: pgmap v6735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:39:58.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:58.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:39:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:39:58 smithi050 ceph-mon[92315]: pgmap v6736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:39:59.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:39:58 smithi172 ceph-mon[103696]: pgmap v6736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:39:59.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:39:59.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T17:40:00.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T17:40:00.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:00.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:01 smithi050 ceph-mon[92315]: pgmap v6737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:01 smithi172 ceph-mon[103696]: pgmap v6737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:01.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:01.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:02.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:02.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:03 smithi050 ceph-mon[92315]: pgmap v6738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:03.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:03.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:03.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:03 smithi172 ceph-mon[103696]: pgmap v6738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:40:04.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:04.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:40:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:05 smithi050 ceph-mon[92315]: pgmap v6739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:05.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:05.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:05 smithi172 ceph-mon[103696]: pgmap v6739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:06.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:06.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:07 smithi050 ceph-mon[92315]: pgmap v6740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:07.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:07.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:07 smithi172 ceph-mon[103696]: pgmap v6740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:08.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:08.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:09.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:09 smithi050 ceph-mon[92315]: pgmap v6741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:09.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:09.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:09 smithi172 ceph-mon[103696]: pgmap v6741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:10.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:10.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:11 smithi050 ceph-mon[92315]: pgmap v6742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:11.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:11.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:11 smithi172 ceph-mon[103696]: pgmap v6742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:12.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:12.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:13 smithi050 ceph-mon[92315]: pgmap v6743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:13.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:13.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:13 smithi172 ceph-mon[103696]: pgmap v6743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:14.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:14.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:15 smithi050 ceph-mon[92315]: pgmap v6744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:15.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:15.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:15 smithi172 ceph-mon[103696]: pgmap v6744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:16.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:16.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:17 smithi172 ceph-mon[103696]: pgmap v6745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:17 smithi050 ceph-mon[92315]: pgmap v6745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:17.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:17.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:18.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:18.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:19 smithi050 ceph-mon[92315]: pgmap v6746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:40:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:19 smithi172 ceph-mon[103696]: pgmap v6746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:40:19.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:19.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:20.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:20.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:21 smithi050 ceph-mon[92315]: pgmap v6747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:21 smithi172 ceph-mon[103696]: pgmap v6747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:21.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:21.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:22.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:22.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:23 smithi050 ceph-mon[92315]: pgmap v6748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:23 smithi172 ceph-mon[103696]: pgmap v6748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:23.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:23.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:24.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:24.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:25 smithi050 ceph-mon[92315]: pgmap v6749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:25 smithi172 ceph-mon[103696]: pgmap v6749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:25.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:25.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:26.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:26.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:27 smithi050 ceph-mon[92315]: pgmap v6750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:27 smithi172 ceph-mon[103696]: pgmap v6750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:27.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:27.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:28.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:28.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:29 smithi050 ceph-mon[92315]: pgmap v6751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:29 smithi172 ceph-mon[103696]: pgmap v6751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:29.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:29.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:30.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:30.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:31 smithi050 ceph-mon[92315]: pgmap v6752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:31.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:31 smithi172 ceph-mon[103696]: pgmap v6752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:31.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:31.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:32.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:32.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:33 smithi050 ceph-mon[92315]: pgmap v6753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:33 smithi172 ceph-mon[103696]: pgmap v6753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:33.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:33.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:40:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:40:34.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:34.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:35 smithi050 ceph-mon[92315]: pgmap v6754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:35.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:35 smithi172 ceph-mon[103696]: pgmap v6754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:35.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:35.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:36.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:36.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:37.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:37 smithi050 ceph-mon[92315]: pgmap v6755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:37 smithi172 ceph-mon[103696]: pgmap v6755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:37.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:37.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:38.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:38.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:39 smithi050 ceph-mon[92315]: pgmap v6756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:39 smithi172 ceph-mon[103696]: pgmap v6756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:39.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:39.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:40:40.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:40:40.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:40:40.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:40:40.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:40:40.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:40:40.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:40.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:40:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:40:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:40:41.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:40:41.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:40:41.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:40:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:41 smithi172 ceph-mon[103696]: pgmap v6757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:41.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:41.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:41 smithi050 ceph-mon[92315]: pgmap v6757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:42.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:42.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:43.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:43 smithi172 ceph-mon[103696]: pgmap v6758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:43.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:43.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:43 smithi050 ceph-mon[92315]: pgmap v6758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:44.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:44.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:45 smithi172 ceph-mon[103696]: pgmap v6759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:45.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:45.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:45 smithi050 ceph-mon[92315]: pgmap v6759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:46.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:46.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:47 smithi172 ceph-mon[103696]: pgmap v6760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:47.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:47.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:47 smithi050 ceph-mon[92315]: pgmap v6760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:48.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:48.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:49 smithi172 ceph-mon[103696]: pgmap v6761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:40:49.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:49.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:49 smithi050 ceph-mon[92315]: pgmap v6761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:40:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:40:50.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:50.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:51 smithi172 ceph-mon[103696]: pgmap v6762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:51.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:51.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:51 smithi050 ceph-mon[92315]: pgmap v6762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:52.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:52.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:53.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:53 smithi172 ceph-mon[103696]: pgmap v6763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:53.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:53.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:53 smithi050 ceph-mon[92315]: pgmap v6763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:54.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:54.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:55 smithi172 ceph-mon[103696]: pgmap v6764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:55.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:55.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:55 smithi050 ceph-mon[92315]: pgmap v6764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:56.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:56.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:57.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:57.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:57 smithi050 ceph-mon[92315]: pgmap v6765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:57 smithi172 ceph-mon[103696]: pgmap v6765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:40:58.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:58.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:40:59.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:40:59.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:40:59 smithi050 ceph-mon[92315]: pgmap v6766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:41:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:40:59 smithi172 ceph-mon[103696]: pgmap v6766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:41:00.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:00.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:01.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:01.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:01 smithi050 ceph-mon[92315]: pgmap v6767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:02.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:01 smithi172 ceph-mon[103696]: pgmap v6767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:02.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:02.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:03.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:03.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:03 smithi050 ceph-mon[92315]: pgmap v6768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:03 smithi172 ceph-mon[103696]: pgmap v6768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:04.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:04.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:05.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:41:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:41:05.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:05.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:05 smithi050 ceph-mon[92315]: pgmap v6769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:05 smithi172 ceph-mon[103696]: pgmap v6769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:06.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:06.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:07.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:07.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:07 smithi050 ceph-mon[92315]: pgmap v6770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:07 smithi172 ceph-mon[103696]: pgmap v6770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:08.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:08.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:09.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:09.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:09 smithi050 ceph-mon[92315]: pgmap v6771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:41:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:09 smithi172 ceph-mon[103696]: pgmap v6771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:41:10.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:10.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:11.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:11.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:11 smithi050 ceph-mon[92315]: pgmap v6772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:11 smithi172 ceph-mon[103696]: pgmap v6772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:12.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:12.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:13.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:13.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:13 smithi050 ceph-mon[92315]: pgmap v6773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:13 smithi172 ceph-mon[103696]: pgmap v6773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:14.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:14.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:15.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:15.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:15 smithi050 ceph-mon[92315]: pgmap v6774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:16.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:15 smithi172 ceph-mon[103696]: pgmap v6774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:16.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:16.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:17.961 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:17 smithi172 ceph-mon[103696]: pgmap v6775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:17.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:17.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:17 smithi050 ceph-mon[92315]: pgmap v6775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:18.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:18.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:19.971 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:19 smithi050 ceph-mon[92315]: pgmap v6776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:41:19.971 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:41:19.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:19.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:19 smithi172 ceph-mon[103696]: pgmap v6776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:41:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:41:20.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:20.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:21.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:21.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:21 smithi050 ceph-mon[92315]: pgmap v6777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:21 smithi172 ceph-mon[103696]: pgmap v6777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:22.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:22.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:23.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:23.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:23 smithi050 ceph-mon[92315]: pgmap v6778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:23 smithi172 ceph-mon[103696]: pgmap v6778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:24.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:24.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:25.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:25.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:25 smithi050 ceph-mon[92315]: pgmap v6779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:25 smithi172 ceph-mon[103696]: pgmap v6779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:26.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:26.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:27.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:27.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:28.065 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:27 smithi172 ceph-mon[103696]: pgmap v6780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:27 smithi050 ceph-mon[92315]: pgmap v6780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:28.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:29.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:30.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:30.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:30.085 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:29 smithi050 ceph-mon[92315]: pgmap v6781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:41:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:29 smithi172 ceph-mon[103696]: pgmap v6781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:41:31.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:31.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:32.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:32.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:31 smithi050 ceph-mon[92315]: pgmap v6782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:31 smithi172 ceph-mon[103696]: pgmap v6782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:33.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:33.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:34.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:34.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:33 smithi050 ceph-mon[92315]: pgmap v6783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:34.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:33 smithi172 ceph-mon[103696]: pgmap v6783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:35.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:35.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:41:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:41:36.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:36.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:35 smithi050 ceph-mon[92315]: pgmap v6784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:35 smithi172 ceph-mon[103696]: pgmap v6784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:37.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:37.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:38.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:38.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:37 smithi050 ceph-mon[92315]: pgmap v6785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:37 smithi172 ceph-mon[103696]: pgmap v6785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:39.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:39.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:40.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:40.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:39 smithi050 ceph-mon[92315]: pgmap v6786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:41:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:39 smithi172 ceph-mon[103696]: pgmap v6786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:41:41.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:41.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:41:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:41:42.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:42.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:41 smithi050 ceph-mon[92315]: pgmap v6787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:41 smithi172 ceph-mon[103696]: pgmap v6787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:43.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:43.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:44.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:44.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:43 smithi050 ceph-mon[92315]: pgmap v6788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:43 smithi172 ceph-mon[103696]: pgmap v6788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:45.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:45.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:46.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:46.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:45 smithi050 ceph-mon[92315]: pgmap v6789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:45 smithi172 ceph-mon[103696]: pgmap v6789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:47.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:47.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:48.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:48.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:47 smithi050 ceph-mon[92315]: pgmap v6790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:48.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:41:48.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:41:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:47 smithi172 ceph-mon[103696]: pgmap v6790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:48.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:41:48.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:41:49.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:49.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:41:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:41:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:41:49.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:41:49.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:41:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:41:49.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:41:49.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:41:49.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:41:49.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:41:50.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:50.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:49 smithi050 ceph-mon[92315]: pgmap v6791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:41:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:41:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:49 smithi172 ceph-mon[103696]: pgmap v6791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:41:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:41:51.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:51.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:52.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:52.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:51 smithi050 ceph-mon[92315]: pgmap v6792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:51 smithi172 ceph-mon[103696]: pgmap v6792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:53.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:53.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:54.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:54.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:53 smithi050 ceph-mon[92315]: pgmap v6793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:53 smithi172 ceph-mon[103696]: pgmap v6793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:55.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:55.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:56.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:56.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:55 smithi050 ceph-mon[92315]: pgmap v6794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:55 smithi172 ceph-mon[103696]: pgmap v6794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:57.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:57.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:58.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:58.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:41:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:57 smithi050 ceph-mon[92315]: pgmap v6795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:57 smithi172 ceph-mon[103696]: pgmap v6795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:41:59.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:41:59.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:00.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:00.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:41:59 smithi050 ceph-mon[92315]: pgmap v6796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:41:59 smithi172 ceph-mon[103696]: pgmap v6796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:01.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:01.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:02.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:02.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:01 smithi050 ceph-mon[92315]: pgmap v6797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:01 smithi172 ceph-mon[103696]: pgmap v6797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:03.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:03.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:04.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:04.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:03 smithi050 ceph-mon[92315]: pgmap v6798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:03 smithi172 ceph-mon[103696]: pgmap v6798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:05.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:05.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:42:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:42:06.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:06.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:05 smithi050 ceph-mon[92315]: pgmap v6799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:05 smithi172 ceph-mon[103696]: pgmap v6799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:07.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:07.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:08.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:08.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:07 smithi050 ceph-mon[92315]: pgmap v6800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:07 smithi172 ceph-mon[103696]: pgmap v6800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:09.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:09.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:10.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:10.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:09 smithi050 ceph-mon[92315]: pgmap v6801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:09 smithi172 ceph-mon[103696]: pgmap v6801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:11.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:11.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:12.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:12.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:11 smithi050 ceph-mon[92315]: pgmap v6802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:11 smithi172 ceph-mon[103696]: pgmap v6802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:13.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:13.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:13 smithi172 ceph-mon[103696]: pgmap v6803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:14.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:14.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:13 smithi050 ceph-mon[92315]: pgmap v6803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:15.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:15.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:16.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:16.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:15 smithi050 ceph-mon[92315]: pgmap v6804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:15 smithi172 ceph-mon[103696]: pgmap v6804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:17.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:17.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:18.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:18.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:17 smithi050 ceph-mon[92315]: pgmap v6805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:18.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:17 smithi172 ceph-mon[103696]: pgmap v6805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:19.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:19.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:20.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:20.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:19 smithi050 ceph-mon[92315]: pgmap v6806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:42:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:19 smithi172 ceph-mon[103696]: pgmap v6806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:42:21.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:21.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:22.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:22.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:21 smithi050 ceph-mon[92315]: pgmap v6807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:21 smithi172 ceph-mon[103696]: pgmap v6807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:23.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:23.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:24.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:24.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:23 smithi050 ceph-mon[92315]: pgmap v6808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:23 smithi172 ceph-mon[103696]: pgmap v6808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:25.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:25.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:26.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:26.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:25 smithi050 ceph-mon[92315]: pgmap v6809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:25 smithi172 ceph-mon[103696]: pgmap v6809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:27.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:27.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:27 smithi050 ceph-mon[92315]: pgmap v6810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:28.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:28.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:27 smithi172 ceph-mon[103696]: pgmap v6810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:29.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:29.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:29 smithi050 ceph-mon[92315]: pgmap v6811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:30.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:30.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:29 smithi172 ceph-mon[103696]: pgmap v6811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:31.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:31.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:31 smithi050 ceph-mon[92315]: pgmap v6812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:32.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:32.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:31 smithi172 ceph-mon[103696]: pgmap v6812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:33.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:33.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:33 smithi050 ceph-mon[92315]: pgmap v6813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:34.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:34.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:33 smithi172 ceph-mon[103696]: pgmap v6813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:42:35.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:35.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:42:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:35 smithi050 ceph-mon[92315]: pgmap v6814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:36.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:36.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:35 smithi172 ceph-mon[103696]: pgmap v6814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:37.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:37.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:37 smithi050 ceph-mon[92315]: pgmap v6815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:38.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:38.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:37 smithi172 ceph-mon[103696]: pgmap v6815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:39.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:39.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:39 smithi050 ceph-mon[92315]: pgmap v6816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:40.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:40.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:39 smithi172 ceph-mon[103696]: pgmap v6816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:41.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:41.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:41 smithi050 ceph-mon[92315]: pgmap v6817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:42.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:42.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:42.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:41 smithi172 ceph-mon[103696]: pgmap v6817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:43.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:43.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:44.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:43 smithi050 ceph-mon[92315]: pgmap v6818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:44.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:44.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:43 smithi172 ceph-mon[103696]: pgmap v6818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:45.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:45.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:45 smithi050 ceph-mon[92315]: pgmap v6819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:45 smithi172 ceph-mon[103696]: pgmap v6819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:46.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:46.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:47.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:47.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:47 smithi050 ceph-mon[92315]: pgmap v6820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:47 smithi172 ceph-mon[103696]: pgmap v6820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:48.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:48.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:42:49.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:42:49.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:42:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:42:49.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:42:49.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:42:49.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:49.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:49 smithi050 ceph-mon[92315]: pgmap v6821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:42:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:42:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:42:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:42:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:42:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:42:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:49 smithi172 ceph-mon[103696]: pgmap v6821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:42:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:42:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:42:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:42:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:42:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:42:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:42:50.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:50.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:51.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:51.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:51 smithi050 ceph-mon[92315]: pgmap v6822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:51 smithi172 ceph-mon[103696]: pgmap v6822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:52.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:52.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:53.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:53.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:53 smithi050 ceph-mon[92315]: pgmap v6823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:53 smithi172 ceph-mon[103696]: pgmap v6823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:54.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:54.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:55.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:55.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:55 smithi050 ceph-mon[92315]: pgmap v6824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:55 smithi172 ceph-mon[103696]: pgmap v6824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:56.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:56.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:57.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:57.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:57 smithi050 ceph-mon[92315]: pgmap v6825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:57 smithi172 ceph-mon[103696]: pgmap v6825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:42:58.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:58.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:42:59.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:42:59.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:00.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:42:59 smithi050 ceph-mon[92315]: pgmap v6826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:43:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:42:59 smithi172 ceph-mon[103696]: pgmap v6826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:43:00.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:00.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:01.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:01.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:01 smithi050 ceph-mon[92315]: pgmap v6827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:01 smithi172 ceph-mon[103696]: pgmap v6827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:02.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:02.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:03.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:03.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:03 smithi050 ceph-mon[92315]: pgmap v6828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:03 smithi172 ceph-mon[103696]: pgmap v6828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:04.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:04.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:43:05.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:05.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:43:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:05 smithi172 ceph-mon[103696]: pgmap v6829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:06.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:06.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:06.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:05 smithi050 ceph-mon[92315]: pgmap v6829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:07.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:07.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:07 smithi172 ceph-mon[103696]: pgmap v6830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:08.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:08.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:07 smithi050 ceph-mon[92315]: pgmap v6830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:09.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:09.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:09 smithi172 ceph-mon[103696]: pgmap v6831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:43:10.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:10.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:09 smithi050 ceph-mon[92315]: pgmap v6831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:43:11.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:11.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:11 smithi172 ceph-mon[103696]: pgmap v6832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:12.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:12.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:11 smithi050 ceph-mon[92315]: pgmap v6832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:13.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:13.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:13 smithi172 ceph-mon[103696]: pgmap v6833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:14.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:13 smithi050 ceph-mon[92315]: pgmap v6833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:14.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:14.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:15.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:15.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:15 smithi172 ceph-mon[103696]: pgmap v6834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:16.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:16.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:16.287 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:15 smithi050 ceph-mon[92315]: pgmap v6834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:17.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:17.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:17 smithi172 ceph-mon[103696]: pgmap v6835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:18.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:18.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:17 smithi050 ceph-mon[92315]: pgmap v6835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:19.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:19.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:19 smithi172 ceph-mon[103696]: pgmap v6836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:43:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:43:20.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:20.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:19 smithi050 ceph-mon[92315]: pgmap v6836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:43:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:43:21.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:21.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:21 smithi172 ceph-mon[103696]: pgmap v6837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:22.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:22.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:21 smithi050 ceph-mon[92315]: pgmap v6837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:23.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:23.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:24.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:23 smithi050 ceph-mon[92315]: pgmap v6838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:24.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:24.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:24.261 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:23 smithi172 ceph-mon[103696]: pgmap v6838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:25.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:25.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:26.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:26.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:25 smithi050 ceph-mon[92315]: pgmap v6839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:25 smithi172 ceph-mon[103696]: pgmap v6839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:27.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:27.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:28.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:28.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:27 smithi050 ceph-mon[92315]: pgmap v6840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:27 smithi172 ceph-mon[103696]: pgmap v6840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:29.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:29.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:30.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:30.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:29 smithi050 ceph-mon[92315]: pgmap v6841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:43:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:29 smithi172 ceph-mon[103696]: pgmap v6841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:43:31.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:31.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:32.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:32.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:31 smithi050 ceph-mon[92315]: pgmap v6842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:31 smithi172 ceph-mon[103696]: pgmap v6842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:33.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:33.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:34.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:33 smithi050 ceph-mon[92315]: pgmap v6843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:34.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:34.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:34.365 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:33 smithi172 ceph-mon[103696]: pgmap v6843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:35.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:35.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:43:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:43:36.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:36.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:35 smithi050 ceph-mon[92315]: pgmap v6844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:36.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:35 smithi172 ceph-mon[103696]: pgmap v6844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:37.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:37.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:38.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:38.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:38.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:37 smithi050 ceph-mon[92315]: pgmap v6845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:37 smithi172 ceph-mon[103696]: pgmap v6845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:39.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:39.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:40.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:40.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:39 smithi050 ceph-mon[92315]: pgmap v6846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:43:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:39 smithi172 ceph-mon[103696]: pgmap v6846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:43:41.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:41.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:42.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:42.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:41 smithi050 ceph-mon[92315]: pgmap v6847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:41 smithi172 ceph-mon[103696]: pgmap v6847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:43.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:43.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:44.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:43 smithi050 ceph-mon[92315]: pgmap v6848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:44.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:44.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:43 smithi172 ceph-mon[103696]: pgmap v6848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:45.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:45.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:46.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:46.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:45 smithi050 ceph-mon[92315]: pgmap v6849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:45 smithi172 ceph-mon[103696]: pgmap v6849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:47.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:47.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:48.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:48.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:47 smithi050 ceph-mon[92315]: pgmap v6850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:47 smithi172 ceph-mon[103696]: pgmap v6850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:49.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:49.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:50.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:50.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:49 smithi050 ceph-mon[92315]: pgmap v6851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:43:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:43:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:43:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:49 smithi172 ceph-mon[103696]: pgmap v6851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:43:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:43:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:43:51.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:51.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:51.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:43:51.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:43:51.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:43:51.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:43:51.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:43:51.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:43:51.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:43:51.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:43:51.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:43:51.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:43:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:51 smithi050 ceph-mon[92315]: pgmap v6852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:52.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:52.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:51 smithi172 ceph-mon[103696]: pgmap v6852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:53.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:53.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:54.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:54.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:53 smithi050 ceph-mon[92315]: pgmap v6853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:53 smithi172 ceph-mon[103696]: pgmap v6853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:55.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:55.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:56.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:56.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:55 smithi050 ceph-mon[92315]: pgmap v6854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:55 smithi172 ceph-mon[103696]: pgmap v6854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:57.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:57.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:58.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:58.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:43:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:57 smithi050 ceph-mon[92315]: pgmap v6855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:57 smithi172 ceph-mon[103696]: pgmap v6855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:43:59.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:43:59.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:00.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:00.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:00.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:43:59 smithi050 ceph-mon[92315]: pgmap v6856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:44:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:43:59 smithi172 ceph-mon[103696]: pgmap v6856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:44:01.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:01.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:01 smithi050 ceph-mon[92315]: pgmap v6857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:02.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:02.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:01 smithi172 ceph-mon[103696]: pgmap v6857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:03.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:03.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:04.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:04.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:03 smithi050 ceph-mon[92315]: pgmap v6858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:03 smithi172 ceph-mon[103696]: pgmap v6858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:05.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:05.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:44:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:44:06.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:06.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:05 smithi050 ceph-mon[92315]: pgmap v6859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:06.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:05 smithi172 ceph-mon[103696]: pgmap v6859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:07.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:07.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:08.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:08.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:07 smithi050 ceph-mon[92315]: pgmap v6860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:07 smithi172 ceph-mon[103696]: pgmap v6860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:09.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:09.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:10.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:09 smithi172 ceph-mon[103696]: pgmap v6861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:44:10.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:10.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:09 smithi050 ceph-mon[92315]: pgmap v6861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:44:11.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:11.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:12.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:12.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:11 smithi050 ceph-mon[92315]: pgmap v6862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:11 smithi172 ceph-mon[103696]: pgmap v6862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:13.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:13.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:14.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:14.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:13 smithi050 ceph-mon[92315]: pgmap v6863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:13 smithi172 ceph-mon[103696]: pgmap v6863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:15.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:15.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:16.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:16.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:15 smithi050 ceph-mon[92315]: pgmap v6864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:15 smithi172 ceph-mon[103696]: pgmap v6864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:17.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:17.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:18.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:18.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:17 smithi050 ceph-mon[92315]: pgmap v6865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:17 smithi172 ceph-mon[103696]: pgmap v6865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:19.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:19.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:19 smithi172 ceph-mon[103696]: pgmap v6866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:44:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:44:20.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:20.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:19 smithi050 ceph-mon[92315]: pgmap v6866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:44:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:44:21.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:21.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:21 smithi050 ceph-mon[92315]: pgmap v6867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:21 smithi172 ceph-mon[103696]: pgmap v6867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:22.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:22.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:23.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:23.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:23 smithi172 ceph-mon[103696]: pgmap v6868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:23 smithi050 ceph-mon[92315]: pgmap v6868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:24.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:24.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:25.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:25.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:25 smithi172 ceph-mon[103696]: pgmap v6869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:25 smithi050 ceph-mon[92315]: pgmap v6869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:26.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:26.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:27.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:27.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:27 smithi172 ceph-mon[103696]: pgmap v6870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:27 smithi050 ceph-mon[92315]: pgmap v6870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:28.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:28.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:29.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:29.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:29.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:29 smithi172 ceph-mon[103696]: pgmap v6871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:44:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:29 smithi050 ceph-mon[92315]: pgmap v6871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:44:30.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:30.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:31.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:31.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:31.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:31 smithi172 ceph-mon[103696]: pgmap v6872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:31 smithi050 ceph-mon[92315]: pgmap v6872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:32.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:32.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:33.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:33.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:33 smithi172 ceph-mon[103696]: pgmap v6873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:33 smithi050 ceph-mon[92315]: pgmap v6873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:34.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:34.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:44:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:44:35.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:35.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:35 smithi172 ceph-mon[103696]: pgmap v6874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:35 smithi050 ceph-mon[92315]: pgmap v6874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:36.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:36.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:37.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:37.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:37.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:37 smithi172 ceph-mon[103696]: pgmap v6875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:37 smithi050 ceph-mon[92315]: pgmap v6875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:38.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:38.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:39.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:39.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:39 smithi172 ceph-mon[103696]: pgmap v6876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:44:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:39 smithi050 ceph-mon[92315]: pgmap v6876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:44:40.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:40.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:41.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:41.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:41 smithi050 ceph-mon[92315]: pgmap v6877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:41 smithi172 ceph-mon[103696]: pgmap v6877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:42.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:42.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:43.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:43.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:43 smithi050 ceph-mon[92315]: pgmap v6878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:43 smithi172 ceph-mon[103696]: pgmap v6878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:44.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:44.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:45.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:45.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:45 smithi050 ceph-mon[92315]: pgmap v6879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:45 smithi172 ceph-mon[103696]: pgmap v6879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:46.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:46.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:47.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:47.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:47 smithi050 ceph-mon[92315]: pgmap v6880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:48.129 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:47 smithi172 ceph-mon[103696]: pgmap v6880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:48.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:48.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:49.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:49.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:49 smithi050 ceph-mon[92315]: pgmap v6881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:44:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:44:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:49 smithi172 ceph-mon[103696]: pgmap v6881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:44:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:44:50.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:50.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:44:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:44:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:44:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:44:51.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:44:51.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:44:51.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:51.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:51 smithi050 ceph-mon[92315]: pgmap v6882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:44:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:44:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:44:52.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:44:52.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:44:52.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:51 smithi172 ceph-mon[103696]: pgmap v6882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:52.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:44:52.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:44:52.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:44:52.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:44:52.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:44:52.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:52.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:53.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:53.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:53 smithi050 ceph-mon[92315]: pgmap v6883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:53 smithi172 ceph-mon[103696]: pgmap v6883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:54.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:54.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:55.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:55.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:55 smithi050 ceph-mon[92315]: pgmap v6884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:56.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:55 smithi172 ceph-mon[103696]: pgmap v6884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:56.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:56.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:57.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:57.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:57 smithi050 ceph-mon[92315]: pgmap v6885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:57 smithi172 ceph-mon[103696]: pgmap v6885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:44:58.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:58.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:44:59.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:44:59.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:44:59 smithi050 ceph-mon[92315]: pgmap v6886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:45:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:44:59 smithi172 ceph-mon[103696]: pgmap v6886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:45:00.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:00.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:01.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:01.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:01 smithi050 ceph-mon[92315]: pgmap v6887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:02.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:01 smithi172 ceph-mon[103696]: pgmap v6887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:02.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:02.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:03.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:03.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:03 smithi050 ceph-mon[92315]: pgmap v6888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:03 smithi172 ceph-mon[103696]: pgmap v6888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:04.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:04.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:45:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:45:05.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:05.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:05 smithi050 ceph-mon[92315]: pgmap v6889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:05 smithi172 ceph-mon[103696]: pgmap v6889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:06.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:06.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:07.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:07.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:07 smithi050 ceph-mon[92315]: pgmap v6890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:07 smithi172 ceph-mon[103696]: pgmap v6890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:08.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:08.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:09.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:09.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:10.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:09 smithi050 ceph-mon[92315]: pgmap v6891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:45:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:09 smithi172 ceph-mon[103696]: pgmap v6891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:45:10.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:10.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:11.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:11.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:12.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:11 smithi050 ceph-mon[92315]: pgmap v6892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:11 smithi172 ceph-mon[103696]: pgmap v6892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:12.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:12.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:13.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:13.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:13 smithi050 ceph-mon[92315]: pgmap v6893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:13 smithi172 ceph-mon[103696]: pgmap v6893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:14.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:14.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:15.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:15.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:15 smithi050 ceph-mon[92315]: pgmap v6894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:15 smithi172 ceph-mon[103696]: pgmap v6894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:16.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:16.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:17.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:17.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:17 smithi050 ceph-mon[92315]: pgmap v6895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:17 smithi172 ceph-mon[103696]: pgmap v6895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:18.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:18.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:19.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:19.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:19 smithi050 ceph-mon[92315]: pgmap v6896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:45:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:45:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:19 smithi172 ceph-mon[103696]: pgmap v6896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:45:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:45:20.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:20.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:21.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:21.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:21 smithi050 ceph-mon[92315]: pgmap v6897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:21 smithi172 ceph-mon[103696]: pgmap v6897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:22.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:22.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:23.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:23.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:23 smithi050 ceph-mon[92315]: pgmap v6898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:23 smithi172 ceph-mon[103696]: pgmap v6898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:24.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:24.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:25.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:25.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:25 smithi172 ceph-mon[103696]: pgmap v6899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:25 smithi050 ceph-mon[92315]: pgmap v6899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:26.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:26.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:27.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:27.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:27 smithi050 ceph-mon[92315]: pgmap v6900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:27 smithi172 ceph-mon[103696]: pgmap v6900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:28.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:28.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:29.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:29.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:29 smithi050 ceph-mon[92315]: pgmap v6901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:45:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:29 smithi172 ceph-mon[103696]: pgmap v6901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:45:30.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:30.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:31.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:31.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:31 smithi050 ceph-mon[92315]: pgmap v6902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:31 smithi172 ceph-mon[103696]: pgmap v6902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:32.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:32.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:33.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:33.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:33 smithi050 ceph-mon[92315]: pgmap v6903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:33 smithi172 ceph-mon[103696]: pgmap v6903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:34.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:34.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:45:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:45:35.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:35.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:35.879 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:35 smithi172 ceph-mon[103696]: pgmap v6904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:35 smithi050 ceph-mon[92315]: pgmap v6904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:36.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:36.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:37.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:37.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:37 smithi050 ceph-mon[92315]: pgmap v6905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:37 smithi172 ceph-mon[103696]: pgmap v6905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:38.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:38.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:39.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:39.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:39 smithi050 ceph-mon[92315]: pgmap v6906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:45:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:39 smithi172 ceph-mon[103696]: pgmap v6906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:45:40.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:40.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:41.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:41.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:41 smithi050 ceph-mon[92315]: pgmap v6907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:42.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:41 smithi172 ceph-mon[103696]: pgmap v6907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:42.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:42.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:43.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:43.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:43 smithi050 ceph-mon[92315]: pgmap v6908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:43 smithi172 ceph-mon[103696]: pgmap v6908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:44.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:44.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:45.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:45.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:46.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:45 smithi050 ceph-mon[92315]: pgmap v6909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:45 smithi172 ceph-mon[103696]: pgmap v6909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:46.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:46.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:47.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:47.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:48.021 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:47 smithi050 ceph-mon[92315]: pgmap v6910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:47 smithi172 ceph-mon[103696]: pgmap v6910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:48.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:48.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:49.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:49.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:49 smithi050 ceph-mon[92315]: pgmap v6911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:45:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:45:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:49 smithi172 ceph-mon[103696]: pgmap v6911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:45:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:45:50.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:50.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:51.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:51.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:51 smithi050 ceph-mon[92315]: pgmap v6912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:45:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:51 smithi172 ceph-mon[103696]: pgmap v6912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:52.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:45:52.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:52.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:53.079 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:45:53.079 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:45:53.079 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:45:53.079 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:45:53.079 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:45:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:45:53.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:45:53.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:45:53.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:45:53.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:45:53.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:53.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:54.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:53 smithi050 ceph-mon[92315]: pgmap v6913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:53 smithi172 ceph-mon[103696]: pgmap v6913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:54.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:54.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:55.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:55.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:55 smithi172 ceph-mon[103696]: pgmap v6914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:56.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:55 smithi050 ceph-mon[92315]: pgmap v6914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:56.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:56.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:57.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:57.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:57 smithi050 ceph-mon[92315]: pgmap v6915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:57 smithi172 ceph-mon[103696]: pgmap v6915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:45:58.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:58.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:45:59.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:45:59.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:45:59 smithi050 ceph-mon[92315]: pgmap v6916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:46:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:45:59 smithi172 ceph-mon[103696]: pgmap v6916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:46:00.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:00.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:01.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:01.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:01 smithi050 ceph-mon[92315]: pgmap v6917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:02.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:01 smithi172 ceph-mon[103696]: pgmap v6917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:02.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:02.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:03.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:03.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:04.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:03 smithi050 ceph-mon[92315]: pgmap v6918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:03 smithi172 ceph-mon[103696]: pgmap v6918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:04.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:04.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:46:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:46:05.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:05.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:05 smithi050 ceph-mon[92315]: pgmap v6919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:05 smithi172 ceph-mon[103696]: pgmap v6919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:06.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:06.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:07.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:07.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:08.250 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:07 smithi050 ceph-mon[92315]: pgmap v6920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:07 smithi172 ceph-mon[103696]: pgmap v6920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:08.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:08.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:09.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:09.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:09 smithi050 ceph-mon[92315]: pgmap v6921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:46:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:09 smithi172 ceph-mon[103696]: pgmap v6921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:46:10.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:10.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:11.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:11.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:11 smithi050 ceph-mon[92315]: pgmap v6922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:11 smithi172 ceph-mon[103696]: pgmap v6922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:12.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:12.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:13.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:13.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:13 smithi050 ceph-mon[92315]: pgmap v6923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:13 smithi172 ceph-mon[103696]: pgmap v6923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:14.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:14.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:15.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:15.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:15 smithi050 ceph-mon[92315]: pgmap v6924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:16.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:15 smithi172 ceph-mon[103696]: pgmap v6924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:16.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:16.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:17.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:17.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:17 smithi050 ceph-mon[92315]: pgmap v6925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:17 smithi172 ceph-mon[103696]: pgmap v6925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:18.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:18.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:19.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:19.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:19 smithi050 ceph-mon[92315]: pgmap v6926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:46:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:46:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:19 smithi172 ceph-mon[103696]: pgmap v6926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:46:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:46:20.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:20.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:21.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:21.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:21 smithi050 ceph-mon[92315]: pgmap v6927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:21 smithi172 ceph-mon[103696]: pgmap v6927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:22.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:22.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:23.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:23.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:23 smithi050 ceph-mon[92315]: pgmap v6928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:23 smithi172 ceph-mon[103696]: pgmap v6928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:24.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:24.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:25.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:25.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:25 smithi050 ceph-mon[92315]: pgmap v6929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:26.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:25 smithi172 ceph-mon[103696]: pgmap v6929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:26.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:26.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:27.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:27.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:27 smithi050 ceph-mon[92315]: pgmap v6930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:27 smithi172 ceph-mon[103696]: pgmap v6930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:28.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:28.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:29.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:29.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:29 smithi050 ceph-mon[92315]: pgmap v6931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:46:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:29 smithi172 ceph-mon[103696]: pgmap v6931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:46:30.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:30.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:31.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:31.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:31 smithi050 ceph-mon[92315]: pgmap v6932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:32.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:31 smithi172 ceph-mon[103696]: pgmap v6932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:32.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:32.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:33.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:33.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:33 smithi050 ceph-mon[92315]: pgmap v6933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:33 smithi172 ceph-mon[103696]: pgmap v6933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:34.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:34.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:46:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:46:35.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:35.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:36.248 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:35 smithi172 ceph-mon[103696]: pgmap v6934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:35 smithi050 ceph-mon[92315]: pgmap v6934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:36.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:36.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:37.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:37.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:37 smithi050 ceph-mon[92315]: pgmap v6935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:37 smithi172 ceph-mon[103696]: pgmap v6935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:38.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:38.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:39.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:39.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:39 smithi050 ceph-mon[92315]: pgmap v6936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:46:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:39 smithi172 ceph-mon[103696]: pgmap v6936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:46:40.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:40.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:41.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:41.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:41 smithi050 ceph-mon[92315]: pgmap v6937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:41 smithi172 ceph-mon[103696]: pgmap v6937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:42.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:42.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:43.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:43.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:43 smithi050 ceph-mon[92315]: pgmap v6938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:43 smithi172 ceph-mon[103696]: pgmap v6938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:44.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:44.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:45.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:45.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:45 smithi050 ceph-mon[92315]: pgmap v6939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:46.354 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:45 smithi172 ceph-mon[103696]: pgmap v6939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:46.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:46.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:47.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:47.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:47 smithi050 ceph-mon[92315]: pgmap v6940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:47 smithi172 ceph-mon[103696]: pgmap v6940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:48.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:48.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:49.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:49.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:49 smithi050 ceph-mon[92315]: pgmap v6941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:46:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:46:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:49 smithi172 ceph-mon[103696]: pgmap v6941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:46:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:46:50.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:50.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:51.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:51.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:51 smithi050 ceph-mon[92315]: pgmap v6942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:51 smithi172 ceph-mon[103696]: pgmap v6942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:52.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:52.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:53.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:46:53.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:46:53.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:46:53.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:46:53.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:46:53.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:46:53.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:46:53.379 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:46:53.379 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:46:53.379 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:46:53.379 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:46:53.379 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:46:53.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:53.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:54 smithi050 ceph-mon[92315]: pgmap v6943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:54 smithi172 ceph-mon[103696]: pgmap v6943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:54.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:54.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:55 smithi050 ceph-mon[92315]: pgmap v6944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:55 smithi172 ceph-mon[103696]: pgmap v6944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:55.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:55.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:56.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:56.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:57.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:57.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:57 smithi050 ceph-mon[92315]: pgmap v6945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:58.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:57 smithi172 ceph-mon[103696]: pgmap v6945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:46:58.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:58.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:46:59.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:46:59.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:46:59 smithi050 ceph-mon[92315]: pgmap v6946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:47:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:46:59 smithi172 ceph-mon[103696]: pgmap v6946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:47:00.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:00.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:01.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:01.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:01 smithi172 ceph-mon[103696]: pgmap v6947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:01 smithi050 ceph-mon[92315]: pgmap v6947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:02.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:02.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:03.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:03.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:03 smithi050 ceph-mon[92315]: pgmap v6948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:04.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:03 smithi172 ceph-mon[103696]: pgmap v6948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:04.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:04.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:47:05.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:47:05.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:05.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:05 smithi050 ceph-mon[92315]: pgmap v6949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:06.129 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:05 smithi172 ceph-mon[103696]: pgmap v6949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:06.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:06.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:07.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:07.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:07 smithi050 ceph-mon[92315]: pgmap v6950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:07 smithi172 ceph-mon[103696]: pgmap v6950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:08.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:08.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:09.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:09.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:09 smithi050 ceph-mon[92315]: pgmap v6951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:47:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:09 smithi172 ceph-mon[103696]: pgmap v6951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:47:10.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:10.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:11.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:11.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:11 smithi172 ceph-mon[103696]: pgmap v6952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:11 smithi050 ceph-mon[92315]: pgmap v6952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:12.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:12.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:13.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:13.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:13.993 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:13 smithi050 ceph-mon[92315]: pgmap v6953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:13 smithi172 ceph-mon[103696]: pgmap v6953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:14.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:14.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:15.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:15.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:15 smithi050 ceph-mon[92315]: pgmap v6954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:15 smithi172 ceph-mon[103696]: pgmap v6954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:16.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:16.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:17.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:17.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:17 smithi050 ceph-mon[92315]: pgmap v6955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:17 smithi172 ceph-mon[103696]: pgmap v6955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:18.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:18.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:19.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:19.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:19 smithi050 ceph-mon[92315]: pgmap v6956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:47:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:47:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:19 smithi172 ceph-mon[103696]: pgmap v6956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:47:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:47:20.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:20.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:21.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:21.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:21 smithi050 ceph-mon[92315]: pgmap v6957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:21 smithi172 ceph-mon[103696]: pgmap v6957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:22.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:22.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:23.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:23.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:23 smithi050 ceph-mon[92315]: pgmap v6958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:24.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:23 smithi172 ceph-mon[103696]: pgmap v6958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:24.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:24.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:25.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:25.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:25 smithi050 ceph-mon[92315]: pgmap v6959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:25 smithi172 ceph-mon[103696]: pgmap v6959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:26.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:26.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:27.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:27.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:28.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:27 smithi050 ceph-mon[92315]: pgmap v6960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:27 smithi172 ceph-mon[103696]: pgmap v6960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:28.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:28.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:29.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:29.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:29 smithi050 ceph-mon[92315]: pgmap v6961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:47:30.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:29 smithi172 ceph-mon[103696]: pgmap v6961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:47:30.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:30.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:31.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:31.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:31 smithi050 ceph-mon[92315]: pgmap v6962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:31 smithi172 ceph-mon[103696]: pgmap v6962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:32.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:32.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:33.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:33.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:33 smithi050 ceph-mon[92315]: pgmap v6963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:34.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:33 smithi172 ceph-mon[103696]: pgmap v6963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:34.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:34.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:47:35.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:47:35.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:35.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:35 smithi050 ceph-mon[92315]: pgmap v6964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:35 smithi172 ceph-mon[103696]: pgmap v6964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:36.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:36.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:37.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:37.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:37 smithi050 ceph-mon[92315]: pgmap v6965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:37 smithi172 ceph-mon[103696]: pgmap v6965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:38.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:38.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:39.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:39.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:39 smithi050 ceph-mon[92315]: pgmap v6966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:47:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:39 smithi172 ceph-mon[103696]: pgmap v6966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:47:40.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:40.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:41.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:41.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:41 smithi050 ceph-mon[92315]: pgmap v6967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:41 smithi172 ceph-mon[103696]: pgmap v6967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:42.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:42.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:43.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:43.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:43 smithi050 ceph-mon[92315]: pgmap v6968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:43 smithi172 ceph-mon[103696]: pgmap v6968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:44.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:44.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:45.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:45.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:45 smithi050 ceph-mon[92315]: pgmap v6969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:46.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:45 smithi172 ceph-mon[103696]: pgmap v6969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:46.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:46.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:47.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:47.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:47 smithi050 ceph-mon[92315]: pgmap v6970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:47 smithi172 ceph-mon[103696]: pgmap v6970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:48.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:48.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:49.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:49.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:49 smithi050 ceph-mon[92315]: pgmap v6971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:47:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:47:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:49 smithi172 ceph-mon[103696]: pgmap v6971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:47:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:47:50.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:50.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:51.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:51.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:52.036 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:51 smithi172 ceph-mon[103696]: pgmap v6972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:51 smithi050 ceph-mon[92315]: pgmap v6972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:52.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:52.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:53.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:53.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:53 smithi050 ceph-mon[92315]: pgmap v6973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:47:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:47:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:47:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:47:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:47:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:47:54.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:53 smithi172 ceph-mon[103696]: pgmap v6973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:54.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:47:54.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:47:54.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:47:54.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:47:54.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:47:54.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:47:54.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:54.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:55.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:55.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:55 smithi050 ceph-mon[92315]: pgmap v6974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:55 smithi172 ceph-mon[103696]: pgmap v6974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:56.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:56.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:57.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:57.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:57 smithi050 ceph-mon[92315]: pgmap v6975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:57 smithi172 ceph-mon[103696]: pgmap v6975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:47:58.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:58.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:59.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:47:59.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:47:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:47:59 smithi050 ceph-mon[92315]: pgmap v6976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:48:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:47:59 smithi172 ceph-mon[103696]: pgmap v6976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:48:00.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:00.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:01.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:01.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:01 smithi050 ceph-mon[92315]: pgmap v6977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:02.135 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:01 smithi172 ceph-mon[103696]: pgmap v6977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:02.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:02.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:03.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:03.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:04.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:03 smithi050 ceph-mon[92315]: pgmap v6978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:04.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:03 smithi172 ceph-mon[103696]: pgmap v6978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:04.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:04.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:48:05.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:48:05.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:05.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:05 smithi050 ceph-mon[92315]: pgmap v6979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:05 smithi172 ceph-mon[103696]: pgmap v6979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:06.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:06.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:07.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:07.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:07 smithi050 ceph-mon[92315]: pgmap v6980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:07 smithi172 ceph-mon[103696]: pgmap v6980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:08.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:08.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:09.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:09.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:10.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:09 smithi050 ceph-mon[92315]: pgmap v6981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:48:10.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:09 smithi172 ceph-mon[103696]: pgmap v6981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:48:10.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:10.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:11.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:11.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:11 smithi050 ceph-mon[92315]: pgmap v6982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:11 smithi172 ceph-mon[103696]: pgmap v6982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:12.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:12.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:13.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:13.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:13 smithi050 ceph-mon[92315]: pgmap v6983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:13 smithi172 ceph-mon[103696]: pgmap v6983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:14.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:14.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:15.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:15.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:15 smithi050 ceph-mon[92315]: pgmap v6984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:16.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:15 smithi172 ceph-mon[103696]: pgmap v6984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:16.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:16.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:17.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:17.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:17 smithi050 ceph-mon[92315]: pgmap v6985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:17 smithi172 ceph-mon[103696]: pgmap v6985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:18.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:18.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:19.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:19.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:19 smithi050 ceph-mon[92315]: pgmap v6986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:48:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:48:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:19 smithi172 ceph-mon[103696]: pgmap v6986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:48:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:48:20.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:20.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:21.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:21.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:21 smithi050 ceph-mon[92315]: pgmap v6987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:21 smithi172 ceph-mon[103696]: pgmap v6987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:22.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:22.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:23.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:23.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:23 smithi050 ceph-mon[92315]: pgmap v6988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:23 smithi172 ceph-mon[103696]: pgmap v6988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:24.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:24.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:25.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:25.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:25 smithi050 ceph-mon[92315]: pgmap v6989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:25 smithi172 ceph-mon[103696]: pgmap v6989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:26.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:26.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:27.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:27.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:27 smithi050 ceph-mon[92315]: pgmap v6990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:27 smithi172 ceph-mon[103696]: pgmap v6990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:28.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:28.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:29.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:29.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:29 smithi050 ceph-mon[92315]: pgmap v6991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:48:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:29 smithi172 ceph-mon[103696]: pgmap v6991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:48:30.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:30.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:31.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:31.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:31 smithi050 ceph-mon[92315]: pgmap v6992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:32.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:31 smithi172 ceph-mon[103696]: pgmap v6992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:32.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:32.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:33.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:33.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:33 smithi050 ceph-mon[92315]: pgmap v6993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:34.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:33 smithi172 ceph-mon[103696]: pgmap v6993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:34.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:34.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:48:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:48:35.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:35.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:35 smithi050 ceph-mon[92315]: pgmap v6994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:35 smithi172 ceph-mon[103696]: pgmap v6994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:36.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:36.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:37.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:37.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:37 smithi050 ceph-mon[92315]: pgmap v6995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:37 smithi172 ceph-mon[103696]: pgmap v6995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:38.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:38.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:39.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:39.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:39 smithi050 ceph-mon[92315]: pgmap v6996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:48:40.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:39 smithi172 ceph-mon[103696]: pgmap v6996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:48:40.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:40.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:41.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:41.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:41 smithi050 ceph-mon[92315]: pgmap v6997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:41 smithi172 ceph-mon[103696]: pgmap v6997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:42.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:42.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:43.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:43.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:43 smithi050 ceph-mon[92315]: pgmap v6998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:44.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:43 smithi172 ceph-mon[103696]: pgmap v6998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:44.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:44.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:45.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:45.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:45 smithi050 ceph-mon[92315]: pgmap v6999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:45 smithi172 ceph-mon[103696]: pgmap v6999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:46.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:46.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:47.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:47.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:47 smithi172 ceph-mon[103696]: pgmap v7000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:47 smithi050 ceph-mon[92315]: pgmap v7000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:48.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:48.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:49.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:49.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:50.080 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:49 smithi050 ceph-mon[92315]: pgmap v7001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:48:50.080 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:48:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:49 smithi172 ceph-mon[103696]: pgmap v7001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:48:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:48:50.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:50.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:51.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:51.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:51 smithi050 ceph-mon[92315]: pgmap v7002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:51 smithi172 ceph-mon[103696]: pgmap v7002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:52.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:52.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:53.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:53.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:53 smithi050 ceph-mon[92315]: pgmap v7003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:48:54.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:53 smithi172 ceph-mon[103696]: pgmap v7003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:54.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:48:54.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:54.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:55.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:48:55.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:48:55.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:48:55.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:48:55.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:48:55.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:48:55.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:48:55.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:48:55.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:48:55.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:48:55.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:55.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:55 smithi050 ceph-mon[92315]: pgmap v7004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:55 smithi172 ceph-mon[103696]: pgmap v7004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:56.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:56.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:57.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:57.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:57 smithi050 ceph-mon[92315]: pgmap v7005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:57 smithi172 ceph-mon[103696]: pgmap v7005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:48:58.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:58.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:48:59.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:48:59.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:48:59 smithi050 ceph-mon[92315]: pgmap v7006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:49:00.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:48:59 smithi172 ceph-mon[103696]: pgmap v7006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:49:00.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:00.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:01.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:01.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:02.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:01 smithi050 ceph-mon[92315]: pgmap v7007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:01 smithi172 ceph-mon[103696]: pgmap v7007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:02.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:02.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:03.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:03.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:03 smithi172 ceph-mon[103696]: pgmap v7008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:04.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:03 smithi050 ceph-mon[92315]: pgmap v7008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:04.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:04.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:49:05.252 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:49:05.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:05.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:06.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:05 smithi172 ceph-mon[103696]: pgmap v7009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:05 smithi050 ceph-mon[92315]: pgmap v7009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:06.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:06.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:07.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:07.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:07 smithi172 ceph-mon[103696]: pgmap v7010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:07 smithi050 ceph-mon[92315]: pgmap v7010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:08.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:08.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:09.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:09.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:09 smithi172 ceph-mon[103696]: pgmap v7011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:49:10.309 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:09 smithi050 ceph-mon[92315]: pgmap v7011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:49:10.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:10.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:11.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:11.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:11 smithi172 ceph-mon[103696]: pgmap v7012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:11 smithi050 ceph-mon[92315]: pgmap v7012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:12.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:12.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:13.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:13.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:13 smithi172 ceph-mon[103696]: pgmap v7013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:14.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:13 smithi050 ceph-mon[92315]: pgmap v7013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:14.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:14.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:15.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:15.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:16.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:15 smithi172 ceph-mon[103696]: pgmap v7014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:16.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:15 smithi050 ceph-mon[92315]: pgmap v7014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:16.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:16.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:17.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:17.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:18.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:17 smithi172 ceph-mon[103696]: pgmap v7015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:17 smithi050 ceph-mon[92315]: pgmap v7015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:18.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:18.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:19.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:19.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:19 smithi050 ceph-mon[92315]: pgmap v7016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:49:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:49:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:19 smithi172 ceph-mon[103696]: pgmap v7016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:49:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:49:20.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:20.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:21.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:21.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:21 smithi050 ceph-mon[92315]: pgmap v7017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:22.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:21 smithi172 ceph-mon[103696]: pgmap v7017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:22.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:22.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:23.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:23.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:24.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:23 smithi050 ceph-mon[92315]: pgmap v7018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:23 smithi172 ceph-mon[103696]: pgmap v7018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:24.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:24.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:25.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:25.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:25 smithi050 ceph-mon[92315]: pgmap v7019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:25 smithi172 ceph-mon[103696]: pgmap v7019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:26.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:26.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:27.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:27.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:27 smithi050 ceph-mon[92315]: pgmap v7020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:28.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:27 smithi172 ceph-mon[103696]: pgmap v7020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:28.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:28.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:29.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:29.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:30.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:29 smithi050 ceph-mon[92315]: pgmap v7021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:49:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:29 smithi172 ceph-mon[103696]: pgmap v7021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:49:30.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:30.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:31.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:31.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:31 smithi050 ceph-mon[92315]: pgmap v7022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:31 smithi172 ceph-mon[103696]: pgmap v7022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:32.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:32.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:33.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:33.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:34.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:33 smithi050 ceph-mon[92315]: pgmap v7023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:33 smithi172 ceph-mon[103696]: pgmap v7023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:34.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:34.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:49:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:49:35.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:35.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:36.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:35 smithi050 ceph-mon[92315]: pgmap v7024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:35 smithi172 ceph-mon[103696]: pgmap v7024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:36.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:36.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:37.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:37.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:37 smithi050 ceph-mon[92315]: pgmap v7025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:38.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:37 smithi172 ceph-mon[103696]: pgmap v7025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:38.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:38.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:39.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:39.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:39 smithi050 ceph-mon[92315]: pgmap v7026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:49:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:39 smithi172 ceph-mon[103696]: pgmap v7026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:49:40.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:40.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:41.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:41.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:41 smithi050 ceph-mon[92315]: pgmap v7027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:41 smithi172 ceph-mon[103696]: pgmap v7027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:42.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:42.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:43.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:43.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:44.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:43 smithi050 ceph-mon[92315]: pgmap v7028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:43 smithi172 ceph-mon[103696]: pgmap v7028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:44.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:44.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:45.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:45.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:45 smithi050 ceph-mon[92315]: pgmap v7029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:46.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:45 smithi172 ceph-mon[103696]: pgmap v7029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:46.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:46.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:47.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:47.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:48.238 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:47 smithi172 ceph-mon[103696]: pgmap v7030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:47 smithi050 ceph-mon[92315]: pgmap v7030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:48.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:48.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:49.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:49.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:49 smithi050 ceph-mon[92315]: pgmap v7031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:49:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:49:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:49 smithi172 ceph-mon[103696]: pgmap v7031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:49:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:49:50.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:50.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:51.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:51.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:51 smithi050 ceph-mon[92315]: pgmap v7032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:52.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:51 smithi172 ceph-mon[103696]: pgmap v7032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:52.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:52.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:53.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:53.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:53 smithi050 ceph-mon[92315]: pgmap v7033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:54.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:53 smithi172 ceph-mon[103696]: pgmap v7033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:54.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:54.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:49:55.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:49:55.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:55.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:55 smithi050 ceph-mon[92315]: pgmap v7034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:56.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:55 smithi172 ceph-mon[103696]: pgmap v7034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:56.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:56.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:57.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:57.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:58.342 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:57 smithi172 ceph-mon[103696]: pgmap v7035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:57 smithi050 ceph-mon[92315]: pgmap v7035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:49:58.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:58.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:49:59.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:49:59.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:59 smithi172 ceph-mon[103696]: pgmap v7036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:50:00.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:50:00.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:50:00.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:50:00.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:50:00.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:50:00.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:50:00.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:49:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:50:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:59 smithi050 ceph-mon[92315]: pgmap v7036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:50:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:50:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:50:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:50:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:50:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:50:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:50:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:49:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:50:00.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:00.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T17:50:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T17:50:01.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:01.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:01 smithi172 ceph-mon[103696]: pgmap v7037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:01 smithi050 ceph-mon[92315]: pgmap v7037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:02.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:02.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:03.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:03.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:03 smithi172 ceph-mon[103696]: pgmap v7038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:04.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:03 smithi050 ceph-mon[92315]: pgmap v7038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:04.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:04.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:50:05.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:50:05.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:05.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:05 smithi050 ceph-mon[92315]: pgmap v7039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:06.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:05 smithi172 ceph-mon[103696]: pgmap v7039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:06.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:06.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:07.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:07.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:07 smithi050 ceph-mon[92315]: pgmap v7040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:07 smithi172 ceph-mon[103696]: pgmap v7040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:08.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:08.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:09.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:09.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:09 smithi050 ceph-mon[92315]: pgmap v7041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:50:10.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:09 smithi172 ceph-mon[103696]: pgmap v7041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:50:10.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:10.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:11.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:11.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:11 smithi050 ceph-mon[92315]: pgmap v7042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:11 smithi172 ceph-mon[103696]: pgmap v7042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:12.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:12.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:13.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:13.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:14.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:13 smithi050 ceph-mon[92315]: pgmap v7043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:13 smithi172 ceph-mon[103696]: pgmap v7043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:14.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:14.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:15.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:15.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:15 smithi050 ceph-mon[92315]: pgmap v7044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:16.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:15 smithi172 ceph-mon[103696]: pgmap v7044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:16.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:16.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:17.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:17.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:17 smithi050 ceph-mon[92315]: pgmap v7045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:17 smithi172 ceph-mon[103696]: pgmap v7045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:18.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:18.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:19.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:19.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:19 smithi050 ceph-mon[92315]: pgmap v7046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:50:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:50:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:19 smithi172 ceph-mon[103696]: pgmap v7046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:50:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:50:20.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:20.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:21.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:21.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:21 smithi050 ceph-mon[92315]: pgmap v7047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:21 smithi172 ceph-mon[103696]: pgmap v7047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:22.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:22.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:23.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:23.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:24.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:23 smithi050 ceph-mon[92315]: pgmap v7048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:23 smithi172 ceph-mon[103696]: pgmap v7048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:24.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:24.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:25.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:25.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:26.166 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:25 smithi050 ceph-mon[92315]: pgmap v7049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:26.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:25 smithi172 ceph-mon[103696]: pgmap v7049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:26.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:26.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:27.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:27.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:27 smithi050 ceph-mon[92315]: pgmap v7050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:28.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:27 smithi172 ceph-mon[103696]: pgmap v7050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:28.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:28.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:29.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:29.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:29 smithi050 ceph-mon[92315]: pgmap v7051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:50:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:29 smithi172 ceph-mon[103696]: pgmap v7051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:50:30.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:30.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:31.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:31.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:31 smithi050 ceph-mon[92315]: pgmap v7052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:31 smithi172 ceph-mon[103696]: pgmap v7052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:32.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:32.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:33.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:33.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:33 smithi172 ceph-mon[103696]: pgmap v7053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:33 smithi050 ceph-mon[92315]: pgmap v7053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:34.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:34.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:50:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:50:35.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:35.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:36.281 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:35 smithi050 ceph-mon[92315]: pgmap v7054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:35 smithi172 ceph-mon[103696]: pgmap v7054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:36.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:36.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:37.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:37.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:37 smithi050 ceph-mon[92315]: pgmap v7055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:38.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:37 smithi172 ceph-mon[103696]: pgmap v7055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:38.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:38.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:39.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:39.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:39 smithi050 ceph-mon[92315]: pgmap v7056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:50:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:39 smithi172 ceph-mon[103696]: pgmap v7056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:50:40.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:40.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:41.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:41.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:41 smithi050 ceph-mon[92315]: pgmap v7057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:42.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:41 smithi172 ceph-mon[103696]: pgmap v7057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:42.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:42.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:43.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:43.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:43 smithi172 ceph-mon[103696]: pgmap v7058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:43 smithi050 ceph-mon[92315]: pgmap v7058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:44.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:44.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:45.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:45.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:45 smithi050 ceph-mon[92315]: pgmap v7059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:45 smithi172 ceph-mon[103696]: pgmap v7059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:46.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:46.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:47.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:47.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:47 smithi050 ceph-mon[92315]: pgmap v7060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:47 smithi172 ceph-mon[103696]: pgmap v7060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:48.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:48.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:49.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:49.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:49 smithi050 ceph-mon[92315]: pgmap v7061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:50:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:50:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:49 smithi172 ceph-mon[103696]: pgmap v7061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:50:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:50:50.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:50.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:51.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:51.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:51 smithi050 ceph-mon[92315]: pgmap v7062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:52.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:51 smithi172 ceph-mon[103696]: pgmap v7062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:52.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:52.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:53.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:53.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:53 smithi050 ceph-mon[92315]: pgmap v7063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:54.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:53 smithi172 ceph-mon[103696]: pgmap v7063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:54.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:54.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:55.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:55.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:55 smithi050 ceph-mon[92315]: pgmap v7064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:56.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:55 smithi172 ceph-mon[103696]: pgmap v7064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:56.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:56.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:57.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:57.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:57 smithi050 ceph-mon[92315]: pgmap v7065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:58.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:57 smithi172 ceph-mon[103696]: pgmap v7065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:50:58.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:58.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:50:59.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:50:59.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:59 smithi050 ceph-mon[92315]: pgmap v7066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:51:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:50:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:51:00.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:59 smithi172 ceph-mon[103696]: pgmap v7066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:51:00.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:50:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:51:00.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:00.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:01.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:51:01.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:51:01.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:51:01.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:51:01.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:51:01.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:51:01.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:51:01.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:51:01.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:51:01.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:51:01.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:01.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:01 smithi050 ceph-mon[92315]: pgmap v7067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:01 smithi172 ceph-mon[103696]: pgmap v7067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:02.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:02.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:03.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:03.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:03 smithi050 ceph-mon[92315]: pgmap v7068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:03 smithi172 ceph-mon[103696]: pgmap v7068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:04.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:04.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:51:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:51:05.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:05.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:05 smithi050 ceph-mon[92315]: pgmap v7069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:06.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:05 smithi172 ceph-mon[103696]: pgmap v7069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:06.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:06.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:07.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:07.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:07 smithi050 ceph-mon[92315]: pgmap v7070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:08.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:07 smithi172 ceph-mon[103696]: pgmap v7070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:08.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:08.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:09.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:09.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:09 smithi050 ceph-mon[92315]: pgmap v7071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:51:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:09 smithi172 ceph-mon[103696]: pgmap v7071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:51:10.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:10.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:11.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:11.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:11 smithi050 ceph-mon[92315]: pgmap v7072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:12.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:11 smithi172 ceph-mon[103696]: pgmap v7072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:12.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:12.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:13.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:13.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:13 smithi050 ceph-mon[92315]: pgmap v7073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:14.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:13 smithi172 ceph-mon[103696]: pgmap v7073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:14.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:14.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:15.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:15.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:15 smithi050 ceph-mon[92315]: pgmap v7074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:16.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:15 smithi172 ceph-mon[103696]: pgmap v7074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:16.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:16.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:17.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:17.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:17 smithi050 ceph-mon[92315]: pgmap v7075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:18.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:17 smithi172 ceph-mon[103696]: pgmap v7075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:18.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:18.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:19.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:19.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:19 smithi050 ceph-mon[92315]: pgmap v7076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:51:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:51:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:19 smithi172 ceph-mon[103696]: pgmap v7076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:51:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:51:20.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:20.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:21.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:21.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:22 smithi050 ceph-mon[92315]: pgmap v7077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:22.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:22 smithi172 ceph-mon[103696]: pgmap v7077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:22.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:22.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:23.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:23.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:24 smithi050 ceph-mon[92315]: pgmap v7078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:24.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:24 smithi172 ceph-mon[103696]: pgmap v7078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:24.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:24.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:26.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:26.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:26 smithi050 ceph-mon[92315]: pgmap v7079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:26 smithi172 ceph-mon[103696]: pgmap v7079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:27.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:27.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:28.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:28.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:28 smithi050 ceph-mon[92315]: pgmap v7080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:28 smithi172 ceph-mon[103696]: pgmap v7080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:29.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:29.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:30.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:30.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:30.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:30 smithi050 ceph-mon[92315]: pgmap v7081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:51:30.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:30 smithi172 ceph-mon[103696]: pgmap v7081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:51:31.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:31.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:32.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:32.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:32 smithi050 ceph-mon[92315]: pgmap v7082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:32.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:32 smithi172 ceph-mon[103696]: pgmap v7082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:33.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:33.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:34.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:34.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:34.337 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:34 smithi172 ceph-mon[103696]: pgmap v7083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:34 smithi050 ceph-mon[92315]: pgmap v7083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:35.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:35.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:51:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:51:36.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:36.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:36 smithi050 ceph-mon[92315]: pgmap v7084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:36 smithi172 ceph-mon[103696]: pgmap v7084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:37.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:37.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:38.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:38.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:38 smithi050 ceph-mon[92315]: pgmap v7085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:38 smithi172 ceph-mon[103696]: pgmap v7085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:39.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:39.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:40.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:40.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:40 smithi050 ceph-mon[92315]: pgmap v7086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:51:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:40 smithi172 ceph-mon[103696]: pgmap v7086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:51:41.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:41.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:42.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:42.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:42 smithi050 ceph-mon[92315]: pgmap v7087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:42.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:42 smithi172 ceph-mon[103696]: pgmap v7087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:43.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:43.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:44.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:44.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:44 smithi050 ceph-mon[92315]: pgmap v7088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:44 smithi172 ceph-mon[103696]: pgmap v7088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:45.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:45.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:46.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:46.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:46 smithi050 ceph-mon[92315]: pgmap v7089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:46.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:46 smithi172 ceph-mon[103696]: pgmap v7089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:47.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:47.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:48.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:48.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:48 smithi050 ceph-mon[92315]: pgmap v7090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:48 smithi172 ceph-mon[103696]: pgmap v7090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:49.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:49.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:50.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:50.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:50 smithi050 ceph-mon[92315]: pgmap v7091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:51:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:51:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:50 smithi172 ceph-mon[103696]: pgmap v7091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:51:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:51:51.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:51.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:52.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:52.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:52 smithi050 ceph-mon[92315]: pgmap v7092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:52 smithi172 ceph-mon[103696]: pgmap v7092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:53.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:53.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:54.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:54.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:54 smithi050 ceph-mon[92315]: pgmap v7093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:54.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:54 smithi172 ceph-mon[103696]: pgmap v7093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:55.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:55.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:55 smithi050 ceph-mon[92315]: pgmap v7094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:55 smithi172 ceph-mon[103696]: pgmap v7094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:56.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:56.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:57.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:57.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:58.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:58.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:57 smithi050 ceph-mon[92315]: pgmap v7095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:58.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:57 smithi172 ceph-mon[103696]: pgmap v7095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:51:59.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:51:59.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:51:59.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:51:59 smithi172 ceph-mon[103696]: pgmap v7096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:52:00.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:00.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:51:59 smithi050 ceph-mon[92315]: pgmap v7096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:52:01.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:01.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:01.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:52:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:52:02.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:02.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:01 smithi050 ceph-mon[92315]: pgmap v7097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:02.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:01 smithi172 ceph-mon[103696]: pgmap v7097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:03.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:03.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:04.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:04.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:03 smithi050 ceph-mon[92315]: pgmap v7098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:03 smithi172 ceph-mon[103696]: pgmap v7098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:05.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:05.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:52:05.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:52:06.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:06.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:05 smithi050 ceph-mon[92315]: pgmap v7099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:05 smithi172 ceph-mon[103696]: pgmap v7099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:07.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:07.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:08.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:08.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:07 smithi050 ceph-mon[92315]: pgmap v7100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:52:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:52:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:07 smithi172 ceph-mon[103696]: pgmap v7100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:52:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:52:09.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:09.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:52:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:52:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:52:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:52:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:52:09.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:52:09.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:52:09.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:52:09.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:52:09.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:52:10.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:10.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:09 smithi050 ceph-mon[92315]: pgmap v7101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:52:10.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:09 smithi172 ceph-mon[103696]: pgmap v7101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:52:11.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:11.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:12.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:12.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:11 smithi050 ceph-mon[92315]: pgmap v7102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:11 smithi172 ceph-mon[103696]: pgmap v7102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:13.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:13.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:14.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:14.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:13 smithi050 ceph-mon[92315]: pgmap v7103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:13 smithi172 ceph-mon[103696]: pgmap v7103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:15.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:15.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:16.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:16.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:15 smithi050 ceph-mon[92315]: pgmap v7104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:15 smithi172 ceph-mon[103696]: pgmap v7104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:17.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:17.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:18.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:18.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:17 smithi050 ceph-mon[92315]: pgmap v7105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:18.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:17 smithi172 ceph-mon[103696]: pgmap v7105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:19.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:19.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:20.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:20.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:19 smithi172 ceph-mon[103696]: pgmap v7106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:52:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:52:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:19 smithi050 ceph-mon[92315]: pgmap v7106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:52:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:52:21.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:21.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:22.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:22.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:21 smithi050 ceph-mon[92315]: pgmap v7107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:21 smithi172 ceph-mon[103696]: pgmap v7107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:23.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:23.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:24.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:24.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:23 smithi050 ceph-mon[92315]: pgmap v7108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:23 smithi172 ceph-mon[103696]: pgmap v7108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:25.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:25.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:26.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:26.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:26 smithi050 ceph-mon[92315]: pgmap v7109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:26 smithi172 ceph-mon[103696]: pgmap v7109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:27.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:27.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:28.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:28.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:28 smithi050 ceph-mon[92315]: pgmap v7110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:28 smithi172 ceph-mon[103696]: pgmap v7110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:29.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:29.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:30.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:30.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:30 smithi050 ceph-mon[92315]: pgmap v7111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:52:30.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:30 smithi172 ceph-mon[103696]: pgmap v7111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:52:31.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:31.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:32.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:32.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:32 smithi050 ceph-mon[92315]: pgmap v7112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:32 smithi172 ceph-mon[103696]: pgmap v7112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:33.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:33.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:34.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:34.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:34 smithi050 ceph-mon[92315]: pgmap v7113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:34 smithi172 ceph-mon[103696]: pgmap v7113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:35.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:35.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:52:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:52:36.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:36.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:36 smithi050 ceph-mon[92315]: pgmap v7114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:36.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:36 smithi172 ceph-mon[103696]: pgmap v7114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:37.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:37.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:38.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:38.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:38 smithi050 ceph-mon[92315]: pgmap v7115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:38 smithi172 ceph-mon[103696]: pgmap v7115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:39.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:39.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:40.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:40.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:40 smithi050 ceph-mon[92315]: pgmap v7116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:52:40.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:40 smithi172 ceph-mon[103696]: pgmap v7116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:52:41.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:41.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:42.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:42.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:42 smithi050 ceph-mon[92315]: pgmap v7117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:42.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:42 smithi172 ceph-mon[103696]: pgmap v7117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:43.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:43.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:44.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:44.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:44 smithi050 ceph-mon[92315]: pgmap v7118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:44 smithi172 ceph-mon[103696]: pgmap v7118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:45.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:45.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:46.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:46.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:46 smithi050 ceph-mon[92315]: pgmap v7119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:46 smithi172 ceph-mon[103696]: pgmap v7119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:47.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:47.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:48.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:48.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:48 smithi050 ceph-mon[92315]: pgmap v7120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:48.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:48 smithi172 ceph-mon[103696]: pgmap v7120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:49.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:49.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:50.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:50.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:50 smithi050 ceph-mon[92315]: pgmap v7121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:52:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:52:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:50 smithi172 ceph-mon[103696]: pgmap v7121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:52:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:52:51.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:51.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:52.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:52.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:52 smithi050 ceph-mon[92315]: pgmap v7122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:52.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:52 smithi172 ceph-mon[103696]: pgmap v7122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:53.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:53.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:54.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:54.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:54 smithi050 ceph-mon[92315]: pgmap v7123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:54.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:54 smithi172 ceph-mon[103696]: pgmap v7123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:55.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:55.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:56.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:56.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:56 smithi050 ceph-mon[92315]: pgmap v7124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:56 smithi172 ceph-mon[103696]: pgmap v7124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:57.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:57.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:58.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:58.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:52:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:52:58 smithi050 ceph-mon[92315]: pgmap v7125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:58.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:52:58 smithi172 ceph-mon[103696]: pgmap v7125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:52:59.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:52:59.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:00.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:00.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:00 smithi050 ceph-mon[92315]: pgmap v7126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:53:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:00 smithi172 ceph-mon[103696]: pgmap v7126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:53:01.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:01.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:02.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:02.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:02.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:02 smithi050 ceph-mon[92315]: pgmap v7127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:02.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:02 smithi172 ceph-mon[103696]: pgmap v7127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:03.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:03.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:04.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:04.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:04 smithi050 ceph-mon[92315]: pgmap v7128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:04 smithi172 ceph-mon[103696]: pgmap v7128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:05.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:05.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:53:05.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:53:06.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:06.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:06 smithi050 ceph-mon[92315]: pgmap v7129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:06 smithi172 ceph-mon[103696]: pgmap v7129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:07.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:07.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:08.008 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:07 smithi050 ceph-mon[92315]: pgmap v7130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:07 smithi172 ceph-mon[103696]: pgmap v7130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:08.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:08.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:53:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:53:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:53:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:53:09.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:53:09.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:53:09.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:09.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:10.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:09 smithi050 ceph-mon[92315]: pgmap v7131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:53:10.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:53:10.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:53:10.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:53:10.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:53:10.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:53:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:09 smithi172 ceph-mon[103696]: pgmap v7131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:53:10.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:53:10.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:53:10.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:53:10.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:53:10.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:53:10.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:10.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:11.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:11.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:11 smithi050 ceph-mon[92315]: pgmap v7132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:12.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:11 smithi172 ceph-mon[103696]: pgmap v7132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:12.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:12.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:13.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:13.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:13 smithi050 ceph-mon[92315]: pgmap v7133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:13 smithi172 ceph-mon[103696]: pgmap v7133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:14.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:14.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:15.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:15.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:15 smithi050 ceph-mon[92315]: pgmap v7134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:15 smithi172 ceph-mon[103696]: pgmap v7134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:16.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:16.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:17.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:17.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:17 smithi050 ceph-mon[92315]: pgmap v7135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:17 smithi172 ceph-mon[103696]: pgmap v7135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:18.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:18.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:19.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:19.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:19 smithi050 ceph-mon[92315]: pgmap v7136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:53:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:53:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:19 smithi172 ceph-mon[103696]: pgmap v7136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:53:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:53:20.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:20.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:21.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:21.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:21 smithi050 ceph-mon[92315]: pgmap v7137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:21 smithi172 ceph-mon[103696]: pgmap v7137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:22.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:22.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:23.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:23.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:23 smithi050 ceph-mon[92315]: pgmap v7138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:23 smithi172 ceph-mon[103696]: pgmap v7138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:24.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:24.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:25.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:25.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:25 smithi050 ceph-mon[92315]: pgmap v7139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:25 smithi172 ceph-mon[103696]: pgmap v7139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:26.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:26.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:27.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:27.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:27 smithi050 ceph-mon[92315]: pgmap v7140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:27 smithi172 ceph-mon[103696]: pgmap v7140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:28.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:28.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:29.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:29.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:29 smithi050 ceph-mon[92315]: pgmap v7141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:53:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:29 smithi172 ceph-mon[103696]: pgmap v7141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:53:30.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:30.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:31.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:31.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:32.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:31 smithi050 ceph-mon[92315]: pgmap v7142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:31 smithi172 ceph-mon[103696]: pgmap v7142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:32.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:32.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:33.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:33.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:33 smithi050 ceph-mon[92315]: pgmap v7143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:33 smithi172 ceph-mon[103696]: pgmap v7143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:34.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:34.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:53:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:53:35.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:35.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:35.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:35 smithi172 ceph-mon[103696]: pgmap v7144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:35 smithi050 ceph-mon[92315]: pgmap v7144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:36.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:36.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:37.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:37.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:37 smithi050 ceph-mon[92315]: pgmap v7145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:37 smithi172 ceph-mon[103696]: pgmap v7145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:38.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:38.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:39.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:39.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:39 smithi050 ceph-mon[92315]: pgmap v7146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:53:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:39 smithi172 ceph-mon[103696]: pgmap v7146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:53:40.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:40.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:41.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:41.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:42.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:41 smithi050 ceph-mon[92315]: pgmap v7147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:42.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:41 smithi172 ceph-mon[103696]: pgmap v7147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:42.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:42.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:43.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:43.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:43 smithi050 ceph-mon[92315]: pgmap v7148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:43 smithi172 ceph-mon[103696]: pgmap v7148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:44.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:44.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:45.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:45.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:45 smithi050 ceph-mon[92315]: pgmap v7149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:46.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:45 smithi172 ceph-mon[103696]: pgmap v7149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:46.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:46.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:47.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:47.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:47 smithi050 ceph-mon[92315]: pgmap v7150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:47 smithi172 ceph-mon[103696]: pgmap v7150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:48.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:48.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:49.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:49.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:49 smithi050 ceph-mon[92315]: pgmap v7151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:53:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:53:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:49 smithi172 ceph-mon[103696]: pgmap v7151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:53:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:53:50.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:50.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:51.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:51.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:51 smithi050 ceph-mon[92315]: pgmap v7152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:51 smithi172 ceph-mon[103696]: pgmap v7152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:52.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:52.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:53.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:53.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:53 smithi050 ceph-mon[92315]: pgmap v7153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:54.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:53 smithi172 ceph-mon[103696]: pgmap v7153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:54.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:54.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:55.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:55.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:55 smithi050 ceph-mon[92315]: pgmap v7154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:55 smithi172 ceph-mon[103696]: pgmap v7154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:56.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:56.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:57.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:57.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:58.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:57 smithi050 ceph-mon[92315]: pgmap v7155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:57 smithi172 ceph-mon[103696]: pgmap v7155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:53:58.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:58.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:53:59.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:53:59.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:00.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:53:59 smithi050 ceph-mon[92315]: pgmap v7156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:54:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:53:59 smithi172 ceph-mon[103696]: pgmap v7156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:54:00.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:00.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:01.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:01.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:01 smithi050 ceph-mon[92315]: pgmap v7157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:01 smithi172 ceph-mon[103696]: pgmap v7157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:02.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:02.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:03.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:03.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:03 smithi050 ceph-mon[92315]: pgmap v7158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:03 smithi172 ceph-mon[103696]: pgmap v7158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:04.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:04.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:05.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:54:05.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:54:05.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:05.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:06.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:05 smithi050 ceph-mon[92315]: pgmap v7159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:06.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:05 smithi172 ceph-mon[103696]: pgmap v7159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:06.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:06.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:07.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:07.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:07 smithi050 ceph-mon[92315]: pgmap v7160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:07 smithi172 ceph-mon[103696]: pgmap v7160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:08.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:08.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:09.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:09.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:10.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:09 smithi050 ceph-mon[92315]: pgmap v7161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:54:10.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:54:10.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:09 smithi172 ceph-mon[103696]: pgmap v7161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:54:10.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:54:10.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:10.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:54:11.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:54:11.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:54:11.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:54:11.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:54:11.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:54:11.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:54:11.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:54:11.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:54:11.128 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:54:11.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:11.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:11 smithi172 ceph-mon[103696]: pgmap v7162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:12.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:12.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:11 smithi050 ceph-mon[92315]: pgmap v7162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:13.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:13.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:13 smithi050 ceph-mon[92315]: pgmap v7163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:14.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:14.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:13 smithi172 ceph-mon[103696]: pgmap v7163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:15.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:15.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:16.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:16.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:15 smithi050 ceph-mon[92315]: pgmap v7164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:16.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:15 smithi172 ceph-mon[103696]: pgmap v7164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:17.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:17.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:18.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:18.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:17 smithi050 ceph-mon[92315]: pgmap v7165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:17 smithi172 ceph-mon[103696]: pgmap v7165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:19.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:19.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:20.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:20.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:20.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:19 smithi050 ceph-mon[92315]: pgmap v7166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:54:20.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:54:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:19 smithi172 ceph-mon[103696]: pgmap v7166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:54:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:54:21.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:21.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:22.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:22.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:21 smithi050 ceph-mon[92315]: pgmap v7167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:22.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:21 smithi172 ceph-mon[103696]: pgmap v7167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:23.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:23.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:24.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:23 smithi050 ceph-mon[92315]: pgmap v7168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:24.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:24.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:23 smithi172 ceph-mon[103696]: pgmap v7168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:25.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:25.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:26.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:26.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:25 smithi050 ceph-mon[92315]: pgmap v7169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:26.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:25 smithi172 ceph-mon[103696]: pgmap v7169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:27.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:27.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:28.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:28.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:27 smithi050 ceph-mon[92315]: pgmap v7170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:28.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:27 smithi172 ceph-mon[103696]: pgmap v7170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:29.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:29.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:30.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:30.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:29 smithi050 ceph-mon[92315]: pgmap v7171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:54:30.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:29 smithi172 ceph-mon[103696]: pgmap v7171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:54:31.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:31.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:32.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:32.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:31 smithi050 ceph-mon[92315]: pgmap v7172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:31 smithi172 ceph-mon[103696]: pgmap v7172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:33.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:33.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:34.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:33 smithi050 ceph-mon[92315]: pgmap v7173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:34.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:34.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:34.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:33 smithi172 ceph-mon[103696]: pgmap v7173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:35.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:35.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:54:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:54:36.210 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:35 smithi172 ceph-mon[103696]: pgmap v7174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:36.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:36.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:35 smithi050 ceph-mon[92315]: pgmap v7174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:37.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:37.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:38.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:38.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:38.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:37 smithi050 ceph-mon[92315]: pgmap v7175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:37 smithi172 ceph-mon[103696]: pgmap v7175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:39.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:39.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:40.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:40.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:39 smithi050 ceph-mon[92315]: pgmap v7176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:54:40.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:39 smithi172 ceph-mon[103696]: pgmap v7176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:54:41.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:41.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:42.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:42.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:41 smithi050 ceph-mon[92315]: pgmap v7177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:41 smithi172 ceph-mon[103696]: pgmap v7177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:43.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:43.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:44.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:44.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:43 smithi050 ceph-mon[92315]: pgmap v7178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:43 smithi172 ceph-mon[103696]: pgmap v7178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:45.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:45.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:46.317 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:45 smithi172 ceph-mon[103696]: pgmap v7179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:46.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:46.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:45 smithi050 ceph-mon[92315]: pgmap v7179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:47.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:47.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:48.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:48.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:47 smithi050 ceph-mon[92315]: pgmap v7180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:47 smithi172 ceph-mon[103696]: pgmap v7180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:49.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:49.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:50.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:50.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:49 smithi050 ceph-mon[92315]: pgmap v7181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:54:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:54:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:49 smithi172 ceph-mon[103696]: pgmap v7181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:54:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:54:51.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:51.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:51 smithi050 ceph-mon[92315]: pgmap v7182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:52.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:52.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:51 smithi172 ceph-mon[103696]: pgmap v7182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:53.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:53.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:54.209 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:53 smithi050 ceph-mon[92315]: pgmap v7183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:54.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:54.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:53 smithi172 ceph-mon[103696]: pgmap v7183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:55.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:55.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:55 smithi050 ceph-mon[92315]: pgmap v7184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:56.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:56.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:55 smithi172 ceph-mon[103696]: pgmap v7184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:57.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:57.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:57 smithi050 ceph-mon[92315]: pgmap v7185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:58.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:58.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:54:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:57 smithi172 ceph-mon[103696]: pgmap v7185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:54:59.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:54:59.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:54:59 smithi050 ceph-mon[92315]: pgmap v7186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:55:00.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:00.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:54:59 smithi172 ceph-mon[103696]: pgmap v7186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:55:01.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:01.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:01 smithi050 ceph-mon[92315]: pgmap v7187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:02.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:02.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:01 smithi172 ceph-mon[103696]: pgmap v7187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:03.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:03.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:04.323 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:03 smithi050 ceph-mon[92315]: pgmap v7188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:04.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:04.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:03 smithi172 ceph-mon[103696]: pgmap v7188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:55:05.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:05.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:55:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:05 smithi050 ceph-mon[92315]: pgmap v7189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:06.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:06.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:05 smithi172 ceph-mon[103696]: pgmap v7189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:07.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:07.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:07 smithi050 ceph-mon[92315]: pgmap v7190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:08.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:08.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:07 smithi172 ceph-mon[103696]: pgmap v7190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:09.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:09.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:09 smithi050 ceph-mon[92315]: pgmap v7191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:55:10.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:09 smithi172 ceph-mon[103696]: pgmap v7191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:55:10.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:10.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:55:11.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:55:11.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:55:11.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:55:11.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:55:11.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:55:11.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:11.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:11 smithi050 ceph-mon[92315]: pgmap v7192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:55:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:55:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:55:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:55:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:55:12.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:11 smithi172 ceph-mon[103696]: pgmap v7192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:12.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:55:12.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:55:12.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:55:12.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:55:12.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:55:12.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:12.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:13.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:13.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:13 smithi050 ceph-mon[92315]: pgmap v7193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:13 smithi172 ceph-mon[103696]: pgmap v7193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:14.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:14.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:15.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:15.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:16.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:15 smithi050 ceph-mon[92315]: pgmap v7194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:15 smithi172 ceph-mon[103696]: pgmap v7194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:16.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:16.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:17.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:17.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:17 smithi050 ceph-mon[92315]: pgmap v7195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:17 smithi172 ceph-mon[103696]: pgmap v7195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:18.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:18.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:19.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:19.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:19 smithi050 ceph-mon[92315]: pgmap v7196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:55:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:55:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:19 smithi172 ceph-mon[103696]: pgmap v7196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:55:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:55:20.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:20.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:21.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:21.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:21 smithi050 ceph-mon[92315]: pgmap v7197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:21 smithi172 ceph-mon[103696]: pgmap v7197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:22.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:22.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:23.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:23.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:23 smithi050 ceph-mon[92315]: pgmap v7198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:24.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:23 smithi172 ceph-mon[103696]: pgmap v7198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:24.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:24.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:25.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:25.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:26 smithi050 ceph-mon[92315]: pgmap v7199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:26 smithi172 ceph-mon[103696]: pgmap v7199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:26.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:26.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:27.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:27.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:28 smithi050 ceph-mon[92315]: pgmap v7200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:28 smithi172 ceph-mon[103696]: pgmap v7200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:28.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:28.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:29.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:29.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:30 smithi050 ceph-mon[92315]: pgmap v7201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:55:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:30 smithi172 ceph-mon[103696]: pgmap v7201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:55:30.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:30.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:31.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:31.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:32.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:32 smithi172 ceph-mon[103696]: pgmap v7202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:32 smithi050 ceph-mon[92315]: pgmap v7202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:32.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:32.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:33.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:33.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:34 smithi050 ceph-mon[92315]: pgmap v7203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:34 smithi172 ceph-mon[103696]: pgmap v7203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:34.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:34.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:55:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:55:35.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:35.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:36 smithi050 ceph-mon[92315]: pgmap v7204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:36 smithi172 ceph-mon[103696]: pgmap v7204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:36.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:36.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:37.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:37.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:38 smithi050 ceph-mon[92315]: pgmap v7205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:38.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:38 smithi172 ceph-mon[103696]: pgmap v7205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:38.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:38.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:39.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:39.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:40 smithi050 ceph-mon[92315]: pgmap v7206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:55:40.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:40 smithi172 ceph-mon[103696]: pgmap v7206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:55:40.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:40.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:41.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:41.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:42 smithi050 ceph-mon[92315]: pgmap v7207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:42 smithi172 ceph-mon[103696]: pgmap v7207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:42.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:42.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:43.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:43.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:44 smithi050 ceph-mon[92315]: pgmap v7208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:44 smithi172 ceph-mon[103696]: pgmap v7208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:44.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:44.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:45.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:45.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:46 smithi050 ceph-mon[92315]: pgmap v7209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:46 smithi172 ceph-mon[103696]: pgmap v7209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:46.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:46.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:47.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:47.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:48 smithi050 ceph-mon[92315]: pgmap v7210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:48 smithi172 ceph-mon[103696]: pgmap v7210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:48.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:48.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:49.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:49.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:50 smithi050 ceph-mon[92315]: pgmap v7211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:55:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:55:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:50 smithi172 ceph-mon[103696]: pgmap v7211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:55:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:55:50.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:50.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:51.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:51.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:52 smithi050 ceph-mon[92315]: pgmap v7212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:52.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:52 smithi172 ceph-mon[103696]: pgmap v7212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:52.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:52.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:53.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:53.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:54.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:54 smithi050 ceph-mon[92315]: pgmap v7213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:54 smithi172 ceph-mon[103696]: pgmap v7213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:54.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:54.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:55.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:55.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:56.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:56 smithi050 ceph-mon[92315]: pgmap v7214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:56.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:56 smithi172 ceph-mon[103696]: pgmap v7214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:56.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:56.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:57.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:57.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:55:58 smithi050 ceph-mon[92315]: pgmap v7215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:58.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:55:58 smithi172 ceph-mon[103696]: pgmap v7215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:55:58.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:58.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:55:59.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:55:59.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:00 smithi050 ceph-mon[92315]: pgmap v7216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:56:00.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:00 smithi172 ceph-mon[103696]: pgmap v7216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:56:00.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:00.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:01.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:01.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:02.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:02 smithi050 ceph-mon[92315]: pgmap v7217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:02 smithi172 ceph-mon[103696]: pgmap v7217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:02.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:02.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:03.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:03.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:04 smithi050 ceph-mon[92315]: pgmap v7218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:04 smithi172 ceph-mon[103696]: pgmap v7218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:04.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:04.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:56:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:56:05.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:05.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:06 smithi050 ceph-mon[92315]: pgmap v7219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:06 smithi172 ceph-mon[103696]: pgmap v7219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:06.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:06.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:07.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:07.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:08 smithi050 ceph-mon[92315]: pgmap v7220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:08 smithi172 ceph-mon[103696]: pgmap v7220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:08.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:08.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:09.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:09.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:10 smithi050 ceph-mon[92315]: pgmap v7221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:56:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:10 smithi172 ceph-mon[103696]: pgmap v7221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:56:10.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:10.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:11.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:11.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:12 smithi050 ceph-mon[92315]: pgmap v7222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:56:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:56:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:56:12.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:56:12.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:56:12.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:56:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:12 smithi172 ceph-mon[103696]: pgmap v7222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:12.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:56:12.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:56:12.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:56:12.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:56:12.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:56:12.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:56:12.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:12.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:13.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:13.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:14 smithi050 ceph-mon[92315]: pgmap v7223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:14 smithi172 ceph-mon[103696]: pgmap v7223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:14.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:14.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:15.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:15.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:16 smithi050 ceph-mon[92315]: pgmap v7224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:16.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:16 smithi172 ceph-mon[103696]: pgmap v7224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:16.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:16.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:17.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:17.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:18 smithi050 ceph-mon[92315]: pgmap v7225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:18 smithi172 ceph-mon[103696]: pgmap v7225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:18.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:18.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:19.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:19.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:20 smithi050 ceph-mon[92315]: pgmap v7226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:56:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:56:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:20 smithi172 ceph-mon[103696]: pgmap v7226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:56:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:56:20.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:20.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:21.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:21.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:22.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:22 smithi050 ceph-mon[92315]: pgmap v7227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:22.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:22 smithi172 ceph-mon[103696]: pgmap v7227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:22.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:22.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:23.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:23.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:24.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:24 smithi172 ceph-mon[103696]: pgmap v7228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:24.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:24.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:24 smithi050 ceph-mon[92315]: pgmap v7228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:25.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:25.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:26 smithi172 ceph-mon[103696]: pgmap v7229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:26.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:26.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:26 smithi050 ceph-mon[92315]: pgmap v7229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:27.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:27.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:28.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:28 smithi172 ceph-mon[103696]: pgmap v7230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:28.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:28.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:28 smithi050 ceph-mon[92315]: pgmap v7230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:29.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:29.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:30 smithi172 ceph-mon[103696]: pgmap v7231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:56:30.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:30.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:30 smithi050 ceph-mon[92315]: pgmap v7231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:56:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:31 smithi172 ceph-mon[103696]: pgmap v7232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:31.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:31.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:31 smithi050 ceph-mon[92315]: pgmap v7232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:32.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:32.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:33.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:33.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:34.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:33 smithi050 ceph-mon[92315]: pgmap v7233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:33 smithi172 ceph-mon[103696]: pgmap v7233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:34.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:34.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:56:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:56:35.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:35.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:36.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:35 smithi050 ceph-mon[92315]: pgmap v7234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:35 smithi172 ceph-mon[103696]: pgmap v7234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:36.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:36.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:37.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:37.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:37 smithi050 ceph-mon[92315]: pgmap v7235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:37 smithi172 ceph-mon[103696]: pgmap v7235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:38.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:38.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:39.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:39.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:40.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:39 smithi050 ceph-mon[92315]: pgmap v7236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:56:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:39 smithi172 ceph-mon[103696]: pgmap v7236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:56:40.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:40.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:41.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:41.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:42.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:41 smithi050 ceph-mon[92315]: pgmap v7237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:42.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:41 smithi172 ceph-mon[103696]: pgmap v7237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:42.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:42.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:43.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:43.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:44.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:43 smithi050 ceph-mon[92315]: pgmap v7238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:43 smithi172 ceph-mon[103696]: pgmap v7238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:44.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:44.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:45.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:45.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:45 smithi050 ceph-mon[92315]: pgmap v7239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:45 smithi172 ceph-mon[103696]: pgmap v7239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:46.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:46.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:47.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:47.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:47 smithi172 ceph-mon[103696]: pgmap v7240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:47 smithi050 ceph-mon[92315]: pgmap v7240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:48.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:48.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:49.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:49.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:49 smithi050 ceph-mon[92315]: pgmap v7241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:56:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:56:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:49 smithi172 ceph-mon[103696]: pgmap v7241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:56:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:56:50.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:50.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:51.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:51.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:51 smithi050 ceph-mon[92315]: pgmap v7242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:51 smithi172 ceph-mon[103696]: pgmap v7242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:52.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:52.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:53.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:53.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:53 smithi050 ceph-mon[92315]: pgmap v7243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:53 smithi172 ceph-mon[103696]: pgmap v7243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:54.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:54.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:55.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:55.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:55 smithi050 ceph-mon[92315]: pgmap v7244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:56.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:55 smithi172 ceph-mon[103696]: pgmap v7244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:56.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:56.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:57.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:57.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:57 smithi050 ceph-mon[92315]: pgmap v7245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:57 smithi172 ceph-mon[103696]: pgmap v7245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:56:58.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:58.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:56:59.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:56:59.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:56:59 smithi050 ceph-mon[92315]: pgmap v7246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:57:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:56:59 smithi172 ceph-mon[103696]: pgmap v7246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:57:00.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:00.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:01.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:01.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:01 smithi050 ceph-mon[92315]: pgmap v7247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:01 smithi172 ceph-mon[103696]: pgmap v7247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:02.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:02.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:03.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:03.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:03 smithi050 ceph-mon[92315]: pgmap v7248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:04.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:03 smithi172 ceph-mon[103696]: pgmap v7248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:04.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:04.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:57:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:57:05.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:05.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:06.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:05 smithi050 ceph-mon[92315]: pgmap v7249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:05 smithi172 ceph-mon[103696]: pgmap v7249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:06.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:06.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:07.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:07.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:07 smithi050 ceph-mon[92315]: pgmap v7250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:07 smithi172 ceph-mon[103696]: pgmap v7250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:08.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:08.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:09.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:09.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:09 smithi050 ceph-mon[92315]: pgmap v7251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:57:10.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:09 smithi172 ceph-mon[103696]: pgmap v7251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:57:10.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:10.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:11.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:11.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:11 smithi050 ceph-mon[92315]: pgmap v7252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:11 smithi172 ceph-mon[103696]: pgmap v7252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:12.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:12.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:57:13.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:57:13.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:57:13.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:57:13.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:57:13.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:57:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:57:13.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:57:13.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:57:13.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:57:13.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:57:13.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:57:13.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:13.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:13 smithi050 ceph-mon[92315]: pgmap v7253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:14.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:13 smithi172 ceph-mon[103696]: pgmap v7253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:14.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:14.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:15.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:15.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:15 smithi050 ceph-mon[92315]: pgmap v7254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:15 smithi172 ceph-mon[103696]: pgmap v7254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:16.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:16.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:17.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:17.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:18.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:17 smithi172 ceph-mon[103696]: pgmap v7255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:18.338 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:17 smithi050 ceph-mon[92315]: pgmap v7255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:18.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:18.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:19.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:19.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:19 smithi172 ceph-mon[103696]: pgmap v7256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:57:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:57:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:19 smithi050 ceph-mon[92315]: pgmap v7256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:57:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:57:20.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:20.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:21.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:21.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:22.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:21 smithi172 ceph-mon[103696]: pgmap v7257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:21 smithi050 ceph-mon[92315]: pgmap v7257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:22.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:22.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:23.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:23.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:23 smithi172 ceph-mon[103696]: pgmap v7258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:24.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:23 smithi050 ceph-mon[92315]: pgmap v7258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:24.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:24.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:25.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:25.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:25 smithi172 ceph-mon[103696]: pgmap v7259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:25 smithi050 ceph-mon[92315]: pgmap v7259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:26.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:26.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:27.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:27.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:27 smithi172 ceph-mon[103696]: pgmap v7260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:27 smithi050 ceph-mon[92315]: pgmap v7260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:28.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:28.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:29.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:29.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:30.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:29 smithi172 ceph-mon[103696]: pgmap v7261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:57:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:29 smithi050 ceph-mon[92315]: pgmap v7261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:57:30.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:30.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:31.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:31.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:31 smithi172 ceph-mon[103696]: pgmap v7262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:31 smithi050 ceph-mon[92315]: pgmap v7262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:32.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:32.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:33.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:33.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:33 smithi172 ceph-mon[103696]: pgmap v7263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:34.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:33 smithi050 ceph-mon[92315]: pgmap v7263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:34.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:34.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:57:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:57:35.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:35.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:35 smithi050 ceph-mon[92315]: pgmap v7264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:35 smithi172 ceph-mon[103696]: pgmap v7264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:36.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:36.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:37.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:37.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:37 smithi050 ceph-mon[92315]: pgmap v7265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:37 smithi172 ceph-mon[103696]: pgmap v7265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:38.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:38.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:39.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:39.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:39 smithi050 ceph-mon[92315]: pgmap v7266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:57:40.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:39 smithi172 ceph-mon[103696]: pgmap v7266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:57:40.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:40.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:41.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:41.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:41 smithi050 ceph-mon[92315]: pgmap v7267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:42.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:41 smithi172 ceph-mon[103696]: pgmap v7267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:42.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:42.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:43.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:43.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:44.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:43 smithi050 ceph-mon[92315]: pgmap v7268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:43 smithi172 ceph-mon[103696]: pgmap v7268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:44.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:44.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:45.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:45.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:46.156 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:45 smithi050 ceph-mon[92315]: pgmap v7269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:46.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:45 smithi172 ceph-mon[103696]: pgmap v7269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:46.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:46.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:47.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:47.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:48.204 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:47 smithi172 ceph-mon[103696]: pgmap v7270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:47 smithi050 ceph-mon[92315]: pgmap v7270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:48.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:48.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:49.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:49.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:49 smithi050 ceph-mon[92315]: pgmap v7271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:57:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:57:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:49 smithi172 ceph-mon[103696]: pgmap v7271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:57:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:57:50.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:50.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:51.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:51.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:51 smithi050 ceph-mon[92315]: pgmap v7272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:52.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:51 smithi172 ceph-mon[103696]: pgmap v7272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:52.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:52.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:53.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:53.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:54.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:53 smithi050 ceph-mon[92315]: pgmap v7273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:53 smithi172 ceph-mon[103696]: pgmap v7273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:54.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:54.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:55.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:55.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:56.270 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:55 smithi050 ceph-mon[92315]: pgmap v7274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:55 smithi172 ceph-mon[103696]: pgmap v7274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:56.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:56.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:57.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:57.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:58.309 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:57 smithi172 ceph-mon[103696]: pgmap v7275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:57 smithi050 ceph-mon[92315]: pgmap v7275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:57:58.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:58.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:57:59.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:57:59.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:57:59 smithi050 ceph-mon[92315]: pgmap v7276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:58:00.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:57:59 smithi172 ceph-mon[103696]: pgmap v7276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:58:00.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:00.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:01.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:01.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:01 smithi050 ceph-mon[92315]: pgmap v7277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:02.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:01 smithi172 ceph-mon[103696]: pgmap v7277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:02.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:02.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:03.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:03.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:03 smithi050 ceph-mon[92315]: pgmap v7278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:03 smithi172 ceph-mon[103696]: pgmap v7278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:04.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:04.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:58:05.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:58:05.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:05.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:05 smithi050 ceph-mon[92315]: pgmap v7279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:05 smithi172 ceph-mon[103696]: pgmap v7279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:06.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:06.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:07.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:07.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:07 smithi050 ceph-mon[92315]: pgmap v7280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:07 smithi172 ceph-mon[103696]: pgmap v7280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:08.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:08.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:09.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:09.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:09 smithi050 ceph-mon[92315]: pgmap v7281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:58:10.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:09 smithi172 ceph-mon[103696]: pgmap v7281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:58:10.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:10.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:11.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:11.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:11 smithi050 ceph-mon[92315]: pgmap v7282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:11 smithi172 ceph-mon[103696]: pgmap v7282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:12.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:12.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:58:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:58:13.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:13.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:13 smithi050 ceph-mon[92315]: pgmap v7283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:14.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:58:14.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:58:14.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:58:14.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:58:14.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:58:14.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:13 smithi172 ceph-mon[103696]: pgmap v7283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:14.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:58:14.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:58:14.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:58:14.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:58:14.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:58:14.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:14.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:15.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:15.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:16.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:15 smithi050 ceph-mon[92315]: pgmap v7284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:16.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:15 smithi172 ceph-mon[103696]: pgmap v7284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:16.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:16.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:17.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:17.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:17 smithi050 ceph-mon[92315]: pgmap v7285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:17 smithi172 ceph-mon[103696]: pgmap v7285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:18.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:18.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:19.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:19.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:19 smithi050 ceph-mon[92315]: pgmap v7286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:58:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:58:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:19 smithi172 ceph-mon[103696]: pgmap v7286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:58:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:58:20.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:20.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:21.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:21.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:21 smithi050 ceph-mon[92315]: pgmap v7287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:22.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:21 smithi172 ceph-mon[103696]: pgmap v7287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:22.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:22.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:23.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:23.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:23 smithi050 ceph-mon[92315]: pgmap v7288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:23 smithi172 ceph-mon[103696]: pgmap v7288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:24.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:24.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:25.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:25.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:25 smithi050 ceph-mon[92315]: pgmap v7289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:26.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:25 smithi172 ceph-mon[103696]: pgmap v7289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:26.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:26.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:27.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:27.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:27 smithi050 ceph-mon[92315]: pgmap v7290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:27 smithi172 ceph-mon[103696]: pgmap v7290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:28.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:28.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:29.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:29.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:29 smithi050 ceph-mon[92315]: pgmap v7291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:58:30.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:29 smithi172 ceph-mon[103696]: pgmap v7291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:58:30.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:30.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:31.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:31.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:31 smithi050 ceph-mon[92315]: pgmap v7292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:31 smithi172 ceph-mon[103696]: pgmap v7292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:32.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:32.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:33.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:33.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:33 smithi050 ceph-mon[92315]: pgmap v7293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:34.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:33 smithi172 ceph-mon[103696]: pgmap v7293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:34.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:34.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:58:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:58:35.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:35.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:35 smithi050 ceph-mon[92315]: pgmap v7294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:35 smithi172 ceph-mon[103696]: pgmap v7294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:36.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:36.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:37.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:37.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:37 smithi050 ceph-mon[92315]: pgmap v7295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:37 smithi172 ceph-mon[103696]: pgmap v7295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:38.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:38.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:39.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:39.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:39 smithi050 ceph-mon[92315]: pgmap v7296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:58:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:39 smithi172 ceph-mon[103696]: pgmap v7296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:58:40.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:40.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:41.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:41.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:42.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:41 smithi050 ceph-mon[92315]: pgmap v7297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:42.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:41 smithi172 ceph-mon[103696]: pgmap v7297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:42.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:42.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:43.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:43.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:43 smithi172 ceph-mon[103696]: pgmap v7298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:43 smithi050 ceph-mon[92315]: pgmap v7298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:44.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:44.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:45.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:45.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:46 smithi050 ceph-mon[92315]: pgmap v7299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:46 smithi172 ceph-mon[103696]: pgmap v7299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:46.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:46.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:47.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:47.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:48 smithi050 ceph-mon[92315]: pgmap v7300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:48 smithi172 ceph-mon[103696]: pgmap v7300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:48.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:48.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:49.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:49.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:50 smithi050 ceph-mon[92315]: pgmap v7301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:58:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:58:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:50 smithi172 ceph-mon[103696]: pgmap v7301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:58:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:58:50.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:50.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:51.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:51.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:52 smithi050 ceph-mon[92315]: pgmap v7302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:52 smithi172 ceph-mon[103696]: pgmap v7302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:52.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:52.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:53.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:53.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:54 smithi050 ceph-mon[92315]: pgmap v7303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:54 smithi172 ceph-mon[103696]: pgmap v7303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:54.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:54.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:55.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:55.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:56 smithi050 ceph-mon[92315]: pgmap v7304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:56.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:56 smithi172 ceph-mon[103696]: pgmap v7304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:56.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:56.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:57.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:57.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:58:58 smithi050 ceph-mon[92315]: pgmap v7305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:58:58 smithi172 ceph-mon[103696]: pgmap v7305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:58:58.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:58.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:58:59.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:58:59.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:00 smithi050 ceph-mon[92315]: pgmap v7306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:59:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:00 smithi172 ceph-mon[103696]: pgmap v7306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:59:00.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:00.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:01.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:01.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:02 smithi050 ceph-mon[92315]: pgmap v7307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:02 smithi172 ceph-mon[103696]: pgmap v7307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:02.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:02.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:03.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:03.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:04 smithi050 ceph-mon[92315]: pgmap v7308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:04 smithi172 ceph-mon[103696]: pgmap v7308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:04.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:04.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:59:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:59:05.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:05.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:06 smithi050 ceph-mon[92315]: pgmap v7309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:06 smithi172 ceph-mon[103696]: pgmap v7309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:06.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:06.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:07.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:07.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:08 smithi050 ceph-mon[92315]: pgmap v7310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:08 smithi172 ceph-mon[103696]: pgmap v7310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:08.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:08.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:09.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:09.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:10.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:10 smithi050 ceph-mon[92315]: pgmap v7311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:59:10.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:10 smithi172 ceph-mon[103696]: pgmap v7311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:59:10.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:10.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:11.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:11.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:12 smithi050 ceph-mon[92315]: pgmap v7312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:12.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:12 smithi172 ceph-mon[103696]: pgmap v7312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:12.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:12.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:13.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:13.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:14 smithi050 ceph-mon[92315]: pgmap v7313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:14.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:59:14.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:59:14.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:59:14.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:59:14.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:59:14.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:59:14.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:14 smithi172 ceph-mon[103696]: pgmap v7313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:14.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T17:59:14.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T17:59:14.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T17:59:14.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:59:14.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T17:59:14.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T17:59:14.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:14.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:15.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:15.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:16 smithi050 ceph-mon[92315]: pgmap v7314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:16 smithi172 ceph-mon[103696]: pgmap v7314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:16.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:16.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:17.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:17.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:18 smithi050 ceph-mon[92315]: pgmap v7315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:18 smithi172 ceph-mon[103696]: pgmap v7315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:18.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:18.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:19.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:19.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:20 smithi050 ceph-mon[92315]: pgmap v7316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:59:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:59:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:20 smithi172 ceph-mon[103696]: pgmap v7316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:59:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:59:20.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:20.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:21.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:21.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:22 smithi050 ceph-mon[92315]: pgmap v7317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:22.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:22 smithi172 ceph-mon[103696]: pgmap v7317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:22.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:22.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:23.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:23.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:24 smithi050 ceph-mon[92315]: pgmap v7318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:24 smithi172 ceph-mon[103696]: pgmap v7318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:24.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:24.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:25.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:25.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:26 smithi050 ceph-mon[92315]: pgmap v7319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:26 smithi172 ceph-mon[103696]: pgmap v7319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:26.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:26.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:27.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:27.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:28 smithi050 ceph-mon[92315]: pgmap v7320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:28.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:28 smithi172 ceph-mon[103696]: pgmap v7320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:28.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:28.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:29.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:29.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:30 smithi050 ceph-mon[92315]: pgmap v7321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:59:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:30 smithi172 ceph-mon[103696]: pgmap v7321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:59:30.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:30.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:31.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:31.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:32 smithi050 ceph-mon[92315]: pgmap v7322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:32.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:32 smithi172 ceph-mon[103696]: pgmap v7322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:32.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:32.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:33.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:33.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:34 smithi050 ceph-mon[92315]: pgmap v7323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:34 smithi172 ceph-mon[103696]: pgmap v7323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:34.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:34.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:59:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:59:35.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:35.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:36 smithi050 ceph-mon[92315]: pgmap v7324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:36 smithi172 ceph-mon[103696]: pgmap v7324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:36.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:36.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:37.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:37.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:38 smithi050 ceph-mon[92315]: pgmap v7325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:38.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:38 smithi172 ceph-mon[103696]: pgmap v7325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:38.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:38.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:39.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:39.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:40 smithi050 ceph-mon[92315]: pgmap v7326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:59:40.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:40 smithi172 ceph-mon[103696]: pgmap v7326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:59:40.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:40.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:41.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:41.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:42 smithi050 ceph-mon[92315]: pgmap v7327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:42 smithi172 ceph-mon[103696]: pgmap v7327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:42.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:42.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:43.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:43.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:44 smithi172 ceph-mon[103696]: pgmap v7328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:44 smithi050 ceph-mon[92315]: pgmap v7328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:44.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:44.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:45.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:45.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:46.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:46 smithi172 ceph-mon[103696]: pgmap v7329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:46 smithi050 ceph-mon[92315]: pgmap v7329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:46.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:46.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:47.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:47.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:48.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:48 smithi172 ceph-mon[103696]: pgmap v7330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:48 smithi050 ceph-mon[92315]: pgmap v7330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:48.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:48.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:49.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:49.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:50 smithi172 ceph-mon[103696]: pgmap v7331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:59:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:59:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:50 smithi050 ceph-mon[92315]: pgmap v7331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T17:59:50.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T17:59:50.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:50.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:51.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:51.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:52.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:52 smithi172 ceph-mon[103696]: pgmap v7332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:52.590 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:52 smithi050 ceph-mon[92315]: pgmap v7332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:52.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:52.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:53.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:53.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:54.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:54 smithi172 ceph-mon[103696]: pgmap v7333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:54.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:54 smithi050 ceph-mon[92315]: pgmap v7333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:54.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:54.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:55.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:55.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:56.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:56 smithi172 ceph-mon[103696]: pgmap v7334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:56 smithi050 ceph-mon[92315]: pgmap v7334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:56.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:56.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:57.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:57.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:58.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 17:59:58 smithi172 ceph-mon[103696]: pgmap v7335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 17:59:58 smithi050 ceph-mon[92315]: pgmap v7335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T17:59:58.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:58.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T17:59:59.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T17:59:59.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:00 smithi172 ceph-mon[103696]: pgmap v7336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:00:00.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T18:00:00.559 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:00 smithi050 ceph-mon[92315]: pgmap v7336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:00:00.559 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T18:00:00.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:00.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:01.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:01.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:02 smithi172 ceph-mon[103696]: pgmap v7337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:02 smithi050 ceph-mon[92315]: pgmap v7337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:02.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:02.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:03.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:03.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:04 smithi050 ceph-mon[92315]: pgmap v7338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:00:04.620 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:04 smithi172 ceph-mon[103696]: pgmap v7338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:04.620 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:00:04.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:04.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:05.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:05.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:06 smithi050 ceph-mon[92315]: pgmap v7339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:06 smithi172 ceph-mon[103696]: pgmap v7339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:06.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:06.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:07.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:07.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:08 smithi050 ceph-mon[92315]: pgmap v7340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:08 smithi172 ceph-mon[103696]: pgmap v7340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:08.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:08.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:09.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:09.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:10 smithi050 ceph-mon[92315]: pgmap v7341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:00:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:10 smithi172 ceph-mon[103696]: pgmap v7341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:00:10.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:10.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:11.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:11.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:12 smithi050 ceph-mon[92315]: pgmap v7342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:12 smithi172 ceph-mon[103696]: pgmap v7342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:12.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:12.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:13.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:13.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:14 smithi050 ceph-mon[92315]: pgmap v7343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:00:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:14 smithi172 ceph-mon[103696]: pgmap v7343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:00:14.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:14.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:15.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:15.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:16 smithi050 ceph-mon[92315]: pgmap v7344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:16.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:16 smithi172 ceph-mon[103696]: pgmap v7344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:16.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:16.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:17.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:17.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:18.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:18 smithi050 ceph-mon[92315]: pgmap v7345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:18 smithi172 ceph-mon[103696]: pgmap v7345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:18.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:18.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:19.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:19.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:19 smithi050 ceph-mon[92315]: pgmap v7346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:00:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:00:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:00:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:00:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:00:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:00:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:00:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:00:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:00:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:19 smithi172 ceph-mon[103696]: pgmap v7346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:00:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:00:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:00:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:00:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:00:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:00:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:00:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:00:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:00:20.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:20.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:21.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:21.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:22.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:21 smithi050 ceph-mon[92315]: pgmap v7347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:22.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:21 smithi172 ceph-mon[103696]: pgmap v7347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:22.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:22.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:23.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:23.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:23 smithi050 ceph-mon[92315]: pgmap v7348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:23 smithi172 ceph-mon[103696]: pgmap v7348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:24.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:24.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:25.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:25.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:25 smithi050 ceph-mon[92315]: pgmap v7349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:25 smithi172 ceph-mon[103696]: pgmap v7349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:26.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:26.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:27.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:27.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:28.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:27 smithi050 ceph-mon[92315]: pgmap v7350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:27 smithi172 ceph-mon[103696]: pgmap v7350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:28.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:28.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:29.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:29.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:29 smithi050 ceph-mon[92315]: pgmap v7351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:00:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:29 smithi172 ceph-mon[103696]: pgmap v7351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:00:30.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:30.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:31.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:31.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:32.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:31 smithi050 ceph-mon[92315]: pgmap v7352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:32.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:31 smithi172 ceph-mon[103696]: pgmap v7352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:32.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:32.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:33.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:33.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:33 smithi050 ceph-mon[92315]: pgmap v7353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:34.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:33 smithi172 ceph-mon[103696]: pgmap v7353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:34.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:34.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:35.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:00:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:00:35.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:35.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:35 smithi172 ceph-mon[103696]: pgmap v7354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:35 smithi050 ceph-mon[92315]: pgmap v7354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:36.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:36.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:37.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:37.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:38.105 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:37 smithi050 ceph-mon[92315]: pgmap v7355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:38.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:37 smithi172 ceph-mon[103696]: pgmap v7355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:38.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:38.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:39.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:39.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:40.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:39 smithi172 ceph-mon[103696]: pgmap v7356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:00:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:39 smithi050 ceph-mon[92315]: pgmap v7356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:00:40.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:40.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:41.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:41.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:42.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:41 smithi172 ceph-mon[103696]: pgmap v7357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:41 smithi050 ceph-mon[92315]: pgmap v7357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:42.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:42.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:43.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:43.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:43 smithi172 ceph-mon[103696]: pgmap v7358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:44.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:43 smithi050 ceph-mon[92315]: pgmap v7358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:44.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:44.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:45.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:45.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:45 smithi172 ceph-mon[103696]: pgmap v7359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:45 smithi050 ceph-mon[92315]: pgmap v7359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:46.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:46.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:47.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:47.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:47 smithi172 ceph-mon[103696]: pgmap v7360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:48.220 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:47 smithi050 ceph-mon[92315]: pgmap v7360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:48.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:48.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:49.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:49.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:49 smithi172 ceph-mon[103696]: pgmap v7361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:00:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:00:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:49 smithi050 ceph-mon[92315]: pgmap v7361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:00:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:00:50.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:50.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:51.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:51.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:51 smithi050 ceph-mon[92315]: pgmap v7362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:51 smithi172 ceph-mon[103696]: pgmap v7362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:52.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:52.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:53.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:53.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:54.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:53 smithi050 ceph-mon[92315]: pgmap v7363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:53 smithi172 ceph-mon[103696]: pgmap v7363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:54.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:54.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:55.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:55.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:55 smithi050 ceph-mon[92315]: pgmap v7364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:55 smithi172 ceph-mon[103696]: pgmap v7364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:56.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:56.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:57.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:57.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:58.334 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:57 smithi050 ceph-mon[92315]: pgmap v7365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:57 smithi172 ceph-mon[103696]: pgmap v7365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:00:58.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:58.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:00:59.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:00:59.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:00.201 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:00:59 smithi172 ceph-mon[103696]: pgmap v7366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:01:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:00:59 smithi050 ceph-mon[92315]: pgmap v7366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:01:00.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:00.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:01.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:01.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:01 smithi050 ceph-mon[92315]: pgmap v7367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:01 smithi172 ceph-mon[103696]: pgmap v7367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:02.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:02.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:03.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:03.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:04.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:03 smithi050 ceph-mon[92315]: pgmap v7368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:03 smithi172 ceph-mon[103696]: pgmap v7368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:04.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:04.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:05.253 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:01:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:01:05.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:05.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:05 smithi050 ceph-mon[92315]: pgmap v7369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:06.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:05 smithi172 ceph-mon[103696]: pgmap v7369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:06.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:06.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:07.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:07.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:07 smithi050 ceph-mon[92315]: pgmap v7370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:07 smithi172 ceph-mon[103696]: pgmap v7370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:08.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:08.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:09.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:09.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:10.306 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:09 smithi172 ceph-mon[103696]: pgmap v7371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:01:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:09 smithi050 ceph-mon[92315]: pgmap v7371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:01:10.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:10.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:11.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:11.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:11 smithi050 ceph-mon[92315]: pgmap v7372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:11 smithi172 ceph-mon[103696]: pgmap v7372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:12.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:12.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:13.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:13.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:14.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:13 smithi050 ceph-mon[92315]: pgmap v7373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:14.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:13 smithi172 ceph-mon[103696]: pgmap v7373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:14.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:14.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:15.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:15.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:15 smithi050 ceph-mon[92315]: pgmap v7374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:16.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:15 smithi172 ceph-mon[103696]: pgmap v7374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:16.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:16.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:17.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:17.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:17 smithi050 ceph-mon[92315]: pgmap v7375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:18.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:17 smithi172 ceph-mon[103696]: pgmap v7375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:18.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:18.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:19.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:19.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:19 smithi050 ceph-mon[92315]: pgmap v7376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:01:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:01:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:01:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:19 smithi172 ceph-mon[103696]: pgmap v7376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:01:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:01:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:01:20.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:20.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:01:21.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:01:21.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:01:21.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:01:21.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:01:21.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:01:21.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:01:21.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:01:21.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:01:21.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:01:22.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:22.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:22 smithi050 ceph-mon[92315]: pgmap v7377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:22.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:22 smithi172 ceph-mon[103696]: pgmap v7377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:23.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:23.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:24.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:24.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:24 smithi050 ceph-mon[92315]: pgmap v7378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:24.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:24 smithi172 ceph-mon[103696]: pgmap v7378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:25.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:25.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:26.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:26.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:26 smithi050 ceph-mon[92315]: pgmap v7379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:26.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:26 smithi172 ceph-mon[103696]: pgmap v7379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:27.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:27.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:28.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:28.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:28 smithi050 ceph-mon[92315]: pgmap v7380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:28 smithi172 ceph-mon[103696]: pgmap v7380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:29.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:29.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:30.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:30.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:30 smithi050 ceph-mon[92315]: pgmap v7381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:01:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:30 smithi172 ceph-mon[103696]: pgmap v7381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:01:31.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:31.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:32.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:32.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:32 smithi050 ceph-mon[92315]: pgmap v7382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:32 smithi172 ceph-mon[103696]: pgmap v7382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:33.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:33.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:34.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:34.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:34 smithi050 ceph-mon[92315]: pgmap v7383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:34.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:34 smithi172 ceph-mon[103696]: pgmap v7383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:35.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:35.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:01:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:01:36.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:36.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:36 smithi050 ceph-mon[92315]: pgmap v7384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:36 smithi172 ceph-mon[103696]: pgmap v7384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:37.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:37.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:38.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:38.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:38 smithi050 ceph-mon[92315]: pgmap v7385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:38.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:38 smithi172 ceph-mon[103696]: pgmap v7385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:39.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:39.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:40.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:40.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:40 smithi050 ceph-mon[92315]: pgmap v7386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:01:40.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:40 smithi172 ceph-mon[103696]: pgmap v7386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:01:41.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:41.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:42.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:42.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:42.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:42 smithi172 ceph-mon[103696]: pgmap v7387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:42 smithi050 ceph-mon[92315]: pgmap v7387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:43.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:43.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:44.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:44.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:44 smithi172 ceph-mon[103696]: pgmap v7388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:44.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:44 smithi050 ceph-mon[92315]: pgmap v7388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:45.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:45.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:46.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:46.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:46.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:46 smithi172 ceph-mon[103696]: pgmap v7389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:46 smithi050 ceph-mon[92315]: pgmap v7389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:47.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:47.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:48.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:48.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:48 smithi172 ceph-mon[103696]: pgmap v7390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:48 smithi050 ceph-mon[92315]: pgmap v7390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:49.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:49.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:01:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:01:50.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:50.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:50 smithi050 ceph-mon[92315]: pgmap v7391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:01:50.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:50 smithi172 ceph-mon[103696]: pgmap v7391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:01:51.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:51.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:52.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:52.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:52 smithi050 ceph-mon[92315]: pgmap v7392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:52.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:52 smithi172 ceph-mon[103696]: pgmap v7392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:53.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:53.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:53 smithi050 ceph-mon[92315]: pgmap v7393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:53.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:53 smithi172 ceph-mon[103696]: pgmap v7393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:54.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:54.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:55.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:55.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:55 smithi050 ceph-mon[92315]: pgmap v7394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:55 smithi172 ceph-mon[103696]: pgmap v7394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:56.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:56.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:57.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:57.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:58.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:58.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:01:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:57 smithi172 ceph-mon[103696]: pgmap v7395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:57 smithi050 ceph-mon[92315]: pgmap v7395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:01:59.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:01:59.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:00.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:00.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:01:59 smithi172 ceph-mon[103696]: pgmap v7396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:02:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:01:59 smithi050 ceph-mon[92315]: pgmap v7396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:02:01.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:01.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:02.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:02.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:01 smithi172 ceph-mon[103696]: pgmap v7397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:01 smithi050 ceph-mon[92315]: pgmap v7397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:03.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:03.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:04.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:04.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:03 smithi172 ceph-mon[103696]: pgmap v7398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:04.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:03 smithi050 ceph-mon[92315]: pgmap v7398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:05.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:05.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:02:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:02:06.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:06.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:05 smithi172 ceph-mon[103696]: pgmap v7399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:05 smithi050 ceph-mon[92315]: pgmap v7399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:07.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:07.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:08.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:08.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:07 smithi172 ceph-mon[103696]: pgmap v7400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:07 smithi050 ceph-mon[92315]: pgmap v7400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:09.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:09.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:10.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:10.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:09 smithi172 ceph-mon[103696]: pgmap v7401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:02:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:09 smithi050 ceph-mon[92315]: pgmap v7401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:02:11.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:11.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:12.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:12.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:11 smithi172 ceph-mon[103696]: pgmap v7402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:11 smithi050 ceph-mon[92315]: pgmap v7402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:13.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:13.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:14.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:14.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:14.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:13 smithi172 ceph-mon[103696]: pgmap v7403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:14.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:13 smithi050 ceph-mon[92315]: pgmap v7403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:15.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:15.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:16.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:16.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:15 smithi050 ceph-mon[92315]: pgmap v7404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:15 smithi172 ceph-mon[103696]: pgmap v7404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:17.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:17.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:18.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:18.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:17 smithi050 ceph-mon[92315]: pgmap v7405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:17 smithi172 ceph-mon[103696]: pgmap v7405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:19.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:19.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:20.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:20.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:19 smithi050 ceph-mon[92315]: pgmap v7406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:02:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:02:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:19 smithi172 ceph-mon[103696]: pgmap v7406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:02:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:02:21.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:21.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:21.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:02:21.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:02:22.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:22.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:21 smithi050 ceph-mon[92315]: pgmap v7407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:21 smithi172 ceph-mon[103696]: pgmap v7407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:23.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:23.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:24.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:24.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:24.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:23 smithi050 ceph-mon[92315]: pgmap v7408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:23 smithi172 ceph-mon[103696]: pgmap v7408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:25.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:25.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:26.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:26.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:25 smithi050 ceph-mon[92315]: pgmap v7409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:26.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:25 smithi172 ceph-mon[103696]: pgmap v7409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:27.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:27.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:28.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:28.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:27 smithi050 ceph-mon[92315]: pgmap v7410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:02:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:02:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:27 smithi172 ceph-mon[103696]: pgmap v7410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:02:28.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:02:29.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:29.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:02:29.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:02:29.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:02:29.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:02:29.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:02:29.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:02:29.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:02:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:02:29.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:02:29.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:02:29.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:02:29.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:02:29.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:02:29.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:02:30.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:30.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:30 smithi050 ceph-mon[92315]: pgmap v7411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:02:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:30 smithi172 ceph-mon[103696]: pgmap v7411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:02:31.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:31.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:32.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:32.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:32 smithi050 ceph-mon[92315]: pgmap v7412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:32 smithi172 ceph-mon[103696]: pgmap v7412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:33.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:33.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:34.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:34.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:34.432 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:34 smithi050 ceph-mon[92315]: pgmap v7413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:34.432 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:02:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:34 smithi172 ceph-mon[103696]: pgmap v7413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:02:35.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:35.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:36.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:36.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:36.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:36 smithi050 ceph-mon[92315]: pgmap v7414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:36 smithi172 ceph-mon[103696]: pgmap v7414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:37.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:37.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:38.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:38.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:38.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:38 smithi050 ceph-mon[92315]: pgmap v7415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:38 smithi172 ceph-mon[103696]: pgmap v7415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:39.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:39.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:40.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:40.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:40.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:40 smithi050 ceph-mon[92315]: pgmap v7416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:02:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:40 smithi172 ceph-mon[103696]: pgmap v7416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:02:41.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:41.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:42.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:42.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:42 smithi050 ceph-mon[92315]: pgmap v7417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:42 smithi172 ceph-mon[103696]: pgmap v7417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:43.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:43.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:43 smithi050 ceph-mon[92315]: pgmap v7418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:43 smithi172 ceph-mon[103696]: pgmap v7418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:44.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:44.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:45.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:45.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:45 smithi050 ceph-mon[92315]: pgmap v7419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:45 smithi172 ceph-mon[103696]: pgmap v7419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:46.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:46.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:47.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:47.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:47 smithi172 ceph-mon[103696]: pgmap v7420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:48.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:48.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:47 smithi050 ceph-mon[92315]: pgmap v7420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:49.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:49.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:49 smithi172 ceph-mon[103696]: pgmap v7421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:02:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:02:50.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:50.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:49 smithi050 ceph-mon[92315]: pgmap v7421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:02:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:02:51.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:51.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:51 smithi172 ceph-mon[103696]: pgmap v7422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:52.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:52.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:51 smithi050 ceph-mon[92315]: pgmap v7422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:53.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:53.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:54.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:53 smithi172 ceph-mon[103696]: pgmap v7423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:54.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:54.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:54.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:53 smithi050 ceph-mon[92315]: pgmap v7423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:55.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:55.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:56.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:55 smithi172 ceph-mon[103696]: pgmap v7424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:56.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:56.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:55 smithi050 ceph-mon[92315]: pgmap v7424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:57.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:57.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:58.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:57 smithi172 ceph-mon[103696]: pgmap v7425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:58.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:58.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:02:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:57 smithi050 ceph-mon[92315]: pgmap v7425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:02:59.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:02:59.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:02:59 smithi050 ceph-mon[92315]: pgmap v7426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:03:00.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:00.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:02:59 smithi172 ceph-mon[103696]: pgmap v7426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:03:01.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:01.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:02.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:02.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:01 smithi050 ceph-mon[92315]: pgmap v7427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:02.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:01 smithi172 ceph-mon[103696]: pgmap v7427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:03.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:03.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:04.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:03 smithi050 ceph-mon[92315]: pgmap v7428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:04.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:04.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:03 smithi172 ceph-mon[103696]: pgmap v7428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:05.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:03:05.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:05.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:03:06.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:06.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:05 smithi050 ceph-mon[92315]: pgmap v7429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:05 smithi172 ceph-mon[103696]: pgmap v7429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:07.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:07.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:08.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:08.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:07 smithi050 ceph-mon[92315]: pgmap v7430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:07 smithi172 ceph-mon[103696]: pgmap v7430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:09.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:09.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:09 smithi050 ceph-mon[92315]: pgmap v7431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:03:10.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:10.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:10.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:09 smithi172 ceph-mon[103696]: pgmap v7431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:03:11.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:11.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:12.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:12.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:11 smithi050 ceph-mon[92315]: pgmap v7432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:12.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:11 smithi172 ceph-mon[103696]: pgmap v7432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:13.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:13.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:14.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:13 smithi050 ceph-mon[92315]: pgmap v7433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:14.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:14.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:14.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:13 smithi172 ceph-mon[103696]: pgmap v7433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:15.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:15.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:16.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:16.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:15 smithi050 ceph-mon[92315]: pgmap v7434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:16.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:15 smithi172 ceph-mon[103696]: pgmap v7434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:17.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:17.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:18.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:18.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:17 smithi050 ceph-mon[92315]: pgmap v7435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:17 smithi172 ceph-mon[103696]: pgmap v7435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:19.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:19.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:20.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:20.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:19 smithi050 ceph-mon[92315]: pgmap v7436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:03:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:03:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:19 smithi172 ceph-mon[103696]: pgmap v7436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:03:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:03:21.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:21.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:22.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:22.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:21 smithi050 ceph-mon[92315]: pgmap v7437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:21 smithi172 ceph-mon[103696]: pgmap v7437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:23.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:23.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:24.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:23 smithi050 ceph-mon[92315]: pgmap v7438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:24.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:24.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:23 smithi172 ceph-mon[103696]: pgmap v7438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:25.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:25.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:26.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:26.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:25 smithi050 ceph-mon[92315]: pgmap v7439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:25 smithi172 ceph-mon[103696]: pgmap v7439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:27.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:27.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:28.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:28.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:27 smithi050 ceph-mon[92315]: pgmap v7440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:27 smithi172 ceph-mon[103696]: pgmap v7440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:29.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:29.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:03:29.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:03:29.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:03:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:03:29.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:03:29.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:03:30.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:30.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:30 smithi050 ceph-mon[92315]: pgmap v7441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:03:30.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:03:30.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:03:30.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:03:30.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:03:30.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:03:30.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:03:30.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:03:30.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:30 smithi172 ceph-mon[103696]: pgmap v7441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:03:30.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:03:30.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:03:30.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:03:30.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:03:30.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:03:30.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:03:30.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:03:31.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:31.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:32.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:32.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:32 smithi050 ceph-mon[92315]: pgmap v7442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:32 smithi172 ceph-mon[103696]: pgmap v7442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:33.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:33.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:33 smithi050 ceph-mon[92315]: pgmap v7443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:33 smithi172 ceph-mon[103696]: pgmap v7443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:34.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:34.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:03:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:03:35.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:35.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:35 smithi050 ceph-mon[92315]: pgmap v7444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:35 smithi172 ceph-mon[103696]: pgmap v7444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:36.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:36.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:37.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:37.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:38.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:37 smithi172 ceph-mon[103696]: pgmap v7445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:38.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:38.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:37 smithi050 ceph-mon[92315]: pgmap v7445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:39.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:39.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:40.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:39 smithi172 ceph-mon[103696]: pgmap v7446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:03:40.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:39 smithi050 ceph-mon[92315]: pgmap v7446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:03:40.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:40.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:41.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:41.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:42.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:41 smithi172 ceph-mon[103696]: pgmap v7447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:42.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:42.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:41 smithi050 ceph-mon[92315]: pgmap v7447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:43.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:43.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:44.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:43 smithi050 ceph-mon[92315]: pgmap v7448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:44.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:44.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:43 smithi172 ceph-mon[103696]: pgmap v7448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:45.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:45.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:46.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:46.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:45 smithi050 ceph-mon[92315]: pgmap v7449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:45 smithi172 ceph-mon[103696]: pgmap v7449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:47.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:47.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:48.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:48.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:47 smithi050 ceph-mon[92315]: pgmap v7450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:47 smithi172 ceph-mon[103696]: pgmap v7450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:49.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:49.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:50.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:50.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:50.291 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:49 smithi050 ceph-mon[92315]: pgmap v7451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:03:50.291 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:03:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:49 smithi172 ceph-mon[103696]: pgmap v7451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:03:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:03:51.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:51.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:52.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:52.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:51 smithi050 ceph-mon[92315]: pgmap v7452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:51 smithi172 ceph-mon[103696]: pgmap v7452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:53.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:53.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:54.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:53 smithi050 ceph-mon[92315]: pgmap v7453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:54.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:54.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:53 smithi172 ceph-mon[103696]: pgmap v7453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:55.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:55.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:56.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:56.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:55 smithi050 ceph-mon[92315]: pgmap v7454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:55 smithi172 ceph-mon[103696]: pgmap v7454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:57.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:57.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:58.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:58.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:03:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:57 smithi050 ceph-mon[92315]: pgmap v7455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:57 smithi172 ceph-mon[103696]: pgmap v7455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:03:59.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:03:59.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:00.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:00.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:03:59 smithi050 ceph-mon[92315]: pgmap v7456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:04:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:03:59 smithi172 ceph-mon[103696]: pgmap v7456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:04:01.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:01.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:02.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:02.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:01 smithi050 ceph-mon[92315]: pgmap v7457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:02.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:01 smithi172 ceph-mon[103696]: pgmap v7457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:03.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:03.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:04.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:03 smithi050 ceph-mon[92315]: pgmap v7458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:04.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:04.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:03 smithi172 ceph-mon[103696]: pgmap v7458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:05.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:05.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:04:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:04:06.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:06.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:05 smithi050 ceph-mon[92315]: pgmap v7459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:05 smithi172 ceph-mon[103696]: pgmap v7459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:07.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:07.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:08.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:08.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:07 smithi050 ceph-mon[92315]: pgmap v7460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:07 smithi172 ceph-mon[103696]: pgmap v7460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:09.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:09.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:10.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:10.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:09 smithi050 ceph-mon[92315]: pgmap v7461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:04:10.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:09 smithi172 ceph-mon[103696]: pgmap v7461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:04:11.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:11.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:12.188 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:11 smithi172 ceph-mon[103696]: pgmap v7462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:12.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:12.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:11 smithi050 ceph-mon[92315]: pgmap v7462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:13.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:13.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:14.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:14.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:13 smithi050 ceph-mon[92315]: pgmap v7463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:13 smithi172 ceph-mon[103696]: pgmap v7463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:15.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:15.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:16.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:16.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:15 smithi050 ceph-mon[92315]: pgmap v7464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:15 smithi172 ceph-mon[103696]: pgmap v7464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:17.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:17.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:18.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:18.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:17 smithi050 ceph-mon[92315]: pgmap v7465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:17 smithi172 ceph-mon[103696]: pgmap v7465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:19.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:19.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:20.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:20.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:19 smithi050 ceph-mon[92315]: pgmap v7466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:04:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:04:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:19 smithi172 ceph-mon[103696]: pgmap v7466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:04:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:04:21.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:21.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:22.295 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:21 smithi172 ceph-mon[103696]: pgmap v7467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:22.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:22.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:21 smithi050 ceph-mon[92315]: pgmap v7467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:23.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:23.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:24.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:24.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:23 smithi050 ceph-mon[92315]: pgmap v7468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:23 smithi172 ceph-mon[103696]: pgmap v7468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:25.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:25.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:26.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:26.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:25 smithi050 ceph-mon[92315]: pgmap v7469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:26.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:25 smithi172 ceph-mon[103696]: pgmap v7469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:27.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:27.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:28.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:28.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:27 smithi050 ceph-mon[92315]: pgmap v7470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:28.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:27 smithi172 ceph-mon[103696]: pgmap v7470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:29.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:29.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:30.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:30.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:29 smithi050 ceph-mon[92315]: pgmap v7471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:04:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:04:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:29 smithi172 ceph-mon[103696]: pgmap v7471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:04:30.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:04:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:04:31.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:04:31.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:04:31.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:04:31.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:04:31.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:31.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:31.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:04:31.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:04:31.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:04:31.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:04:31.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:04:32.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:32.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:32 smithi050 ceph-mon[92315]: pgmap v7472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:32.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:32 smithi172 ceph-mon[103696]: pgmap v7472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:33.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:33.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:34.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:34.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:34 smithi050 ceph-mon[92315]: pgmap v7473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:34 smithi172 ceph-mon[103696]: pgmap v7473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:35.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:35.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:04:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:04:36.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:36.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:36 smithi050 ceph-mon[92315]: pgmap v7474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:36 smithi172 ceph-mon[103696]: pgmap v7474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:37.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:37.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:38.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:38.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:38 smithi050 ceph-mon[92315]: pgmap v7475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:38 smithi172 ceph-mon[103696]: pgmap v7475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:39.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:39.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:40.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:40.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:40 smithi050 ceph-mon[92315]: pgmap v7476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:04:40.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:40 smithi172 ceph-mon[103696]: pgmap v7476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:04:41.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:41.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:42.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:42.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:42 smithi050 ceph-mon[92315]: pgmap v7477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:42 smithi172 ceph-mon[103696]: pgmap v7477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:43.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:43.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:44.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:44.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:44 smithi050 ceph-mon[92315]: pgmap v7478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:44 smithi172 ceph-mon[103696]: pgmap v7478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:45.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:45.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:46.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:46.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:46 smithi050 ceph-mon[92315]: pgmap v7479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:46 smithi172 ceph-mon[103696]: pgmap v7479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:47.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:47.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:48 smithi050 ceph-mon[92315]: pgmap v7480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:48.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:48.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:48 smithi172 ceph-mon[103696]: pgmap v7480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:49.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:49.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:50 smithi050 ceph-mon[92315]: pgmap v7481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:04:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:04:50.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:50.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:50 smithi172 ceph-mon[103696]: pgmap v7481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:04:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:04:51.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:51.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:52.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:52 smithi050 ceph-mon[92315]: pgmap v7482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:52.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:52.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:52 smithi172 ceph-mon[103696]: pgmap v7482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:53.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:53.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:54.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:54 smithi050 ceph-mon[92315]: pgmap v7483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:54.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:54.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:54 smithi172 ceph-mon[103696]: pgmap v7483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:55.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:55.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:56 smithi050 ceph-mon[92315]: pgmap v7484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:56.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:56.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:56 smithi172 ceph-mon[103696]: pgmap v7484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:57.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:57.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:04:58 smithi050 ceph-mon[92315]: pgmap v7485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:58.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:58.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:04:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:04:58 smithi172 ceph-mon[103696]: pgmap v7485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:04:59.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:04:59.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:00.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:00 smithi050 ceph-mon[92315]: pgmap v7486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:05:00.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:00.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:00 smithi172 ceph-mon[103696]: pgmap v7486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:05:01.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:01.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:02.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:02.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:02 smithi172 ceph-mon[103696]: pgmap v7487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:02 smithi050 ceph-mon[92315]: pgmap v7487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:03.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:03.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:04 smithi172 ceph-mon[103696]: pgmap v7488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:04.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:04.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:04 smithi050 ceph-mon[92315]: pgmap v7488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:05:05.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:05.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:05:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:06 smithi172 ceph-mon[103696]: pgmap v7489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:06.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:06.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:06 smithi050 ceph-mon[92315]: pgmap v7489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:07.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:07.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:08.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:08 smithi172 ceph-mon[103696]: pgmap v7490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:08.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:08.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:08 smithi050 ceph-mon[92315]: pgmap v7490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:09.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:09.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:10 smithi172 ceph-mon[103696]: pgmap v7491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:05:10.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:10.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:10 smithi050 ceph-mon[92315]: pgmap v7491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:05:11.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:11.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:12 smithi172 ceph-mon[103696]: pgmap v7492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:12.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:12.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:12 smithi050 ceph-mon[92315]: pgmap v7492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:13.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:13.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:14 smithi172 ceph-mon[103696]: pgmap v7493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:14.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:14.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:14 smithi050 ceph-mon[92315]: pgmap v7493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:15.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:15.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:16.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:16 smithi172 ceph-mon[103696]: pgmap v7494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:16.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:16.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:16 smithi050 ceph-mon[92315]: pgmap v7494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:17.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:17.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:18.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:18 smithi172 ceph-mon[103696]: pgmap v7495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:05:18.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:18.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:18 smithi050 ceph-mon[92315]: pgmap v7495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:05:19.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:19.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:05:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:05:20.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:20.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:20 smithi050 ceph-mon[92315]: pgmap v7496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:05:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:20 smithi172 ceph-mon[103696]: pgmap v7496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:05:21.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:21.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:22.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:22.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:22 smithi050 ceph-mon[92315]: pgmap v7497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:22 smithi172 ceph-mon[103696]: pgmap v7497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:23.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:23.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:24.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:24.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:24 smithi050 ceph-mon[92315]: pgmap v7498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:24 smithi172 ceph-mon[103696]: pgmap v7498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:25.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:25.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:26.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:26.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:26.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:26 smithi050 ceph-mon[92315]: pgmap v7499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:26 smithi172 ceph-mon[103696]: pgmap v7499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:27.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:27.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:28.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:28 smithi172 ceph-mon[103696]: pgmap v7500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:05:28.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:28.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:28 smithi050 ceph-mon[92315]: pgmap v7500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:05:29.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:29.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:30.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:30.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:30 smithi050 ceph-mon[92315]: pgmap v7501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:30 smithi172 ceph-mon[103696]: pgmap v7501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:31.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:31.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:31.434 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:05:31.434 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:05:31.435 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:05:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:05:31.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:05:31.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:05:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:32 smithi050 ceph-mon[92315]: pgmap v7502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:32.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:32.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:32.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:32 smithi172 ceph-mon[103696]: pgmap v7502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:33.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:33.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:34.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:34.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:34.498 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:34 smithi050 ceph-mon[92315]: pgmap v7503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:34.498 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:05:34.579 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:34 smithi172 ceph-mon[103696]: pgmap v7503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:34.579 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:05:35.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:35.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:05:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:05:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:35 smithi050 ceph-mon[92315]: pgmap v7504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:05:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:05:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:05:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:05:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:05:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:05:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:05:35.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:05:35.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:05:35.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:35 smithi172 ceph-mon[103696]: pgmap v7504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:35.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:05:35.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:05:35.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:05:35.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:05:35.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:05:35.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:05:35.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:05:36.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:36.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:37.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:37.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:37 smithi050 ceph-mon[92315]: pgmap v7505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:05:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:37 smithi172 ceph-mon[103696]: pgmap v7505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:05:38.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:38.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:39.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:39.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:39 smithi050 ceph-mon[92315]: pgmap v7506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:40.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:39 smithi172 ceph-mon[103696]: pgmap v7506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:40.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:40.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:41.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:41.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:41 smithi050 ceph-mon[92315]: pgmap v7507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:41 smithi172 ceph-mon[103696]: pgmap v7507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:42.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:42.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:43.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:43.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:44.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:43 smithi050 ceph-mon[92315]: pgmap v7508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:43 smithi172 ceph-mon[103696]: pgmap v7508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:44.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:44.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:45.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:45.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:45 smithi050 ceph-mon[92315]: pgmap v7509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:45 smithi172 ceph-mon[103696]: pgmap v7509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:46.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:46.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:47.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:47.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:48.184 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:47 smithi172 ceph-mon[103696]: pgmap v7510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:05:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:47 smithi050 ceph-mon[92315]: pgmap v7510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:05:48.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:48.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:49.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:49.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:49 smithi050 ceph-mon[92315]: pgmap v7511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:05:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:49 smithi172 ceph-mon[103696]: pgmap v7511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:05:50.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:50.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:51.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:51.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:51 smithi050 ceph-mon[92315]: pgmap v7512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:51 smithi172 ceph-mon[103696]: pgmap v7512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:52.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:52.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:53.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:53.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:53 smithi050 ceph-mon[92315]: pgmap v7513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:53 smithi172 ceph-mon[103696]: pgmap v7513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:54.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:54.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:55.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:55.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:55 smithi050 ceph-mon[92315]: pgmap v7514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:55 smithi172 ceph-mon[103696]: pgmap v7514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:05:56.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:56.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:57.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:57.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:58.290 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:57 smithi172 ceph-mon[103696]: pgmap v7515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:05:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:57 smithi050 ceph-mon[92315]: pgmap v7515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:05:58.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:58.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:05:59.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:05:59.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:05:59 smithi050 ceph-mon[92315]: pgmap v7516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:05:59 smithi172 ceph-mon[103696]: pgmap v7516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:00.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:00.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:01.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:01.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:02.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:01 smithi050 ceph-mon[92315]: pgmap v7517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:01 smithi172 ceph-mon[103696]: pgmap v7517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:02.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:02.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:03.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:03.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:03 smithi050 ceph-mon[92315]: pgmap v7518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:03 smithi172 ceph-mon[103696]: pgmap v7518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:04.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:04.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:06:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:06:05.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:05.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:05 smithi050 ceph-mon[92315]: pgmap v7519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:05 smithi172 ceph-mon[103696]: pgmap v7519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:06.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:06.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:07.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:07.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:07 smithi050 ceph-mon[92315]: pgmap v7520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:06:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:07 smithi172 ceph-mon[103696]: pgmap v7520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:06:08.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:08.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:09.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:09.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:09 smithi050 ceph-mon[92315]: pgmap v7521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:09 smithi172 ceph-mon[103696]: pgmap v7521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:10.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:10.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:11.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:11.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:11 smithi050 ceph-mon[92315]: pgmap v7522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:11 smithi172 ceph-mon[103696]: pgmap v7522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:12.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:12.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:13.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:13.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:14.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:13 smithi050 ceph-mon[92315]: pgmap v7523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:13 smithi172 ceph-mon[103696]: pgmap v7523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:14.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:14.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:15.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:15.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:15 smithi050 ceph-mon[92315]: pgmap v7524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:15 smithi172 ceph-mon[103696]: pgmap v7524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:16.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:16.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:17.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:17.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:17 smithi050 ceph-mon[92315]: pgmap v7525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:06:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:17 smithi172 ceph-mon[103696]: pgmap v7525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:06:18.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:18.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:19.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:19.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:19 smithi050 ceph-mon[92315]: pgmap v7526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:06:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:19 smithi172 ceph-mon[103696]: pgmap v7526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:06:20.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:20.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:21.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:21.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:21 smithi050 ceph-mon[92315]: pgmap v7527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:21 smithi172 ceph-mon[103696]: pgmap v7527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:22.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:22.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:23.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:23.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:23 smithi050 ceph-mon[92315]: pgmap v7528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:23 smithi172 ceph-mon[103696]: pgmap v7528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:24.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:24.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:25.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:25.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:25 smithi050 ceph-mon[92315]: pgmap v7529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:25 smithi172 ceph-mon[103696]: pgmap v7529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:26.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:26.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:27.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:27.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:27 smithi050 ceph-mon[92315]: pgmap v7530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:06:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:27 smithi172 ceph-mon[103696]: pgmap v7530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:06:28.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:28.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:29.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:29.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:29 smithi050 ceph-mon[92315]: pgmap v7531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:29 smithi172 ceph-mon[103696]: pgmap v7531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:30.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:30.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:31.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:31.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:31 smithi050 ceph-mon[92315]: pgmap v7532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:31 smithi172 ceph-mon[103696]: pgmap v7532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:32.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:32.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:33.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:33.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:34.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:33 smithi050 ceph-mon[92315]: pgmap v7533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:33 smithi172 ceph-mon[103696]: pgmap v7533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:34.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:34.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:06:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:06:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:06:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:06:35.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:35.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:36.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:35 smithi050 ceph-mon[92315]: pgmap v7534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:36.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:06:36.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:06:36.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:06:36.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:06:36.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:06:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:35 smithi172 ceph-mon[103696]: pgmap v7534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:36.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:06:36.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:06:36.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:06:36.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:06:36.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:06:36.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:36.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:37.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:37.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:38 smithi050 ceph-mon[92315]: pgmap v7535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:06:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:38 smithi172 ceph-mon[103696]: pgmap v7535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:06:38.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:38.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:39.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:39.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:40 smithi050 ceph-mon[92315]: pgmap v7536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:40 smithi172 ceph-mon[103696]: pgmap v7536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:40.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:40.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:41.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:41.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:42 smithi050 ceph-mon[92315]: pgmap v7537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:42 smithi172 ceph-mon[103696]: pgmap v7537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:42.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:42.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:43.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:43.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:44.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:44 smithi172 ceph-mon[103696]: pgmap v7538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:44 smithi050 ceph-mon[92315]: pgmap v7538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:44.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:44.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:45.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:45.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:46 smithi050 ceph-mon[92315]: pgmap v7539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:46 smithi172 ceph-mon[103696]: pgmap v7539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:46.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:46.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:47.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:47.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:48 smithi050 ceph-mon[92315]: pgmap v7540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:06:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:48 smithi172 ceph-mon[103696]: pgmap v7540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:06:48.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:48.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:49.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:49.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:50 smithi050 ceph-mon[92315]: pgmap v7541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:06:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:50 smithi172 ceph-mon[103696]: pgmap v7541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:06:50.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:50.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:51.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:51.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:52 smithi050 ceph-mon[92315]: pgmap v7542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:52 smithi172 ceph-mon[103696]: pgmap v7542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:52.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:52.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:53.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:53.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:54.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:54 smithi050 ceph-mon[92315]: pgmap v7543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:54.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:54 smithi172 ceph-mon[103696]: pgmap v7543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:54.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:54.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:55.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:55.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:56 smithi050 ceph-mon[92315]: pgmap v7544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:56.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:56 smithi172 ceph-mon[103696]: pgmap v7544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:06:56.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:56.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:57.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:57.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:06:58 smithi050 ceph-mon[92315]: pgmap v7545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:06:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:06:58 smithi172 ceph-mon[103696]: pgmap v7545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:06:58.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:58.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:06:59.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:06:59.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:00 smithi050 ceph-mon[92315]: pgmap v7546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:00 smithi172 ceph-mon[103696]: pgmap v7546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:00.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:00.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:01.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:01.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:02 smithi050 ceph-mon[92315]: pgmap v7547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:02 smithi172 ceph-mon[103696]: pgmap v7547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:02.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:02.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:03.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:03.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:04 smithi050 ceph-mon[92315]: pgmap v7548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:04 smithi172 ceph-mon[103696]: pgmap v7548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:04.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:04.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:07:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:07:05.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:05.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:06 smithi050 ceph-mon[92315]: pgmap v7549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:06 smithi172 ceph-mon[103696]: pgmap v7549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:06.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:06.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:07.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:07.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:08 smithi050 ceph-mon[92315]: pgmap v7550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:07:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:08 smithi172 ceph-mon[103696]: pgmap v7550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:07:08.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:08.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:09.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:09.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:10 smithi050 ceph-mon[92315]: pgmap v7551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:10 smithi172 ceph-mon[103696]: pgmap v7551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:10.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:10.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:11.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:11.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:12 smithi050 ceph-mon[92315]: pgmap v7552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:12 smithi172 ceph-mon[103696]: pgmap v7552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:12.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:12.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:13.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:13.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:14 smithi050 ceph-mon[92315]: pgmap v7553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:14 smithi172 ceph-mon[103696]: pgmap v7553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:14.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:14.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:15.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:15.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:16 smithi050 ceph-mon[92315]: pgmap v7554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:16.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:16 smithi172 ceph-mon[103696]: pgmap v7554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:16.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:16.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:17.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:17.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:18.336 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:18 smithi050 ceph-mon[92315]: pgmap v7555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:07:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:18 smithi172 ceph-mon[103696]: pgmap v7555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:07:18.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:18.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:19.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:19.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:20 smithi050 ceph-mon[92315]: pgmap v7556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:07:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:20 smithi172 ceph-mon[103696]: pgmap v7556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:07:20.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:20.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:21.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:21.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:22 smithi050 ceph-mon[92315]: pgmap v7557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:22 smithi172 ceph-mon[103696]: pgmap v7557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:22.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:22.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:23.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:23.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:24 smithi050 ceph-mon[92315]: pgmap v7558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:24 smithi172 ceph-mon[103696]: pgmap v7558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:24.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:24.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:25.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:25.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:26 smithi050 ceph-mon[92315]: pgmap v7559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:26 smithi172 ceph-mon[103696]: pgmap v7559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:26.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:26.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:27.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:27.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:28 smithi050 ceph-mon[92315]: pgmap v7560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:07:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:28 smithi172 ceph-mon[103696]: pgmap v7560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:07:28.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:28.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:29.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:29.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:30 smithi050 ceph-mon[92315]: pgmap v7561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:30 smithi172 ceph-mon[103696]: pgmap v7561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:30.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:30.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:31.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:31.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:32 smithi050 ceph-mon[92315]: pgmap v7562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:32 smithi172 ceph-mon[103696]: pgmap v7562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:32.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:32.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:33.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:33.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:34 smithi050 ceph-mon[92315]: pgmap v7563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:34 smithi172 ceph-mon[103696]: pgmap v7563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:34.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:34.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:07:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:07:35.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:35.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:36 smithi050 ceph-mon[92315]: pgmap v7564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:36.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:07:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:36 smithi172 ceph-mon[103696]: pgmap v7564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:07:36.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:36.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:37.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:07:37.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:07:37.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:07:37.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:07:37.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:07:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:07:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:07:37.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:07:37.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:07:37.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:07:37.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:37.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:38 smithi050 ceph-mon[92315]: pgmap v7565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:07:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:38 smithi172 ceph-mon[103696]: pgmap v7565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:07:38.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:38.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:39.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:39.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:40 smithi172 ceph-mon[103696]: pgmap v7566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:40 smithi050 ceph-mon[92315]: pgmap v7566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:40.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:40.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:41.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:41.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:42 smithi172 ceph-mon[103696]: pgmap v7567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:42 smithi050 ceph-mon[92315]: pgmap v7567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:42.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:42.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:43.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:43.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:44 smithi172 ceph-mon[103696]: pgmap v7568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:44 smithi050 ceph-mon[92315]: pgmap v7568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:44.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:44.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:45.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:45.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:46.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:46 smithi172 ceph-mon[103696]: pgmap v7569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:46 smithi050 ceph-mon[92315]: pgmap v7569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:46.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:46.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:47.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:47.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:48.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:48 smithi050 ceph-mon[92315]: pgmap v7570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:07:48.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:48 smithi172 ceph-mon[103696]: pgmap v7570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:07:48.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:48.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:49.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:49.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:50 smithi172 ceph-mon[103696]: pgmap v7571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:07:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:50 smithi050 ceph-mon[92315]: pgmap v7571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:07:50.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:50.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:51.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:51.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:52 smithi172 ceph-mon[103696]: pgmap v7572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:52 smithi050 ceph-mon[92315]: pgmap v7572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:52.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:52.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:53.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:53.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:54 smithi172 ceph-mon[103696]: pgmap v7573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:54.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:54 smithi050 ceph-mon[92315]: pgmap v7573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:54.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:54.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:55.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:55.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:56 smithi050 ceph-mon[92315]: pgmap v7574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:56 smithi172 ceph-mon[103696]: pgmap v7574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:07:56.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:56.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:57.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:57.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:07:58 smithi050 ceph-mon[92315]: pgmap v7575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:07:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:07:58 smithi172 ceph-mon[103696]: pgmap v7575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:07:58.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:58.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:07:59.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:07:59.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:00.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:00 smithi050 ceph-mon[92315]: pgmap v7576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:00 smithi172 ceph-mon[103696]: pgmap v7576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:00.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:00.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:01.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:01.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:02 smithi050 ceph-mon[92315]: pgmap v7577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:02.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:02 smithi172 ceph-mon[103696]: pgmap v7577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:02.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:02.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:03.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:03.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:04 smithi050 ceph-mon[92315]: pgmap v7578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:08:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:04 smithi172 ceph-mon[103696]: pgmap v7578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:08:04.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:04.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:05.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:05.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:06 smithi050 ceph-mon[92315]: pgmap v7579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:06 smithi172 ceph-mon[103696]: pgmap v7579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:06.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:06.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:07.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:07.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:08 smithi050 ceph-mon[92315]: pgmap v7580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:08:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:08 smithi172 ceph-mon[103696]: pgmap v7580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:08:08.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:08.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:09.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:09.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:10 smithi050 ceph-mon[92315]: pgmap v7581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:10.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:10 smithi172 ceph-mon[103696]: pgmap v7581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:10.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:10.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:11.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:11.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:12 smithi050 ceph-mon[92315]: pgmap v7582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:12 smithi172 ceph-mon[103696]: pgmap v7582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:12.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:12.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:13.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:13.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:14 smithi050 ceph-mon[92315]: pgmap v7583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:14 smithi172 ceph-mon[103696]: pgmap v7583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:14.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:14.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:15.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:15.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:16 smithi050 ceph-mon[92315]: pgmap v7584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:16 smithi172 ceph-mon[103696]: pgmap v7584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:16.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:16.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:17.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:17.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:18 smithi050 ceph-mon[92315]: pgmap v7585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:08:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:18 smithi172 ceph-mon[103696]: pgmap v7585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:08:18.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:18.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:08:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:08:19.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:19.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:20 smithi050 ceph-mon[92315]: pgmap v7586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:20 smithi172 ceph-mon[103696]: pgmap v7586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:20.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:20.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:21.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:21.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:22 smithi050 ceph-mon[92315]: pgmap v7587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:22 smithi172 ceph-mon[103696]: pgmap v7587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:22.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:22.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:23.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:23.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:24 smithi050 ceph-mon[92315]: pgmap v7588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:24 smithi172 ceph-mon[103696]: pgmap v7588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:24.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:24.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:25.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:25.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:26 smithi050 ceph-mon[92315]: pgmap v7589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:26.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:26 smithi172 ceph-mon[103696]: pgmap v7589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:26.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:26.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:27.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:27.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:28.439 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:28 smithi050 ceph-mon[92315]: pgmap v7590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:08:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:28 smithi172 ceph-mon[103696]: pgmap v7590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:08:28.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:28.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:29.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:29.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:30 smithi050 ceph-mon[92315]: pgmap v7591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:30.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:30 smithi172 ceph-mon[103696]: pgmap v7591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:30.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:30.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:31.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:31.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:32 smithi050 ceph-mon[92315]: pgmap v7592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:32 smithi172 ceph-mon[103696]: pgmap v7592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:32.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:32.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:33.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:33.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:34 smithi050 ceph-mon[92315]: pgmap v7593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:08:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:34 smithi172 ceph-mon[103696]: pgmap v7593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:08:34.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:34.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:35.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:35.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:36 smithi050 ceph-mon[92315]: pgmap v7594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:36 smithi172 ceph-mon[103696]: pgmap v7594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:36.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:36.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:08:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:08:37.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:08:37.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:08:37.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:08:37.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:08:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:08:37.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:08:37.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:08:37.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:08:37.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:08:37.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:08:37.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:37.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:38.554 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:38 smithi050 ceph-mon[92315]: pgmap v7595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:08:38.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:38 smithi172 ceph-mon[103696]: pgmap v7595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:08:38.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:38.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:39.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:39.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:40.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:40 smithi172 ceph-mon[103696]: pgmap v7596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:40 smithi050 ceph-mon[92315]: pgmap v7596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:40.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:40.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:41.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:41.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:42 smithi050 ceph-mon[92315]: pgmap v7597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:42.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:42 smithi172 ceph-mon[103696]: pgmap v7597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:42.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:42.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:43.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:43.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:44 smithi050 ceph-mon[92315]: pgmap v7598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:44.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:44 smithi172 ceph-mon[103696]: pgmap v7598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:44.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:44.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:45.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:45.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:46 smithi050 ceph-mon[92315]: pgmap v7599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:46 smithi172 ceph-mon[103696]: pgmap v7599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:46.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:46.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:47.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:47.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:48 smithi050 ceph-mon[92315]: pgmap v7600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:08:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:48 smithi172 ceph-mon[103696]: pgmap v7600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:08:48.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:48.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:08:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:08:49.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:49.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:50 smithi172 ceph-mon[103696]: pgmap v7601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:50 smithi050 ceph-mon[92315]: pgmap v7601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:50.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:50.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:51.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:51.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:52 smithi050 ceph-mon[92315]: pgmap v7602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:52 smithi172 ceph-mon[103696]: pgmap v7602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:52.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:52.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:53.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:53.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:54 smithi050 ceph-mon[92315]: pgmap v7603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:54.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:54 smithi172 ceph-mon[103696]: pgmap v7603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:54.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:54.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:55.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:55.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:56 smithi050 ceph-mon[92315]: pgmap v7604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:56 smithi172 ceph-mon[103696]: pgmap v7604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:08:56.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:56.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:57.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:57.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:08:58 smithi050 ceph-mon[92315]: pgmap v7605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:08:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:08:58 smithi172 ceph-mon[103696]: pgmap v7605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:08:58.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:58.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:08:59.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:08:59.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:00 smithi050 ceph-mon[92315]: pgmap v7606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:00 smithi172 ceph-mon[103696]: pgmap v7606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:00.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:00.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:01.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:01.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:02 smithi050 ceph-mon[92315]: pgmap v7607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:02 smithi172 ceph-mon[103696]: pgmap v7607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:02.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:02.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:03.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:03.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:04 smithi050 ceph-mon[92315]: pgmap v7608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:09:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:04 smithi172 ceph-mon[103696]: pgmap v7608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:09:04.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:04.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:05.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:05.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:06 smithi050 ceph-mon[92315]: pgmap v7609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:06 smithi172 ceph-mon[103696]: pgmap v7609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:06.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:06.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:07.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:07.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:08 smithi050 ceph-mon[92315]: pgmap v7610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:09:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:08 smithi172 ceph-mon[103696]: pgmap v7610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:09:08.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:08.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:09 smithi050 ceph-mon[92315]: pgmap v7611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:09 smithi172 ceph-mon[103696]: pgmap v7611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:09.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:09.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:10.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:10.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:11.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:11.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:11 smithi050 ceph-mon[92315]: pgmap v7612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:11 smithi172 ceph-mon[103696]: pgmap v7612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:12.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:12.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:13.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:13.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:13 smithi050 ceph-mon[92315]: pgmap v7613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:13 smithi172 ceph-mon[103696]: pgmap v7613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:14.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:14.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:15.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:15.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:15 smithi050 ceph-mon[92315]: pgmap v7614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:15 smithi172 ceph-mon[103696]: pgmap v7614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:16.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:16.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:17.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:17.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:17 smithi050 ceph-mon[92315]: pgmap v7615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:09:18.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:17 smithi172 ceph-mon[103696]: pgmap v7615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:09:18.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:18.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:19.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:19.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:19 smithi050 ceph-mon[92315]: pgmap v7616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:09:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:19 smithi172 ceph-mon[103696]: pgmap v7616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:09:20.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:20.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:21.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:21.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:21 smithi050 ceph-mon[92315]: pgmap v7617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:21 smithi172 ceph-mon[103696]: pgmap v7617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:22.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:22.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:23.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:23.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:24.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:23 smithi050 ceph-mon[92315]: pgmap v7618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:24.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:23 smithi172 ceph-mon[103696]: pgmap v7618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:24.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:24.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:25.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:25.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:25 smithi050 ceph-mon[92315]: pgmap v7619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:25 smithi172 ceph-mon[103696]: pgmap v7619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:26.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:26.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:27.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:27.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:27 smithi050 ceph-mon[92315]: pgmap v7620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:09:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:27 smithi172 ceph-mon[103696]: pgmap v7620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:09:28.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:28.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:29.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:29.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:29 smithi050 ceph-mon[92315]: pgmap v7621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:29 smithi172 ceph-mon[103696]: pgmap v7621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:30.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:30.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:31.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:31.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:31 smithi050 ceph-mon[92315]: pgmap v7622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:31 smithi172 ceph-mon[103696]: pgmap v7622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:32.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:32.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:33.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:33.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:33 smithi050 ceph-mon[92315]: pgmap v7623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:33 smithi172 ceph-mon[103696]: pgmap v7623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:34.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:34.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:09:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:09:35.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:35.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:35 smithi050 ceph-mon[92315]: pgmap v7624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:35 smithi172 ceph-mon[103696]: pgmap v7624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:36.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:36.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:37.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:37.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:37 smithi050 ceph-mon[92315]: pgmap v7625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:09:38.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:09:38.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:09:38.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:09:38.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:09:38.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:09:38.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:09:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:37 smithi172 ceph-mon[103696]: pgmap v7625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:09:38.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:09:38.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:09:38.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:09:38.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:09:38.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:09:38.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:09:38.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:38.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:39.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:39.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:39 smithi050 ceph-mon[92315]: pgmap v7626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:39 smithi172 ceph-mon[103696]: pgmap v7626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:40.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:40.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:41.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:41.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:42 smithi050 ceph-mon[92315]: pgmap v7627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:42 smithi172 ceph-mon[103696]: pgmap v7627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:42.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:42.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:43.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:43.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:44.295 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:44 smithi050 ceph-mon[92315]: pgmap v7628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:44 smithi172 ceph-mon[103696]: pgmap v7628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:44.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:44.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:45.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:45.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:46 smithi050 ceph-mon[92315]: pgmap v7629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:46.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:46 smithi172 ceph-mon[103696]: pgmap v7629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:46.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:46.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:47.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:47.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:48 smithi050 ceph-mon[92315]: pgmap v7630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:09:48.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:48 smithi172 ceph-mon[103696]: pgmap v7630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:09:48.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:48.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:49.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:49.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:50 smithi050 ceph-mon[92315]: pgmap v7631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:09:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:50 smithi172 ceph-mon[103696]: pgmap v7631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:09:50.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:50.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:51.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:51.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:52 smithi050 ceph-mon[92315]: pgmap v7632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:52 smithi172 ceph-mon[103696]: pgmap v7632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:52.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:52.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:53.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:53.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:54 smithi050 ceph-mon[92315]: pgmap v7633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:54 smithi172 ceph-mon[103696]: pgmap v7633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:54.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:54.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:55.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:55.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:56.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:56 smithi172 ceph-mon[103696]: pgmap v7634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:56 smithi050 ceph-mon[92315]: pgmap v7634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:09:56.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:56.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:57.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:57.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:09:58 smithi050 ceph-mon[92315]: pgmap v7635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:09:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:09:58 smithi172 ceph-mon[103696]: pgmap v7635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:09:58.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:58.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:09:59.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:09:59.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:00 smithi050 ceph-mon[92315]: pgmap v7636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T18:10:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:00 smithi172 ceph-mon[103696]: pgmap v7636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T18:10:00.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:00.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:01.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:01.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:02 smithi050 ceph-mon[92315]: pgmap v7637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:02.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:02 smithi172 ceph-mon[103696]: pgmap v7637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:02.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:02.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:03.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:03.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:04 smithi050 ceph-mon[92315]: pgmap v7638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:04 smithi172 ceph-mon[103696]: pgmap v7638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:04.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:04.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:10:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:10:05.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:05.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:06 smithi050 ceph-mon[92315]: pgmap v7639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:06 smithi172 ceph-mon[103696]: pgmap v7639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:06.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:06.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:07.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:07.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:08 smithi050 ceph-mon[92315]: pgmap v7640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:10:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:08 smithi172 ceph-mon[103696]: pgmap v7640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:10:08.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:08.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:09.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:09.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:10 smithi050 ceph-mon[92315]: pgmap v7641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:10 smithi172 ceph-mon[103696]: pgmap v7641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:10.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:10.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:11.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:11.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:12 smithi050 ceph-mon[92315]: pgmap v7642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:12 smithi172 ceph-mon[103696]: pgmap v7642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:12.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:12.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:13.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:13.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:14 smithi050 ceph-mon[92315]: pgmap v7643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:14 smithi172 ceph-mon[103696]: pgmap v7643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:14.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:14.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:15.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:15.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:16 smithi050 ceph-mon[92315]: pgmap v7644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:16 smithi172 ceph-mon[103696]: pgmap v7644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:16.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:16.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:17.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:17.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:18 smithi050 ceph-mon[92315]: pgmap v7645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:10:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:18 smithi172 ceph-mon[103696]: pgmap v7645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:10:18.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:18.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:19.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:19.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:20 smithi050 ceph-mon[92315]: pgmap v7646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:10:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:20 smithi172 ceph-mon[103696]: pgmap v7646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:10:20.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:20.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:21.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:21.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:22 smithi050 ceph-mon[92315]: pgmap v7647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:22 smithi172 ceph-mon[103696]: pgmap v7647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:22.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:22.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:23.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:24.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:24.381 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:24 smithi172 ceph-mon[103696]: pgmap v7648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:24.381 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:24 smithi050 ceph-mon[92315]: pgmap v7648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:24.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:24.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:25.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:25.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:26 smithi050 ceph-mon[92315]: pgmap v7649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:26 smithi172 ceph-mon[103696]: pgmap v7649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:26.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:26.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:27.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:27.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:28 smithi050 ceph-mon[92315]: pgmap v7650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:10:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:28 smithi172 ceph-mon[103696]: pgmap v7650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:10:28.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:28.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:29.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:29.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:30 smithi050 ceph-mon[92315]: pgmap v7651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:31.420 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:30 smithi172 ceph-mon[103696]: pgmap v7651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:31.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:31.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:31.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:31.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:32 smithi050 ceph-mon[92315]: pgmap v7652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:32 smithi172 ceph-mon[103696]: pgmap v7652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:32.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:32.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:33.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:33.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:34 smithi050 ceph-mon[92315]: pgmap v7653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:34.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:34 smithi172 ceph-mon[103696]: pgmap v7653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:34.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:34.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:10:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:10:35.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:35.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:36 smithi050 ceph-mon[92315]: pgmap v7654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:36 smithi172 ceph-mon[103696]: pgmap v7654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:36.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:36.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:37.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:37.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:38 smithi050 ceph-mon[92315]: pgmap v7655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:10:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:10:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:38 smithi172 ceph-mon[103696]: pgmap v7655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:10:38.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:10:38.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:38.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:39.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:39.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:40 smithi050 ceph-mon[92315]: pgmap v7656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:40.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:40 smithi172 ceph-mon[103696]: pgmap v7656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:40.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:40.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:41.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:41.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:42 smithi172 ceph-mon[103696]: pgmap v7657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:42 smithi050 ceph-mon[92315]: pgmap v7657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:42.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:42.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:10:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:10:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:43 smithi050 ceph-mon[92315]: pgmap v7658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:10:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:10:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:10:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:10:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:10:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:10:43.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:10:43.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:43 smithi172 ceph-mon[103696]: pgmap v7658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:43.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:10:43.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:10:43.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:10:43.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:10:43.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:10:43.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:43.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:44.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:44.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:45.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:45.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:45 smithi050 ceph-mon[92315]: pgmap v7659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:45 smithi172 ceph-mon[103696]: pgmap v7659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:46.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:46.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:47.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:47.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:47 smithi050 ceph-mon[92315]: pgmap v7660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:10:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:47 smithi172 ceph-mon[103696]: pgmap v7660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:10:48.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:48.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:49.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:49.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:49 smithi050 ceph-mon[92315]: pgmap v7661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:10:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:49 smithi172 ceph-mon[103696]: pgmap v7661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:10:50.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:50.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:51.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:51.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:51 smithi050 ceph-mon[92315]: pgmap v7662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:51 smithi172 ceph-mon[103696]: pgmap v7662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:52.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:52.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:53.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:53.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:53 smithi050 ceph-mon[92315]: pgmap v7663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:53 smithi172 ceph-mon[103696]: pgmap v7663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:54.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:54.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:55.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:55.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:55 smithi050 ceph-mon[92315]: pgmap v7664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:55 smithi172 ceph-mon[103696]: pgmap v7664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:10:56.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:56.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:57.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:57.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:57 smithi050 ceph-mon[92315]: pgmap v7665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:10:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:57 smithi172 ceph-mon[103696]: pgmap v7665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:10:58.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:58.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:10:59.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:10:59.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:10:59 smithi050 ceph-mon[92315]: pgmap v7666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:00.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:10:59 smithi172 ceph-mon[103696]: pgmap v7666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:00.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:00.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:01.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:01.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:01 smithi050 ceph-mon[92315]: pgmap v7667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:01 smithi172 ceph-mon[103696]: pgmap v7667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:02.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:02.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:03.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:03.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:03 smithi050 ceph-mon[92315]: pgmap v7668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:03 smithi172 ceph-mon[103696]: pgmap v7668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:04.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:04.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:05.216 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:11:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:11:05.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:05.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:06 smithi050 ceph-mon[92315]: pgmap v7669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:06 smithi172 ceph-mon[103696]: pgmap v7669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:06.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:06.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:07.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:07.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:08 smithi050 ceph-mon[92315]: pgmap v7670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:11:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:08 smithi172 ceph-mon[103696]: pgmap v7670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:11:08.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:08.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:09.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:09.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:10.272 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:10 smithi050 ceph-mon[92315]: pgmap v7671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:10.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:10 smithi172 ceph-mon[103696]: pgmap v7671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:10.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:10.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:11.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:11.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:12 smithi050 ceph-mon[92315]: pgmap v7672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:12.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:12 smithi172 ceph-mon[103696]: pgmap v7672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:12.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:12.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:13.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:13.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:14 smithi050 ceph-mon[92315]: pgmap v7673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:14.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:14 smithi172 ceph-mon[103696]: pgmap v7673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:14.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:14.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:15.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:15.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:16 smithi050 ceph-mon[92315]: pgmap v7674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:16 smithi172 ceph-mon[103696]: pgmap v7674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:16.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:17.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:18.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:18.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:18 smithi050 ceph-mon[92315]: pgmap v7675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:11:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:18 smithi172 ceph-mon[103696]: pgmap v7675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:11:19.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:19.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:20.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:20.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:20 smithi050 ceph-mon[92315]: pgmap v7676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:11:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:20 smithi172 ceph-mon[103696]: pgmap v7676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:11:21.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:21.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:22.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:22.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:22 smithi050 ceph-mon[92315]: pgmap v7677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:22 smithi172 ceph-mon[103696]: pgmap v7677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:23.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:23.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:24.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:24.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:24 smithi050 ceph-mon[92315]: pgmap v7678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:24 smithi172 ceph-mon[103696]: pgmap v7678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:25.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:25.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:26.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:26.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:26 smithi050 ceph-mon[92315]: pgmap v7679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:26.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:26 smithi172 ceph-mon[103696]: pgmap v7679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:27.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:27.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:28.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:28.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:28 smithi050 ceph-mon[92315]: pgmap v7680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:11:28.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:28 smithi172 ceph-mon[103696]: pgmap v7680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:11:29.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:29.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:30.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:30.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:30 smithi050 ceph-mon[92315]: pgmap v7681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:30.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:30 smithi172 ceph-mon[103696]: pgmap v7681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:31.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:31.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:32.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:32.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:32 smithi050 ceph-mon[92315]: pgmap v7682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:32.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:32 smithi172 ceph-mon[103696]: pgmap v7682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:33.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:33.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:34.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:34.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:34 smithi050 ceph-mon[92315]: pgmap v7683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:34.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:34 smithi172 ceph-mon[103696]: pgmap v7683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:35.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:35.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:11:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:11:36.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:36.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:36 smithi050 ceph-mon[92315]: pgmap v7684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:36 smithi172 ceph-mon[103696]: pgmap v7684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:37.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:37.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:38.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:38.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:38 smithi050 ceph-mon[92315]: pgmap v7685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:11:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:38 smithi172 ceph-mon[103696]: pgmap v7685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:11:39.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:39.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:40.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:40.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:40 smithi050 ceph-mon[92315]: pgmap v7686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:40 smithi172 ceph-mon[103696]: pgmap v7686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:41.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:41.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:42.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:42.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:42 smithi050 ceph-mon[92315]: pgmap v7687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:42.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:42 smithi172 ceph-mon[103696]: pgmap v7687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:43.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:43.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:44.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:44.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:44 smithi050 ceph-mon[92315]: pgmap v7688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:11:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:11:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:11:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:11:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:11:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:11:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:44 smithi172 ceph-mon[103696]: pgmap v7688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:11:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:11:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:11:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:11:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:11:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:11:45.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:45.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:46.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:46.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:46 smithi050 ceph-mon[92315]: pgmap v7689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:46.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:46 smithi172 ceph-mon[103696]: pgmap v7689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:47.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:47.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:48.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:48.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:48 smithi050 ceph-mon[92315]: pgmap v7690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:11:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:48 smithi172 ceph-mon[103696]: pgmap v7690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:11:49.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:49.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:50.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:50.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:50 smithi050 ceph-mon[92315]: pgmap v7691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:11:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:50 smithi172 ceph-mon[103696]: pgmap v7691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:11:51.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:51.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:52.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:52.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:52 smithi050 ceph-mon[92315]: pgmap v7692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:52 smithi172 ceph-mon[103696]: pgmap v7692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:53.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:53.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:54.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:54.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:54 smithi050 ceph-mon[92315]: pgmap v7693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:54.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:54 smithi172 ceph-mon[103696]: pgmap v7693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:55.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:55.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:56.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:56.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:56 smithi050 ceph-mon[92315]: pgmap v7694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:56 smithi172 ceph-mon[103696]: pgmap v7694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:11:57.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:57.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:58.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:58.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:11:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:11:58 smithi050 ceph-mon[92315]: pgmap v7695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:11:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:11:58 smithi172 ceph-mon[103696]: pgmap v7695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:11:59.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:11:59.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:00.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:00.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:00 smithi050 ceph-mon[92315]: pgmap v7696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:00 smithi172 ceph-mon[103696]: pgmap v7696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:01.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:01.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:02.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:02.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:02 smithi050 ceph-mon[92315]: pgmap v7697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:02.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:02 smithi172 ceph-mon[103696]: pgmap v7697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:03.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:03.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:04.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:04.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:04 smithi050 ceph-mon[92315]: pgmap v7698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:04 smithi172 ceph-mon[103696]: pgmap v7698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:05.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:05.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:12:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:12:06.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:06.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:06 smithi050 ceph-mon[92315]: pgmap v7699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:06 smithi172 ceph-mon[103696]: pgmap v7699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:07.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:07.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:08.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:08.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:08 smithi172 ceph-mon[103696]: pgmap v7700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:12:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:08 smithi050 ceph-mon[92315]: pgmap v7700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:12:09.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:09.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:10.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:10.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:10.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:10 smithi172 ceph-mon[103696]: pgmap v7701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:10 smithi050 ceph-mon[92315]: pgmap v7701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:11.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:11.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:12.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:12.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:12.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:12 smithi172 ceph-mon[103696]: pgmap v7702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:12 smithi050 ceph-mon[92315]: pgmap v7702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:13.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:13.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:14.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:14.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:14 smithi172 ceph-mon[103696]: pgmap v7703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:14 smithi050 ceph-mon[92315]: pgmap v7703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:15.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:15.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:16.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:16.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:16 smithi050 ceph-mon[92315]: pgmap v7704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:16 smithi172 ceph-mon[103696]: pgmap v7704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:17.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:17.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:18.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:18.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:18 smithi172 ceph-mon[103696]: pgmap v7705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:12:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:18 smithi050 ceph-mon[92315]: pgmap v7705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:12:19.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:19.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:20.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:20.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:20 smithi172 ceph-mon[103696]: pgmap v7706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:12:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:20 smithi050 ceph-mon[92315]: pgmap v7706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:12:21.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:21.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:22.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:22.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:22 smithi172 ceph-mon[103696]: pgmap v7707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:22 smithi050 ceph-mon[92315]: pgmap v7707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:23.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:23.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:24.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:24.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:24 smithi172 ceph-mon[103696]: pgmap v7708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:24 smithi050 ceph-mon[92315]: pgmap v7708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:25.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:25.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:26.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:26.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:26 smithi050 ceph-mon[92315]: pgmap v7709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:26 smithi172 ceph-mon[103696]: pgmap v7709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:27.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:27.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:28.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:28.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:28 smithi050 ceph-mon[92315]: pgmap v7710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:12:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:28 smithi172 ceph-mon[103696]: pgmap v7710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:12:29.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:29.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:30.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:30.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:30 smithi050 ceph-mon[92315]: pgmap v7711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:30 smithi172 ceph-mon[103696]: pgmap v7711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:31.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:31.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:32.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:32.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:32.425 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:32 smithi172 ceph-mon[103696]: pgmap v7712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:32 smithi050 ceph-mon[92315]: pgmap v7712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:33.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:33.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:34.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:34.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:34 smithi050 ceph-mon[92315]: pgmap v7713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:12:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:34 smithi172 ceph-mon[103696]: pgmap v7713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:12:35.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:35.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:36.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:36.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:36 smithi050 ceph-mon[92315]: pgmap v7714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:36 smithi172 ceph-mon[103696]: pgmap v7714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:37.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:37.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:38.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:38.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:38 smithi050 ceph-mon[92315]: pgmap v7715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:12:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:38 smithi172 ceph-mon[103696]: pgmap v7715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:12:39.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:39.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:40.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:40.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:40.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:40 smithi050 ceph-mon[92315]: pgmap v7716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:40 smithi172 ceph-mon[103696]: pgmap v7716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:41.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:41.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:42.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:42.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:42.529 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:42 smithi172 ceph-mon[103696]: pgmap v7717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:42 smithi050 ceph-mon[92315]: pgmap v7717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:43.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:43.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:44.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:44.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:44 smithi050 ceph-mon[92315]: pgmap v7718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:12:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:44 smithi172 ceph-mon[103696]: pgmap v7718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:44.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:12:45.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:45.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:46.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:46.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:46 smithi050 ceph-mon[92315]: pgmap v7719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:46 smithi172 ceph-mon[103696]: pgmap v7719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:47.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:47.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:48.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:48.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:48 smithi050 ceph-mon[92315]: pgmap v7720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:12:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:48 smithi172 ceph-mon[103696]: pgmap v7720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:12:49.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:49.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:49.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:12:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:12:50.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:50.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:50 smithi050 ceph-mon[92315]: pgmap v7721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:50 smithi172 ceph-mon[103696]: pgmap v7721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:51.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:51.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:52.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:52.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:52 smithi050 ceph-mon[92315]: pgmap v7722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:12:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:12:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:12:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:12:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:12:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:12:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:12:52.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:52 smithi172 ceph-mon[103696]: pgmap v7722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:52.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:12:52.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:12:52.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:12:52.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:12:52.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:12:52.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:12:52.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:12:53.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:53.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:54.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:54.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:54 smithi050 ceph-mon[92315]: pgmap v7723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:54 smithi172 ceph-mon[103696]: pgmap v7723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:55.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:55.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:56.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:56.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:56 smithi050 ceph-mon[92315]: pgmap v7724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:56.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:56 smithi172 ceph-mon[103696]: pgmap v7724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:12:57.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:57.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:58.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:58.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:12:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:12:58 smithi050 ceph-mon[92315]: pgmap v7725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:12:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:12:58 smithi172 ceph-mon[103696]: pgmap v7725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:12:59.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:12:59.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:00.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:00.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:00 smithi050 ceph-mon[92315]: pgmap v7726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:00 smithi172 ceph-mon[103696]: pgmap v7726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:01.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:01.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:02.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:02.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:02 smithi050 ceph-mon[92315]: pgmap v7727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:02 smithi172 ceph-mon[103696]: pgmap v7727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:03.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:03.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:04.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:04.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:04 smithi050 ceph-mon[92315]: pgmap v7728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:04 smithi172 ceph-mon[103696]: pgmap v7728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:05.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:05.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:13:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:13:06.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:06.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:06.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:06 smithi172 ceph-mon[103696]: pgmap v7729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:06.583 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:06 smithi050 ceph-mon[92315]: pgmap v7729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:07.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:07.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:08.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:08.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:08 smithi172 ceph-mon[103696]: pgmap v7730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:13:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:08 smithi050 ceph-mon[92315]: pgmap v7730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:13:09.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:09.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:10.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:10.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:10 smithi172 ceph-mon[103696]: pgmap v7731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:10 smithi050 ceph-mon[92315]: pgmap v7731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:11.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:11.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:12.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:12.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:12 smithi172 ceph-mon[103696]: pgmap v7732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:12 smithi050 ceph-mon[92315]: pgmap v7732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:13.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:13.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:14.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:14.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:14 smithi172 ceph-mon[103696]: pgmap v7733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:14 smithi050 ceph-mon[92315]: pgmap v7733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:15.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:15.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:16.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:16.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:16 smithi172 ceph-mon[103696]: pgmap v7734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:16 smithi050 ceph-mon[92315]: pgmap v7734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:17.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:17.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:18.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:18.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:18 smithi172 ceph-mon[103696]: pgmap v7735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:13:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:18 smithi050 ceph-mon[92315]: pgmap v7735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:13:19.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:19.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:20.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:20.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:20 smithi172 ceph-mon[103696]: pgmap v7736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:20.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:13:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:20 smithi050 ceph-mon[92315]: pgmap v7736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:13:21.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:21.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:22.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:22.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:22 smithi172 ceph-mon[103696]: pgmap v7737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:22 smithi050 ceph-mon[92315]: pgmap v7737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:23.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:23.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:24.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:24.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:24 smithi172 ceph-mon[103696]: pgmap v7738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:24 smithi050 ceph-mon[92315]: pgmap v7738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:25.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:25.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:26.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:26.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:26 smithi050 ceph-mon[92315]: pgmap v7739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:26 smithi172 ceph-mon[103696]: pgmap v7739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:27.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:27.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:28.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:28.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:28 smithi172 ceph-mon[103696]: pgmap v7740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:13:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:28 smithi050 ceph-mon[92315]: pgmap v7740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:13:29.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:29.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:30.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:30.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:30 smithi050 ceph-mon[92315]: pgmap v7741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:30 smithi172 ceph-mon[103696]: pgmap v7741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:31.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:31.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:32.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:32.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:32 smithi050 ceph-mon[92315]: pgmap v7742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:32 smithi172 ceph-mon[103696]: pgmap v7742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:33.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:33.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:34.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:34.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:34 smithi050 ceph-mon[92315]: pgmap v7743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:13:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:34 smithi172 ceph-mon[103696]: pgmap v7743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:13:35.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:35.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:36.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:36.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:36 smithi050 ceph-mon[92315]: pgmap v7744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:36 smithi172 ceph-mon[103696]: pgmap v7744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:37.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:37.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:38.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:38.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:38 smithi172 ceph-mon[103696]: pgmap v7745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:13:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:38 smithi050 ceph-mon[92315]: pgmap v7745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:13:39.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:39.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:40.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:40.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:40 smithi050 ceph-mon[92315]: pgmap v7746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:40 smithi172 ceph-mon[103696]: pgmap v7746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:41.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:41.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:42.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:42.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:42 smithi050 ceph-mon[92315]: pgmap v7747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:42 smithi172 ceph-mon[103696]: pgmap v7747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:43.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:43.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:44.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:44.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:44 smithi050 ceph-mon[92315]: pgmap v7748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:44 smithi172 ceph-mon[103696]: pgmap v7748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:45.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:45.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:46.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:46.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:46 smithi050 ceph-mon[92315]: pgmap v7749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:46 smithi172 ceph-mon[103696]: pgmap v7749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:47.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:47.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:48.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:48.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:48 smithi050 ceph-mon[92315]: pgmap v7750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:13:48.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:48 smithi172 ceph-mon[103696]: pgmap v7750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:13:49.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:49.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:13:49.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:13:50.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:50.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:50 smithi050 ceph-mon[92315]: pgmap v7751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:50 smithi172 ceph-mon[103696]: pgmap v7751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:51.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:51.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:52.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:52.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:52 smithi050 ceph-mon[92315]: pgmap v7752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:13:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:52 smithi172 ceph-mon[103696]: pgmap v7752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:52.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:13:53.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:53.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:13:53.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:13:53.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:13:53.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:13:53.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:13:53.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:13:53.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:13:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:13:53.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:13:53.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:13:53.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:13:53.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:13:53.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:13:53.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:13:54.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:54.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:54 smithi050 ceph-mon[92315]: pgmap v7753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:54 smithi172 ceph-mon[103696]: pgmap v7753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:55.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:55.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:56.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:56.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:56 smithi050 ceph-mon[92315]: pgmap v7754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:56.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:56 smithi172 ceph-mon[103696]: pgmap v7754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:13:57.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:57.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:58.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:58.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:13:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:13:58 smithi050 ceph-mon[92315]: pgmap v7755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:13:58.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:13:58 smithi172 ceph-mon[103696]: pgmap v7755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:13:59.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:13:59.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:00.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:00.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:00.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:00 smithi050 ceph-mon[92315]: pgmap v7756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:00.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:00 smithi172 ceph-mon[103696]: pgmap v7756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:01.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:01.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:02.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:02.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:02 smithi050 ceph-mon[92315]: pgmap v7757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:02 smithi172 ceph-mon[103696]: pgmap v7757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:03.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:03.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:04.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:04.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:04 smithi050 ceph-mon[92315]: pgmap v7758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:14:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:04 smithi172 ceph-mon[103696]: pgmap v7758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:14:05.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:05.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:06.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:06.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:06 smithi050 ceph-mon[92315]: pgmap v7759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:06 smithi172 ceph-mon[103696]: pgmap v7759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:07.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:07.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:08.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:08.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:08 smithi050 ceph-mon[92315]: pgmap v7760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:14:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:08 smithi172 ceph-mon[103696]: pgmap v7760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:14:09.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:09.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:10.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:10.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:10 smithi050 ceph-mon[92315]: pgmap v7761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:10 smithi172 ceph-mon[103696]: pgmap v7761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:11.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:11.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:12.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:12.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:12 smithi050 ceph-mon[92315]: pgmap v7762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:12 smithi172 ceph-mon[103696]: pgmap v7762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:13.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:13.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:14.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:14.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:14 smithi050 ceph-mon[92315]: pgmap v7763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:14 smithi172 ceph-mon[103696]: pgmap v7763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:15.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:15.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:16.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:16.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:16 smithi050 ceph-mon[92315]: pgmap v7764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:16 smithi172 ceph-mon[103696]: pgmap v7764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:17.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:17.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:18.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:18.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:18.526 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:18 smithi172 ceph-mon[103696]: pgmap v7765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:14:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:18 smithi050 ceph-mon[92315]: pgmap v7765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:14:19.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:19.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:14:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:14:20.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:20.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:20 smithi050 ceph-mon[92315]: pgmap v7766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:20 smithi172 ceph-mon[103696]: pgmap v7766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:21.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:21.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:22.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:22.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:22 smithi050 ceph-mon[92315]: pgmap v7767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:22 smithi172 ceph-mon[103696]: pgmap v7767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:23.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:23.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:24.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:24.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:24 smithi050 ceph-mon[92315]: pgmap v7768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:24 smithi172 ceph-mon[103696]: pgmap v7768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:25.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:25.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:26.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:26.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:26 smithi050 ceph-mon[92315]: pgmap v7769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:26 smithi172 ceph-mon[103696]: pgmap v7769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:27.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:27.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:28.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:28.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:28 smithi050 ceph-mon[92315]: pgmap v7770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:14:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:28 smithi172 ceph-mon[103696]: pgmap v7770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:14:29.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:29.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:30.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:30.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:30 smithi050 ceph-mon[92315]: pgmap v7771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:30.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:30 smithi172 ceph-mon[103696]: pgmap v7771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:31.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:31.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:32.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:32.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:32.570 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:32 smithi050 ceph-mon[92315]: pgmap v7772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:32 smithi172 ceph-mon[103696]: pgmap v7772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:33.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:33.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:34.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:34.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:34 smithi050 ceph-mon[92315]: pgmap v7773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:14:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:34 smithi172 ceph-mon[103696]: pgmap v7773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:14:35.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:35.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:36.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:36.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:36 smithi050 ceph-mon[92315]: pgmap v7774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:36.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:36 smithi172 ceph-mon[103696]: pgmap v7774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:37.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:37.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:38.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:38.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:38 smithi050 ceph-mon[92315]: pgmap v7775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:14:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:38 smithi172 ceph-mon[103696]: pgmap v7775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:14:39.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:39.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:40.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:40.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:40 smithi050 ceph-mon[92315]: pgmap v7776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:40 smithi172 ceph-mon[103696]: pgmap v7776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:41.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:41.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:42.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:42.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:42 smithi050 ceph-mon[92315]: pgmap v7777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:42 smithi172 ceph-mon[103696]: pgmap v7777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:43.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:43.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:44.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:44.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:44 smithi050 ceph-mon[92315]: pgmap v7778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:44 smithi172 ceph-mon[103696]: pgmap v7778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:45.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:45.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:46.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:46.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:46 smithi050 ceph-mon[92315]: pgmap v7779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:46 smithi172 ceph-mon[103696]: pgmap v7779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:47.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:47.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:48.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:48.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:48 smithi050 ceph-mon[92315]: pgmap v7780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:14:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:48 smithi172 ceph-mon[103696]: pgmap v7780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:14:49.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:49.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:14:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:14:50.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:50.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:50 smithi050 ceph-mon[92315]: pgmap v7781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:50 smithi172 ceph-mon[103696]: pgmap v7781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:51.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:51.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:52.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:52.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:52 smithi050 ceph-mon[92315]: pgmap v7782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:52 smithi172 ceph-mon[103696]: pgmap v7782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:53.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:53.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:14:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:14:54.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:54.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:54 smithi050 ceph-mon[92315]: pgmap v7783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:54.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:14:54.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:14:54.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:14:54.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:14:54.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:14:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:54 smithi172 ceph-mon[103696]: pgmap v7783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:54.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:14:54.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:14:54.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:14:54.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:14:54.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:14:55.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:55.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:56.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:56.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:56 smithi050 ceph-mon[92315]: pgmap v7784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:56 smithi172 ceph-mon[103696]: pgmap v7784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:14:57.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:57.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:58.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:58.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:14:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:14:58 smithi050 ceph-mon[92315]: pgmap v7785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:14:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:14:58 smithi172 ceph-mon[103696]: pgmap v7785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:14:59.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:14:59.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:00.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:00.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:00 smithi050 ceph-mon[92315]: pgmap v7786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:00 smithi172 ceph-mon[103696]: pgmap v7786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:01.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:01.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:02.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:02.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:02 smithi050 ceph-mon[92315]: pgmap v7787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:02 smithi172 ceph-mon[103696]: pgmap v7787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:03.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:03.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:04.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:04.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:04 smithi050 ceph-mon[92315]: pgmap v7788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:15:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:04 smithi172 ceph-mon[103696]: pgmap v7788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:15:05.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:05.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:06.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:06.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:06 smithi050 ceph-mon[92315]: pgmap v7789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:06 smithi172 ceph-mon[103696]: pgmap v7789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:07.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:07.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:08.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:08.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:08 smithi050 ceph-mon[92315]: pgmap v7790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:15:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:08 smithi172 ceph-mon[103696]: pgmap v7790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:15:09.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:09.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:10.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:10.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:10 smithi050 ceph-mon[92315]: pgmap v7791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:10 smithi172 ceph-mon[103696]: pgmap v7791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:11.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:11.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:12.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:12.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:12 smithi050 ceph-mon[92315]: pgmap v7792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:12.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:12 smithi172 ceph-mon[103696]: pgmap v7792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:13.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:13.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:14.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:14 smithi172 ceph-mon[103696]: pgmap v7793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:14.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:14.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:14 smithi050 ceph-mon[92315]: pgmap v7793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:15.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:15.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:16.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:16.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:16 smithi050 ceph-mon[92315]: pgmap v7794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:16 smithi172 ceph-mon[103696]: pgmap v7794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:17.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:17.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:18 smithi050 ceph-mon[92315]: pgmap v7795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:15:18.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:18 smithi172 ceph-mon[103696]: pgmap v7795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:15:18.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:18.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:19.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:19.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:20 smithi050 ceph-mon[92315]: pgmap v7796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:15:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:20 smithi172 ceph-mon[103696]: pgmap v7796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:15:20.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:20.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:21.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:21.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:22 smithi050 ceph-mon[92315]: pgmap v7797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:22 smithi172 ceph-mon[103696]: pgmap v7797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:22.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:22.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:23.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:23.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:24 smithi050 ceph-mon[92315]: pgmap v7798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:24 smithi172 ceph-mon[103696]: pgmap v7798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:24.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:24.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:25.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:25.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:26 smithi050 ceph-mon[92315]: pgmap v7799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:26 smithi172 ceph-mon[103696]: pgmap v7799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:26.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:26.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:27.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:27.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:28 smithi050 ceph-mon[92315]: pgmap v7800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:15:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:28 smithi172 ceph-mon[103696]: pgmap v7800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:15:28.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:28.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:29.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:29.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:30 smithi050 ceph-mon[92315]: pgmap v7801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:30 smithi172 ceph-mon[103696]: pgmap v7801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:30.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:30.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:31.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:31.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:32 smithi050 ceph-mon[92315]: pgmap v7802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:32 smithi172 ceph-mon[103696]: pgmap v7802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:32.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:32.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:33.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:33.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:34 smithi050 ceph-mon[92315]: pgmap v7803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:34 smithi172 ceph-mon[103696]: pgmap v7803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:34.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:34.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:15:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:15:35.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:35.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:36 smithi050 ceph-mon[92315]: pgmap v7804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:36 smithi172 ceph-mon[103696]: pgmap v7804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:36.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:36.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:37.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:37.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:38 smithi050 ceph-mon[92315]: pgmap v7805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:15:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:38 smithi172 ceph-mon[103696]: pgmap v7805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:15:38.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:38.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:39.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:39.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:40 smithi050 ceph-mon[92315]: pgmap v7806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:40 smithi172 ceph-mon[103696]: pgmap v7806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:40.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:40.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:41.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:41.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:42 smithi050 ceph-mon[92315]: pgmap v7807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:42 smithi172 ceph-mon[103696]: pgmap v7807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:42.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:42.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:43.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:43.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:44 smithi050 ceph-mon[92315]: pgmap v7808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:44 smithi172 ceph-mon[103696]: pgmap v7808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:44.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:44.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:45.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:45.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:46 smithi050 ceph-mon[92315]: pgmap v7809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:46 smithi172 ceph-mon[103696]: pgmap v7809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:46.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:46.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:47.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:47.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:48 smithi050 ceph-mon[92315]: pgmap v7810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:15:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:48 smithi172 ceph-mon[103696]: pgmap v7810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:15:48.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:48.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:49.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:49.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:50 smithi050 ceph-mon[92315]: pgmap v7811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:15:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:50 smithi172 ceph-mon[103696]: pgmap v7811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:15:50.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:50.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:51.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:51.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:52 smithi050 ceph-mon[92315]: pgmap v7812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:52 smithi172 ceph-mon[103696]: pgmap v7812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:52.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:52.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:53.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:53.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:54.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:54 smithi172 ceph-mon[103696]: pgmap v7813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:54.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:15:54.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:15:54.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:15:54.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:54.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:54 smithi050 ceph-mon[92315]: pgmap v7813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:15:54.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:15:54.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:15:55.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:15:55.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:15:55.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:15:55.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:15:55.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:15:55.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:55.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:15:55.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:15:55.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:15:55.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:15:55.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:15:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:56 smithi172 ceph-mon[103696]: pgmap v7814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:56.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:56.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:56 smithi050 ceph-mon[92315]: pgmap v7814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:15:57.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:57.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:15:58 smithi172 ceph-mon[103696]: pgmap v7815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:15:58.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:58.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:15:58.553 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:15:58 smithi050 ceph-mon[92315]: pgmap v7815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:15:59.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:15:59.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:00 smithi172 ceph-mon[103696]: pgmap v7816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:00.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:00.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:00 smithi050 ceph-mon[92315]: pgmap v7816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:01.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:01.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:02 smithi172 ceph-mon[103696]: pgmap v7817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:02.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:02.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:02 smithi050 ceph-mon[92315]: pgmap v7817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:03.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:03.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:04 smithi172 ceph-mon[103696]: pgmap v7818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:04.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:04.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:04 smithi050 ceph-mon[92315]: pgmap v7818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:05.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:16:05.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:05.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:16:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:06 smithi172 ceph-mon[103696]: pgmap v7819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:06.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:06.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:06 smithi050 ceph-mon[92315]: pgmap v7819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:07.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:07.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:08 smithi172 ceph-mon[103696]: pgmap v7820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:16:08.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:08.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:08.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:08 smithi050 ceph-mon[92315]: pgmap v7820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:16:09.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:09.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:10 smithi172 ceph-mon[103696]: pgmap v7821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:10.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:10.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:10 smithi050 ceph-mon[92315]: pgmap v7821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:11.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:11.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:12.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:12.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:12 smithi050 ceph-mon[92315]: pgmap v7822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:12 smithi172 ceph-mon[103696]: pgmap v7822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:13.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:13.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:14.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:14.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:14 smithi050 ceph-mon[92315]: pgmap v7823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:14 smithi172 ceph-mon[103696]: pgmap v7823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:15.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:15.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:16.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:16.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:16 smithi050 ceph-mon[92315]: pgmap v7824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:16 smithi172 ceph-mon[103696]: pgmap v7824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:17.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:17.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:18.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:18.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:18 smithi050 ceph-mon[92315]: pgmap v7825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:16:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:18 smithi172 ceph-mon[103696]: pgmap v7825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:16:19.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:19.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:16:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:16:20.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:20.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:20 smithi050 ceph-mon[92315]: pgmap v7826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:20 smithi172 ceph-mon[103696]: pgmap v7826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:21.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:21.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:22.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:22.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:22 smithi050 ceph-mon[92315]: pgmap v7827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:22 smithi172 ceph-mon[103696]: pgmap v7827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:23.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:23.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:24.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:24.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:24 smithi050 ceph-mon[92315]: pgmap v7828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:24 smithi172 ceph-mon[103696]: pgmap v7828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:25.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:25.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:26.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:26.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:26 smithi050 ceph-mon[92315]: pgmap v7829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:26 smithi172 ceph-mon[103696]: pgmap v7829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:27.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:27.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:28.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:28.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:28 smithi050 ceph-mon[92315]: pgmap v7830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:16:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:28 smithi172 ceph-mon[103696]: pgmap v7830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:16:29.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:29.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:30.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:30.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:30 smithi050 ceph-mon[92315]: pgmap v7831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:30 smithi172 ceph-mon[103696]: pgmap v7831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:31.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:31.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:32.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:32.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:32 smithi050 ceph-mon[92315]: pgmap v7832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:32 smithi172 ceph-mon[103696]: pgmap v7832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:33.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:33.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:34 smithi050 ceph-mon[92315]: pgmap v7833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:16:34.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:34.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:34 smithi172 ceph-mon[103696]: pgmap v7833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:16:35.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:35.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:36.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:36.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:36 smithi050 ceph-mon[92315]: pgmap v7834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:36 smithi172 ceph-mon[103696]: pgmap v7834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:37.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:37.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:38.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:38.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:38 smithi050 ceph-mon[92315]: pgmap v7835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:16:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:38 smithi172 ceph-mon[103696]: pgmap v7835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:16:39.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:39.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:40.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:40 smithi172 ceph-mon[103696]: pgmap v7836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:40.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:40.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:40 smithi050 ceph-mon[92315]: pgmap v7836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:41.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:41.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:42.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:42.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:42 smithi050 ceph-mon[92315]: pgmap v7837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:42 smithi172 ceph-mon[103696]: pgmap v7837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:43.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:43.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:44 smithi050 ceph-mon[92315]: pgmap v7838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:44.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:44.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:44 smithi172 ceph-mon[103696]: pgmap v7838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:45.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:45.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:46.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:46.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:46 smithi050 ceph-mon[92315]: pgmap v7839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:46 smithi172 ceph-mon[103696]: pgmap v7839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:47.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:47.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:48.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:48.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:48 smithi050 ceph-mon[92315]: pgmap v7840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:16:48.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:48 smithi172 ceph-mon[103696]: pgmap v7840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:16:49.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:49.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:16:49.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:16:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:50 smithi172 ceph-mon[103696]: pgmap v7841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:50.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:50.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:50 smithi050 ceph-mon[92315]: pgmap v7841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:51.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:51.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:52.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:52.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:52 smithi050 ceph-mon[92315]: pgmap v7842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:52 smithi172 ceph-mon[103696]: pgmap v7842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:53.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:53.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:54.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:54.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:54 smithi050 ceph-mon[92315]: pgmap v7843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:54 smithi172 ceph-mon[103696]: pgmap v7843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:55.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:55.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:16:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:16:56.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:56.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:56 smithi050 ceph-mon[92315]: pgmap v7844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:16:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:16:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:16:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:16:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:16:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:56 smithi172 ceph-mon[103696]: pgmap v7844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:16:56.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:16:56.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:16:56.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:16:56.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:16:56.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:16:57.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:57.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:58.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:58.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:16:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:16:58 smithi050 ceph-mon[92315]: pgmap v7845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:16:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:16:58 smithi172 ceph-mon[103696]: pgmap v7845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:16:59.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:16:59.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:00.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:00.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:00 smithi050 ceph-mon[92315]: pgmap v7846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:00 smithi172 ceph-mon[103696]: pgmap v7846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:01.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:01.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:02.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:02.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:02 smithi050 ceph-mon[92315]: pgmap v7847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:02 smithi172 ceph-mon[103696]: pgmap v7847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:03.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:03.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:04.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:04.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:04 smithi050 ceph-mon[92315]: pgmap v7848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:17:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:04 smithi172 ceph-mon[103696]: pgmap v7848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:17:05.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:05.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:06.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:06.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:06 smithi050 ceph-mon[92315]: pgmap v7849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:06 smithi172 ceph-mon[103696]: pgmap v7849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:07.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:07.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:08.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:08.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:08 smithi050 ceph-mon[92315]: pgmap v7850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:17:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:08 smithi172 ceph-mon[103696]: pgmap v7850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:17:09.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:09.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:10.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:10.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:10 smithi050 ceph-mon[92315]: pgmap v7851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:10 smithi172 ceph-mon[103696]: pgmap v7851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:11.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:11.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:12.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:12.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:12 smithi050 ceph-mon[92315]: pgmap v7852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:12 smithi172 ceph-mon[103696]: pgmap v7852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:13.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:13.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:14 smithi050 ceph-mon[92315]: pgmap v7853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:14.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:14.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:14 smithi172 ceph-mon[103696]: pgmap v7853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:15.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:15.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:16.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:16 smithi050 ceph-mon[92315]: pgmap v7854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:16.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:16.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:16.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:16 smithi172 ceph-mon[103696]: pgmap v7854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:17.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:17.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:18 smithi050 ceph-mon[92315]: pgmap v7855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:17:18.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:18.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:18 smithi172 ceph-mon[103696]: pgmap v7855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:17:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:17:19.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:19.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:17:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:20 smithi050 ceph-mon[92315]: pgmap v7856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:20.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:20.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:20 smithi172 ceph-mon[103696]: pgmap v7856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:21.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:21.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:22 smithi050 ceph-mon[92315]: pgmap v7857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:22.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:22.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:22 smithi172 ceph-mon[103696]: pgmap v7857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:23.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:23.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:24.535 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:24 smithi050 ceph-mon[92315]: pgmap v7858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:24.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:24.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:24 smithi172 ceph-mon[103696]: pgmap v7858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:25.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:25.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:26 smithi050 ceph-mon[92315]: pgmap v7859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:26.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:26.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:26 smithi172 ceph-mon[103696]: pgmap v7859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:27.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:27.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:28.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:28 smithi050 ceph-mon[92315]: pgmap v7860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:17:28.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:28.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:28 smithi172 ceph-mon[103696]: pgmap v7860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:17:29.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:29.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:30.532 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:30 smithi172 ceph-mon[103696]: pgmap v7861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:30 smithi050 ceph-mon[92315]: pgmap v7861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:30.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:30.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:31.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:31.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:32 smithi050 ceph-mon[92315]: pgmap v7862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:32 smithi172 ceph-mon[103696]: pgmap v7862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:32.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:32.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:33.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:33.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:34 smithi050 ceph-mon[92315]: pgmap v7863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:17:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:34 smithi172 ceph-mon[103696]: pgmap v7863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:17:34.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:34.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:35.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:35.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:36 smithi050 ceph-mon[92315]: pgmap v7864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:36 smithi172 ceph-mon[103696]: pgmap v7864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:36.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:36.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:37.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:37.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:38 smithi050 ceph-mon[92315]: pgmap v7865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:17:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:38 smithi172 ceph-mon[103696]: pgmap v7865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:17:38.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:38.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:39.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:39.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:40 smithi050 ceph-mon[92315]: pgmap v7866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:40.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:40 smithi172 ceph-mon[103696]: pgmap v7866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:40.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:40.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:41.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:41.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:42 smithi050 ceph-mon[92315]: pgmap v7867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:42 smithi172 ceph-mon[103696]: pgmap v7867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:42.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:42.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:43.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:43.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:44 smithi050 ceph-mon[92315]: pgmap v7868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:44 smithi172 ceph-mon[103696]: pgmap v7868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:44.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:44.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:45.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:45.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:46 smithi050 ceph-mon[92315]: pgmap v7869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:46 smithi172 ceph-mon[103696]: pgmap v7869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:46.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:46.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:47.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:47.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:48 smithi050 ceph-mon[92315]: pgmap v7870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:17:48.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:48 smithi172 ceph-mon[103696]: pgmap v7870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:17:48.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:48.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:17:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:17:49.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:49.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:50 smithi050 ceph-mon[92315]: pgmap v7871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:50 smithi172 ceph-mon[103696]: pgmap v7871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:50.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:50.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:51.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:51.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:52 smithi050 ceph-mon[92315]: pgmap v7872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:52.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:52 smithi172 ceph-mon[103696]: pgmap v7872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:52.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:52.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:53.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:53.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:54 smithi050 ceph-mon[92315]: pgmap v7873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:54 smithi172 ceph-mon[103696]: pgmap v7873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:54.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:54.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:55.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:55.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:56 smithi050 ceph-mon[92315]: pgmap v7874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:17:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:17:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:17:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:17:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:17:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:17:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:56 smithi172 ceph-mon[103696]: pgmap v7874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:17:56.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:17:56.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:17:56.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:17:56.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:17:56.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:17:56.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:17:56.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:56.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:57.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:57.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:17:58 smithi050 ceph-mon[92315]: pgmap v7875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:17:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:17:58 smithi172 ceph-mon[103696]: pgmap v7875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:17:58.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:58.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:17:59.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:17:59.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:00 smithi050 ceph-mon[92315]: pgmap v7876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:00 smithi172 ceph-mon[103696]: pgmap v7876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:00.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:00.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:01.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:01.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:02 smithi050 ceph-mon[92315]: pgmap v7877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:02 smithi172 ceph-mon[103696]: pgmap v7877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:02.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:02.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:03.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:03.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:04 smithi050 ceph-mon[92315]: pgmap v7878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:18:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:04 smithi172 ceph-mon[103696]: pgmap v7878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:18:04.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:04.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:05.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:05.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:06 smithi050 ceph-mon[92315]: pgmap v7879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:06 smithi172 ceph-mon[103696]: pgmap v7879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:06.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:06.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:07.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:07.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:08 smithi050 ceph-mon[92315]: pgmap v7880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:18:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:08 smithi172 ceph-mon[103696]: pgmap v7880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:18:08.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:08.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:09.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:09.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:10 smithi050 ceph-mon[92315]: pgmap v7881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:10.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:10 smithi172 ceph-mon[103696]: pgmap v7881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:10.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:10.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:11.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:11.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:12 smithi050 ceph-mon[92315]: pgmap v7882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:12 smithi172 ceph-mon[103696]: pgmap v7882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:12.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:12.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:13.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:13.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:14 smithi050 ceph-mon[92315]: pgmap v7883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:14 smithi172 ceph-mon[103696]: pgmap v7883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:14.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:14.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:15.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:15.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:16 smithi050 ceph-mon[92315]: pgmap v7884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:16 smithi172 ceph-mon[103696]: pgmap v7884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:16.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:16.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:17.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:17.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:18 smithi050 ceph-mon[92315]: pgmap v7885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:18:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:18 smithi172 ceph-mon[103696]: pgmap v7885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:18:18.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:18.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:18:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:18:19.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:19.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:20 smithi050 ceph-mon[92315]: pgmap v7886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:20 smithi172 ceph-mon[103696]: pgmap v7886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:20.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:20.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:21.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:21.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:22 smithi050 ceph-mon[92315]: pgmap v7887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:22 smithi172 ceph-mon[103696]: pgmap v7887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:22.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:22.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:23.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:23.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:24 smithi050 ceph-mon[92315]: pgmap v7888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:24 smithi172 ceph-mon[103696]: pgmap v7888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:24.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:24.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:25.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:25.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:26 smithi172 ceph-mon[103696]: pgmap v7889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:26.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:26.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:26 smithi050 ceph-mon[92315]: pgmap v7889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:27.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:27.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:28 smithi050 ceph-mon[92315]: pgmap v7890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:18:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:28 smithi172 ceph-mon[103696]: pgmap v7890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:18:28.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:28.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:29.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:29.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:30 smithi050 ceph-mon[92315]: pgmap v7891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:30 smithi172 ceph-mon[103696]: pgmap v7891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:30.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:30.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:31.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:31.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:32 smithi050 ceph-mon[92315]: pgmap v7892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:32 smithi172 ceph-mon[103696]: pgmap v7892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:32.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:32.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:33.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:33.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:34 smithi050 ceph-mon[92315]: pgmap v7893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:34 smithi172 ceph-mon[103696]: pgmap v7893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:34.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:34.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:18:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:18:35.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:35.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:36 smithi050 ceph-mon[92315]: pgmap v7894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:36 smithi172 ceph-mon[103696]: pgmap v7894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:36.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:36.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:37.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:37.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:38 smithi172 ceph-mon[103696]: pgmap v7895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:18:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:38 smithi050 ceph-mon[92315]: pgmap v7895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:18:38.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:38.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:39.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:39.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:40 smithi172 ceph-mon[103696]: pgmap v7896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:40.395 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:40 smithi050 ceph-mon[92315]: pgmap v7896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:40.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:40.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:41.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:41.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:42.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:42 smithi172 ceph-mon[103696]: pgmap v7897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:42 smithi050 ceph-mon[92315]: pgmap v7897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:42.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:42.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:43.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:43.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:44 smithi172 ceph-mon[103696]: pgmap v7898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:44 smithi050 ceph-mon[92315]: pgmap v7898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:44.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:44.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:45.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:45.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:46 smithi172 ceph-mon[103696]: pgmap v7899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:46 smithi050 ceph-mon[92315]: pgmap v7899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:46.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:46.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:47.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:47.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:48 smithi172 ceph-mon[103696]: pgmap v7900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:18:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:48 smithi050 ceph-mon[92315]: pgmap v7900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:18:48.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:48.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:49.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:49.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:50 smithi172 ceph-mon[103696]: pgmap v7901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:18:50.509 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:50 smithi050 ceph-mon[92315]: pgmap v7901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:50.509 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:18:50.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:50.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:51.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:51.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:52 smithi172 ceph-mon[103696]: pgmap v7902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:52 smithi050 ceph-mon[92315]: pgmap v7902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:52.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:52.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:53.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:53.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:54 smithi172 ceph-mon[103696]: pgmap v7903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:54 smithi050 ceph-mon[92315]: pgmap v7903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:54.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:54.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:55.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:55.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:56.428 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:56 smithi172 ceph-mon[103696]: pgmap v7904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:56 smithi050 ceph-mon[92315]: pgmap v7904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:18:56.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:56.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:57.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:18:57.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:18:57.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:18:57.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:18:57.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:18:57.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:18:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:18:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:18:57.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:18:57.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:18:57.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:18:57.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:18:57.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:57.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:18:58 smithi050 ceph-mon[92315]: pgmap v7905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:18:58.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:18:58 smithi172 ceph-mon[103696]: pgmap v7905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:18:58.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:58.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:18:59.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:18:59.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:00.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:00 smithi050 ceph-mon[92315]: pgmap v7906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:00 smithi172 ceph-mon[103696]: pgmap v7906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:00.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:00.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:01.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:01.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:02 smithi050 ceph-mon[92315]: pgmap v7907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:02 smithi172 ceph-mon[103696]: pgmap v7907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:02.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:02.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:03.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:03.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:04 smithi050 ceph-mon[92315]: pgmap v7908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:19:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:04 smithi172 ceph-mon[103696]: pgmap v7908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:19:04.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:04.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:05.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:05.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:06.534 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:06 smithi172 ceph-mon[103696]: pgmap v7909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:06 smithi050 ceph-mon[92315]: pgmap v7909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:06.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:06.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:07.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:07.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:08 smithi050 ceph-mon[92315]: pgmap v7910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:19:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:08 smithi172 ceph-mon[103696]: pgmap v7910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:19:08.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:08.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:09.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:09.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:10 smithi050 ceph-mon[92315]: pgmap v7911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:10.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:10 smithi172 ceph-mon[103696]: pgmap v7911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:10.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:10.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:11.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:11.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:12 smithi050 ceph-mon[92315]: pgmap v7912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:12 smithi172 ceph-mon[103696]: pgmap v7912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:12.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:12.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:13.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:13.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:14 smithi050 ceph-mon[92315]: pgmap v7913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:14 smithi172 ceph-mon[103696]: pgmap v7913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:14.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:14.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:15.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:15.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:16 smithi050 ceph-mon[92315]: pgmap v7914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:16 smithi172 ceph-mon[103696]: pgmap v7914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:16.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:16.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:17.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:17.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:18 smithi050 ceph-mon[92315]: pgmap v7915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:19:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:18 smithi172 ceph-mon[103696]: pgmap v7915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:19:18.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:18.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:19:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:19:19.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:19.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:20.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:20 smithi050 ceph-mon[92315]: pgmap v7916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:20 smithi172 ceph-mon[103696]: pgmap v7916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:20.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:20.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:21.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:21.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:22 smithi050 ceph-mon[92315]: pgmap v7917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:22 smithi172 ceph-mon[103696]: pgmap v7917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:22.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:22.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:23.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:23.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:24 smithi050 ceph-mon[92315]: pgmap v7918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:24 smithi172 ceph-mon[103696]: pgmap v7918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:24.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:24.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:25.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:25.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:26 smithi050 ceph-mon[92315]: pgmap v7919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:26 smithi172 ceph-mon[103696]: pgmap v7919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:26.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:26.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:27.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:27.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:28 smithi050 ceph-mon[92315]: pgmap v7920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:19:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:28 smithi172 ceph-mon[103696]: pgmap v7920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:19:28.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:28.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:29.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:29.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:30 smithi050 ceph-mon[92315]: pgmap v7921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:30.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:30 smithi172 ceph-mon[103696]: pgmap v7921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:30.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:30.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:31.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:31.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:32 smithi050 ceph-mon[92315]: pgmap v7922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:32 smithi172 ceph-mon[103696]: pgmap v7922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:32.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:32.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:33.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:33.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:34 smithi050 ceph-mon[92315]: pgmap v7923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:19:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:34 smithi172 ceph-mon[103696]: pgmap v7923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:19:34.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:34.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:35.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:35.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:36 smithi050 ceph-mon[92315]: pgmap v7924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:36 smithi172 ceph-mon[103696]: pgmap v7924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:36.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:36.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:37.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:37.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:38 smithi050 ceph-mon[92315]: pgmap v7925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:19:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:38 smithi172 ceph-mon[103696]: pgmap v7925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:19:38.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:38.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:39.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:39.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:40 smithi050 ceph-mon[92315]: pgmap v7926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:40 smithi172 ceph-mon[103696]: pgmap v7926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:40.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:40.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:41.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:41.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:42 smithi050 ceph-mon[92315]: pgmap v7927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:42 smithi172 ceph-mon[103696]: pgmap v7927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:42.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:42.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:43.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:43.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:44 smithi050 ceph-mon[92315]: pgmap v7928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:44 smithi172 ceph-mon[103696]: pgmap v7928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:44.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:44.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:45.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:45.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:46 smithi050 ceph-mon[92315]: pgmap v7929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:46 smithi172 ceph-mon[103696]: pgmap v7929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:46.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:46.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:47.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:47.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:48 smithi050 ceph-mon[92315]: pgmap v7930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:19:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:48 smithi172 ceph-mon[103696]: pgmap v7930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:19:48.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:48.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:19:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:19:49.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:49.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:50 smithi050 ceph-mon[92315]: pgmap v7931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:50.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:50 smithi172 ceph-mon[103696]: pgmap v7931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:50.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:50.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:51.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:51.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:52 smithi172 ceph-mon[103696]: pgmap v7932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:52.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:52 smithi050 ceph-mon[92315]: pgmap v7932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:52.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:52.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:53.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:53.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:54 smithi050 ceph-mon[92315]: pgmap v7933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:54 smithi172 ceph-mon[103696]: pgmap v7933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:54.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:54.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:55.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:55.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:56 smithi050 ceph-mon[92315]: pgmap v7934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:56 smithi172 ceph-mon[103696]: pgmap v7934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:19:56.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:56.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:19:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:19:57.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:57.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:58 smithi050 ceph-mon[92315]: pgmap v7935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:19:58.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:19:58.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:19:58.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:19:58.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:19:58.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:19:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:19:58.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:58 smithi172 ceph-mon[103696]: pgmap v7935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:19:58.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:19:58.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:19:58.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:19:58.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:19:58.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:19:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:19:58.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:58.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:19:59.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:19:59.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:00.559 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:00 smithi050 ceph-mon[92315]: pgmap v7936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:00.559 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T18:20:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:00 smithi172 ceph-mon[103696]: pgmap v7936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:00.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T18:20:00.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:00.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:01.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:01.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:02.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:02 smithi172 ceph-mon[103696]: pgmap v7937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:02 smithi050 ceph-mon[92315]: pgmap v7937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:02.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:02.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:03.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:03.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:04 smithi050 ceph-mon[92315]: pgmap v7938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:20:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:04 smithi172 ceph-mon[103696]: pgmap v7938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:20:04.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:04.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:05.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:05.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:06 smithi050 ceph-mon[92315]: pgmap v7939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:06 smithi172 ceph-mon[103696]: pgmap v7939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:06.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:06.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:07.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:07.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:08 smithi050 ceph-mon[92315]: pgmap v7940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:20:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:08 smithi172 ceph-mon[103696]: pgmap v7940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:20:08.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:08.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:09.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:09.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:10 smithi050 ceph-mon[92315]: pgmap v7941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:10 smithi172 ceph-mon[103696]: pgmap v7941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:10.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:10.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:11.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:11.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:12 smithi050 ceph-mon[92315]: pgmap v7942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:12 smithi172 ceph-mon[103696]: pgmap v7942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:12.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:12.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:13.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:13.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:14 smithi050 ceph-mon[92315]: pgmap v7943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:14 smithi172 ceph-mon[103696]: pgmap v7943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:14.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:14.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:15.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:15.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:16 smithi050 ceph-mon[92315]: pgmap v7944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:16 smithi172 ceph-mon[103696]: pgmap v7944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:16.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:16.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:17.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:17.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:18 smithi050 ceph-mon[92315]: pgmap v7945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:20:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:18 smithi172 ceph-mon[103696]: pgmap v7945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:20:18.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:18.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:20:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:20:19.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:19.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:20 smithi050 ceph-mon[92315]: pgmap v7946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:20 smithi172 ceph-mon[103696]: pgmap v7946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:20.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:20.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:21.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:21.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:22 smithi050 ceph-mon[92315]: pgmap v7947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:22 smithi172 ceph-mon[103696]: pgmap v7947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:22.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:22.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:23.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:23.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:24 smithi050 ceph-mon[92315]: pgmap v7948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:24 smithi172 ceph-mon[103696]: pgmap v7948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:24.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:24.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:25.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:25.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:26 smithi050 ceph-mon[92315]: pgmap v7949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:26 smithi172 ceph-mon[103696]: pgmap v7949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:26.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:26.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:27.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:27.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:28 smithi050 ceph-mon[92315]: pgmap v7950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:20:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:28 smithi172 ceph-mon[103696]: pgmap v7950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:20:28.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:28.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:29.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:29.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:30 smithi050 ceph-mon[92315]: pgmap v7951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:30 smithi172 ceph-mon[103696]: pgmap v7951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:30.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:30.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:31.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:31.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:32 smithi050 ceph-mon[92315]: pgmap v7952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:32 smithi172 ceph-mon[103696]: pgmap v7952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:32.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:32.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:33.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:33.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:34 smithi050 ceph-mon[92315]: pgmap v7953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:20:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:34 smithi172 ceph-mon[103696]: pgmap v7953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:20:34.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:34.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:35.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:35.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:36 smithi050 ceph-mon[92315]: pgmap v7954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:36 smithi172 ceph-mon[103696]: pgmap v7954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:36.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:36.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:37.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:37.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:38 smithi050 ceph-mon[92315]: pgmap v7955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:20:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:38 smithi172 ceph-mon[103696]: pgmap v7955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:20:38.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:38.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:39.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:39.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:40 smithi050 ceph-mon[92315]: pgmap v7956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:40 smithi172 ceph-mon[103696]: pgmap v7956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:40.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:40.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:41.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:41.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:42 smithi050 ceph-mon[92315]: pgmap v7957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:42.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:42 smithi172 ceph-mon[103696]: pgmap v7957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:42.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:42.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:43.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:43.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:44 smithi050 ceph-mon[92315]: pgmap v7958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:44 smithi172 ceph-mon[103696]: pgmap v7958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:44.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:44.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:45.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:45.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:46 smithi050 ceph-mon[92315]: pgmap v7959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:46 smithi172 ceph-mon[103696]: pgmap v7959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:46.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:46.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:47.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:47.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:48 smithi050 ceph-mon[92315]: pgmap v7960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:20:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:48 smithi172 ceph-mon[103696]: pgmap v7960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:20:48.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:48.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:20:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:20:49.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:49.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:50 smithi050 ceph-mon[92315]: pgmap v7961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:50 smithi172 ceph-mon[103696]: pgmap v7961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:50.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:50.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:51.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:51.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:52 smithi050 ceph-mon[92315]: pgmap v7962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:52 smithi172 ceph-mon[103696]: pgmap v7962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:52.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:52.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:53.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:53.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:54 smithi050 ceph-mon[92315]: pgmap v7963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:54 smithi172 ceph-mon[103696]: pgmap v7963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:54.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:54.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:55.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:55.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:56 smithi050 ceph-mon[92315]: pgmap v7964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:56 smithi172 ceph-mon[103696]: pgmap v7964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:20:56.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:56.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:57.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:57.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:58 smithi050 ceph-mon[92315]: pgmap v7965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:20:58.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:20:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:20:58.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:58 smithi172 ceph-mon[103696]: pgmap v7965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:20:58.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:20:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:20:58.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:58.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:20:59.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:20:59.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:00 smithi050 ceph-mon[92315]: pgmap v7966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:00 smithi172 ceph-mon[103696]: pgmap v7966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:00.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:00.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:01.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:01.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:02 smithi050 ceph-mon[92315]: pgmap v7967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:02.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:21:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:02 smithi172 ceph-mon[103696]: pgmap v7967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:02.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:21:02.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:02.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:21:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:21:03.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:21:03.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:21:03.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:21:03.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:21:03.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:21:03.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:21:03.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:21:03.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:21:03.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:21:03.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:21:03.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:03.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:04 smithi050 ceph-mon[92315]: pgmap v7968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:21:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:04 smithi172 ceph-mon[103696]: pgmap v7968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:21:04.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:04.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:05.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:05.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:06 smithi172 ceph-mon[103696]: pgmap v7969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:06 smithi050 ceph-mon[92315]: pgmap v7969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:06.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:06.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:07.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:07.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:08 smithi172 ceph-mon[103696]: pgmap v7970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:21:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:08 smithi050 ceph-mon[92315]: pgmap v7970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:21:08.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:08.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:09.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:09.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:10 smithi172 ceph-mon[103696]: pgmap v7971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:10 smithi050 ceph-mon[92315]: pgmap v7971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:10.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:10.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:11.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:11.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:12 smithi050 ceph-mon[92315]: pgmap v7972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:12 smithi172 ceph-mon[103696]: pgmap v7972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:12.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:12.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:13.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:13.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:14 smithi050 ceph-mon[92315]: pgmap v7973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:14 smithi172 ceph-mon[103696]: pgmap v7973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:14.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:14.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:15.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:15.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:16 smithi172 ceph-mon[103696]: pgmap v7974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:16 smithi050 ceph-mon[92315]: pgmap v7974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:17.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:17.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:18.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:18.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:18 smithi172 ceph-mon[103696]: pgmap v7975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:21:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:18 smithi050 ceph-mon[92315]: pgmap v7975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:21:19.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:19.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:21:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:21:20.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:20.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:20 smithi172 ceph-mon[103696]: pgmap v7976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:20 smithi050 ceph-mon[92315]: pgmap v7976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:21.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:21.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:22.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:22.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:22 smithi050 ceph-mon[92315]: pgmap v7977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:22 smithi172 ceph-mon[103696]: pgmap v7977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:23.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:23.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:24.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:24.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:24 smithi050 ceph-mon[92315]: pgmap v7978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:24 smithi172 ceph-mon[103696]: pgmap v7978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:25.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:25.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:26.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:26.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:26 smithi050 ceph-mon[92315]: pgmap v7979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:26 smithi172 ceph-mon[103696]: pgmap v7979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:27.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:27.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:28.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:28.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:28 smithi050 ceph-mon[92315]: pgmap v7980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:21:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:28 smithi172 ceph-mon[103696]: pgmap v7980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:21:29.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:29.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:29 smithi050 ceph-mon[92315]: pgmap v7981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:29 smithi172 ceph-mon[103696]: pgmap v7981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:30.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:30.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:31.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:31.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:32.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:32.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:31 smithi050 ceph-mon[92315]: pgmap v7982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:31 smithi172 ceph-mon[103696]: pgmap v7982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:33.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:33.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:34.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:34.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:34 smithi050 ceph-mon[92315]: pgmap v7983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:34 smithi172 ceph-mon[103696]: pgmap v7983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:35.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:35.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:21:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:21:36.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:36.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:36 smithi050 ceph-mon[92315]: pgmap v7984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:36 smithi172 ceph-mon[103696]: pgmap v7984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:37.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:37.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:38.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:38.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:38 smithi172 ceph-mon[103696]: pgmap v7985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:21:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:38 smithi050 ceph-mon[92315]: pgmap v7985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:21:39.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:39.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:40.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:40.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:40 smithi050 ceph-mon[92315]: pgmap v7986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:40 smithi172 ceph-mon[103696]: pgmap v7986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:41.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:41.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:42.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:42.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:42.461 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:42 smithi050 ceph-mon[92315]: pgmap v7987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:42 smithi172 ceph-mon[103696]: pgmap v7987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:43.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:43.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:44.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:44.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:44 smithi050 ceph-mon[92315]: pgmap v7988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:44 smithi172 ceph-mon[103696]: pgmap v7988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:45.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:45.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:46.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:46.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:46 smithi050 ceph-mon[92315]: pgmap v7989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:46 smithi172 ceph-mon[103696]: pgmap v7989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:47.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:47.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:48.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:48.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:48 smithi050 ceph-mon[92315]: pgmap v7990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:21:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:48 smithi172 ceph-mon[103696]: pgmap v7990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:21:49.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:49.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:21:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:21:50.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:50.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:50 smithi050 ceph-mon[92315]: pgmap v7991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:50 smithi172 ceph-mon[103696]: pgmap v7991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:51.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:51.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:52.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:52.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:52.575 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:52 smithi050 ceph-mon[92315]: pgmap v7992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:52 smithi172 ceph-mon[103696]: pgmap v7992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:53.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:53.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:54.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:54.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:54 smithi050 ceph-mon[92315]: pgmap v7993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:54 smithi172 ceph-mon[103696]: pgmap v7993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:55.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:55.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:56.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:56.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:56 smithi050 ceph-mon[92315]: pgmap v7994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:56 smithi172 ceph-mon[103696]: pgmap v7994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:21:57.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:57.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:58.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:58.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:21:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:21:58 smithi050 ceph-mon[92315]: pgmap v7995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:21:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:21:58 smithi172 ceph-mon[103696]: pgmap v7995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:21:59.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:21:59.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:00.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:00.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:00 smithi050 ceph-mon[92315]: pgmap v7996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:00 smithi172 ceph-mon[103696]: pgmap v7996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:01.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:01.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:02.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:02.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:02 smithi050 ceph-mon[92315]: pgmap v7997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:02 smithi172 ceph-mon[103696]: pgmap v7997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:03.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:03.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:22:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:22:04.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:04.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:04 smithi050 ceph-mon[92315]: pgmap v7998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:22:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:22:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:22:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:22:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:22:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:22:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:04 smithi172 ceph-mon[103696]: pgmap v7998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:22:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:22:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:22:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:22:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:22:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:22:05.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:05.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:06.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:06.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:06 smithi050 ceph-mon[92315]: pgmap v7999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:06 smithi172 ceph-mon[103696]: pgmap v7999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:07.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:07.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:08.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:08.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:08 smithi050 ceph-mon[92315]: pgmap v8000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:22:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:08 smithi172 ceph-mon[103696]: pgmap v8000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:22:09.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:09.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:10.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:10.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:10 smithi050 ceph-mon[92315]: pgmap v8001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:10 smithi172 ceph-mon[103696]: pgmap v8001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:11.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:11.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:12.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:12.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:12 smithi050 ceph-mon[92315]: pgmap v8002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:12 smithi172 ceph-mon[103696]: pgmap v8002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:13.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:13.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:14.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:14.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:14 smithi050 ceph-mon[92315]: pgmap v8003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:14 smithi172 ceph-mon[103696]: pgmap v8003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:15.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:15.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:16.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:16.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:16 smithi050 ceph-mon[92315]: pgmap v8004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:16 smithi172 ceph-mon[103696]: pgmap v8004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:17.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:17.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:18.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:18.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:18.541 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:18 smithi172 ceph-mon[103696]: pgmap v8005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:22:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:18 smithi050 ceph-mon[92315]: pgmap v8005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:22:19.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:19.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:22:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:22:20.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:20.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:20 smithi050 ceph-mon[92315]: pgmap v8006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:20 smithi172 ceph-mon[103696]: pgmap v8006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:21.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:21.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:22.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:22.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:22 smithi050 ceph-mon[92315]: pgmap v8007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:22 smithi172 ceph-mon[103696]: pgmap v8007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:23.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:23.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:24.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:24.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:24 smithi050 ceph-mon[92315]: pgmap v8008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:24 smithi172 ceph-mon[103696]: pgmap v8008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:25.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:25.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:26.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:26.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:26 smithi050 ceph-mon[92315]: pgmap v8009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:26 smithi172 ceph-mon[103696]: pgmap v8009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:27.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:27.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:28.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:28.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:28 smithi050 ceph-mon[92315]: pgmap v8010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:22:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:28 smithi172 ceph-mon[103696]: pgmap v8010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:22:29.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:29.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:30.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:30.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:30 smithi050 ceph-mon[92315]: pgmap v8011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:30 smithi172 ceph-mon[103696]: pgmap v8011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:31.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:31.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:32.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:32.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:32 smithi050 ceph-mon[92315]: pgmap v8012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:32 smithi172 ceph-mon[103696]: pgmap v8012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:33.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:33.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:34.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:34.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:34 smithi050 ceph-mon[92315]: pgmap v8013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:22:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:34 smithi172 ceph-mon[103696]: pgmap v8013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:22:35.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:35.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:36.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:36.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:36 smithi050 ceph-mon[92315]: pgmap v8014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:36 smithi172 ceph-mon[103696]: pgmap v8014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:37.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:37.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:38.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:38.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:38 smithi050 ceph-mon[92315]: pgmap v8015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:22:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:38 smithi172 ceph-mon[103696]: pgmap v8015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:22:39.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:39.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:40.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:40.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:40 smithi050 ceph-mon[92315]: pgmap v8016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:40 smithi172 ceph-mon[103696]: pgmap v8016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:41.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:41.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:42.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:42.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:42 smithi050 ceph-mon[92315]: pgmap v8017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:42.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:42 smithi172 ceph-mon[103696]: pgmap v8017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:43.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:43.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:44.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:44.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:44 smithi050 ceph-mon[92315]: pgmap v8018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:44 smithi172 ceph-mon[103696]: pgmap v8018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:45.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:45.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:46.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:46.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:46 smithi050 ceph-mon[92315]: pgmap v8019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:46 smithi172 ceph-mon[103696]: pgmap v8019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:47.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:47.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:48.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:48.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:48 smithi050 ceph-mon[92315]: pgmap v8020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:22:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:48 smithi172 ceph-mon[103696]: pgmap v8020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:22:49.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:49.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:22:49.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:22:50.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:50.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:50 smithi050 ceph-mon[92315]: pgmap v8021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:50 smithi172 ceph-mon[103696]: pgmap v8021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:51.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:51.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:52.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:52.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:52 smithi050 ceph-mon[92315]: pgmap v8022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:52 smithi172 ceph-mon[103696]: pgmap v8022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:53.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:53.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:54.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:54.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:54 smithi050 ceph-mon[92315]: pgmap v8023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:54 smithi172 ceph-mon[103696]: pgmap v8023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:55.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:55.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:56.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:56.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:56 smithi050 ceph-mon[92315]: pgmap v8024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:56 smithi172 ceph-mon[103696]: pgmap v8024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:22:57.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:57.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:58.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:58.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:22:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:22:58 smithi050 ceph-mon[92315]: pgmap v8025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:22:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:22:58 smithi172 ceph-mon[103696]: pgmap v8025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:22:59.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:22:59.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:00.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:00.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:00 smithi050 ceph-mon[92315]: pgmap v8026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:00 smithi172 ceph-mon[103696]: pgmap v8026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:01.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:01.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:02.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:02.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:02 smithi050 ceph-mon[92315]: pgmap v8027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:02 smithi172 ceph-mon[103696]: pgmap v8027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:03.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:03.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:04.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:04.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:04 smithi050 ceph-mon[92315]: pgmap v8028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:23:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:23:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:04 smithi172 ceph-mon[103696]: pgmap v8028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:23:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:23:05.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:05.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:06.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:06.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:06 smithi050 ceph-mon[92315]: pgmap v8029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:06.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:06 smithi172 ceph-mon[103696]: pgmap v8029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:07.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:07.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:08.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:08.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:08 smithi050 ceph-mon[92315]: pgmap v8030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:23:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:08 smithi172 ceph-mon[103696]: pgmap v8030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:23:09.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:09.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:10.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:10.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:10 smithi050 ceph-mon[92315]: pgmap v8031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:10 smithi172 ceph-mon[103696]: pgmap v8031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:11.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:11.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:23:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:23:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:11 smithi050 ceph-mon[92315]: pgmap v8032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:12.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:23:12.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:23:12.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:23:12.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:23:12.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:23:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:23:12.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:23:12.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:11 smithi172 ceph-mon[103696]: pgmap v8032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:12.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:23:12.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:23:12.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:23:12.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:23:12.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:23:12.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:12.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:13.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:13.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:14.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:14.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:14 smithi172 ceph-mon[103696]: pgmap v8033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:14 smithi050 ceph-mon[92315]: pgmap v8033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:15.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:15.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:16.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:16.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:16 smithi050 ceph-mon[92315]: pgmap v8034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:16 smithi172 ceph-mon[103696]: pgmap v8034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:17.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:17.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:18.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:18.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:18.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:18 smithi050 ceph-mon[92315]: pgmap v8035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:23:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:18 smithi172 ceph-mon[103696]: pgmap v8035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:23:19.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:19.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:23:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:23:20.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:20.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:20 smithi050 ceph-mon[92315]: pgmap v8036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:20 smithi172 ceph-mon[103696]: pgmap v8036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:21.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:21.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:22.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:22.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:22 smithi050 ceph-mon[92315]: pgmap v8037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:22 smithi172 ceph-mon[103696]: pgmap v8037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:23.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:23.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:24.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:24.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:24 smithi050 ceph-mon[92315]: pgmap v8038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:24 smithi172 ceph-mon[103696]: pgmap v8038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:25.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:25.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:26.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:26.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:26 smithi050 ceph-mon[92315]: pgmap v8039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:26 smithi172 ceph-mon[103696]: pgmap v8039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:27.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:27.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:28.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:28.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:28 smithi050 ceph-mon[92315]: pgmap v8040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:23:28.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:28 smithi172 ceph-mon[103696]: pgmap v8040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:23:29.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:29.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:30.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:30.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:30 smithi050 ceph-mon[92315]: pgmap v8041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:30 smithi172 ceph-mon[103696]: pgmap v8041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:31.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:31.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:32.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:32.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:32.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:32 smithi050 ceph-mon[92315]: pgmap v8042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:32 smithi172 ceph-mon[103696]: pgmap v8042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:33.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:33.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:34.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:34.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:34 smithi050 ceph-mon[92315]: pgmap v8043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:23:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:34 smithi172 ceph-mon[103696]: pgmap v8043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:23:35.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:35.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:36.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:36.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:36 smithi050 ceph-mon[92315]: pgmap v8044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:36 smithi172 ceph-mon[103696]: pgmap v8044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:37.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:37.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:38.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:38.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:38.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:38 smithi050 ceph-mon[92315]: pgmap v8045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:23:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:38 smithi172 ceph-mon[103696]: pgmap v8045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:23:39.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:39.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:40.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:40.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:40 smithi050 ceph-mon[92315]: pgmap v8046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:40 smithi172 ceph-mon[103696]: pgmap v8046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:41.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:41.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:42.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:42.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:42 smithi050 ceph-mon[92315]: pgmap v8047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:42 smithi172 ceph-mon[103696]: pgmap v8047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:43.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:43.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:44.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:44.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:44 smithi050 ceph-mon[92315]: pgmap v8048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:44 smithi172 ceph-mon[103696]: pgmap v8048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:45.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:45.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:46.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:46.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:46 smithi050 ceph-mon[92315]: pgmap v8049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:46 smithi172 ceph-mon[103696]: pgmap v8049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:47.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:47.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:48.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:48.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:48 smithi050 ceph-mon[92315]: pgmap v8050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:23:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:48 smithi172 ceph-mon[103696]: pgmap v8050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:23:49.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:49.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:49.495 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:23:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:23:50.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:50.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:50 smithi050 ceph-mon[92315]: pgmap v8051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:50 smithi172 ceph-mon[103696]: pgmap v8051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:51.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:51.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:52.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:52.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:52 smithi050 ceph-mon[92315]: pgmap v8052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:52 smithi172 ceph-mon[103696]: pgmap v8052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:53.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:53.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:54.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:54.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:54.547 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:54 smithi172 ceph-mon[103696]: pgmap v8053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:54.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:54 smithi050 ceph-mon[92315]: pgmap v8053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:55.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:55.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:56.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:56.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:56 smithi050 ceph-mon[92315]: pgmap v8054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:56.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:56 smithi172 ceph-mon[103696]: pgmap v8054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:23:57.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:57.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:58.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:58.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:23:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:23:58 smithi050 ceph-mon[92315]: pgmap v8055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:23:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:23:58 smithi172 ceph-mon[103696]: pgmap v8055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:23:59.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:23:59.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:00.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:00.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:00 smithi050 ceph-mon[92315]: pgmap v8056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:00 smithi172 ceph-mon[103696]: pgmap v8056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:01.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:01.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:02.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:02.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:02 smithi050 ceph-mon[92315]: pgmap v8057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:02 smithi172 ceph-mon[103696]: pgmap v8057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:03.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:03.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:04.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:04.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:04 smithi050 ceph-mon[92315]: pgmap v8058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:24:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:04 smithi172 ceph-mon[103696]: pgmap v8058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:24:05.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:05.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:06.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:06.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:06 smithi050 ceph-mon[92315]: pgmap v8059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:06 smithi172 ceph-mon[103696]: pgmap v8059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:07.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:07.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:08.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:08.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:08 smithi050 ceph-mon[92315]: pgmap v8060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:24:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:08 smithi172 ceph-mon[103696]: pgmap v8060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:24:09.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:09.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:10.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:10.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:10 smithi050 ceph-mon[92315]: pgmap v8061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:10 smithi172 ceph-mon[103696]: pgmap v8061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:11.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:11.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:12.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:12.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:12 smithi050 ceph-mon[92315]: pgmap v8062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:24:12.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:24:12.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:24:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:12 smithi172 ceph-mon[103696]: pgmap v8062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:12.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:24:12.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:24:12.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:24:13.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:13.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:24:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:24:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:24:13.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:24:13.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:24:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:24:13.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:24:13.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:24:13.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:24:13.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:24:14.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:14.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:14 smithi050 ceph-mon[92315]: pgmap v8063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:14.759 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:14 smithi172 ceph-mon[103696]: pgmap v8063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:15.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:15.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:15 smithi050 ceph-mon[92315]: pgmap v8064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:15 smithi172 ceph-mon[103696]: pgmap v8064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:16.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:16.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:17.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:17.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:18.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:18.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:18 smithi050 ceph-mon[92315]: pgmap v8065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:24:18.630 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:18 smithi172 ceph-mon[103696]: pgmap v8065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:24:19.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:19.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:24:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:24:20.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:20.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:20 smithi050 ceph-mon[92315]: pgmap v8066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:20 smithi172 ceph-mon[103696]: pgmap v8066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:21.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:21.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:22.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:22.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:22 smithi050 ceph-mon[92315]: pgmap v8067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:22 smithi172 ceph-mon[103696]: pgmap v8067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:23.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:23.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:24.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:24.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:24 smithi050 ceph-mon[92315]: pgmap v8068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:24 smithi172 ceph-mon[103696]: pgmap v8068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:25.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:25.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:26.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:26.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:26 smithi050 ceph-mon[92315]: pgmap v8069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:26 smithi172 ceph-mon[103696]: pgmap v8069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:27.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:27.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:28.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:28.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:28 smithi050 ceph-mon[92315]: pgmap v8070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:24:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:28 smithi172 ceph-mon[103696]: pgmap v8070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:24:29.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:29.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:30.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:30.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:30 smithi050 ceph-mon[92315]: pgmap v8071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:30 smithi172 ceph-mon[103696]: pgmap v8071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:31.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:31.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:32.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:32.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:32 smithi050 ceph-mon[92315]: pgmap v8072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:32 smithi172 ceph-mon[103696]: pgmap v8072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:33.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:33.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:34.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:34.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:34 smithi050 ceph-mon[92315]: pgmap v8073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:24:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:34 smithi172 ceph-mon[103696]: pgmap v8073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:24:35.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:35.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:36.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:36.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:36 smithi050 ceph-mon[92315]: pgmap v8074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:36 smithi172 ceph-mon[103696]: pgmap v8074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:37.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:37.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:38.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:38.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:38 smithi050 ceph-mon[92315]: pgmap v8075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:24:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:38 smithi172 ceph-mon[103696]: pgmap v8075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:24:39.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:39.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:40.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:40.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:40 smithi172 ceph-mon[103696]: pgmap v8076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:40 smithi050 ceph-mon[92315]: pgmap v8076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:41.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:41.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:42.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:42.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:42.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:42 smithi050 ceph-mon[92315]: pgmap v8077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:42.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:42 smithi172 ceph-mon[103696]: pgmap v8077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:43.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:43.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:44.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:44.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:44.526 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:44 smithi050 ceph-mon[92315]: pgmap v8078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:44 smithi172 ceph-mon[103696]: pgmap v8078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:45.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:45.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:46.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:46.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:46 smithi050 ceph-mon[92315]: pgmap v8079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:46 smithi172 ceph-mon[103696]: pgmap v8079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:47.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:47.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:48.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:48.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:48 smithi050 ceph-mon[92315]: pgmap v8080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:24:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:48 smithi172 ceph-mon[103696]: pgmap v8080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:24:49.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:49.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:49.583 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:24:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:24:50.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:50.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:50 smithi050 ceph-mon[92315]: pgmap v8081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:50 smithi172 ceph-mon[103696]: pgmap v8081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:51.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:51.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:52.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:52.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:52 smithi050 ceph-mon[92315]: pgmap v8082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:52 smithi172 ceph-mon[103696]: pgmap v8082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:53.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:53.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:54.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:54.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:54 smithi050 ceph-mon[92315]: pgmap v8083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:54 smithi172 ceph-mon[103696]: pgmap v8083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:55.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:55.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:56.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:56.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:56 smithi050 ceph-mon[92315]: pgmap v8084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:56 smithi172 ceph-mon[103696]: pgmap v8084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:24:57.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:57.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:58.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:58.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:24:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:24:58 smithi050 ceph-mon[92315]: pgmap v8085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:24:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:24:58 smithi172 ceph-mon[103696]: pgmap v8085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:24:59.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:24:59.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:00 smithi050 ceph-mon[92315]: pgmap v8086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:00.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:00.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:00 smithi172 ceph-mon[103696]: pgmap v8086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:01.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:01.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:02.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:02.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:02.583 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:02 smithi050 ceph-mon[92315]: pgmap v8087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:02 smithi172 ceph-mon[103696]: pgmap v8087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:03.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:03.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:04.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:04.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:04 smithi050 ceph-mon[92315]: pgmap v8088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:25:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:04 smithi172 ceph-mon[103696]: pgmap v8088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:25:05.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:05.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:06.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:06.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:06 smithi050 ceph-mon[92315]: pgmap v8089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:06 smithi172 ceph-mon[103696]: pgmap v8089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:07.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:07.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:08.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:08.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:08 smithi050 ceph-mon[92315]: pgmap v8090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:25:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:08 smithi172 ceph-mon[103696]: pgmap v8090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:25:09.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:09.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:10.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:10.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:10 smithi050 ceph-mon[92315]: pgmap v8091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:10 smithi172 ceph-mon[103696]: pgmap v8091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:11.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:11.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:12.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:12.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:12 smithi050 ceph-mon[92315]: pgmap v8092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:12 smithi172 ceph-mon[103696]: pgmap v8092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:13.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:13.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:25:13.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:25:13.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:25:13.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:25:13.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:25:13.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:25:13.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:25:13.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:25:13.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:25:13.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:25:13.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:25:13.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:25:14.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:14.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:14 smithi050 ceph-mon[92315]: pgmap v8093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:14 smithi172 ceph-mon[103696]: pgmap v8093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:15.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:15.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:16.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:16.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:16 smithi050 ceph-mon[92315]: pgmap v8094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:16 smithi172 ceph-mon[103696]: pgmap v8094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:17.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:17.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:18.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:18.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:18 smithi050 ceph-mon[92315]: pgmap v8095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:25:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:18 smithi172 ceph-mon[103696]: pgmap v8095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:25:19.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:19.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:25:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:25:20.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:20.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:20 smithi050 ceph-mon[92315]: pgmap v8096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:20 smithi172 ceph-mon[103696]: pgmap v8096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:21.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:21.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:22.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:22.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:22 smithi050 ceph-mon[92315]: pgmap v8097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:22 smithi172 ceph-mon[103696]: pgmap v8097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:23.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:23.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:24.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:24.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:24 smithi050 ceph-mon[92315]: pgmap v8098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:24 smithi172 ceph-mon[103696]: pgmap v8098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:25.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:25.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:26.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:26.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:26 smithi050 ceph-mon[92315]: pgmap v8099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:26 smithi172 ceph-mon[103696]: pgmap v8099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:27.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:27.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:28.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:28.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:28 smithi050 ceph-mon[92315]: pgmap v8100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:25:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:28 smithi172 ceph-mon[103696]: pgmap v8100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:25:29.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:29.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:30 smithi050 ceph-mon[92315]: pgmap v8101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:30.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:30.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:30.551 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:30 smithi172 ceph-mon[103696]: pgmap v8101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:31.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:31.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:32.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:32.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:32 smithi050 ceph-mon[92315]: pgmap v8102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:32 smithi172 ceph-mon[103696]: pgmap v8102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:33.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:33.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:34.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:34.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:34 smithi050 ceph-mon[92315]: pgmap v8103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:25:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:34 smithi172 ceph-mon[103696]: pgmap v8103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:25:35.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:35.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:36.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:36.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:36 smithi050 ceph-mon[92315]: pgmap v8104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:36 smithi172 ceph-mon[103696]: pgmap v8104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:37.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:37.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:38.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:38.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:38 smithi050 ceph-mon[92315]: pgmap v8105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:25:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:38 smithi172 ceph-mon[103696]: pgmap v8105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:25:39.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:39.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:40.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:40.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:40 smithi050 ceph-mon[92315]: pgmap v8106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:40 smithi172 ceph-mon[103696]: pgmap v8106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:41.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:41.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:42.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:42.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:42 smithi050 ceph-mon[92315]: pgmap v8107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:42 smithi172 ceph-mon[103696]: pgmap v8107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:43.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:43.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:44.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:44.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:44 smithi050 ceph-mon[92315]: pgmap v8108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:44 smithi172 ceph-mon[103696]: pgmap v8108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:45.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:45.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:46.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:46.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:46 smithi050 ceph-mon[92315]: pgmap v8109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:46 smithi172 ceph-mon[103696]: pgmap v8109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:47.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:47.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:48.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:48.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:48 smithi050 ceph-mon[92315]: pgmap v8110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:25:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:48 smithi172 ceph-mon[103696]: pgmap v8110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:25:49.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:49.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:25:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:25:50.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:50.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:50 smithi050 ceph-mon[92315]: pgmap v8111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:50 smithi172 ceph-mon[103696]: pgmap v8111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:51.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:51.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:52.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:52.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:52 smithi050 ceph-mon[92315]: pgmap v8112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:52 smithi172 ceph-mon[103696]: pgmap v8112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:53.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:53.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:54.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:54.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:54 smithi050 ceph-mon[92315]: pgmap v8113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:54 smithi172 ceph-mon[103696]: pgmap v8113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:55.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:55.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:56.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:56.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:56 smithi050 ceph-mon[92315]: pgmap v8114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:56.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:56 smithi172 ceph-mon[103696]: pgmap v8114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:25:57.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:57.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:58.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:58.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:25:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:25:58 smithi050 ceph-mon[92315]: pgmap v8115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:25:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:25:58 smithi172 ceph-mon[103696]: pgmap v8115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:25:59.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:25:59.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:00.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:00.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:00 smithi050 ceph-mon[92315]: pgmap v8116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:00 smithi172 ceph-mon[103696]: pgmap v8116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:01.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:01.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:02.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:02.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:02 smithi050 ceph-mon[92315]: pgmap v8117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:02 smithi172 ceph-mon[103696]: pgmap v8117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:03.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:03.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:04.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:04.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:04 smithi050 ceph-mon[92315]: pgmap v8118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:26:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:04 smithi172 ceph-mon[103696]: pgmap v8118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:26:05.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:05.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:06.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:06.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:06 smithi050 ceph-mon[92315]: pgmap v8119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:06 smithi172 ceph-mon[103696]: pgmap v8119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:07.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:07.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:08.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:08.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:08 smithi050 ceph-mon[92315]: pgmap v8120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:26:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:08 smithi172 ceph-mon[103696]: pgmap v8120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:26:09.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:09.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:10.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:10.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:10 smithi050 ceph-mon[92315]: pgmap v8121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:10 smithi172 ceph-mon[103696]: pgmap v8121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:11.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:11.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:12.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:12.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:12 smithi172 ceph-mon[103696]: pgmap v8122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:12 smithi050 ceph-mon[92315]: pgmap v8122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:13.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:13.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:26:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:26:14.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:14.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:14 smithi050 ceph-mon[92315]: pgmap v8123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:26:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:26:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:26:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:26:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:26:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:26:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:26:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:14 smithi172 ceph-mon[103696]: pgmap v8123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:26:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:26:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:26:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:26:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:26:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:26:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:26:15.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:15.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:16.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:16.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:16 smithi172 ceph-mon[103696]: pgmap v8124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:16 smithi050 ceph-mon[92315]: pgmap v8124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:17.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:17.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:18.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:18.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:18 smithi172 ceph-mon[103696]: pgmap v8125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:26:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:18 smithi050 ceph-mon[92315]: pgmap v8125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:26:19.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:19.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:26:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:26:20.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:20.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:20 smithi172 ceph-mon[103696]: pgmap v8126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:20 smithi050 ceph-mon[92315]: pgmap v8126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:21.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:21.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:22.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:22.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:22 smithi172 ceph-mon[103696]: pgmap v8127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:22 smithi050 ceph-mon[92315]: pgmap v8127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:23.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:23.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:24.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:24.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:24 smithi050 ceph-mon[92315]: pgmap v8128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:24 smithi172 ceph-mon[103696]: pgmap v8128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:25.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:25.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:26.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:26.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:26 smithi172 ceph-mon[103696]: pgmap v8129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:26 smithi050 ceph-mon[92315]: pgmap v8129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:27.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:27.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:28.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:28.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:28 smithi050 ceph-mon[92315]: pgmap v8130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:26:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:28 smithi172 ceph-mon[103696]: pgmap v8130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:26:29.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:29.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:30.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:30.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:30.730 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:30 smithi050 ceph-mon[92315]: pgmap v8131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:30 smithi172 ceph-mon[103696]: pgmap v8131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:31.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:31.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:32.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:32.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:32 smithi050 ceph-mon[92315]: pgmap v8132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:32 smithi172 ceph-mon[103696]: pgmap v8132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:33.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:33.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:34.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:34.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:34 smithi050 ceph-mon[92315]: pgmap v8133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:26:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:34 smithi172 ceph-mon[103696]: pgmap v8133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:26:35.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:35.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:36.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:36.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:36 smithi172 ceph-mon[103696]: pgmap v8134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:36 smithi050 ceph-mon[92315]: pgmap v8134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:37.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:37.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:38.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:38.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:38 smithi050 ceph-mon[92315]: pgmap v8135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:26:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:38 smithi172 ceph-mon[103696]: pgmap v8135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:26:39.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:39.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:40.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:40.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:40.844 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:40 smithi050 ceph-mon[92315]: pgmap v8136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:40 smithi172 ceph-mon[103696]: pgmap v8136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:41.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:41.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:42.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:42.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:42 smithi050 ceph-mon[92315]: pgmap v8137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:42 smithi172 ceph-mon[103696]: pgmap v8137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:43.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:43.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:44.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:44.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:44 smithi050 ceph-mon[92315]: pgmap v8138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:44 smithi172 ceph-mon[103696]: pgmap v8138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:45.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:45.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:46.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:46.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:46 smithi172 ceph-mon[103696]: pgmap v8139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:46 smithi050 ceph-mon[92315]: pgmap v8139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:47.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:47.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:48.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:48.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:48 smithi050 ceph-mon[92315]: pgmap v8140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:26:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:48 smithi172 ceph-mon[103696]: pgmap v8140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:26:49.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:49.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:26:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:26:50.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:50.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:50 smithi050 ceph-mon[92315]: pgmap v8141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:50 smithi172 ceph-mon[103696]: pgmap v8141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:51.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:51.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:52.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:52.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:52 smithi050 ceph-mon[92315]: pgmap v8142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:52 smithi172 ceph-mon[103696]: pgmap v8142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:53.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:53.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:54.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:54.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:54 smithi050 ceph-mon[92315]: pgmap v8143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:54 smithi172 ceph-mon[103696]: pgmap v8143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:55.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:55.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:56.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:56.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:56 smithi050 ceph-mon[92315]: pgmap v8144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:56 smithi172 ceph-mon[103696]: pgmap v8144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:26:57.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:57.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:58.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:58.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:26:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:26:58 smithi050 ceph-mon[92315]: pgmap v8145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:26:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:26:58 smithi172 ceph-mon[103696]: pgmap v8145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:26:59.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:26:59.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:00.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:00.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:00 smithi050 ceph-mon[92315]: pgmap v8146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:00 smithi172 ceph-mon[103696]: pgmap v8146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:01.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:01.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:02.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:02.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:02 smithi050 ceph-mon[92315]: pgmap v8147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:02 smithi172 ceph-mon[103696]: pgmap v8147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:03.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:03.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:04.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:04.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:04 smithi050 ceph-mon[92315]: pgmap v8148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:27:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:04 smithi172 ceph-mon[103696]: pgmap v8148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:27:05.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:05.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:06.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:06.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:06 smithi050 ceph-mon[92315]: pgmap v8149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:06 smithi172 ceph-mon[103696]: pgmap v8149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:07.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:07.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:08.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:08.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:08 smithi050 ceph-mon[92315]: pgmap v8150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:27:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:08 smithi172 ceph-mon[103696]: pgmap v8150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:27:09.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:09.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:09 smithi050 ceph-mon[92315]: pgmap v8151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:09 smithi172 ceph-mon[103696]: pgmap v8151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:10.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:10.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:11.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:11.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:12 smithi050 ceph-mon[92315]: pgmap v8152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:12 smithi172 ceph-mon[103696]: pgmap v8152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:12.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:12.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:13.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:13.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:14 smithi050 ceph-mon[92315]: pgmap v8153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:14.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:14.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:14 smithi172 ceph-mon[103696]: pgmap v8153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:27:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:27:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:27:15.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:27:15.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:27:15.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:27:15.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:15.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:27:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:27:15.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:27:15.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:27:15.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:27:15.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:27:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:16 smithi050 ceph-mon[92315]: pgmap v8154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:16.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:16.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:16 smithi172 ceph-mon[103696]: pgmap v8154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:17.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:17.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:18 smithi050 ceph-mon[92315]: pgmap v8155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:27:18.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:18.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:18 smithi172 ceph-mon[103696]: pgmap v8155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:27:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:27:19.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:19.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:27:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:20 smithi050 ceph-mon[92315]: pgmap v8156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:20.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:20.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:20 smithi172 ceph-mon[103696]: pgmap v8156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:21.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:21.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:22 smithi050 ceph-mon[92315]: pgmap v8157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:22.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:22.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:22 smithi172 ceph-mon[103696]: pgmap v8157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:23.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:23.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:24 smithi050 ceph-mon[92315]: pgmap v8158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:24.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:24.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:24 smithi172 ceph-mon[103696]: pgmap v8158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:25.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:25.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:26 smithi050 ceph-mon[92315]: pgmap v8159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:26.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:26.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:26 smithi172 ceph-mon[103696]: pgmap v8159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:27.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:27.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:28 smithi050 ceph-mon[92315]: pgmap v8160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:27:28.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:28.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:28 smithi172 ceph-mon[103696]: pgmap v8160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:27:29.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:29.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:30 smithi050 ceph-mon[92315]: pgmap v8161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:30.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:30.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:30 smithi172 ceph-mon[103696]: pgmap v8161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:31.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:31.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:32 smithi050 ceph-mon[92315]: pgmap v8162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:32.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:32.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:32 smithi172 ceph-mon[103696]: pgmap v8162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:33.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:33.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:34 smithi050 ceph-mon[92315]: pgmap v8163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:27:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:34 smithi172 ceph-mon[103696]: pgmap v8163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:27:34.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:34.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:35.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:35.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:36 smithi050 ceph-mon[92315]: pgmap v8164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:36 smithi172 ceph-mon[103696]: pgmap v8164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:36.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:36.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:37.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:37.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:38 smithi050 ceph-mon[92315]: pgmap v8165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:27:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:38 smithi172 ceph-mon[103696]: pgmap v8165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:27:38.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:38.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:39.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:39.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:40 smithi050 ceph-mon[92315]: pgmap v8166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:40 smithi172 ceph-mon[103696]: pgmap v8166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:40.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:40.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:41.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:41.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:42 smithi050 ceph-mon[92315]: pgmap v8167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:42 smithi172 ceph-mon[103696]: pgmap v8167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:42.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:42.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:43.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:43.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:44 smithi050 ceph-mon[92315]: pgmap v8168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:44 smithi172 ceph-mon[103696]: pgmap v8168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:44.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:44.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:45.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:45.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:46.587 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:46 smithi050 ceph-mon[92315]: pgmap v8169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:46 smithi172 ceph-mon[103696]: pgmap v8169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:46.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:46.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:47.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:47.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:48 smithi050 ceph-mon[92315]: pgmap v8170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:27:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:48 smithi172 ceph-mon[103696]: pgmap v8170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:27:48.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:48.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:27:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:27:49.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:49.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:50 smithi050 ceph-mon[92315]: pgmap v8171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:50 smithi172 ceph-mon[103696]: pgmap v8171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:50.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:50.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:51.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:51.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:52 smithi172 ceph-mon[103696]: pgmap v8172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:52 smithi050 ceph-mon[92315]: pgmap v8172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:52.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:52.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:53.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:53.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:54 smithi050 ceph-mon[92315]: pgmap v8173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:54 smithi172 ceph-mon[103696]: pgmap v8173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:54.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:54.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:55.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:55.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:56 smithi050 ceph-mon[92315]: pgmap v8174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:56 smithi172 ceph-mon[103696]: pgmap v8174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:27:56.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:56.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:57.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:57.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:27:58 smithi050 ceph-mon[92315]: pgmap v8175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:27:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:27:58 smithi172 ceph-mon[103696]: pgmap v8175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:27:58.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:58.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:27:59.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:27:59.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:00 smithi050 ceph-mon[92315]: pgmap v8176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:00 smithi172 ceph-mon[103696]: pgmap v8176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:00.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:00.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:01.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:01.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:02 smithi050 ceph-mon[92315]: pgmap v8177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:02 smithi172 ceph-mon[103696]: pgmap v8177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:02.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:02.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:03.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:03.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:04 smithi050 ceph-mon[92315]: pgmap v8178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:28:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:04 smithi172 ceph-mon[103696]: pgmap v8178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:28:04.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:04.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:05.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:05.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:06 smithi050 ceph-mon[92315]: pgmap v8179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:06 smithi172 ceph-mon[103696]: pgmap v8179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:06.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:06.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:07.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:07.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:08 smithi050 ceph-mon[92315]: pgmap v8180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:28:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:08 smithi172 ceph-mon[103696]: pgmap v8180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:28:08.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:08.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:09.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:09.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:10 smithi050 ceph-mon[92315]: pgmap v8181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:10 smithi172 ceph-mon[103696]: pgmap v8181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:10.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:10.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:11.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:11.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:12 smithi050 ceph-mon[92315]: pgmap v8182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:12 smithi172 ceph-mon[103696]: pgmap v8182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:12.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:12.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:13.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:13.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:14 smithi050 ceph-mon[92315]: pgmap v8183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:14 smithi172 ceph-mon[103696]: pgmap v8183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:14.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:14.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:28:15.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:28:15.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:15.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:16 smithi050 ceph-mon[92315]: pgmap v8184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:28:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:28:16.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:28:16.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:28:16.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:28:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:16 smithi172 ceph-mon[103696]: pgmap v8184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:28:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:28:16.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:28:16.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:28:16.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:28:16.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:16.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:17.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:17.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:18 smithi050 ceph-mon[92315]: pgmap v8185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:28:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:18 smithi172 ceph-mon[103696]: pgmap v8185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:28:18.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:18.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:28:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:28:19.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:19.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:20 smithi050 ceph-mon[92315]: pgmap v8186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:20 smithi172 ceph-mon[103696]: pgmap v8186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:20.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:20.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:21.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:21.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:22 smithi050 ceph-mon[92315]: pgmap v8187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:22 smithi172 ceph-mon[103696]: pgmap v8187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:22.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:22.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:23.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:23.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:24 smithi050 ceph-mon[92315]: pgmap v8188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:24 smithi172 ceph-mon[103696]: pgmap v8188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:24.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:24.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:25.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:25.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:26 smithi050 ceph-mon[92315]: pgmap v8189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:26 smithi172 ceph-mon[103696]: pgmap v8189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:26.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:26.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:27.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:27.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:28 smithi050 ceph-mon[92315]: pgmap v8190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:28:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:28 smithi172 ceph-mon[103696]: pgmap v8190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:28:28.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:28.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:29.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:29.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:30 smithi050 ceph-mon[92315]: pgmap v8191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:30 smithi172 ceph-mon[103696]: pgmap v8191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:30.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:30.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:31.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:31.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:32 smithi050 ceph-mon[92315]: pgmap v8192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:32 smithi172 ceph-mon[103696]: pgmap v8192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:32.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:32.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:33.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:33.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:34 smithi050 ceph-mon[92315]: pgmap v8193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:28:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:34 smithi172 ceph-mon[103696]: pgmap v8193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:28:34.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:34.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:35.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:35.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:36 smithi050 ceph-mon[92315]: pgmap v8194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:36 smithi172 ceph-mon[103696]: pgmap v8194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:36.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:36.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:37.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:37.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:38 smithi172 ceph-mon[103696]: pgmap v8195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:28:38.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:38.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:38 smithi050 ceph-mon[92315]: pgmap v8195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:28:39.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:39.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:40 smithi172 ceph-mon[103696]: pgmap v8196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:40.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:40.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:40 smithi050 ceph-mon[92315]: pgmap v8196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:41.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:41.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:42 smithi050 ceph-mon[92315]: pgmap v8197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:42 smithi172 ceph-mon[103696]: pgmap v8197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:42.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:42.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:43.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:43.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:44 smithi050 ceph-mon[92315]: pgmap v8198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:44 smithi172 ceph-mon[103696]: pgmap v8198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:44.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:44.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:45.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:45.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:46 smithi172 ceph-mon[103696]: pgmap v8199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:46.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:46.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:46 smithi050 ceph-mon[92315]: pgmap v8199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:47.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:47.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:48 smithi172 ceph-mon[103696]: pgmap v8200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:28:48.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:48.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:48 smithi050 ceph-mon[92315]: pgmap v8200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:28:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:28:49.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:49.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:28:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:50 smithi172 ceph-mon[103696]: pgmap v8201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:50.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:50.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:50 smithi050 ceph-mon[92315]: pgmap v8201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:51.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:51.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:52 smithi050 ceph-mon[92315]: pgmap v8202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:52 smithi172 ceph-mon[103696]: pgmap v8202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:52.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:52.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:53.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:53.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:54 smithi050 ceph-mon[92315]: pgmap v8203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:54.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:54.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:54 smithi172 ceph-mon[103696]: pgmap v8203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:55.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:55.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:56.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:56.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:56 smithi050 ceph-mon[92315]: pgmap v8204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:56 smithi172 ceph-mon[103696]: pgmap v8204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:28:57.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:57.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:58.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:58.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:28:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:28:58 smithi050 ceph-mon[92315]: pgmap v8205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:28:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:28:58 smithi172 ceph-mon[103696]: pgmap v8205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:28:59.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:28:59.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:00.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:00.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:00 smithi050 ceph-mon[92315]: pgmap v8206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:00 smithi172 ceph-mon[103696]: pgmap v8206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:01.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:01.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:02.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:02 smithi172 ceph-mon[103696]: pgmap v8207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:02.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:02.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:02 smithi050 ceph-mon[92315]: pgmap v8207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:03.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:03.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:04 smithi050 ceph-mon[92315]: pgmap v8208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:29:04.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:04.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:04 smithi172 ceph-mon[103696]: pgmap v8208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:29:05.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:05.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:06.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:06.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:06 smithi050 ceph-mon[92315]: pgmap v8209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:06 smithi172 ceph-mon[103696]: pgmap v8209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:07.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:07.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:08.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:08.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:08 smithi050 ceph-mon[92315]: pgmap v8210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:29:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:08 smithi172 ceph-mon[103696]: pgmap v8210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:29:09.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:09.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:10.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:10.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:10 smithi050 ceph-mon[92315]: pgmap v8211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:10 smithi172 ceph-mon[103696]: pgmap v8211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:11.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:11.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:12.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:12.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:12 smithi050 ceph-mon[92315]: pgmap v8212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:12.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:12 smithi172 ceph-mon[103696]: pgmap v8212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:13.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:13.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:14 smithi050 ceph-mon[92315]: pgmap v8213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:14.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:14.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:14 smithi172 ceph-mon[103696]: pgmap v8213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:15.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:15.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:16.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:16.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:16 smithi050 ceph-mon[92315]: pgmap v8214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:29:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:16 smithi172 ceph-mon[103696]: pgmap v8214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:29:17.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:17.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:29:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:29:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:29:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:29:17.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:29:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:29:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:29:17.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:29:17.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:29:17.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:29:18.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:18.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:18 smithi050 ceph-mon[92315]: pgmap v8215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:29:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:18 smithi172 ceph-mon[103696]: pgmap v8215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:29:19.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:19.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:29:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:29:20.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:20.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:20 smithi050 ceph-mon[92315]: pgmap v8216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:20 smithi172 ceph-mon[103696]: pgmap v8216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:21.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:21.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:22.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:22.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:22 smithi050 ceph-mon[92315]: pgmap v8217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:22 smithi172 ceph-mon[103696]: pgmap v8217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:23.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:23.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:24.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:24.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:24 smithi050 ceph-mon[92315]: pgmap v8218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:24 smithi172 ceph-mon[103696]: pgmap v8218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:25.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:25.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:25 smithi050 ceph-mon[92315]: pgmap v8219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:25 smithi172 ceph-mon[103696]: pgmap v8219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:26.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:26.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:27.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:27.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:28 smithi172 ceph-mon[103696]: pgmap v8220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:29:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:28 smithi050 ceph-mon[92315]: pgmap v8220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:29:28.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:28.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:29.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:29.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:30 smithi050 ceph-mon[92315]: pgmap v8221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:30 smithi172 ceph-mon[103696]: pgmap v8221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:30.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:30.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:31.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:31.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:32 smithi050 ceph-mon[92315]: pgmap v8222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:32 smithi172 ceph-mon[103696]: pgmap v8222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:32.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:32.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:33.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:33.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:34 smithi050 ceph-mon[92315]: pgmap v8223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:29:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:34 smithi172 ceph-mon[103696]: pgmap v8223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:29:34.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:34.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:35.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:35.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:36 smithi050 ceph-mon[92315]: pgmap v8224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:36 smithi172 ceph-mon[103696]: pgmap v8224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:36.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:36.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:37.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:37.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:38 smithi050 ceph-mon[92315]: pgmap v8225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:29:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:38 smithi172 ceph-mon[103696]: pgmap v8225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:29:38.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:38.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:39.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:39.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:40 smithi050 ceph-mon[92315]: pgmap v8226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:40 smithi172 ceph-mon[103696]: pgmap v8226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:40.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:40.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:41.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:41.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:42 smithi050 ceph-mon[92315]: pgmap v8227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:42 smithi172 ceph-mon[103696]: pgmap v8227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:42.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:42.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:43.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:43.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:44 smithi050 ceph-mon[92315]: pgmap v8228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:44 smithi172 ceph-mon[103696]: pgmap v8228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:44.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:44.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:45.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:45.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:46 smithi050 ceph-mon[92315]: pgmap v8229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:46 smithi172 ceph-mon[103696]: pgmap v8229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:46.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:46.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:47.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:47.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:48 smithi050 ceph-mon[92315]: pgmap v8230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:29:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:48 smithi172 ceph-mon[103696]: pgmap v8230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:29:48.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:48.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:29:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:29:49.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:49.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:50 smithi050 ceph-mon[92315]: pgmap v8231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:50.664 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:50 smithi172 ceph-mon[103696]: pgmap v8231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:50.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:50.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:51.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:51.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:52 smithi050 ceph-mon[92315]: pgmap v8232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:52 smithi172 ceph-mon[103696]: pgmap v8232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:52.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:52.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:53.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:53.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:54 smithi050 ceph-mon[92315]: pgmap v8233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:54 smithi172 ceph-mon[103696]: pgmap v8233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:54.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:54.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:55.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:55.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:56 smithi050 ceph-mon[92315]: pgmap v8234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:56 smithi172 ceph-mon[103696]: pgmap v8234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:29:56.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:56.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:57.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:57.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:29:58 smithi050 ceph-mon[92315]: pgmap v8235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:29:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:29:58 smithi172 ceph-mon[103696]: pgmap v8235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:29:58.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:58.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:29:59.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:29:59.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:00.558 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:00 smithi050 ceph-mon[92315]: pgmap v8236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:00.559 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T18:30:00.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:00 smithi172 ceph-mon[103696]: pgmap v8236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:00.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T18:30:00.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:00.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:01.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:01.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:02 smithi050 ceph-mon[92315]: pgmap v8237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:02 smithi172 ceph-mon[103696]: pgmap v8237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:02.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:02.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:03.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:03.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:04 smithi050 ceph-mon[92315]: pgmap v8238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:30:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:04 smithi172 ceph-mon[103696]: pgmap v8238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:30:04.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:04.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:05.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:05.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:06 smithi050 ceph-mon[92315]: pgmap v8239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:06 smithi172 ceph-mon[103696]: pgmap v8239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:06.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:06.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:07.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:07.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:08 smithi050 ceph-mon[92315]: pgmap v8240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:30:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:08 smithi172 ceph-mon[103696]: pgmap v8240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:30:08.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:08.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:09.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:09.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:10 smithi050 ceph-mon[92315]: pgmap v8241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:10 smithi172 ceph-mon[103696]: pgmap v8241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:10.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:10.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:11.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:11.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:12 smithi050 ceph-mon[92315]: pgmap v8242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:12 smithi172 ceph-mon[103696]: pgmap v8242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:12.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:12.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:13.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:13.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:14 smithi050 ceph-mon[92315]: pgmap v8243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:14 smithi172 ceph-mon[103696]: pgmap v8243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:14.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:14.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:15.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:15.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:16 smithi050 ceph-mon[92315]: pgmap v8244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:16 smithi172 ceph-mon[103696]: pgmap v8244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:16.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:16.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:30:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:30:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:30:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:30:17.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:30:17.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:30:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:30:17.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:30:17.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:30:17.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:30:17.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:30:17.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:30:17.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:17.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:18 smithi050 ceph-mon[92315]: pgmap v8245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:30:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:18 smithi172 ceph-mon[103696]: pgmap v8245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:30:18.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:18.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:30:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:30:19.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:19.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:20 smithi050 ceph-mon[92315]: pgmap v8246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:20 smithi172 ceph-mon[103696]: pgmap v8246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:20.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:20.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:21.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:21.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:22 smithi050 ceph-mon[92315]: pgmap v8247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:22 smithi172 ceph-mon[103696]: pgmap v8247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:22.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:22.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:23.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:23.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:24 smithi050 ceph-mon[92315]: pgmap v8248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:24 smithi172 ceph-mon[103696]: pgmap v8248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:24.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:24.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:25.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:25.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:26 smithi050 ceph-mon[92315]: pgmap v8249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:26 smithi172 ceph-mon[103696]: pgmap v8249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:26.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:26.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:27.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:27.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:28 smithi050 ceph-mon[92315]: pgmap v8250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:30:28.629 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:28 smithi172 ceph-mon[103696]: pgmap v8250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:30:28.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:28.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:29.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:29.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:30 smithi050 ceph-mon[92315]: pgmap v8251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:30 smithi172 ceph-mon[103696]: pgmap v8251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:30.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:30.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:31.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:31.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:32 smithi050 ceph-mon[92315]: pgmap v8252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:32 smithi172 ceph-mon[103696]: pgmap v8252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:32.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:32.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:33.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:33.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:34 smithi050 ceph-mon[92315]: pgmap v8253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:30:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:34 smithi172 ceph-mon[103696]: pgmap v8253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:30:34.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:34.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:35.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:35.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:36 smithi172 ceph-mon[103696]: pgmap v8254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:36 smithi050 ceph-mon[92315]: pgmap v8254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:36.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:36.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:37.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:37.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:38 smithi172 ceph-mon[103696]: pgmap v8255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:30:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:38 smithi050 ceph-mon[92315]: pgmap v8255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:30:38.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:38.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:39.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:39.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:40 smithi172 ceph-mon[103696]: pgmap v8256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:40 smithi050 ceph-mon[92315]: pgmap v8256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:40.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:40.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:41.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:41.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:42 smithi172 ceph-mon[103696]: pgmap v8257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:42 smithi050 ceph-mon[92315]: pgmap v8257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:42.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:42.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:43.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:43.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:44 smithi050 ceph-mon[92315]: pgmap v8258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:44 smithi172 ceph-mon[103696]: pgmap v8258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:44.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:44.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:45.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:45.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:46 smithi172 ceph-mon[103696]: pgmap v8259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:46 smithi050 ceph-mon[92315]: pgmap v8259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:46.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:46.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:47.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:47.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:48 smithi172 ceph-mon[103696]: pgmap v8260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:30:48.646 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:48 smithi050 ceph-mon[92315]: pgmap v8260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:30:48.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:48.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:30:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:30:49.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:49.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:50 smithi172 ceph-mon[103696]: pgmap v8261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:50 smithi050 ceph-mon[92315]: pgmap v8261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:50.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:50.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:51.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:51.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:52 smithi050 ceph-mon[92315]: pgmap v8262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:52 smithi172 ceph-mon[103696]: pgmap v8262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:52.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:52.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:53.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:53.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:54 smithi050 ceph-mon[92315]: pgmap v8263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:54 smithi172 ceph-mon[103696]: pgmap v8263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:54.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:54.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:55.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:55.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:56 smithi050 ceph-mon[92315]: pgmap v8264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:56 smithi172 ceph-mon[103696]: pgmap v8264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:30:56.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:56.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:57.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:57.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:58.762 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:30:58 smithi050 ceph-mon[92315]: pgmap v8265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:30:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:30:58 smithi172 ceph-mon[103696]: pgmap v8265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:30:58.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:58.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:30:59.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:30:59.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:00 smithi050 ceph-mon[92315]: pgmap v8266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:00 smithi172 ceph-mon[103696]: pgmap v8266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:00.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:00.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:01.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:01.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:02 smithi050 ceph-mon[92315]: pgmap v8267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:02 smithi172 ceph-mon[103696]: pgmap v8267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:02.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:02.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:03.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:03.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:04 smithi050 ceph-mon[92315]: pgmap v8268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:31:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:04 smithi172 ceph-mon[103696]: pgmap v8268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:31:04.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:04.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:05.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:05.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:06 smithi050 ceph-mon[92315]: pgmap v8269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:06 smithi172 ceph-mon[103696]: pgmap v8269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:06.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:06.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:07.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:07.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:08 smithi050 ceph-mon[92315]: pgmap v8270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:31:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:08 smithi172 ceph-mon[103696]: pgmap v8270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:31:08.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:08.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:09.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:09.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:10 smithi050 ceph-mon[92315]: pgmap v8271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:10 smithi172 ceph-mon[103696]: pgmap v8271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:10.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:10.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:11.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:11.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:12 smithi050 ceph-mon[92315]: pgmap v8272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:12 smithi172 ceph-mon[103696]: pgmap v8272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:12.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:12.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:13.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:13.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:14 smithi050 ceph-mon[92315]: pgmap v8273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:14 smithi172 ceph-mon[103696]: pgmap v8273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:14.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:15.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:16.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:16.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:16 smithi050 ceph-mon[92315]: pgmap v8274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:16 smithi172 ceph-mon[103696]: pgmap v8274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:17.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:17.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:18.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:18.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:18 smithi050 ceph-mon[92315]: pgmap v8275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:31:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:31:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:18 smithi172 ceph-mon[103696]: pgmap v8275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:31:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:31:19.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:19.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:31:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:31:20.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:20.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:20 smithi050 ceph-mon[92315]: pgmap v8276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:20 smithi172 ceph-mon[103696]: pgmap v8276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:21.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:21.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:22.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:22.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:22 smithi050 ceph-mon[92315]: pgmap v8277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:31:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:31:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:22 smithi172 ceph-mon[103696]: pgmap v8277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:31:22.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:31:23.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:23.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:31:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:31:23.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:31:23.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:31:23.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:31:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:31:23.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:31:23.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:31:23.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:31:23.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:31:24.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:24.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:24 smithi050 ceph-mon[92315]: pgmap v8278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:24 smithi172 ceph-mon[103696]: pgmap v8278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:25.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:25.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:26.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:26.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:26 smithi050 ceph-mon[92315]: pgmap v8279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:26 smithi172 ceph-mon[103696]: pgmap v8279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:27.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:27.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:28.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:28.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:28 smithi050 ceph-mon[92315]: pgmap v8280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:31:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:28 smithi172 ceph-mon[103696]: pgmap v8280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:31:29.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:29.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:30.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:30.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:30 smithi050 ceph-mon[92315]: pgmap v8281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:30 smithi172 ceph-mon[103696]: pgmap v8281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:31.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:31.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:32.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:32.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:32 smithi050 ceph-mon[92315]: pgmap v8282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:32 smithi172 ceph-mon[103696]: pgmap v8282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:33.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:33.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:34.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:34.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:34 smithi050 ceph-mon[92315]: pgmap v8283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:31:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:34 smithi172 ceph-mon[103696]: pgmap v8283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:31:35.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:35.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:36.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:36.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:36 smithi050 ceph-mon[92315]: pgmap v8284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:36 smithi172 ceph-mon[103696]: pgmap v8284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:37.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:37.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:38.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:38.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:38 smithi050 ceph-mon[92315]: pgmap v8285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:31:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:38 smithi172 ceph-mon[103696]: pgmap v8285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:31:39.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:39.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:40.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:40.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:40 smithi050 ceph-mon[92315]: pgmap v8286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:40 smithi172 ceph-mon[103696]: pgmap v8286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:41.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:41.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:42.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:42.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:42 smithi050 ceph-mon[92315]: pgmap v8287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:42 smithi172 ceph-mon[103696]: pgmap v8287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:43.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:43.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:44.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:44.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:44.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:44 smithi050 ceph-mon[92315]: pgmap v8288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:44 smithi172 ceph-mon[103696]: pgmap v8288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:45.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:45.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:46.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:46.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:46 smithi050 ceph-mon[92315]: pgmap v8289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:46 smithi172 ceph-mon[103696]: pgmap v8289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:47.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:47.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:48.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:48.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:48 smithi050 ceph-mon[92315]: pgmap v8290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:31:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:48 smithi172 ceph-mon[103696]: pgmap v8290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:31:49.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:49.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:31:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:31:50.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:50.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:50 smithi050 ceph-mon[92315]: pgmap v8291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:50 smithi172 ceph-mon[103696]: pgmap v8291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:51.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:51.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:52.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:52.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:52 smithi050 ceph-mon[92315]: pgmap v8292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:52 smithi172 ceph-mon[103696]: pgmap v8292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:53.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:53.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:54.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:54.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:54.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:54 smithi050 ceph-mon[92315]: pgmap v8293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:54 smithi172 ceph-mon[103696]: pgmap v8293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:55.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:55.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:56.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:56.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:56 smithi050 ceph-mon[92315]: pgmap v8294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:56 smithi172 ceph-mon[103696]: pgmap v8294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:31:57.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:57.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:58.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:58.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:31:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:31:58 smithi050 ceph-mon[92315]: pgmap v8295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:31:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:31:58 smithi172 ceph-mon[103696]: pgmap v8295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:31:59.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:31:59.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:00.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:00.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:00 smithi050 ceph-mon[92315]: pgmap v8296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:00 smithi172 ceph-mon[103696]: pgmap v8296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:01.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:01.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:02.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:02.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:02 smithi050 ceph-mon[92315]: pgmap v8297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:02.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:02 smithi172 ceph-mon[103696]: pgmap v8297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:03.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:03.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:04.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:04.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:04.508 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:04 smithi050 ceph-mon[92315]: pgmap v8298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:04.508 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:32:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:04 smithi172 ceph-mon[103696]: pgmap v8298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:32:05.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:05.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:06.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:06.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:06 smithi050 ceph-mon[92315]: pgmap v8299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:06 smithi172 ceph-mon[103696]: pgmap v8299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:07.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:07.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:08.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:08.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:08 smithi050 ceph-mon[92315]: pgmap v8300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:32:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:08 smithi172 ceph-mon[103696]: pgmap v8300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:32:09.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:09.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:10.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:10.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:10 smithi172 ceph-mon[103696]: pgmap v8301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:10 smithi050 ceph-mon[92315]: pgmap v8301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:11.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:11.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:12.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:12.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:12 smithi172 ceph-mon[103696]: pgmap v8302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:12 smithi050 ceph-mon[92315]: pgmap v8302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:13.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:13.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:14.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:14.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:14 smithi050 ceph-mon[92315]: pgmap v8303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:14 smithi172 ceph-mon[103696]: pgmap v8303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:15.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:15.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:16.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:16.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:16 smithi172 ceph-mon[103696]: pgmap v8304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:16 smithi050 ceph-mon[92315]: pgmap v8304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:17.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:17.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:18.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:18.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:18 smithi172 ceph-mon[103696]: pgmap v8305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:32:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:18 smithi050 ceph-mon[92315]: pgmap v8305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:32:19.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:19.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:32:19.680 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:32:20.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:20.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:20 smithi172 ceph-mon[103696]: pgmap v8306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:20 smithi050 ceph-mon[92315]: pgmap v8306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:21.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:21.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:22.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:22.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:22 smithi172 ceph-mon[103696]: pgmap v8307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:22 smithi050 ceph-mon[92315]: pgmap v8307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:23.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:23.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:32:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:32:24.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:24.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:24 smithi050 ceph-mon[92315]: pgmap v8308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:32:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:32:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:32:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:32:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:32:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:24 smithi172 ceph-mon[103696]: pgmap v8308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:32:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:32:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:32:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:32:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:32:25.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:25.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:26.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:26.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:26 smithi050 ceph-mon[92315]: pgmap v8309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:26 smithi172 ceph-mon[103696]: pgmap v8309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:27.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:27.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:28.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:28.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:28 smithi050 ceph-mon[92315]: pgmap v8310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:32:28.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:28 smithi172 ceph-mon[103696]: pgmap v8310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:32:29.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:29.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:30.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:30.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:30 smithi050 ceph-mon[92315]: pgmap v8311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:30 smithi172 ceph-mon[103696]: pgmap v8311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:31.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:31.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:32.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:32.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:32 smithi050 ceph-mon[92315]: pgmap v8312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:32 smithi172 ceph-mon[103696]: pgmap v8312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:33.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:33.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:34.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:34.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:34 smithi050 ceph-mon[92315]: pgmap v8313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:32:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:34 smithi172 ceph-mon[103696]: pgmap v8313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:32:35.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:35.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:36.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:36.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:36 smithi050 ceph-mon[92315]: pgmap v8314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:36 smithi172 ceph-mon[103696]: pgmap v8314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:37.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:37.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:38.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:38.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:38 smithi050 ceph-mon[92315]: pgmap v8315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:32:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:38 smithi172 ceph-mon[103696]: pgmap v8315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:32:39.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:39.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:40.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:40.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:40 smithi050 ceph-mon[92315]: pgmap v8316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:40 smithi172 ceph-mon[103696]: pgmap v8316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:41.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:41.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:42.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:42.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:42 smithi050 ceph-mon[92315]: pgmap v8317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:42 smithi172 ceph-mon[103696]: pgmap v8317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:43.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:43.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:44.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:44.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:44 smithi050 ceph-mon[92315]: pgmap v8318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:44 smithi172 ceph-mon[103696]: pgmap v8318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:45.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:45.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:46.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:46.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:46 smithi050 ceph-mon[92315]: pgmap v8319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:46 smithi172 ceph-mon[103696]: pgmap v8319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:47.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:47.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:48.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:48.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:48 smithi050 ceph-mon[92315]: pgmap v8320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:32:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:48 smithi172 ceph-mon[103696]: pgmap v8320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:32:49.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:49.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:32:49.922 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:32:50.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:50.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:50 smithi050 ceph-mon[92315]: pgmap v8321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:50 smithi172 ceph-mon[103696]: pgmap v8321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:51.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:51.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:52.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:52.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:52 smithi050 ceph-mon[92315]: pgmap v8322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:52 smithi172 ceph-mon[103696]: pgmap v8322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:53.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:53.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:54.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:54.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:54 smithi050 ceph-mon[92315]: pgmap v8323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:54 smithi172 ceph-mon[103696]: pgmap v8323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:55.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:55.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:56.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:56.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:56 smithi050 ceph-mon[92315]: pgmap v8324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:56 smithi172 ceph-mon[103696]: pgmap v8324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:32:57.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:57.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:58.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:58.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:32:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:32:58 smithi050 ceph-mon[92315]: pgmap v8325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:32:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:32:58 smithi172 ceph-mon[103696]: pgmap v8325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:32:59.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:32:59.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:00.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:00.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:00 smithi172 ceph-mon[103696]: pgmap v8326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:00 smithi050 ceph-mon[92315]: pgmap v8326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:01.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:01.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:02.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:02.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:02 smithi050 ceph-mon[92315]: pgmap v8327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:02 smithi172 ceph-mon[103696]: pgmap v8327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:03.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:03.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:04.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:04.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:04 smithi050 ceph-mon[92315]: pgmap v8328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:33:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:04 smithi172 ceph-mon[103696]: pgmap v8328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:33:05.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:05.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:06.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:06.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:06 smithi050 ceph-mon[92315]: pgmap v8329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:06 smithi172 ceph-mon[103696]: pgmap v8329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:07.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:07.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:08.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:08.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:08 smithi050 ceph-mon[92315]: pgmap v8330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:33:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:08 smithi172 ceph-mon[103696]: pgmap v8330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:33:09.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:09.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:10.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:10.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:10 smithi050 ceph-mon[92315]: pgmap v8331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:10 smithi172 ceph-mon[103696]: pgmap v8331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:11.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:11.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:12.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:12.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:12 smithi050 ceph-mon[92315]: pgmap v8332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:12 smithi172 ceph-mon[103696]: pgmap v8332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:13.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:13.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:14.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:14.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:14 smithi050 ceph-mon[92315]: pgmap v8333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:14 smithi172 ceph-mon[103696]: pgmap v8333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:15.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:15.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:16.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:16.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:16 smithi050 ceph-mon[92315]: pgmap v8334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:16 smithi172 ceph-mon[103696]: pgmap v8334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:17.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:17.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:18.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:18.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:18 smithi050 ceph-mon[92315]: pgmap v8335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:33:18.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:18 smithi172 ceph-mon[103696]: pgmap v8335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:33:19.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:19.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:33:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:33:20.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:20.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:20 smithi050 ceph-mon[92315]: pgmap v8336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:20 smithi172 ceph-mon[103696]: pgmap v8336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:21.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:21.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:22.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:22.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:22 smithi050 ceph-mon[92315]: pgmap v8337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:22 smithi172 ceph-mon[103696]: pgmap v8337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:23.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:23.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:24.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:24.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:24 smithi050 ceph-mon[92315]: pgmap v8338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:33:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:24 smithi172 ceph-mon[103696]: pgmap v8338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:33:25.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:25.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:26.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:26.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:26 smithi050 ceph-mon[92315]: pgmap v8339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:26 smithi172 ceph-mon[103696]: pgmap v8339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:27.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:27.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:28.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:28.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:28 smithi050 ceph-mon[92315]: pgmap v8340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:33:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:28 smithi172 ceph-mon[103696]: pgmap v8340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:33:29.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:29.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:30.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:30.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:30 smithi050 ceph-mon[92315]: pgmap v8341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:30 smithi172 ceph-mon[103696]: pgmap v8341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:31.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:31.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:32.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:32.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:33:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:33:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:31 smithi050 ceph-mon[92315]: pgmap v8342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:33:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:33:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:33:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:33:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:33:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:33:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:33:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:33:32.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:33:32.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:31 smithi172 ceph-mon[103696]: pgmap v8342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:32.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:33:32.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:33:32.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:33:32.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:33:32.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:33:32.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:33:32.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:33:33.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:33.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:34.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:34.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:34 smithi050 ceph-mon[92315]: pgmap v8343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:33:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:34 smithi172 ceph-mon[103696]: pgmap v8343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:33:35.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:35.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:36.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:36.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:36 smithi050 ceph-mon[92315]: pgmap v8344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:36 smithi172 ceph-mon[103696]: pgmap v8344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:37.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:37.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:38.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:38.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:38 smithi050 ceph-mon[92315]: pgmap v8345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:33:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:38 smithi172 ceph-mon[103696]: pgmap v8345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:33:39.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:39.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:40.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:40.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:40 smithi050 ceph-mon[92315]: pgmap v8346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:40 smithi172 ceph-mon[103696]: pgmap v8346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:41.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:41.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:42.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:42.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:42 smithi050 ceph-mon[92315]: pgmap v8347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:42 smithi172 ceph-mon[103696]: pgmap v8347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:43.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:43.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:44.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:44.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:44 smithi050 ceph-mon[92315]: pgmap v8348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:44 smithi172 ceph-mon[103696]: pgmap v8348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:45.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:45.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:46.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:46.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:46 smithi050 ceph-mon[92315]: pgmap v8349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:46 smithi172 ceph-mon[103696]: pgmap v8349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:47.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:47.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:48.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:48.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:48 smithi050 ceph-mon[92315]: pgmap v8350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:33:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:48 smithi172 ceph-mon[103696]: pgmap v8350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:33:49.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:49.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:33:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:33:50.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:50.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:50 smithi050 ceph-mon[92315]: pgmap v8351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:50 smithi172 ceph-mon[103696]: pgmap v8351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:51.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:51.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:52.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:52.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:52 smithi050 ceph-mon[92315]: pgmap v8352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:52 smithi172 ceph-mon[103696]: pgmap v8352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:53.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:53.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:54.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:54.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:54 smithi050 ceph-mon[92315]: pgmap v8353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:54 smithi172 ceph-mon[103696]: pgmap v8353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:55.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:55.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:56.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:56.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:56 smithi050 ceph-mon[92315]: pgmap v8354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:56 smithi172 ceph-mon[103696]: pgmap v8354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:33:57.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:57.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:58.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:58.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:33:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:33:58 smithi050 ceph-mon[92315]: pgmap v8355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:33:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:33:58 smithi172 ceph-mon[103696]: pgmap v8355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:33:59.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:33:59.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:00.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:00.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:00 smithi050 ceph-mon[92315]: pgmap v8356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:00 smithi172 ceph-mon[103696]: pgmap v8356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:01.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:01.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:02.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:02.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:02 smithi050 ceph-mon[92315]: pgmap v8357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:02 smithi172 ceph-mon[103696]: pgmap v8357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:03.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:03.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:04.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:04.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:04 smithi050 ceph-mon[92315]: pgmap v8358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:34:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:04 smithi172 ceph-mon[103696]: pgmap v8358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:34:05.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:05.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:06.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:06.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:06 smithi172 ceph-mon[103696]: pgmap v8359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:06 smithi050 ceph-mon[92315]: pgmap v8359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:07.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:07.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:08.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:08.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:08 smithi172 ceph-mon[103696]: pgmap v8360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:34:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:08 smithi050 ceph-mon[92315]: pgmap v8360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:34:09.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:09.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:10.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:10.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:10 smithi172 ceph-mon[103696]: pgmap v8361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:10 smithi050 ceph-mon[92315]: pgmap v8361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:11.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:11.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:12.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:12.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:12 smithi172 ceph-mon[103696]: pgmap v8362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:12 smithi050 ceph-mon[92315]: pgmap v8362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:13.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:13.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:14.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:14.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:14 smithi050 ceph-mon[92315]: pgmap v8363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:14 smithi172 ceph-mon[103696]: pgmap v8363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:15.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:15.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:16.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:16.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:16 smithi172 ceph-mon[103696]: pgmap v8364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:16 smithi050 ceph-mon[92315]: pgmap v8364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:17.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:17.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:18.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:18.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:18 smithi172 ceph-mon[103696]: pgmap v8365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:34:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:18 smithi050 ceph-mon[92315]: pgmap v8365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:34:19.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:19.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:34:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:34:20.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:20.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:20 smithi172 ceph-mon[103696]: pgmap v8366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:20 smithi050 ceph-mon[92315]: pgmap v8366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:21.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:21.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:22.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:22.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:22 smithi050 ceph-mon[92315]: pgmap v8367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:22 smithi172 ceph-mon[103696]: pgmap v8367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:23.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:23.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:24.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:24.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:24 smithi050 ceph-mon[92315]: pgmap v8368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:24 smithi172 ceph-mon[103696]: pgmap v8368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:25.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:25.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:26.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:26.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:26.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:26 smithi172 ceph-mon[103696]: pgmap v8369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:26 smithi050 ceph-mon[92315]: pgmap v8369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:27.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:27.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:28.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:28.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:28 smithi050 ceph-mon[92315]: pgmap v8370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:34:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:28 smithi172 ceph-mon[103696]: pgmap v8370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:34:29.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:29.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:30.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:30.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:30 smithi050 ceph-mon[92315]: pgmap v8371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:30 smithi172 ceph-mon[103696]: pgmap v8371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:31.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:31.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:32.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:32.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:32 smithi050 ceph-mon[92315]: pgmap v8372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:34:32.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:34:32.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:34:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:32 smithi172 ceph-mon[103696]: pgmap v8372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:34:32.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:34:32.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:34:33.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:33.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:34:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:34:34.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:34:34.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:34:34.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:34:34.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:34:34.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:34:34.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:33 smithi050 ceph-mon[92315]: pgmap v8373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:34:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:34:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:34:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:34:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:34:34.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:34:34.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:34:34.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:33 smithi172 ceph-mon[103696]: pgmap v8373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:34.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:34.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:35.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:35.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:34:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:34:36.226 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:35 smithi050 ceph-mon[92315]: pgmap v8374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:36.248 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:35 smithi172 ceph-mon[103696]: pgmap v8374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:36.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:36.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:37.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:37.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:38.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:38.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:38 smithi050 ceph-mon[92315]: pgmap v8375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:34:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:38 smithi172 ceph-mon[103696]: pgmap v8375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:34:39.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:39.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:40.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:40.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:40 smithi050 ceph-mon[92315]: pgmap v8376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:40 smithi172 ceph-mon[103696]: pgmap v8376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:41.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:41.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:42.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:42.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:42 smithi050 ceph-mon[92315]: pgmap v8377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:42 smithi172 ceph-mon[103696]: pgmap v8377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:43.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:43.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:44.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:44.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:44 smithi050 ceph-mon[92315]: pgmap v8378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:44 smithi172 ceph-mon[103696]: pgmap v8378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:45.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:45.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:46.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:46.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:46 smithi050 ceph-mon[92315]: pgmap v8379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:46 smithi172 ceph-mon[103696]: pgmap v8379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:47.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:47.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:48.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:48.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:48 smithi050 ceph-mon[92315]: pgmap v8380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:34:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:48 smithi172 ceph-mon[103696]: pgmap v8380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:34:49.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:49.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:34:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:34:50.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:50.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:50 smithi050 ceph-mon[92315]: pgmap v8381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:50 smithi172 ceph-mon[103696]: pgmap v8381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:51.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:51.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:52.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:52.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:52 smithi050 ceph-mon[92315]: pgmap v8382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:52 smithi172 ceph-mon[103696]: pgmap v8382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:53.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:53.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:54.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:54.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:54 smithi050 ceph-mon[92315]: pgmap v8383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:54 smithi172 ceph-mon[103696]: pgmap v8383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:55.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:55.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:56.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:56.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:56 smithi050 ceph-mon[92315]: pgmap v8384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:56 smithi172 ceph-mon[103696]: pgmap v8384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:34:57.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:57.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:58.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:58.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:34:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:34:58 smithi172 ceph-mon[103696]: pgmap v8385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:34:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:34:58 smithi050 ceph-mon[92315]: pgmap v8385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:34:59.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:34:59.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:00.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:00.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:00 smithi172 ceph-mon[103696]: pgmap v8386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:00 smithi050 ceph-mon[92315]: pgmap v8386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:01.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:01.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:02.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:02.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:02 smithi172 ceph-mon[103696]: pgmap v8387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:02 smithi050 ceph-mon[92315]: pgmap v8387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:03.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:03.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:04.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:04.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:04 smithi050 ceph-mon[92315]: pgmap v8388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:35:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:04 smithi172 ceph-mon[103696]: pgmap v8388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:35:05.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:05.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:06.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:06.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:06 smithi172 ceph-mon[103696]: pgmap v8389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:06 smithi050 ceph-mon[92315]: pgmap v8389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:07.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:07.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:08.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:08.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:08.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:08 smithi172 ceph-mon[103696]: pgmap v8390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:35:08.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:08 smithi050 ceph-mon[92315]: pgmap v8390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:35:09.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:09.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:10.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:10.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:10 smithi172 ceph-mon[103696]: pgmap v8391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:10 smithi050 ceph-mon[92315]: pgmap v8391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:11.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:11.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:12.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:12.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:12 smithi172 ceph-mon[103696]: pgmap v8392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:12 smithi050 ceph-mon[92315]: pgmap v8392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:13.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:13.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:14.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:14.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:14 smithi050 ceph-mon[92315]: pgmap v8393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:14 smithi172 ceph-mon[103696]: pgmap v8393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:15.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:15.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:16.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:16.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:16 smithi172 ceph-mon[103696]: pgmap v8394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:16.692 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:16 smithi050 ceph-mon[92315]: pgmap v8394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:17.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:17.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:18.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:18.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:18 smithi050 ceph-mon[92315]: pgmap v8395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:35:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:18 smithi172 ceph-mon[103696]: pgmap v8395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:35:19.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:19.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:35:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:35:20.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:20.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:20 smithi050 ceph-mon[92315]: pgmap v8396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:20 smithi172 ceph-mon[103696]: pgmap v8396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:21.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:21.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:22.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:22.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:22 smithi050 ceph-mon[92315]: pgmap v8397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:22 smithi172 ceph-mon[103696]: pgmap v8397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:23.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:23.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:24.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:24.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:24 smithi050 ceph-mon[92315]: pgmap v8398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:24 smithi172 ceph-mon[103696]: pgmap v8398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:25.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:25.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:26.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:26.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:26.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:26 smithi172 ceph-mon[103696]: pgmap v8399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:26.806 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:26 smithi050 ceph-mon[92315]: pgmap v8399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:27.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:27.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:28.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:28.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:28 smithi050 ceph-mon[92315]: pgmap v8400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:35:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:28 smithi172 ceph-mon[103696]: pgmap v8400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:35:29.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:29.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:30.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:30.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:30 smithi050 ceph-mon[92315]: pgmap v8401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:30 smithi172 ceph-mon[103696]: pgmap v8401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:31.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:31.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:32.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:32.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:32 smithi050 ceph-mon[92315]: pgmap v8402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:32 smithi172 ceph-mon[103696]: pgmap v8402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:33.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:33.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:35:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:35:34.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:34.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:34 smithi050 ceph-mon[92315]: pgmap v8403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:35:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:35:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:35:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:35:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:35:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:35:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:34 smithi172 ceph-mon[103696]: pgmap v8403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:35:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:35:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:35:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:35:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:35:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:35:35.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:35.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:36.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:36.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:36 smithi050 ceph-mon[92315]: pgmap v8404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:36 smithi172 ceph-mon[103696]: pgmap v8404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:37.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:37.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:38.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:38.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:38 smithi050 ceph-mon[92315]: pgmap v8405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:35:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:38 smithi172 ceph-mon[103696]: pgmap v8405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:35:39.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:39.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:40.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:40.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:40 smithi050 ceph-mon[92315]: pgmap v8406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:40 smithi172 ceph-mon[103696]: pgmap v8406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:41.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:41.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:42.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:42.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:42 smithi050 ceph-mon[92315]: pgmap v8407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:42.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:42 smithi172 ceph-mon[103696]: pgmap v8407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:43.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:43.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:44.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:44.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:44 smithi050 ceph-mon[92315]: pgmap v8408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:44 smithi172 ceph-mon[103696]: pgmap v8408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:45.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:45.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:46.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:46.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:46 smithi050 ceph-mon[92315]: pgmap v8409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:46 smithi172 ceph-mon[103696]: pgmap v8409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:47.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:47.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:48.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:48.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:48 smithi050 ceph-mon[92315]: pgmap v8410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:35:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:48 smithi172 ceph-mon[103696]: pgmap v8410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:35:49.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:49.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:35:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:35:50.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:50.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:50 smithi050 ceph-mon[92315]: pgmap v8411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:50 smithi172 ceph-mon[103696]: pgmap v8411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:51.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:51.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:52.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:52.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:52 smithi050 ceph-mon[92315]: pgmap v8412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:52 smithi172 ceph-mon[103696]: pgmap v8412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:53.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:53.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:54.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:54.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:54 smithi050 ceph-mon[92315]: pgmap v8413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:54 smithi172 ceph-mon[103696]: pgmap v8413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:55.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:55.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:56.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:56.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:56 smithi050 ceph-mon[92315]: pgmap v8414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:56 smithi172 ceph-mon[103696]: pgmap v8414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:35:57.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:57.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:58.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:58.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:35:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:35:58 smithi050 ceph-mon[92315]: pgmap v8415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:35:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:35:58 smithi172 ceph-mon[103696]: pgmap v8415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:35:59.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:35:59.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:00.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:00.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:00 smithi050 ceph-mon[92315]: pgmap v8416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:00 smithi172 ceph-mon[103696]: pgmap v8416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:01.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:01.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:02.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:02.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:02 smithi050 ceph-mon[92315]: pgmap v8417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:02 smithi172 ceph-mon[103696]: pgmap v8417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:03.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:03.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:04.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:04.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:04 smithi050 ceph-mon[92315]: pgmap v8418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:36:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:04 smithi172 ceph-mon[103696]: pgmap v8418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:36:05.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:05.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:06.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:06.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:06 smithi050 ceph-mon[92315]: pgmap v8419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:06 smithi172 ceph-mon[103696]: pgmap v8419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:07.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:07.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:08.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:08.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:08 smithi050 ceph-mon[92315]: pgmap v8420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:36:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:08 smithi172 ceph-mon[103696]: pgmap v8420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:36:09.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:09.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:10.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:10.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:10 smithi050 ceph-mon[92315]: pgmap v8421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:10.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:10 smithi172 ceph-mon[103696]: pgmap v8421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:11.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:11.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:12.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:12.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:12 smithi050 ceph-mon[92315]: pgmap v8422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:12 smithi172 ceph-mon[103696]: pgmap v8422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:13.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:13.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:14.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:14.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:14 smithi050 ceph-mon[92315]: pgmap v8423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:14 smithi172 ceph-mon[103696]: pgmap v8423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:15.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:15.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:16.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:16.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:16 smithi050 ceph-mon[92315]: pgmap v8424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:16 smithi172 ceph-mon[103696]: pgmap v8424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:17.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:17.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:18.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:18.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:18 smithi050 ceph-mon[92315]: pgmap v8425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:36:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:18 smithi172 ceph-mon[103696]: pgmap v8425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:36:19.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:19.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:36:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:36:20.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:20.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:20 smithi050 ceph-mon[92315]: pgmap v8426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:20 smithi172 ceph-mon[103696]: pgmap v8426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:21.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:21.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:22.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:22.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:22 smithi172 ceph-mon[103696]: pgmap v8427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:22 smithi050 ceph-mon[92315]: pgmap v8427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:23.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:23.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:24.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:24.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:24 smithi050 ceph-mon[92315]: pgmap v8428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:24 smithi172 ceph-mon[103696]: pgmap v8428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:25.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:25.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:26.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:26.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:26 smithi050 ceph-mon[92315]: pgmap v8429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:26 smithi172 ceph-mon[103696]: pgmap v8429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:27.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:27.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:28.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:28.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:28 smithi050 ceph-mon[92315]: pgmap v8430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:36:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:28 smithi172 ceph-mon[103696]: pgmap v8430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:36:29.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:29.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:30.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:30.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:30 smithi050 ceph-mon[92315]: pgmap v8431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:30 smithi172 ceph-mon[103696]: pgmap v8431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:31.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:31.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:32.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:32.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:32 smithi050 ceph-mon[92315]: pgmap v8432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:32 smithi172 ceph-mon[103696]: pgmap v8432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:33.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:33.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:34.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:34.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:34 smithi050 ceph-mon[92315]: pgmap v8433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:36:34.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:36:34.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:36:34.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:36:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:34 smithi172 ceph-mon[103696]: pgmap v8433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:36:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:36:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:36:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:36:35.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:35.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:36.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:36.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:36.791 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:36 smithi172 ceph-mon[103696]: pgmap v8434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:36 smithi050 ceph-mon[92315]: pgmap v8434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:37.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:37.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:38.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:38.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:38 smithi050 ceph-mon[92315]: pgmap v8435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:36:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:36:38.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:36:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:38 smithi172 ceph-mon[103696]: pgmap v8435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:36:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:36:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:36:39.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:39.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:36:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:36:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:36:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:36:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:36:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:36:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:36:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:39 smithi172 ceph-mon[103696]: pgmap v8436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:36:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:36:40.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:36:40.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:36:40.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:36:40.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:36:40.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:36:40.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:39 smithi050 ceph-mon[92315]: pgmap v8436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:40.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:40.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:41.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:41.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:42.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:42.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:42.559 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:42 smithi172 ceph-mon[103696]: pgmap v8437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:42 smithi050 ceph-mon[92315]: pgmap v8437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:43.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:43.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:44.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:44.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:44 smithi050 ceph-mon[92315]: pgmap v8438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:44 smithi172 ceph-mon[103696]: pgmap v8438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:45.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:45.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:46.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:46.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:46 smithi172 ceph-mon[103696]: pgmap v8439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:46 smithi050 ceph-mon[92315]: pgmap v8439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:47.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:47.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:48.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:48.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:48 smithi172 ceph-mon[103696]: pgmap v8440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:36:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:48 smithi050 ceph-mon[92315]: pgmap v8440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:36:49.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:49.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:36:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:36:50.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:50.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:50 smithi172 ceph-mon[103696]: pgmap v8441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:50 smithi050 ceph-mon[92315]: pgmap v8441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:51.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:51.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:52.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:52.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:52 smithi172 ceph-mon[103696]: pgmap v8442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:52.783 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:52 smithi050 ceph-mon[92315]: pgmap v8442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:53.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:53.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:54.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:54.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:54 smithi050 ceph-mon[92315]: pgmap v8443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:54 smithi172 ceph-mon[103696]: pgmap v8443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:55.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:55.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:56.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:56.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:56 smithi172 ceph-mon[103696]: pgmap v8444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:56 smithi050 ceph-mon[92315]: pgmap v8444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:36:57.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:57.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:58.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:58.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:36:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:36:58 smithi172 ceph-mon[103696]: pgmap v8445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:36:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:36:58 smithi050 ceph-mon[92315]: pgmap v8445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:36:59.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:36:59.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:00.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:00.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:00 smithi172 ceph-mon[103696]: pgmap v8446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:00 smithi050 ceph-mon[92315]: pgmap v8446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:01.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:01.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:02.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:02.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:02 smithi172 ceph-mon[103696]: pgmap v8447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:02.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:02 smithi050 ceph-mon[92315]: pgmap v8447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:03.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:03.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:04.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:04.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:04 smithi050 ceph-mon[92315]: pgmap v8448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:37:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:04 smithi172 ceph-mon[103696]: pgmap v8448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:37:05.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:05.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:06.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:06.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:06 smithi050 ceph-mon[92315]: pgmap v8449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:06 smithi172 ceph-mon[103696]: pgmap v8449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:07.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:07.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:08.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:08.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:08 smithi050 ceph-mon[92315]: pgmap v8450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:37:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:08 smithi172 ceph-mon[103696]: pgmap v8450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:37:09.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:09.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:10.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:10.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:10 smithi050 ceph-mon[92315]: pgmap v8451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:10 smithi172 ceph-mon[103696]: pgmap v8451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:11.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:11.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:12.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:12.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:12.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:12 smithi050 ceph-mon[92315]: pgmap v8452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:12 smithi172 ceph-mon[103696]: pgmap v8452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:13.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:13.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:14 smithi050 ceph-mon[92315]: pgmap v8453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:14.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:14.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:14 smithi172 ceph-mon[103696]: pgmap v8453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:15.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:15.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:16.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:16.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:16 smithi050 ceph-mon[92315]: pgmap v8454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:16 smithi172 ceph-mon[103696]: pgmap v8454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:17.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:17.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:18 smithi050 ceph-mon[92315]: pgmap v8455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:37:18.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:18.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:18 smithi172 ceph-mon[103696]: pgmap v8455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:37:19.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:19.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:37:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:37:20.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:20.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:20 smithi050 ceph-mon[92315]: pgmap v8456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:20 smithi172 ceph-mon[103696]: pgmap v8456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:21.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:21.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:22.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:22.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:22 smithi050 ceph-mon[92315]: pgmap v8457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:22 smithi172 ceph-mon[103696]: pgmap v8457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:23.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:23.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:24 smithi050 ceph-mon[92315]: pgmap v8458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:24.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:24.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:24 smithi172 ceph-mon[103696]: pgmap v8458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:25.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:25.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:26.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:26.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:26 smithi050 ceph-mon[92315]: pgmap v8459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:26 smithi172 ceph-mon[103696]: pgmap v8459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:27.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:27.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:28 smithi050 ceph-mon[92315]: pgmap v8460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:37:28.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:28.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:28 smithi172 ceph-mon[103696]: pgmap v8460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:37:29.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:29.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:30.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:30.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:30 smithi050 ceph-mon[92315]: pgmap v8461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:30 smithi172 ceph-mon[103696]: pgmap v8461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:31.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:31.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:32.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:32.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:32 smithi050 ceph-mon[92315]: pgmap v8462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:32 smithi172 ceph-mon[103696]: pgmap v8462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:33.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:33.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:34 smithi050 ceph-mon[92315]: pgmap v8463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:37:34.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:34.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:34 smithi172 ceph-mon[103696]: pgmap v8463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:37:35.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:35.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:36.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:36.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:36 smithi050 ceph-mon[92315]: pgmap v8464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:36 smithi172 ceph-mon[103696]: pgmap v8464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:37.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:37.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:38 smithi050 ceph-mon[92315]: pgmap v8465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:37:38.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:38.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:38 smithi172 ceph-mon[103696]: pgmap v8465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:37:39.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:39.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:37:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:37:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:37:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:37:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:37:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:37:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:37:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:37:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:37:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:37:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:37:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:37:40.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:40.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:40 smithi050 ceph-mon[92315]: pgmap v8466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:40 smithi172 ceph-mon[103696]: pgmap v8466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:41.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:41.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:42.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:42.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:42 smithi050 ceph-mon[92315]: pgmap v8467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:42 smithi172 ceph-mon[103696]: pgmap v8467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:43.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:43.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:44.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:44.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:44 smithi050 ceph-mon[92315]: pgmap v8468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:44 smithi172 ceph-mon[103696]: pgmap v8468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:45.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:45.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:46.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:46.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:46 smithi050 ceph-mon[92315]: pgmap v8469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:46 smithi172 ceph-mon[103696]: pgmap v8469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:47.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:47.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:48 smithi172 ceph-mon[103696]: pgmap v8470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:37:48.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:48.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:48 smithi050 ceph-mon[92315]: pgmap v8470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:37:49.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:49.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:37:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:37:50.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:50.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:50 smithi050 ceph-mon[92315]: pgmap v8471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:50 smithi172 ceph-mon[103696]: pgmap v8471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:51.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:51.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:52.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:52.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:52 smithi050 ceph-mon[92315]: pgmap v8472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:52 smithi172 ceph-mon[103696]: pgmap v8472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:53.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:53.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:54.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:54.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:54 smithi050 ceph-mon[92315]: pgmap v8473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:54 smithi172 ceph-mon[103696]: pgmap v8473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:55.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:55.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:56.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:56.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:56 smithi050 ceph-mon[92315]: pgmap v8474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:56 smithi172 ceph-mon[103696]: pgmap v8474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:37:57.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:57.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:37:58 smithi172 ceph-mon[103696]: pgmap v8475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:37:58.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:58.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:37:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:37:58 smithi050 ceph-mon[92315]: pgmap v8475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:37:59.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:37:59.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:00.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:00.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:00 smithi050 ceph-mon[92315]: pgmap v8476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:00 smithi172 ceph-mon[103696]: pgmap v8476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:01.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:01.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:02.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:02.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:02 smithi050 ceph-mon[92315]: pgmap v8477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:02 smithi172 ceph-mon[103696]: pgmap v8477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:03.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:03.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:04.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:04.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:04 smithi050 ceph-mon[92315]: pgmap v8478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:38:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:04 smithi172 ceph-mon[103696]: pgmap v8478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:38:05.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:05.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:06.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:06.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:06 smithi050 ceph-mon[92315]: pgmap v8479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:06 smithi172 ceph-mon[103696]: pgmap v8479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:07.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:07.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:08.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:08.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:08 smithi050 ceph-mon[92315]: pgmap v8480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:38:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:08 smithi172 ceph-mon[103696]: pgmap v8480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:38:09.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:09.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:10.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:10.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:10 smithi050 ceph-mon[92315]: pgmap v8481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:10 smithi172 ceph-mon[103696]: pgmap v8481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:11.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:11.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:12.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:12.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:12 smithi050 ceph-mon[92315]: pgmap v8482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:12 smithi172 ceph-mon[103696]: pgmap v8482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:13.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:13.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:14.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:14.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:14 smithi050 ceph-mon[92315]: pgmap v8483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:14 smithi172 ceph-mon[103696]: pgmap v8483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:15.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:15.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:16.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:16.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:16 smithi050 ceph-mon[92315]: pgmap v8484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:16 smithi172 ceph-mon[103696]: pgmap v8484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:17.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:17.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:18.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:18.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:18.758 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:18 smithi050 ceph-mon[92315]: pgmap v8485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:38:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:18 smithi172 ceph-mon[103696]: pgmap v8485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:38:19.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:19.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:38:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:38:20.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:20.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:20 smithi050 ceph-mon[92315]: pgmap v8486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:20 smithi172 ceph-mon[103696]: pgmap v8486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:21.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:21.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:22.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:22.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:22.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:22 smithi050 ceph-mon[92315]: pgmap v8487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:22 smithi172 ceph-mon[103696]: pgmap v8487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:23.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:23.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:24.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:24.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:24 smithi050 ceph-mon[92315]: pgmap v8488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:24 smithi172 ceph-mon[103696]: pgmap v8488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:25.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:25.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:26.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:26.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:26 smithi050 ceph-mon[92315]: pgmap v8489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:26 smithi172 ceph-mon[103696]: pgmap v8489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:27.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:27.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:28.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:28.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:28 smithi050 ceph-mon[92315]: pgmap v8490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:38:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:28 smithi172 ceph-mon[103696]: pgmap v8490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:38:29.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:29.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:30.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:30.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:30.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:30 smithi050 ceph-mon[92315]: pgmap v8491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:30 smithi172 ceph-mon[103696]: pgmap v8491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:31.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:31.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:32.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:32.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:32 smithi050 ceph-mon[92315]: pgmap v8492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:32 smithi172 ceph-mon[103696]: pgmap v8492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:33.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:33.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:34.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:34.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:34 smithi050 ceph-mon[92315]: pgmap v8493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:38:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:34 smithi172 ceph-mon[103696]: pgmap v8493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:38:35.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:35.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:36.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:36.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:36 smithi050 ceph-mon[92315]: pgmap v8494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:36 smithi172 ceph-mon[103696]: pgmap v8494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:37.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:37.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:38.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:38.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:38 smithi050 ceph-mon[92315]: pgmap v8495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:38:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:38 smithi172 ceph-mon[103696]: pgmap v8495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:38:39.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:39.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:40.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:40.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:40 smithi050 ceph-mon[92315]: pgmap v8496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:38:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:38:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:38:40.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:38:40.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:38:40.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:38:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:40 smithi172 ceph-mon[103696]: pgmap v8496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:40.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:38:40.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:38:40.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:38:40.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:38:40.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:38:40.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:38:41.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:41.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:42.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:42.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:42 smithi050 ceph-mon[92315]: pgmap v8497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:42 smithi172 ceph-mon[103696]: pgmap v8497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:43.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:43.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:44.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:44.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:44 smithi050 ceph-mon[92315]: pgmap v8498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:44 smithi172 ceph-mon[103696]: pgmap v8498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:45.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:45.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:46.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:46.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:46 smithi050 ceph-mon[92315]: pgmap v8499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:46 smithi172 ceph-mon[103696]: pgmap v8499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:47.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:47.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:48.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:48.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:48 smithi050 ceph-mon[92315]: pgmap v8500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:38:48.870 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:48 smithi172 ceph-mon[103696]: pgmap v8500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:38:49.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:49.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:38:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:38:50.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:50.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:50 smithi050 ceph-mon[92315]: pgmap v8501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:50 smithi172 ceph-mon[103696]: pgmap v8501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:51.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:51.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:52.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:52.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:52 smithi050 ceph-mon[92315]: pgmap v8502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:52 smithi172 ceph-mon[103696]: pgmap v8502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:53.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:53.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:54.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:54.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:54 smithi050 ceph-mon[92315]: pgmap v8503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:54 smithi172 ceph-mon[103696]: pgmap v8503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:55.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:55.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:56.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:56.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:56 smithi050 ceph-mon[92315]: pgmap v8504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:56 smithi172 ceph-mon[103696]: pgmap v8504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:38:57.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:57.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:58.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:58.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:38:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:38:58 smithi050 ceph-mon[92315]: pgmap v8505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:38:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:38:58 smithi172 ceph-mon[103696]: pgmap v8505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:38:59.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:38:59.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:00.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:00.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:00 smithi050 ceph-mon[92315]: pgmap v8506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:00 smithi172 ceph-mon[103696]: pgmap v8506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:01.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:01.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:02.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:02.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:02 smithi050 ceph-mon[92315]: pgmap v8507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:02 smithi172 ceph-mon[103696]: pgmap v8507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:03.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:03.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:04.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:04.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:04 smithi050 ceph-mon[92315]: pgmap v8508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:39:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:04 smithi172 ceph-mon[103696]: pgmap v8508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:39:05.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:05.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:06.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:06.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:06 smithi050 ceph-mon[92315]: pgmap v8509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:06 smithi172 ceph-mon[103696]: pgmap v8509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:07.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:07.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:08.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:08.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:08 smithi050 ceph-mon[92315]: pgmap v8510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:39:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:08 smithi172 ceph-mon[103696]: pgmap v8510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:39:09.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:09.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:10.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:10.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:10 smithi050 ceph-mon[92315]: pgmap v8511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:10 smithi172 ceph-mon[103696]: pgmap v8511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:11.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:11.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:11 smithi050 ceph-mon[92315]: pgmap v8512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:11 smithi172 ceph-mon[103696]: pgmap v8512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:12.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:12.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:13.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:13.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:14 smithi050 ceph-mon[92315]: pgmap v8513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:14 smithi172 ceph-mon[103696]: pgmap v8513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:14.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:14.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:15.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:15.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:16.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:16.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:16 smithi050 ceph-mon[92315]: pgmap v8514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:16 smithi172 ceph-mon[103696]: pgmap v8514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:17.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:17.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:18.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:18.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:18 smithi050 ceph-mon[92315]: pgmap v8515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:39:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:18 smithi172 ceph-mon[103696]: pgmap v8515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:39:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:39:19.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:19.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:39:20.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:20.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:20 smithi050 ceph-mon[92315]: pgmap v8516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:20 smithi172 ceph-mon[103696]: pgmap v8516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:21.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:21.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:22.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:22.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:22 smithi050 ceph-mon[92315]: pgmap v8517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:22 smithi172 ceph-mon[103696]: pgmap v8517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:23.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:23.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:24.505 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:24 smithi050 ceph-mon[92315]: pgmap v8518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:24 smithi172 ceph-mon[103696]: pgmap v8518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:24.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:24.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:25.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:25.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:26.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:26.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:26 smithi050 ceph-mon[92315]: pgmap v8519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:26.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:26 smithi172 ceph-mon[103696]: pgmap v8519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:27.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:27.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:28.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:28.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:28 smithi050 ceph-mon[92315]: pgmap v8520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:39:28.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:28 smithi172 ceph-mon[103696]: pgmap v8520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:39:29.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:29.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:30.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:30.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:30 smithi050 ceph-mon[92315]: pgmap v8521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:30 smithi172 ceph-mon[103696]: pgmap v8521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:31.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:31.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:32.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:32.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:32 smithi050 ceph-mon[92315]: pgmap v8522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:32 smithi172 ceph-mon[103696]: pgmap v8522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:33.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:33.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:34 smithi050 ceph-mon[92315]: pgmap v8523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:39:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:34 smithi172 ceph-mon[103696]: pgmap v8523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:39:34.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:34.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:35.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:35.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:36.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:36.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:36 smithi050 ceph-mon[92315]: pgmap v8524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:36 smithi172 ceph-mon[103696]: pgmap v8524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:37.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:37.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:38.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:38.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:38 smithi050 ceph-mon[92315]: pgmap v8525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:39:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:38 smithi172 ceph-mon[103696]: pgmap v8525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:39:39.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:39.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:40.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:40.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:40 smithi050 ceph-mon[92315]: pgmap v8526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:39:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:40 smithi172 ceph-mon[103696]: pgmap v8526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:39:41.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:41.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:39:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:39:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:39:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:39:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:39:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:39:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:39:41.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:39:41.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:39:41.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:39:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:42 smithi050 ceph-mon[92315]: pgmap v8527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:42.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:42.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:42 smithi172 ceph-mon[103696]: pgmap v8527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:43.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:43.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:44.734 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:44 smithi050 ceph-mon[92315]: pgmap v8528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:44.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:44.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:44 smithi172 ceph-mon[103696]: pgmap v8528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:45.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:45.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:46 smithi050 ceph-mon[92315]: pgmap v8529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:46.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:46.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:46 smithi172 ceph-mon[103696]: pgmap v8529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:47.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:47.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:48 smithi050 ceph-mon[92315]: pgmap v8530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:39:48.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:48.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:48 smithi172 ceph-mon[103696]: pgmap v8530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:39:49.791 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:39:49.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:49.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:39:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:50 smithi050 ceph-mon[92315]: pgmap v8531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:50.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:50.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:50 smithi172 ceph-mon[103696]: pgmap v8531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:51.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:51.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:52 smithi050 ceph-mon[92315]: pgmap v8532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:52.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:52.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:52 smithi172 ceph-mon[103696]: pgmap v8532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:53.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:53.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:54 smithi050 ceph-mon[92315]: pgmap v8533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:54.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:54.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:54 smithi172 ceph-mon[103696]: pgmap v8533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:55.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:55.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:56 smithi050 ceph-mon[92315]: pgmap v8534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:56.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:56.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:56 smithi172 ceph-mon[103696]: pgmap v8534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:39:57.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:57.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:39:58 smithi050 ceph-mon[92315]: pgmap v8535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:39:58.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:58.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:39:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:39:58 smithi172 ceph-mon[103696]: pgmap v8535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:39:59.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:39:59.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:00 smithi050 ceph-mon[92315]: pgmap v8536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T18:40:00.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:00.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:00 smithi172 ceph-mon[103696]: pgmap v8536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T18:40:01.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:01.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:02 smithi050 ceph-mon[92315]: pgmap v8537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:02 smithi172 ceph-mon[103696]: pgmap v8537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:02.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:02.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:03.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:03.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:04 smithi050 ceph-mon[92315]: pgmap v8538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:40:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:04 smithi172 ceph-mon[103696]: pgmap v8538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:40:04.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:04.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:05.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:05.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:06 smithi050 ceph-mon[92315]: pgmap v8539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:06 smithi172 ceph-mon[103696]: pgmap v8539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:06.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:06.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:07.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:07.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:08 smithi050 ceph-mon[92315]: pgmap v8540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:40:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:08 smithi172 ceph-mon[103696]: pgmap v8540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:40:08.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:08.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:09.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:09.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:10 smithi050 ceph-mon[92315]: pgmap v8541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:10 smithi172 ceph-mon[103696]: pgmap v8541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:10.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:10.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:11.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:11.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:12 smithi050 ceph-mon[92315]: pgmap v8542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:12 smithi172 ceph-mon[103696]: pgmap v8542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:12.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:12.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:13.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:13.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:14.759 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:14 smithi172 ceph-mon[103696]: pgmap v8543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:14 smithi050 ceph-mon[92315]: pgmap v8543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:14.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:14.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:15.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:15.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:16 smithi050 ceph-mon[92315]: pgmap v8544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:16 smithi172 ceph-mon[103696]: pgmap v8544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:16.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:16.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:17.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:17.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:18.850 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:18 smithi050 ceph-mon[92315]: pgmap v8545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:40:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:18 smithi172 ceph-mon[103696]: pgmap v8545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:40:18.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:18.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:19.812 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:40:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:40:19.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:19.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:20 smithi050 ceph-mon[92315]: pgmap v8546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:20 smithi172 ceph-mon[103696]: pgmap v8546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:20.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:20.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:21.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:21.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:22 smithi050 ceph-mon[92315]: pgmap v8547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:22 smithi172 ceph-mon[103696]: pgmap v8547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:22.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:22.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:23.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:23.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:24 smithi050 ceph-mon[92315]: pgmap v8548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:24.866 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:24 smithi172 ceph-mon[103696]: pgmap v8548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:24.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:24.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:25.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:25.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:26 smithi050 ceph-mon[92315]: pgmap v8549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:26 smithi172 ceph-mon[103696]: pgmap v8549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:26.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:26.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:27.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:27.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:28 smithi050 ceph-mon[92315]: pgmap v8550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:40:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:28 smithi172 ceph-mon[103696]: pgmap v8550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:40:28.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:28.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:29.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:29.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:30 smithi050 ceph-mon[92315]: pgmap v8551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:30 smithi172 ceph-mon[103696]: pgmap v8551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:30.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:30.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:31.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:31.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:32 smithi050 ceph-mon[92315]: pgmap v8552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:32 smithi172 ceph-mon[103696]: pgmap v8552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:32.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:32.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:33.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:33.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:34 smithi050 ceph-mon[92315]: pgmap v8553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:40:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:34 smithi172 ceph-mon[103696]: pgmap v8553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:40:34.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:34.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:35.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:35.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:36 smithi050 ceph-mon[92315]: pgmap v8554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:36 smithi172 ceph-mon[103696]: pgmap v8554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:36.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:36.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:37.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:37.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:38 smithi050 ceph-mon[92315]: pgmap v8555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:40:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:38 smithi172 ceph-mon[103696]: pgmap v8555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:40:38.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:38.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:39.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:39.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:40 smithi050 ceph-mon[92315]: pgmap v8556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:40.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:40 smithi172 ceph-mon[103696]: pgmap v8556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:40.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:40.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:40:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:40:41.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:41.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:42 smithi050 ceph-mon[92315]: pgmap v8557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:40:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:40:42.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:40:42.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:40:42.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:40:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:42 smithi172 ceph-mon[103696]: pgmap v8557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:40:42.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:40:42.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:40:42.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:40:42.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:40:42.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:42.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:43.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:43.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:44 smithi050 ceph-mon[92315]: pgmap v8558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:44 smithi172 ceph-mon[103696]: pgmap v8558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:44.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:44.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:45.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:46.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:46 smithi050 ceph-mon[92315]: pgmap v8559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:46 smithi172 ceph-mon[103696]: pgmap v8559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:46.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:46.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:47.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:47.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:48 smithi050 ceph-mon[92315]: pgmap v8560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:40:48.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:48 smithi172 ceph-mon[103696]: pgmap v8560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:40:48.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:48.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:40:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:40:49.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:49.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:50 smithi050 ceph-mon[92315]: pgmap v8561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:50 smithi172 ceph-mon[103696]: pgmap v8561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:50.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:50.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:51.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:51.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:52 smithi050 ceph-mon[92315]: pgmap v8562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:52 smithi172 ceph-mon[103696]: pgmap v8562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:52.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:52.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:53.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:53.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:54 smithi050 ceph-mon[92315]: pgmap v8563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:54 smithi172 ceph-mon[103696]: pgmap v8563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:54.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:54.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:55.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:55.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:56 smithi050 ceph-mon[92315]: pgmap v8564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:56 smithi172 ceph-mon[103696]: pgmap v8564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:40:56.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:56.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:57.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:57.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:40:58 smithi050 ceph-mon[92315]: pgmap v8565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:40:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:40:58 smithi172 ceph-mon[103696]: pgmap v8565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:40:58.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:58.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:40:59.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:40:59.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:00 smithi050 ceph-mon[92315]: pgmap v8566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:00 smithi172 ceph-mon[103696]: pgmap v8566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:00.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:00.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:01.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:01.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:02 smithi050 ceph-mon[92315]: pgmap v8567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:02 smithi172 ceph-mon[103696]: pgmap v8567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:02.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:02.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:03.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:03.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:04 smithi050 ceph-mon[92315]: pgmap v8568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:41:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:04 smithi172 ceph-mon[103696]: pgmap v8568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:41:04.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:04.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:05.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:05.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:06 smithi050 ceph-mon[92315]: pgmap v8569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:06 smithi172 ceph-mon[103696]: pgmap v8569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:06.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:06.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:07.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:07.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:08 smithi050 ceph-mon[92315]: pgmap v8570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:41:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:08 smithi172 ceph-mon[103696]: pgmap v8570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:41:08.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:08.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:09.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:09.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:10 smithi172 ceph-mon[103696]: pgmap v8571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:10 smithi050 ceph-mon[92315]: pgmap v8571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:10.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:10.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:11.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:11.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:12 smithi050 ceph-mon[92315]: pgmap v8572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:12 smithi172 ceph-mon[103696]: pgmap v8572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:12.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:12.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:14.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:14.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:14 smithi050 ceph-mon[92315]: pgmap v8573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:14 smithi172 ceph-mon[103696]: pgmap v8573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:15.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:15.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:16.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:16.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:16 smithi050 ceph-mon[92315]: pgmap v8574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:16 smithi172 ceph-mon[103696]: pgmap v8574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:17.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:17.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:18.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:18.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:18 smithi050 ceph-mon[92315]: pgmap v8575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:41:18.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:18 smithi172 ceph-mon[103696]: pgmap v8575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:41:19.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:19.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:41:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:41:20.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:20.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:20 smithi050 ceph-mon[92315]: pgmap v8576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:20 smithi172 ceph-mon[103696]: pgmap v8576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:21.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:21.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:22.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:22.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:22 smithi172 ceph-mon[103696]: pgmap v8577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:23.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:23.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:22 smithi050 ceph-mon[92315]: pgmap v8577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:24.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:24.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:24 smithi172 ceph-mon[103696]: pgmap v8578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:25.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:25.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:24 smithi050 ceph-mon[92315]: pgmap v8578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:26.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:26.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:26 smithi172 ceph-mon[103696]: pgmap v8579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:27.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:27.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:26 smithi050 ceph-mon[92315]: pgmap v8579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:28.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:28.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:28 smithi172 ceph-mon[103696]: pgmap v8580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:41:29.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:29.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:28 smithi050 ceph-mon[92315]: pgmap v8580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:41:30.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:30.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:30 smithi172 ceph-mon[103696]: pgmap v8581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:30.938 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:30 smithi050 ceph-mon[92315]: pgmap v8581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:31.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:31.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:32.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:32.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:32 smithi172 ceph-mon[103696]: pgmap v8582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:33.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:33.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:32 smithi050 ceph-mon[92315]: pgmap v8582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:33 smithi172 ceph-mon[103696]: pgmap v8583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:34.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:34.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:33 smithi050 ceph-mon[92315]: pgmap v8583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:41:35.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:35.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:41:35.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:35 smithi172 ceph-mon[103696]: pgmap v8584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:35.995 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:35 smithi050 ceph-mon[92315]: pgmap v8584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:36.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:36.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:37.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:37.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:38.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:38.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:38 smithi050 ceph-mon[92315]: pgmap v8585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:41:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:38 smithi172 ceph-mon[103696]: pgmap v8585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:41:39.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:39.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:40.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:40.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:40 smithi050 ceph-mon[92315]: pgmap v8586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:40 smithi172 ceph-mon[103696]: pgmap v8586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:41.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:41.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:42.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:42.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:42 smithi050 ceph-mon[92315]: pgmap v8587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:41:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:42 smithi172 ceph-mon[103696]: pgmap v8587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:42.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:41:43.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:43.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:44.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:44.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:44 smithi050 ceph-mon[92315]: pgmap v8588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:44 smithi172 ceph-mon[103696]: pgmap v8588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:45.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:45.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:46.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:46.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:46 smithi050 ceph-mon[92315]: pgmap v8589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:46 smithi172 ceph-mon[103696]: pgmap v8589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:47.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:47.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:48.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:48.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:41:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:41:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:41:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:41:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:41:48.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:41:48.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:41:48.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:47 smithi050 ceph-mon[92315]: pgmap v8590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:41:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:41:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:41:48.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:41:48.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:41:48.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:41:48.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:41:48.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:41:48.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:47 smithi172 ceph-mon[103696]: pgmap v8590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:41:49.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:49.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:41:49.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:41:50.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:50.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:50 smithi050 ceph-mon[92315]: pgmap v8591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:50 smithi172 ceph-mon[103696]: pgmap v8591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:51.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:51.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:52.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:52.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:52 smithi050 ceph-mon[92315]: pgmap v8592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:52 smithi172 ceph-mon[103696]: pgmap v8592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:53.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:53.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:54.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:54.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:54 smithi050 ceph-mon[92315]: pgmap v8593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:54 smithi172 ceph-mon[103696]: pgmap v8593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:55.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:55.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:56.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:56.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:56 smithi050 ceph-mon[92315]: pgmap v8594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:56 smithi172 ceph-mon[103696]: pgmap v8594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:41:57.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:57.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:58.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:58.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:41:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:41:58 smithi050 ceph-mon[92315]: pgmap v8595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:41:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:41:58 smithi172 ceph-mon[103696]: pgmap v8595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:41:59.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:41:59.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:00.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:00.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:00 smithi050 ceph-mon[92315]: pgmap v8596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:00.866 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:00 smithi172 ceph-mon[103696]: pgmap v8596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:01.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:01.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:02.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:02.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:02 smithi050 ceph-mon[92315]: pgmap v8597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:02.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:02 smithi172 ceph-mon[103696]: pgmap v8597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:03.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:03.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:04.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:04.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:04 smithi050 ceph-mon[92315]: pgmap v8598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:42:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:04 smithi172 ceph-mon[103696]: pgmap v8598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:42:05.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:05.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:06.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:06.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:06 smithi050 ceph-mon[92315]: pgmap v8599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:06 smithi172 ceph-mon[103696]: pgmap v8599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:07.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:07.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:08.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:08.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:08 smithi050 ceph-mon[92315]: pgmap v8600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:42:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:08 smithi172 ceph-mon[103696]: pgmap v8600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:42:09.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:09.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:10.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:10.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:10 smithi050 ceph-mon[92315]: pgmap v8601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:10 smithi172 ceph-mon[103696]: pgmap v8601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:11.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:11.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:12.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:12.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:12 smithi050 ceph-mon[92315]: pgmap v8602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:12 smithi172 ceph-mon[103696]: pgmap v8602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:13.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:13.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:14.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:14.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:14 smithi050 ceph-mon[92315]: pgmap v8603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:14 smithi172 ceph-mon[103696]: pgmap v8603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:15.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:15.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:16.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:16.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:16 smithi050 ceph-mon[92315]: pgmap v8604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:16 smithi172 ceph-mon[103696]: pgmap v8604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:17.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:17.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:18.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:18.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:18 smithi050 ceph-mon[92315]: pgmap v8605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:42:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:18 smithi172 ceph-mon[103696]: pgmap v8605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:42:19.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:19.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:42:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:42:20.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:20.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:20 smithi050 ceph-mon[92315]: pgmap v8606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:20 smithi172 ceph-mon[103696]: pgmap v8606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:21.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:21.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:22.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:22.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:22 smithi050 ceph-mon[92315]: pgmap v8607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:22 smithi172 ceph-mon[103696]: pgmap v8607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:23.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:23.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:24.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:24.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:24 smithi050 ceph-mon[92315]: pgmap v8608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:24 smithi172 ceph-mon[103696]: pgmap v8608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:25.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:25.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:26.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:26.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:26 smithi050 ceph-mon[92315]: pgmap v8609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:26 smithi172 ceph-mon[103696]: pgmap v8609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:27.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:27.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:28.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:28.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:28 smithi050 ceph-mon[92315]: pgmap v8610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:42:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:28 smithi172 ceph-mon[103696]: pgmap v8610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:42:29.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:29.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:30.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:30.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:30 smithi050 ceph-mon[92315]: pgmap v8611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:30 smithi172 ceph-mon[103696]: pgmap v8611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:31.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:31.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:32.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:32.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:32 smithi050 ceph-mon[92315]: pgmap v8612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:32 smithi172 ceph-mon[103696]: pgmap v8612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:33.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:33.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:34.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:34.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:34 smithi050 ceph-mon[92315]: pgmap v8613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:42:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:34 smithi172 ceph-mon[103696]: pgmap v8613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:42:35.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:35.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:36.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:36.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:36 smithi050 ceph-mon[92315]: pgmap v8614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:36 smithi172 ceph-mon[103696]: pgmap v8614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:37.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:37.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:38.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:38.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:38 smithi050 ceph-mon[92315]: pgmap v8615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:42:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:38 smithi172 ceph-mon[103696]: pgmap v8615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:42:39.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:39.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:40.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:40.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:40 smithi050 ceph-mon[92315]: pgmap v8616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:40 smithi172 ceph-mon[103696]: pgmap v8616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:41.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:41.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:42.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:42.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:42 smithi050 ceph-mon[92315]: pgmap v8617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:42 smithi172 ceph-mon[103696]: pgmap v8617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:43.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:43.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:44.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:44.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:44 smithi050 ceph-mon[92315]: pgmap v8618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:44 smithi172 ceph-mon[103696]: pgmap v8618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:45.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:45.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:46.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:46.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:46 smithi172 ceph-mon[103696]: pgmap v8619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:46.802 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:46 smithi050 ceph-mon[92315]: pgmap v8619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:47.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:47.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:42:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:42:48.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:48.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:48 smithi050 ceph-mon[92315]: pgmap v8620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:42:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:42:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:42:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:42:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:42:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:42:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:48 smithi172 ceph-mon[103696]: pgmap v8620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:42:48.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:42:48.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:42:48.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:42:48.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:42:48.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:42:49.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:49.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:42:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:42:50.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:50.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:50 smithi050 ceph-mon[92315]: pgmap v8621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:50 smithi172 ceph-mon[103696]: pgmap v8621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:51.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:51.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:52.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:52.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:52 smithi050 ceph-mon[92315]: pgmap v8622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:52 smithi172 ceph-mon[103696]: pgmap v8622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:53.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:53.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:54.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:54.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:54 smithi050 ceph-mon[92315]: pgmap v8623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:54 smithi172 ceph-mon[103696]: pgmap v8623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:55.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:55.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:56.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:56.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:56 smithi050 ceph-mon[92315]: pgmap v8624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:56 smithi172 ceph-mon[103696]: pgmap v8624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:42:57.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:57.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:58.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:58.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:42:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:42:58 smithi050 ceph-mon[92315]: pgmap v8625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:42:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:42:58 smithi172 ceph-mon[103696]: pgmap v8625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:42:59.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:42:59.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:00.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:00.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:00 smithi050 ceph-mon[92315]: pgmap v8626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:00 smithi172 ceph-mon[103696]: pgmap v8626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:01.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:01.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:02.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:02.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:02 smithi172 ceph-mon[103696]: pgmap v8627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:02 smithi050 ceph-mon[92315]: pgmap v8627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:03.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:03.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:04.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:04.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:04 smithi050 ceph-mon[92315]: pgmap v8628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:43:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:04 smithi172 ceph-mon[103696]: pgmap v8628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:43:05.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:05.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:06.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:06.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:06 smithi050 ceph-mon[92315]: pgmap v8629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:06 smithi172 ceph-mon[103696]: pgmap v8629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:07.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:07.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:08.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:08.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:08 smithi050 ceph-mon[92315]: pgmap v8630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:43:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:08 smithi172 ceph-mon[103696]: pgmap v8630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:43:09.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:09.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:10.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:10.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:10 smithi050 ceph-mon[92315]: pgmap v8631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:10 smithi172 ceph-mon[103696]: pgmap v8631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:11.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:11.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:12.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:12.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:12 smithi050 ceph-mon[92315]: pgmap v8632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:12 smithi172 ceph-mon[103696]: pgmap v8632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:13.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:13.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:14.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:14.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:14 smithi050 ceph-mon[92315]: pgmap v8633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:14 smithi172 ceph-mon[103696]: pgmap v8633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:15.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:15.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:16.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:16.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:16 smithi050 ceph-mon[92315]: pgmap v8634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:16 smithi172 ceph-mon[103696]: pgmap v8634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:17.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:17.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:18.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:18.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:18 smithi050 ceph-mon[92315]: pgmap v8635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:43:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:18 smithi172 ceph-mon[103696]: pgmap v8635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:43:19.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:19.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:43:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:43:20.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:20.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:20 smithi050 ceph-mon[92315]: pgmap v8636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:20 smithi172 ceph-mon[103696]: pgmap v8636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:21.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:21.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:22.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:22.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:22 smithi050 ceph-mon[92315]: pgmap v8637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:22 smithi172 ceph-mon[103696]: pgmap v8637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:23.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:23.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:24.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:24.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:24 smithi050 ceph-mon[92315]: pgmap v8638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:24 smithi172 ceph-mon[103696]: pgmap v8638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:25.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:25.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:26.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:26.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:26 smithi050 ceph-mon[92315]: pgmap v8639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:26 smithi172 ceph-mon[103696]: pgmap v8639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:27.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:27.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:28.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:28.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:28 smithi050 ceph-mon[92315]: pgmap v8640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:43:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:28 smithi172 ceph-mon[103696]: pgmap v8640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:43:29.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:29.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:30.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:30.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:30 smithi050 ceph-mon[92315]: pgmap v8641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:30 smithi172 ceph-mon[103696]: pgmap v8641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:31.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:31.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:32.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:32.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:32 smithi050 ceph-mon[92315]: pgmap v8642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:32 smithi172 ceph-mon[103696]: pgmap v8642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:33.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:33.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:34.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:34.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:34 smithi050 ceph-mon[92315]: pgmap v8643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:43:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:34 smithi172 ceph-mon[103696]: pgmap v8643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:43:35.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:35.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:36.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:36.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:36 smithi050 ceph-mon[92315]: pgmap v8644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:36.870 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:36 smithi172 ceph-mon[103696]: pgmap v8644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:37.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:37.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:38.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:38.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:38 smithi050 ceph-mon[92315]: pgmap v8645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:43:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:38 smithi172 ceph-mon[103696]: pgmap v8645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:43:39.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:39.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:40.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:40.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:40 smithi050 ceph-mon[92315]: pgmap v8646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:40 smithi172 ceph-mon[103696]: pgmap v8646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:41.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:41.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:42.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:42.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:42 smithi050 ceph-mon[92315]: pgmap v8647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:42 smithi172 ceph-mon[103696]: pgmap v8647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:43.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:43.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:44.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:44.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:44 smithi172 ceph-mon[103696]: pgmap v8648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:44 smithi050 ceph-mon[92315]: pgmap v8648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:45.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:45.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:46.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:46.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:46 smithi172 ceph-mon[103696]: pgmap v8649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:47.766 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:46 smithi050 ceph-mon[92315]: pgmap v8649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:47.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:47.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:48.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:48.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:48 smithi172 ceph-mon[103696]: pgmap v8650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:43:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:43:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:48 smithi050 ceph-mon[92315]: pgmap v8650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:43:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:43:49.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:49.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:43:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:43:50.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:50.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:50 smithi172 ceph-mon[103696]: pgmap v8651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:50 smithi050 ceph-mon[92315]: pgmap v8651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:51.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:51.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:52.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:52.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:52 smithi050 ceph-mon[92315]: pgmap v8652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:52 smithi172 ceph-mon[103696]: pgmap v8652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:53.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:53.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:54.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:54.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:54 smithi172 ceph-mon[103696]: pgmap v8653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:54 smithi050 ceph-mon[92315]: pgmap v8653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:55.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:55.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:56.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:56.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:56 smithi172 ceph-mon[103696]: pgmap v8654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:43:56.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:43:56.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:43:56.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:43:56.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:43:56.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:43:56.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:43:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:56 smithi050 ceph-mon[92315]: pgmap v8654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:43:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:43:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:43:57.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:43:57.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:43:57.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:43:57.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:43:57.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:43:57.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:57.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:58.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:58.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:43:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:43:58 smithi172 ceph-mon[103696]: pgmap v8655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:43:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:43:58 smithi050 ceph-mon[92315]: pgmap v8655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:43:59.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:43:59.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:00.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:00.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:00 smithi172 ceph-mon[103696]: pgmap v8656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:00 smithi050 ceph-mon[92315]: pgmap v8656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:01.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:01.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:02.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:02.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:02 smithi172 ceph-mon[103696]: pgmap v8657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:02 smithi050 ceph-mon[92315]: pgmap v8657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:03.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:03.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:04.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:04.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:04 smithi172 ceph-mon[103696]: pgmap v8658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:44:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:04 smithi050 ceph-mon[92315]: pgmap v8658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:44:05.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:05.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:06.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:06.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:06 smithi172 ceph-mon[103696]: pgmap v8659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:06 smithi050 ceph-mon[92315]: pgmap v8659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:07.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:07.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:08.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:08.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:08 smithi172 ceph-mon[103696]: pgmap v8660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:44:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:08 smithi050 ceph-mon[92315]: pgmap v8660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:44:09.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:09.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:10.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:10.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:10 smithi050 ceph-mon[92315]: pgmap v8661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:10 smithi172 ceph-mon[103696]: pgmap v8661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:11.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:11.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:12.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:12.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:12 smithi050 ceph-mon[92315]: pgmap v8662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:12 smithi172 ceph-mon[103696]: pgmap v8662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:13.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:13.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:14.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:14.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:14 smithi050 ceph-mon[92315]: pgmap v8663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:14 smithi172 ceph-mon[103696]: pgmap v8663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:15.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:15.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:16.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:16.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:16 smithi050 ceph-mon[92315]: pgmap v8664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:16 smithi172 ceph-mon[103696]: pgmap v8664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:17.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:17.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:18.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:18.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:18 smithi050 ceph-mon[92315]: pgmap v8665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:44:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:18 smithi172 ceph-mon[103696]: pgmap v8665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:44:19.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:19.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:44:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:19 smithi050 ceph-mon[92315]: pgmap v8666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:44:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:19 smithi172 ceph-mon[103696]: pgmap v8666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:20.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:20.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:21.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:21.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:22.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:22.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:22 smithi172 ceph-mon[103696]: pgmap v8667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:22 smithi050 ceph-mon[92315]: pgmap v8667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:23.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:23.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:24.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:24.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:24 smithi050 ceph-mon[92315]: pgmap v8668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:24 smithi172 ceph-mon[103696]: pgmap v8668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:25.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:25.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:26.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:26.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:26 smithi050 ceph-mon[92315]: pgmap v8669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:26 smithi172 ceph-mon[103696]: pgmap v8669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:27.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:27.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:28.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:28.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:28.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:28 smithi050 ceph-mon[92315]: pgmap v8670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:44:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:28 smithi172 ceph-mon[103696]: pgmap v8670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:44:29.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:29.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:30.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:30.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:30 smithi050 ceph-mon[92315]: pgmap v8671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:30 smithi172 ceph-mon[103696]: pgmap v8671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:31.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:31.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:32.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:32.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:32 smithi050 ceph-mon[92315]: pgmap v8672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:32 smithi172 ceph-mon[103696]: pgmap v8672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:33.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:33.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:34.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:34.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:34 smithi050 ceph-mon[92315]: pgmap v8673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:44:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:34 smithi172 ceph-mon[103696]: pgmap v8673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:44:35.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:35.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:36.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:36.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:36 smithi050 ceph-mon[92315]: pgmap v8674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:36.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:36 smithi172 ceph-mon[103696]: pgmap v8674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:37.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:37.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:38.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:38.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:38 smithi050 ceph-mon[92315]: pgmap v8675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:44:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:38 smithi172 ceph-mon[103696]: pgmap v8675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:44:39.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:39.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:40.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:40.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:40 smithi050 ceph-mon[92315]: pgmap v8676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:40 smithi172 ceph-mon[103696]: pgmap v8676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:41.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:41.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:42.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:42.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:42 smithi050 ceph-mon[92315]: pgmap v8677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:42 smithi172 ceph-mon[103696]: pgmap v8677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:43.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:43.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:44.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:44.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:44 smithi050 ceph-mon[92315]: pgmap v8678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:44 smithi172 ceph-mon[103696]: pgmap v8678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:45.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:45.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:46.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:46.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:46 smithi050 ceph-mon[92315]: pgmap v8679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:46 smithi172 ceph-mon[103696]: pgmap v8679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:47.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:47.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:48.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:48.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:48 smithi050 ceph-mon[92315]: pgmap v8680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:44:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:48 smithi172 ceph-mon[103696]: pgmap v8680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:44:49.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:49.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:44:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:44:50.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:50.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:50 smithi050 ceph-mon[92315]: pgmap v8681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:50 smithi172 ceph-mon[103696]: pgmap v8681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:51.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:51.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:52.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:52.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:52 smithi050 ceph-mon[92315]: pgmap v8682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:52 smithi172 ceph-mon[103696]: pgmap v8682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:53.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:53.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:54.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:54.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:54 smithi050 ceph-mon[92315]: pgmap v8683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:54 smithi172 ceph-mon[103696]: pgmap v8683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:55.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:55.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:56.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:56.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:56 smithi050 ceph-mon[92315]: pgmap v8684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:44:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:56 smithi172 ceph-mon[103696]: pgmap v8684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:44:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:44:57.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:57.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:44:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:44:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:44:58.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:44:58.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:44:58.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:44:58.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:44:58.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:44:57 smithi050 ceph-mon[92315]: pgmap v8685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:44:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:44:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:44:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:44:58.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:44:58.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:44:58.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:44:58.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:44:58.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:44:57 smithi172 ceph-mon[103696]: pgmap v8685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:44:58.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:58.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:44:59.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:44:59.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:00.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:00.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:00 smithi050 ceph-mon[92315]: pgmap v8686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:00 smithi172 ceph-mon[103696]: pgmap v8686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:01.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:01.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:02.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:02.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:02.775 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:02 smithi172 ceph-mon[103696]: pgmap v8687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:02 smithi050 ceph-mon[92315]: pgmap v8687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:03.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:03.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:04.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:04.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:04.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:04 smithi050 ceph-mon[92315]: pgmap v8688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:04.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:45:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:04 smithi172 ceph-mon[103696]: pgmap v8688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:45:05.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:05.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:06.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:06.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:06 smithi050 ceph-mon[92315]: pgmap v8689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:06 smithi172 ceph-mon[103696]: pgmap v8689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:07.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:07.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:08.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:08.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:08 smithi050 ceph-mon[92315]: pgmap v8690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:45:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:08 smithi172 ceph-mon[103696]: pgmap v8690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:45:09.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:09.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:10.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:10.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:10 smithi050 ceph-mon[92315]: pgmap v8691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:10 smithi172 ceph-mon[103696]: pgmap v8691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:11.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:11.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:12.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:12.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:12 smithi050 ceph-mon[92315]: pgmap v8692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:12 smithi172 ceph-mon[103696]: pgmap v8692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:13.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:13.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:14.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:14.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:14 smithi050 ceph-mon[92315]: pgmap v8693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:14 smithi172 ceph-mon[103696]: pgmap v8693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:15.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:15.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:16.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:16.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:16 smithi050 ceph-mon[92315]: pgmap v8694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:16 smithi172 ceph-mon[103696]: pgmap v8694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:17.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:17.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:18.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:18.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:18 smithi050 ceph-mon[92315]: pgmap v8695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:45:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:18 smithi172 ceph-mon[103696]: pgmap v8695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:45:19.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:19.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:45:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:45:20.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:20.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:20 smithi050 ceph-mon[92315]: pgmap v8696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:20 smithi172 ceph-mon[103696]: pgmap v8696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:21.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:21.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:22.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:22.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:22 smithi050 ceph-mon[92315]: pgmap v8697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:22 smithi172 ceph-mon[103696]: pgmap v8697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:23.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:23.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:24.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:24.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:24 smithi050 ceph-mon[92315]: pgmap v8698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:24 smithi172 ceph-mon[103696]: pgmap v8698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:25.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:25.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:26.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:26.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:26 smithi050 ceph-mon[92315]: pgmap v8699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:26 smithi172 ceph-mon[103696]: pgmap v8699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:27.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:27.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:28.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:28.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:28 smithi050 ceph-mon[92315]: pgmap v8700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:45:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:28 smithi172 ceph-mon[103696]: pgmap v8700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:45:29.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:29.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:30.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:30.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:30 smithi050 ceph-mon[92315]: pgmap v8701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:30 smithi172 ceph-mon[103696]: pgmap v8701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:31.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:31.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:32.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:32.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:32 smithi050 ceph-mon[92315]: pgmap v8702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:32 smithi172 ceph-mon[103696]: pgmap v8702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:33.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:33.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:34.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:34.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:34 smithi050 ceph-mon[92315]: pgmap v8703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:45:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:34 smithi172 ceph-mon[103696]: pgmap v8703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:45:35.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:35.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:36.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:36.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:36 smithi050 ceph-mon[92315]: pgmap v8704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:36 smithi172 ceph-mon[103696]: pgmap v8704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:37.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:37.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:38.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:38.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:38 smithi050 ceph-mon[92315]: pgmap v8705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:45:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:38 smithi172 ceph-mon[103696]: pgmap v8705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:45:39.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:39.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:40.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:40.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:40 smithi050 ceph-mon[92315]: pgmap v8706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:40 smithi172 ceph-mon[103696]: pgmap v8706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:41.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:41.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:42.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:42.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:42 smithi050 ceph-mon[92315]: pgmap v8707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:42 smithi172 ceph-mon[103696]: pgmap v8707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:43.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:43.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:44.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:44.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:44 smithi050 ceph-mon[92315]: pgmap v8708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:44 smithi172 ceph-mon[103696]: pgmap v8708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:45.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:45.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:46.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:46.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:46 smithi050 ceph-mon[92315]: pgmap v8709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:46 smithi172 ceph-mon[103696]: pgmap v8709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:47.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:47.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:48.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:48.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:48 smithi050 ceph-mon[92315]: pgmap v8710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:45:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:48 smithi172 ceph-mon[103696]: pgmap v8710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:45:49.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:49.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:45:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:45:50.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:50.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:50 smithi050 ceph-mon[92315]: pgmap v8711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:50 smithi172 ceph-mon[103696]: pgmap v8711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:51.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:51.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:52.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:52.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:52 smithi050 ceph-mon[92315]: pgmap v8712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:52 smithi172 ceph-mon[103696]: pgmap v8712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:53.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:53.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:54.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:54.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:54 smithi050 ceph-mon[92315]: pgmap v8713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:54 smithi172 ceph-mon[103696]: pgmap v8713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:55.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:55.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:56.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:56.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:56 smithi050 ceph-mon[92315]: pgmap v8714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:56 smithi172 ceph-mon[103696]: pgmap v8714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:45:57.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:57.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:45:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:45:58.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:58.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:45:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:58 smithi172 ceph-mon[103696]: pgmap v8715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:45:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:45:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:45:58.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:45:58.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:45:58.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:45:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:45:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:58 smithi050 ceph-mon[92315]: pgmap v8715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:45:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:45:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:45:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:45:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:45:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:45:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:45:59.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:45:59.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:00.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:00.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:00 smithi050 ceph-mon[92315]: pgmap v8716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:00 smithi172 ceph-mon[103696]: pgmap v8716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:01.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:01.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:02.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:02.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:02 smithi050 ceph-mon[92315]: pgmap v8717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:02 smithi172 ceph-mon[103696]: pgmap v8717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:03.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:03.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:04.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:04.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:04 smithi050 ceph-mon[92315]: pgmap v8718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:46:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:04 smithi172 ceph-mon[103696]: pgmap v8718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:46:05.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:05.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:06.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:06.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:06 smithi050 ceph-mon[92315]: pgmap v8719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:06 smithi172 ceph-mon[103696]: pgmap v8719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:07.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:07.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:08.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:08.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:08 smithi050 ceph-mon[92315]: pgmap v8720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:46:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:08 smithi172 ceph-mon[103696]: pgmap v8720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:46:09.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:09.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:10.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:10.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:10 smithi050 ceph-mon[92315]: pgmap v8721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:10 smithi172 ceph-mon[103696]: pgmap v8721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:11.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:11.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:12.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:12.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:12 smithi050 ceph-mon[92315]: pgmap v8722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:12 smithi172 ceph-mon[103696]: pgmap v8722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:13.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:13.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:14.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:14.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:14 smithi050 ceph-mon[92315]: pgmap v8723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:14 smithi172 ceph-mon[103696]: pgmap v8723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:15.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:15.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:16.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:16.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:16 smithi050 ceph-mon[92315]: pgmap v8724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:16 smithi172 ceph-mon[103696]: pgmap v8724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:17.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:17.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:18.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:18.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:18 smithi050 ceph-mon[92315]: pgmap v8725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:46:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:18 smithi172 ceph-mon[103696]: pgmap v8725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:46:19.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:19.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:46:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:46:20.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:20.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:20 smithi172 ceph-mon[103696]: pgmap v8726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:20 smithi050 ceph-mon[92315]: pgmap v8726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:21.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:21.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:22.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:22.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:22 smithi172 ceph-mon[103696]: pgmap v8727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:22 smithi050 ceph-mon[92315]: pgmap v8727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:23.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:23.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:24.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:24.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:24 smithi172 ceph-mon[103696]: pgmap v8728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:24 smithi050 ceph-mon[92315]: pgmap v8728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:25.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:25.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:26.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:26.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:26 smithi172 ceph-mon[103696]: pgmap v8729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:26 smithi050 ceph-mon[92315]: pgmap v8729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:27.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:27.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:28.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:28.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:28 smithi172 ceph-mon[103696]: pgmap v8730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:46:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:28 smithi050 ceph-mon[92315]: pgmap v8730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:46:29.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:29.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:30.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:30.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:30 smithi172 ceph-mon[103696]: pgmap v8731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:30 smithi050 ceph-mon[92315]: pgmap v8731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:31.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:31.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:32.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:32.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:32 smithi172 ceph-mon[103696]: pgmap v8732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:32 smithi050 ceph-mon[92315]: pgmap v8732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:33.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:33.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:34.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:34.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:34 smithi172 ceph-mon[103696]: pgmap v8733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:46:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:34 smithi050 ceph-mon[92315]: pgmap v8733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:46:35.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:35.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:36.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:36.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:36 smithi172 ceph-mon[103696]: pgmap v8734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:36 smithi050 ceph-mon[92315]: pgmap v8734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:37.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:37.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:38.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:38.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:38 smithi050 ceph-mon[92315]: pgmap v8735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:46:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:38 smithi172 ceph-mon[103696]: pgmap v8735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:46:39.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:39.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:40.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:40.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:40 smithi050 ceph-mon[92315]: pgmap v8736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:40 smithi172 ceph-mon[103696]: pgmap v8736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:41.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:41.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:42.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:42.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:42 smithi050 ceph-mon[92315]: pgmap v8737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:42 smithi172 ceph-mon[103696]: pgmap v8737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:43.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:43.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:44.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:44.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:44 smithi050 ceph-mon[92315]: pgmap v8738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:44 smithi172 ceph-mon[103696]: pgmap v8738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:45.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:45.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:46.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:46.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:46 smithi050 ceph-mon[92315]: pgmap v8739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:46 smithi172 ceph-mon[103696]: pgmap v8739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:47.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:47.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:48.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:48.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:48 smithi050 ceph-mon[92315]: pgmap v8740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:46:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:48 smithi172 ceph-mon[103696]: pgmap v8740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:46:49.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:49.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:46:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:46:50.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:50.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:50 smithi050 ceph-mon[92315]: pgmap v8741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:50 smithi172 ceph-mon[103696]: pgmap v8741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:51.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:51.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:52.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:52.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:52 smithi050 ceph-mon[92315]: pgmap v8742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:52 smithi172 ceph-mon[103696]: pgmap v8742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:53.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:53.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:54.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:54.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:54 smithi050 ceph-mon[92315]: pgmap v8743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:54 smithi172 ceph-mon[103696]: pgmap v8743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:55.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:55.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:56.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:56.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:56 smithi050 ceph-mon[92315]: pgmap v8744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:56 smithi172 ceph-mon[103696]: pgmap v8744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:46:57.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:57.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:58.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:58.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:46:58.984 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:58 smithi172 ceph-mon[103696]: pgmap v8745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:46:58.984 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:46:58.984 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:46:58.984 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:46:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:58 smithi050 ceph-mon[92315]: pgmap v8745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:46:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:46:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:46:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:46:59.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:46:59.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:47:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:47:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:47:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:47:00.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:46:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:47:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:47:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:47:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:47:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:47:00.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:46:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:47:00.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:00.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:00 smithi050 ceph-mon[92315]: pgmap v8746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:00 smithi172 ceph-mon[103696]: pgmap v8746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:01.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:01.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:02.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:02.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:02 smithi050 ceph-mon[92315]: pgmap v8747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:02 smithi172 ceph-mon[103696]: pgmap v8747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:03.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:03.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:04.039 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:03 smithi172 ceph-mon[103696]: pgmap v8748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:03 smithi050 ceph-mon[92315]: pgmap v8748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:04.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:04.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:47:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:47:05.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:05.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:05 smithi050 ceph-mon[92315]: pgmap v8749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:05 smithi172 ceph-mon[103696]: pgmap v8749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:06.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:06.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:07.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:07.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:08.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:08.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:08 smithi050 ceph-mon[92315]: pgmap v8750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:47:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:08 smithi172 ceph-mon[103696]: pgmap v8750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:47:09.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:09.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:10.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:10.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:10 smithi050 ceph-mon[92315]: pgmap v8751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:10 smithi172 ceph-mon[103696]: pgmap v8751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:11.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:11.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:12.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:12.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:12 smithi050 ceph-mon[92315]: pgmap v8752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:12 smithi172 ceph-mon[103696]: pgmap v8752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:13.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:13.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:14.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:14.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:14.834 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:14 smithi050 ceph-mon[92315]: pgmap v8753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:14 smithi172 ceph-mon[103696]: pgmap v8753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:15.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:15.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:16.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:16.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:16 smithi050 ceph-mon[92315]: pgmap v8754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:16 smithi172 ceph-mon[103696]: pgmap v8754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:17.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:17.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:18 smithi050 ceph-mon[92315]: pgmap v8755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:47:18.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:18.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:18 smithi172 ceph-mon[103696]: pgmap v8755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:47:19.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:19.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:47:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:47:20.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:20.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:20 smithi050 ceph-mon[92315]: pgmap v8756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:20 smithi172 ceph-mon[103696]: pgmap v8756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:21.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:21.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:22.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:22.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:22 smithi050 ceph-mon[92315]: pgmap v8757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:22 smithi172 ceph-mon[103696]: pgmap v8757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:23.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:23.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:24.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:24.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:24 smithi050 ceph-mon[92315]: pgmap v8758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:24 smithi172 ceph-mon[103696]: pgmap v8758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:25.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:25.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:26.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:26.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:26 smithi050 ceph-mon[92315]: pgmap v8759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:26 smithi172 ceph-mon[103696]: pgmap v8759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:27.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:27.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:28.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:28.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:28 smithi050 ceph-mon[92315]: pgmap v8760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:47:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:28 smithi172 ceph-mon[103696]: pgmap v8760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:47:29.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:29.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:30.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:30.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:30 smithi050 ceph-mon[92315]: pgmap v8761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:30 smithi172 ceph-mon[103696]: pgmap v8761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:31.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:31.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:32.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:32.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:32 smithi050 ceph-mon[92315]: pgmap v8762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:32 smithi172 ceph-mon[103696]: pgmap v8762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:33.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:33.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:34 smithi172 ceph-mon[103696]: pgmap v8763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:47:34.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:34.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:34 smithi050 ceph-mon[92315]: pgmap v8763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:47:35.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:35.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:36.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:36.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:36 smithi050 ceph-mon[92315]: pgmap v8764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:36 smithi172 ceph-mon[103696]: pgmap v8764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:37.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:37.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:38.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:38.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:38 smithi050 ceph-mon[92315]: pgmap v8765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:47:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:38 smithi172 ceph-mon[103696]: pgmap v8765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:47:39.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:39.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:40.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:40.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:40 smithi050 ceph-mon[92315]: pgmap v8766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:40 smithi172 ceph-mon[103696]: pgmap v8766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:41.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:41.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:42.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:42.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:42 smithi050 ceph-mon[92315]: pgmap v8767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:42 smithi172 ceph-mon[103696]: pgmap v8767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:43.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:43.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:44.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:44.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:44 smithi050 ceph-mon[92315]: pgmap v8768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:44 smithi172 ceph-mon[103696]: pgmap v8768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:45.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:45.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:46.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:46.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:46 smithi050 ceph-mon[92315]: pgmap v8769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:46 smithi172 ceph-mon[103696]: pgmap v8769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:47.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:47.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:48.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:48.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:48 smithi050 ceph-mon[92315]: pgmap v8770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:47:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:48 smithi172 ceph-mon[103696]: pgmap v8770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:47:49.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:49.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:47:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:47:50.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:50.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:50 smithi050 ceph-mon[92315]: pgmap v8771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:50 smithi172 ceph-mon[103696]: pgmap v8771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:51.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:51.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:52.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:52.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:52 smithi050 ceph-mon[92315]: pgmap v8772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:52 smithi172 ceph-mon[103696]: pgmap v8772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:53.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:53.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:54.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:54.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:54 smithi050 ceph-mon[92315]: pgmap v8773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:54 smithi172 ceph-mon[103696]: pgmap v8773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:55.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:55.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:56.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:56.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:56 smithi050 ceph-mon[92315]: pgmap v8774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:56 smithi172 ceph-mon[103696]: pgmap v8774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:47:57.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:57.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:58.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:58.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:58 smithi050 ceph-mon[92315]: pgmap v8775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:47:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:58 smithi172 ceph-mon[103696]: pgmap v8775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:47:59.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:47:59.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:47:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:47:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:47:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:47:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:48:00.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:00.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:00 smithi050 ceph-mon[92315]: pgmap v8776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:48:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:48:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:48:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:48:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:48:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:00 smithi172 ceph-mon[103696]: pgmap v8776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:48:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:48:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:48:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:48:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:48:01.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:01.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:02.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:02.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:02 smithi050 ceph-mon[92315]: pgmap v8777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:02 smithi172 ceph-mon[103696]: pgmap v8777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:03.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:03.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:04.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:04.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:04 smithi050 ceph-mon[92315]: pgmap v8778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:48:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:04 smithi172 ceph-mon[103696]: pgmap v8778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:48:05.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:05.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:06.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:06.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:06 smithi050 ceph-mon[92315]: pgmap v8779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:06 smithi172 ceph-mon[103696]: pgmap v8779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:07.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:07.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:08.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:08.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:08 smithi050 ceph-mon[92315]: pgmap v8780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:48:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:08 smithi172 ceph-mon[103696]: pgmap v8780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:48:09.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:09.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:10.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:10.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:10 smithi050 ceph-mon[92315]: pgmap v8781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:10 smithi172 ceph-mon[103696]: pgmap v8781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:11.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:11.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:12.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:12.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:12 smithi050 ceph-mon[92315]: pgmap v8782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:12 smithi172 ceph-mon[103696]: pgmap v8782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:13.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:13.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:14.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:14.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:14 smithi172 ceph-mon[103696]: pgmap v8783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:14 smithi050 ceph-mon[92315]: pgmap v8783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:15.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:15.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:16.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:16.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:16 smithi172 ceph-mon[103696]: pgmap v8784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:16 smithi050 ceph-mon[92315]: pgmap v8784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:17.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:17.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:18.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:18.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:18 smithi172 ceph-mon[103696]: pgmap v8785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:48:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:18 smithi050 ceph-mon[92315]: pgmap v8785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:48:19.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:19.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:48:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:48:20.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:20.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:20 smithi050 ceph-mon[92315]: pgmap v8786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:20 smithi172 ceph-mon[103696]: pgmap v8786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:21.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:21.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:22.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:22.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:22 smithi172 ceph-mon[103696]: pgmap v8787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:22 smithi050 ceph-mon[92315]: pgmap v8787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:23.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:23.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:24.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:24.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:24 smithi172 ceph-mon[103696]: pgmap v8788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:24 smithi050 ceph-mon[92315]: pgmap v8788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:25.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:25.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:26.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:26.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:26 smithi172 ceph-mon[103696]: pgmap v8789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:26 smithi050 ceph-mon[92315]: pgmap v8789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:27.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:27.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:28.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:28.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:28 smithi172 ceph-mon[103696]: pgmap v8790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:48:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:28 smithi050 ceph-mon[92315]: pgmap v8790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:48:29.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:29.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:30.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:30.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:30 smithi050 ceph-mon[92315]: pgmap v8791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:30 smithi172 ceph-mon[103696]: pgmap v8791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:31.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:31.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:32.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:32.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:32 smithi050 ceph-mon[92315]: pgmap v8792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:32 smithi172 ceph-mon[103696]: pgmap v8792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:33.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:33.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:34.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:34.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:34.985 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:34 smithi172 ceph-mon[103696]: pgmap v8793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:34.985 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:48:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:34 smithi050 ceph-mon[92315]: pgmap v8793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:48:35.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:35.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:36.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:36.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:36 smithi050 ceph-mon[92315]: pgmap v8794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:36 smithi172 ceph-mon[103696]: pgmap v8794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:37.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:37.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:38.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:38.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:38 smithi050 ceph-mon[92315]: pgmap v8795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:48:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:38 smithi172 ceph-mon[103696]: pgmap v8795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:48:39.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:39.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:40.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:40.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:40 smithi050 ceph-mon[92315]: pgmap v8796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:40 smithi172 ceph-mon[103696]: pgmap v8796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:41.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:41.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:42.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:42.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:42 smithi050 ceph-mon[92315]: pgmap v8797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:42 smithi172 ceph-mon[103696]: pgmap v8797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:43.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:43.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:44.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:44.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:45.089 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:44 smithi172 ceph-mon[103696]: pgmap v8798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:44 smithi050 ceph-mon[92315]: pgmap v8798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:45.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:45.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:46.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:46.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:46 smithi050 ceph-mon[92315]: pgmap v8799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:46 smithi172 ceph-mon[103696]: pgmap v8799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:47.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:47.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:48.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:48.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:48 smithi050 ceph-mon[92315]: pgmap v8800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:48:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:48 smithi172 ceph-mon[103696]: pgmap v8800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:48:49.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:49.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:48:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:48:50.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:50.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:50.920 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:50 smithi050 ceph-mon[92315]: pgmap v8801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:50 smithi172 ceph-mon[103696]: pgmap v8801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:51.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:51.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:52.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:52.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:52 smithi050 ceph-mon[92315]: pgmap v8802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:52 smithi172 ceph-mon[103696]: pgmap v8802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:53.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:53.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:54.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:54.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:54 smithi050 ceph-mon[92315]: pgmap v8803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:54 smithi172 ceph-mon[103696]: pgmap v8803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:55.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:55.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:56.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:56.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:56 smithi050 ceph-mon[92315]: pgmap v8804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:56 smithi172 ceph-mon[103696]: pgmap v8804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:48:57.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:57.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:58.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:58.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:48:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:48:58 smithi050 ceph-mon[92315]: pgmap v8805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:48:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:48:58 smithi172 ceph-mon[103696]: pgmap v8805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:48:59.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:48:59.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:00.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:00.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:01.035 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:00 smithi050 ceph-mon[92315]: pgmap v8806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:01.035 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:49:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:00 smithi172 ceph-mon[103696]: pgmap v8806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:49:01.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:01.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:49:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:49:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:49:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:49:02.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:49:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:49:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:49:02.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:49:02.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:49:02.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:49:02.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:02.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:02 smithi050 ceph-mon[92315]: pgmap v8807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:02 smithi172 ceph-mon[103696]: pgmap v8807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:03.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:03.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:04.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:04.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:04 smithi050 ceph-mon[92315]: pgmap v8808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:49:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:04 smithi172 ceph-mon[103696]: pgmap v8808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:49:05.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:05.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:06.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:06.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:06 smithi050 ceph-mon[92315]: pgmap v8809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:06 smithi172 ceph-mon[103696]: pgmap v8809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:07.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:07.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:08.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:08.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:08 smithi050 ceph-mon[92315]: pgmap v8810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:49:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:08 smithi172 ceph-mon[103696]: pgmap v8810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:49:09.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:09.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:10.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:10.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:10 smithi050 ceph-mon[92315]: pgmap v8811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:10 smithi172 ceph-mon[103696]: pgmap v8811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:11.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:11.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:12.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:12.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:12 smithi050 ceph-mon[92315]: pgmap v8812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:12 smithi172 ceph-mon[103696]: pgmap v8812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:13.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:13.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:13 smithi050 ceph-mon[92315]: pgmap v8813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:13 smithi172 ceph-mon[103696]: pgmap v8813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:14.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:14.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:15.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:15.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:16.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:16.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:16 smithi050 ceph-mon[92315]: pgmap v8814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:16 smithi172 ceph-mon[103696]: pgmap v8814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:17.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:17.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:18.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:18.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:18 smithi050 ceph-mon[92315]: pgmap v8815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:49:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:18 smithi172 ceph-mon[103696]: pgmap v8815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:49:19.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:19.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:49:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:49:20.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:20.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:20 smithi050 ceph-mon[92315]: pgmap v8816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:20 smithi172 ceph-mon[103696]: pgmap v8816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:21.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:21.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:22.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:22.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:22 smithi050 ceph-mon[92315]: pgmap v8817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:22 smithi172 ceph-mon[103696]: pgmap v8817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:23.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:23.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:24.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:24.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:24 smithi050 ceph-mon[92315]: pgmap v8818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:24 smithi172 ceph-mon[103696]: pgmap v8818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:25.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:25.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:26 smithi050 ceph-mon[92315]: pgmap v8819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:26.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:26.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:26 smithi172 ceph-mon[103696]: pgmap v8819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:27.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:27.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:28.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:28.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:28 smithi050 ceph-mon[92315]: pgmap v8820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:49:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:28 smithi172 ceph-mon[103696]: pgmap v8820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:49:29.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:29.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:30.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:30.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:30 smithi050 ceph-mon[92315]: pgmap v8821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:30 smithi172 ceph-mon[103696]: pgmap v8821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:31.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:31.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:32.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:32.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:32 smithi050 ceph-mon[92315]: pgmap v8822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:32 smithi172 ceph-mon[103696]: pgmap v8822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:33.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:33.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:34.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:34.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:34 smithi050 ceph-mon[92315]: pgmap v8823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:49:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:34 smithi172 ceph-mon[103696]: pgmap v8823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:49:35.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:35.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:36.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:36.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:36 smithi050 ceph-mon[92315]: pgmap v8824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:36 smithi172 ceph-mon[103696]: pgmap v8824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:37.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:37.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:38.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:38.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:38 smithi050 ceph-mon[92315]: pgmap v8825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:49:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:38 smithi172 ceph-mon[103696]: pgmap v8825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:49:39.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:39.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:40.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:40.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:40 smithi050 ceph-mon[92315]: pgmap v8826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:40 smithi172 ceph-mon[103696]: pgmap v8826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:41.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:41.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:42 smithi050 ceph-mon[92315]: pgmap v8827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:42.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:42.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:42 smithi172 ceph-mon[103696]: pgmap v8827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:43.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:43.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:44 smithi050 ceph-mon[92315]: pgmap v8828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:44.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:44.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:44 smithi172 ceph-mon[103696]: pgmap v8828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:45.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:45.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:46 smithi050 ceph-mon[92315]: pgmap v8829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:46.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:46.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:46 smithi172 ceph-mon[103696]: pgmap v8829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:47.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:47.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:48 smithi050 ceph-mon[92315]: pgmap v8830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:49:48.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:48.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:48 smithi172 ceph-mon[103696]: pgmap v8830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:49:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:49:49.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:49.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:49:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:50 smithi050 ceph-mon[92315]: pgmap v8831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:50.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:50.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:50 smithi172 ceph-mon[103696]: pgmap v8831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:51.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:51.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:52 smithi050 ceph-mon[92315]: pgmap v8832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:52.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:52.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:52 smithi172 ceph-mon[103696]: pgmap v8832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:53.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:53.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:54 smithi050 ceph-mon[92315]: pgmap v8833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:54.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:54.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:54 smithi172 ceph-mon[103696]: pgmap v8833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:55.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:55.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:56 smithi050 ceph-mon[92315]: pgmap v8834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:56.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:56.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:56 smithi172 ceph-mon[103696]: pgmap v8834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:49:57.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:57.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:49:58 smithi050 ceph-mon[92315]: pgmap v8835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:49:58.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:58.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:49:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:49:58 smithi172 ceph-mon[103696]: pgmap v8835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:49:59.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:49:59.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:00 smithi050 ceph-mon[92315]: pgmap v8836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T18:50:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:00 smithi172 ceph-mon[103696]: pgmap v8836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T18:50:00.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:00.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:50:01.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:50:01.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:50:01.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:50:01.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:50:01.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:50:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:50:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:50:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:50:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:50:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:50:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:50:01.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:01.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:02 smithi050 ceph-mon[92315]: pgmap v8837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:02 smithi172 ceph-mon[103696]: pgmap v8837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:02.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:02.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:03.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:03.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:04 smithi050 ceph-mon[92315]: pgmap v8838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:04.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:50:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:04 smithi172 ceph-mon[103696]: pgmap v8838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:50:04.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:04.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:05.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:05.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:06 smithi050 ceph-mon[92315]: pgmap v8839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:06 smithi172 ceph-mon[103696]: pgmap v8839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:06.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:06.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:07.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:07.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:08 smithi172 ceph-mon[103696]: pgmap v8840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:50:08.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:08.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:08 smithi050 ceph-mon[92315]: pgmap v8840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:50:09.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:09.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:10 smithi172 ceph-mon[103696]: pgmap v8841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:10.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:10.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:10 smithi050 ceph-mon[92315]: pgmap v8841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:11.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:11.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:12 smithi172 ceph-mon[103696]: pgmap v8842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:12.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:12.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:12 smithi050 ceph-mon[92315]: pgmap v8842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:13.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:13.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:14 smithi172 ceph-mon[103696]: pgmap v8843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:14.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:14.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:14 smithi050 ceph-mon[92315]: pgmap v8843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:15.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:15.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:16 smithi172 ceph-mon[103696]: pgmap v8844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:16.886 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:16 smithi050 ceph-mon[92315]: pgmap v8844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:16.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:16.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:17.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:17.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:18 smithi172 ceph-mon[103696]: pgmap v8845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:50:18.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:18.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:18 smithi050 ceph-mon[92315]: pgmap v8845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:50:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:50:19.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:19.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:50:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:20 smithi172 ceph-mon[103696]: pgmap v8846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:20.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:20.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:20 smithi050 ceph-mon[92315]: pgmap v8846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:21.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:21.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:22 smithi172 ceph-mon[103696]: pgmap v8847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:22.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:22.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:22 smithi050 ceph-mon[92315]: pgmap v8847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:23.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:23.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:24.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:24.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:24 smithi050 ceph-mon[92315]: pgmap v8848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:24 smithi172 ceph-mon[103696]: pgmap v8848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:25.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:25.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:26.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:26.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:27.001 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:26 smithi050 ceph-mon[92315]: pgmap v8849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:26 smithi172 ceph-mon[103696]: pgmap v8849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:27.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:27.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:28.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:28.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:28 smithi050 ceph-mon[92315]: pgmap v8850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:50:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:28 smithi172 ceph-mon[103696]: pgmap v8850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:50:29.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:29.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:30.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:30.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:30 smithi050 ceph-mon[92315]: pgmap v8851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:30 smithi172 ceph-mon[103696]: pgmap v8851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:31.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:31.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:32.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:32.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:32 smithi050 ceph-mon[92315]: pgmap v8852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:32 smithi172 ceph-mon[103696]: pgmap v8852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:33.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:33.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:34.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:34.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:34 smithi050 ceph-mon[92315]: pgmap v8853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:50:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:34 smithi172 ceph-mon[103696]: pgmap v8853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:50:35.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:35.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:36.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:36.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:36 smithi050 ceph-mon[92315]: pgmap v8854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:36 smithi172 ceph-mon[103696]: pgmap v8854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:37.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:37.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:38.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:38.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:38 smithi050 ceph-mon[92315]: pgmap v8855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:50:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:38 smithi172 ceph-mon[103696]: pgmap v8855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:50:39.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:39.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:40.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:40.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:40 smithi050 ceph-mon[92315]: pgmap v8856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:40 smithi172 ceph-mon[103696]: pgmap v8856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:41.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:41.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:42.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:42.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:42 smithi050 ceph-mon[92315]: pgmap v8857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:42 smithi172 ceph-mon[103696]: pgmap v8857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:43.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:43.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:44.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:44.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:44 smithi050 ceph-mon[92315]: pgmap v8858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:44 smithi172 ceph-mon[103696]: pgmap v8858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:45.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:45.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:46.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:46.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:46 smithi050 ceph-mon[92315]: pgmap v8859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:46 smithi172 ceph-mon[103696]: pgmap v8859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:47.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:47.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:48.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:48.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:48 smithi050 ceph-mon[92315]: pgmap v8860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:50:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:48 smithi172 ceph-mon[103696]: pgmap v8860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:50:49.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:49.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:50:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:50:50.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:50.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:50 smithi050 ceph-mon[92315]: pgmap v8861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:50 smithi172 ceph-mon[103696]: pgmap v8861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:51.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:51.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:52.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:52.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:52 smithi050 ceph-mon[92315]: pgmap v8862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:53.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:52 smithi172 ceph-mon[103696]: pgmap v8862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:53.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:53.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:54.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:54.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:54 smithi050 ceph-mon[92315]: pgmap v8863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:54 smithi172 ceph-mon[103696]: pgmap v8863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:55.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:55.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:56 smithi172 ceph-mon[103696]: pgmap v8864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:56.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:56.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:56 smithi050 ceph-mon[92315]: pgmap v8864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:50:57.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:57.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:58.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:58.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:50:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:50:58 smithi050 ceph-mon[92315]: pgmap v8865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:50:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:50:58 smithi172 ceph-mon[103696]: pgmap v8865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:50:59.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:50:59.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:00.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:00.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:00 smithi050 ceph-mon[92315]: pgmap v8866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:00 smithi172 ceph-mon[103696]: pgmap v8866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:51:01.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:01.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:51:02.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:02.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:02 smithi050 ceph-mon[92315]: pgmap v8867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:51:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:51:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:51:03.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:51:03.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:51:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:02 smithi172 ceph-mon[103696]: pgmap v8867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:51:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:51:03.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:51:03.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:51:03.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:51:03.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:03.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:04.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:04.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:04 smithi050 ceph-mon[92315]: pgmap v8868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:51:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:04 smithi172 ceph-mon[103696]: pgmap v8868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:51:05.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:05.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:06.880 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:06 smithi172 ceph-mon[103696]: pgmap v8869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:06.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:06.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:07.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:06 smithi050 ceph-mon[92315]: pgmap v8869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:07.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:07.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:08.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:08.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:08 smithi050 ceph-mon[92315]: pgmap v8870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:51:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:08 smithi172 ceph-mon[103696]: pgmap v8870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:51:09.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:09.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:10.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:10.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:10 smithi050 ceph-mon[92315]: pgmap v8871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:10 smithi172 ceph-mon[103696]: pgmap v8871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:11.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:11.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:12 smithi050 ceph-mon[92315]: pgmap v8872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:12.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:13.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:12 smithi172 ceph-mon[103696]: pgmap v8872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:14.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:14.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:15.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:15.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:14 smithi050 ceph-mon[92315]: pgmap v8873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:14 smithi172 ceph-mon[103696]: pgmap v8873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:16.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:16.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:17.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:17.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:16 smithi050 ceph-mon[92315]: pgmap v8874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:16 smithi172 ceph-mon[103696]: pgmap v8874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:18.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:18.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:18 smithi050 ceph-mon[92315]: pgmap v8875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:51:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:18 smithi172 ceph-mon[103696]: pgmap v8875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:51:19.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:19.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:51:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:51:20.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:20.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:20 smithi050 ceph-mon[92315]: pgmap v8876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:20 smithi172 ceph-mon[103696]: pgmap v8876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:21.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:21.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:22.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:22.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:22 smithi050 ceph-mon[92315]: pgmap v8877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:22 smithi172 ceph-mon[103696]: pgmap v8877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:23.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:23.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:24.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:24.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:24 smithi050 ceph-mon[92315]: pgmap v8878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:24 smithi172 ceph-mon[103696]: pgmap v8878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:25.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:25.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:26.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:26.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:26 smithi050 ceph-mon[92315]: pgmap v8879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:26 smithi172 ceph-mon[103696]: pgmap v8879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:27.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:27.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:28.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:28.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:28 smithi050 ceph-mon[92315]: pgmap v8880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:51:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:28 smithi172 ceph-mon[103696]: pgmap v8880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:51:29.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:29.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:30.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:30.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:30 smithi050 ceph-mon[92315]: pgmap v8881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:30 smithi172 ceph-mon[103696]: pgmap v8881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:31.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:31.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:32.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:32.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:32 smithi050 ceph-mon[92315]: pgmap v8882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:32 smithi172 ceph-mon[103696]: pgmap v8882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:33.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:33.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:34.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:34.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:34 smithi050 ceph-mon[92315]: pgmap v8883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:51:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:34 smithi172 ceph-mon[103696]: pgmap v8883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:51:35.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:35.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:36.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:36.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:36 smithi050 ceph-mon[92315]: pgmap v8884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:36 smithi172 ceph-mon[103696]: pgmap v8884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:37.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:37.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:38.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:38.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:38 smithi050 ceph-mon[92315]: pgmap v8885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:51:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:38 smithi172 ceph-mon[103696]: pgmap v8885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:51:39.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:39.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:40.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:40.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:40 smithi050 ceph-mon[92315]: pgmap v8886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:40 smithi172 ceph-mon[103696]: pgmap v8886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:41.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:41.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:42.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:42.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:42.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:42 smithi050 ceph-mon[92315]: pgmap v8887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:42 smithi172 ceph-mon[103696]: pgmap v8887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:43.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:43.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:44.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:44.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:44 smithi050 ceph-mon[92315]: pgmap v8888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:44 smithi172 ceph-mon[103696]: pgmap v8888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:45.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:45.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:46.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:46.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:46 smithi050 ceph-mon[92315]: pgmap v8889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:46 smithi172 ceph-mon[103696]: pgmap v8889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:47.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:47.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:48.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:48.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:48 smithi050 ceph-mon[92315]: pgmap v8890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:51:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:48 smithi172 ceph-mon[103696]: pgmap v8890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:51:49.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:49.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:51:50.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:50.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:51:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:50 smithi172 ceph-mon[103696]: pgmap v8891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:51.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:51.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:50 smithi050 ceph-mon[92315]: pgmap v8891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:52.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:52.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:52 smithi172 ceph-mon[103696]: pgmap v8892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:52.977 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:52 smithi050 ceph-mon[92315]: pgmap v8892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:53.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:53.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:54.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:54.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:54 smithi172 ceph-mon[103696]: pgmap v8893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:55.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:55.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:54 smithi050 ceph-mon[92315]: pgmap v8893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:56.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:56.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:56 smithi172 ceph-mon[103696]: pgmap v8894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:57.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:57.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:56 smithi050 ceph-mon[92315]: pgmap v8894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:51:58.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:58.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:51:58 smithi172 ceph-mon[103696]: pgmap v8895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:51:59.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:51:59.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:51:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:51:58 smithi050 ceph-mon[92315]: pgmap v8895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:52:00.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:00.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:00 smithi172 ceph-mon[103696]: pgmap v8896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:01.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:01.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:00 smithi050 ceph-mon[92315]: pgmap v8896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:02.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:02.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:02 smithi172 ceph-mon[103696]: pgmap v8897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:52:03.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:03.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:03.092 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:02 smithi050 ceph-mon[92315]: pgmap v8897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:03.093 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:52:04.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:04.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:04 smithi172 ceph-mon[103696]: pgmap v8898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:52:05.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:05.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:04 smithi050 ceph-mon[92315]: pgmap v8898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:52:06.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:06.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:07.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:07.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:06 smithi050 ceph-mon[92315]: pgmap v8899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:06 smithi172 ceph-mon[103696]: pgmap v8899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:08.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:08.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:52:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:52:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:08 smithi050 ceph-mon[92315]: pgmap v8900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:52:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:52:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:52:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:52:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:52:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:52:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:52:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:52:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:08 smithi172 ceph-mon[103696]: pgmap v8900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:52:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:52:08.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:52:08.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:52:08.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:52:08.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:52:09.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:09.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:10.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:10.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:10 smithi050 ceph-mon[92315]: pgmap v8901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:10 smithi172 ceph-mon[103696]: pgmap v8901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:11.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:11.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:12.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:12.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:12 smithi050 ceph-mon[92315]: pgmap v8902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:12 smithi172 ceph-mon[103696]: pgmap v8902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:13.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:13.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:14.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:14.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:14 smithi050 ceph-mon[92315]: pgmap v8903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:14 smithi172 ceph-mon[103696]: pgmap v8903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:15.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:15.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:16.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:16.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:16 smithi050 ceph-mon[92315]: pgmap v8904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:16 smithi172 ceph-mon[103696]: pgmap v8904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:17.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:17.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:18.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:18.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:18 smithi050 ceph-mon[92315]: pgmap v8905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:52:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:18 smithi172 ceph-mon[103696]: pgmap v8905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:52:19.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:19.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:52:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:52:20.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:20.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:20 smithi050 ceph-mon[92315]: pgmap v8906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:20 smithi172 ceph-mon[103696]: pgmap v8906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:21.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:21.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:22.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:22.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:22 smithi172 ceph-mon[103696]: pgmap v8907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:22 smithi050 ceph-mon[92315]: pgmap v8907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:23.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:23.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:24.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:24.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:24 smithi050 ceph-mon[92315]: pgmap v8908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:24 smithi172 ceph-mon[103696]: pgmap v8908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:25.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:25.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:26.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:26.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:26 smithi050 ceph-mon[92315]: pgmap v8909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:26 smithi172 ceph-mon[103696]: pgmap v8909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:27.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:27.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:28.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:28.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:28 smithi050 ceph-mon[92315]: pgmap v8910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:52:28.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:28 smithi172 ceph-mon[103696]: pgmap v8910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:52:29.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:29.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:30.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:30.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:30 smithi050 ceph-mon[92315]: pgmap v8911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:30 smithi172 ceph-mon[103696]: pgmap v8911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:31.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:31.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:32.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:32.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:32 smithi050 ceph-mon[92315]: pgmap v8912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:32 smithi172 ceph-mon[103696]: pgmap v8912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:33.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:33.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:34.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:34.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:34 smithi050 ceph-mon[92315]: pgmap v8913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:34.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:52:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:34 smithi172 ceph-mon[103696]: pgmap v8913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:52:35.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:35.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:36.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:36.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:36 smithi050 ceph-mon[92315]: pgmap v8914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:36 smithi172 ceph-mon[103696]: pgmap v8914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:37.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:37.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:38.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:38.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:38 smithi050 ceph-mon[92315]: pgmap v8915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:52:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:38 smithi172 ceph-mon[103696]: pgmap v8915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:52:39.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:39.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:40.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:40.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:40 smithi172 ceph-mon[103696]: pgmap v8916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:40 smithi050 ceph-mon[92315]: pgmap v8916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:41.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:41.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:42.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:42.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:42 smithi172 ceph-mon[103696]: pgmap v8917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:42 smithi050 ceph-mon[92315]: pgmap v8917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:43.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:43.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:44.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:44.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:44 smithi172 ceph-mon[103696]: pgmap v8918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:44 smithi050 ceph-mon[92315]: pgmap v8918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:45.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:45.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:46.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:46.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:46 smithi172 ceph-mon[103696]: pgmap v8919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:46 smithi050 ceph-mon[92315]: pgmap v8919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:47.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:47.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:48.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:48.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:48 smithi172 ceph-mon[103696]: pgmap v8920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:52:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:48 smithi050 ceph-mon[92315]: pgmap v8920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:52:49.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:49.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:52:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:52:50.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:50.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:50 smithi172 ceph-mon[103696]: pgmap v8921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:50 smithi050 ceph-mon[92315]: pgmap v8921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:51.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:51.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:52.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:52.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:52 smithi172 ceph-mon[103696]: pgmap v8922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:52 smithi050 ceph-mon[92315]: pgmap v8922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:53.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:53.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:54.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:54.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:54 smithi172 ceph-mon[103696]: pgmap v8923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:54 smithi050 ceph-mon[92315]: pgmap v8923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:55.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:55.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:56.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:56.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:56 smithi050 ceph-mon[92315]: pgmap v8924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:56 smithi172 ceph-mon[103696]: pgmap v8924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:52:57.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:57.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:58.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:58.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:52:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:52:58 smithi050 ceph-mon[92315]: pgmap v8925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:52:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:52:58 smithi172 ceph-mon[103696]: pgmap v8925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:52:59.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:52:59.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:00.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:00.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:00 smithi050 ceph-mon[92315]: pgmap v8926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:00 smithi172 ceph-mon[103696]: pgmap v8926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:01.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:01.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:02.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:02.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:02 smithi050 ceph-mon[92315]: pgmap v8927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:02 smithi172 ceph-mon[103696]: pgmap v8927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:03.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:03.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:04.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:04.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:04 smithi050 ceph-mon[92315]: pgmap v8928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:53:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:04 smithi172 ceph-mon[103696]: pgmap v8928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:05.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:53:05.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:05.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:06.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:06.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:06 smithi050 ceph-mon[92315]: pgmap v8929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:07.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:06 smithi172 ceph-mon[103696]: pgmap v8929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:07.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:07.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:08.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:08.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:08 smithi050 ceph-mon[92315]: pgmap v8930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:53:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:53:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:53:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:53:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:53:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:53:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:53:09.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:08 smithi172 ceph-mon[103696]: pgmap v8930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:53:09.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:53:09.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:53:09.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:53:09.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:53:09.128 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:53:09.128 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:53:09.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:09.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:10.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:10.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:10 smithi050 ceph-mon[92315]: pgmap v8931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:10 smithi172 ceph-mon[103696]: pgmap v8931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:11.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:11.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:12.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:12.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:12 smithi050 ceph-mon[92315]: pgmap v8932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:12 smithi172 ceph-mon[103696]: pgmap v8932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:13.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:13.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:14.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:14.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:14 smithi050 ceph-mon[92315]: pgmap v8933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:14 smithi172 ceph-mon[103696]: pgmap v8933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:15.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:15.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:16.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:16.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:16 smithi050 ceph-mon[92315]: pgmap v8934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:16 smithi172 ceph-mon[103696]: pgmap v8934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:17.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:17.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:18.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:18.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:18.947 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:18 smithi050 ceph-mon[92315]: pgmap v8935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:53:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:18 smithi172 ceph-mon[103696]: pgmap v8935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:53:19.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:19.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:53:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:53:20.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:20.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:20 smithi050 ceph-mon[92315]: pgmap v8936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:20 smithi172 ceph-mon[103696]: pgmap v8936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:21.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:21.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:22.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:22.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:22.997 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:22 smithi172 ceph-mon[103696]: pgmap v8937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:22 smithi050 ceph-mon[92315]: pgmap v8937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:23.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:23.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:24.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:24.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:24 smithi050 ceph-mon[92315]: pgmap v8938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:25.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:24 smithi172 ceph-mon[103696]: pgmap v8938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:25.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:25.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:26.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:26.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:26 smithi050 ceph-mon[92315]: pgmap v8939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:26 smithi172 ceph-mon[103696]: pgmap v8939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:27.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:27.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:28.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:28.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:29.062 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:28 smithi050 ceph-mon[92315]: pgmap v8940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:53:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:28 smithi172 ceph-mon[103696]: pgmap v8940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:53:29.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:29.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:30.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:30.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:30 smithi050 ceph-mon[92315]: pgmap v8941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:30 smithi172 ceph-mon[103696]: pgmap v8941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:31.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:31.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:32.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:32.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:32 smithi050 ceph-mon[92315]: pgmap v8942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:33.104 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:32 smithi172 ceph-mon[103696]: pgmap v8942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:33.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:33.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:34.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:34.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:34 smithi050 ceph-mon[92315]: pgmap v8943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:53:35.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:34 smithi172 ceph-mon[103696]: pgmap v8943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:35.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:53:35.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:35.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:36.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:36.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:36 smithi050 ceph-mon[92315]: pgmap v8944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:36 smithi172 ceph-mon[103696]: pgmap v8944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:37.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:37.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:38.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:38.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:38 smithi050 ceph-mon[92315]: pgmap v8945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:53:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:38 smithi172 ceph-mon[103696]: pgmap v8945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:53:39.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:39.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:40.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:40.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:40 smithi050 ceph-mon[92315]: pgmap v8946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:40 smithi172 ceph-mon[103696]: pgmap v8946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:41.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:41.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:42.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:42.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:42 smithi050 ceph-mon[92315]: pgmap v8947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:42 smithi172 ceph-mon[103696]: pgmap v8947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:43.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:43.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:44.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:44.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:44 smithi050 ceph-mon[92315]: pgmap v8948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:44 smithi172 ceph-mon[103696]: pgmap v8948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:45.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:45.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:46.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:46.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:46 smithi050 ceph-mon[92315]: pgmap v8949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:46 smithi172 ceph-mon[103696]: pgmap v8949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:47.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:47.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:48.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:48.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:48 smithi050 ceph-mon[92315]: pgmap v8950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:53:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:48 smithi172 ceph-mon[103696]: pgmap v8950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:53:49.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:49.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:53:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:53:50.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:50.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:50 smithi050 ceph-mon[92315]: pgmap v8951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:50 smithi172 ceph-mon[103696]: pgmap v8951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:51.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:51.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:52.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:52.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:52 smithi050 ceph-mon[92315]: pgmap v8952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:52 smithi172 ceph-mon[103696]: pgmap v8952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:53.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:53.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:54.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:54.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:54 smithi050 ceph-mon[92315]: pgmap v8953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:54 smithi172 ceph-mon[103696]: pgmap v8953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:55.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:55.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:56.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:56.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:56 smithi050 ceph-mon[92315]: pgmap v8954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:56 smithi172 ceph-mon[103696]: pgmap v8954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:53:57.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:57.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:58.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:58.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:53:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:53:58 smithi050 ceph-mon[92315]: pgmap v8955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:53:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:53:58 smithi172 ceph-mon[103696]: pgmap v8955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:53:59.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:53:59.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:00.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:00.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:00 smithi050 ceph-mon[92315]: pgmap v8956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:00 smithi172 ceph-mon[103696]: pgmap v8956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:01.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:01.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:02.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:02.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:02 smithi050 ceph-mon[92315]: pgmap v8957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:02 smithi172 ceph-mon[103696]: pgmap v8957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:03.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:03.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:04.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:04.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:04 smithi050 ceph-mon[92315]: pgmap v8958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:54:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:04 smithi172 ceph-mon[103696]: pgmap v8958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:54:05.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:05.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:05 smithi050 ceph-mon[92315]: pgmap v8959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:05 smithi172 ceph-mon[103696]: pgmap v8959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:06.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:06.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:07.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:07.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:08.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:08.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:08 smithi050 ceph-mon[92315]: pgmap v8960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:54:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:54:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:08 smithi172 ceph-mon[103696]: pgmap v8960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:54:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:54:09.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:09.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:10.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:10.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:10 smithi050 ceph-mon[92315]: pgmap v8961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:10 smithi172 ceph-mon[103696]: pgmap v8961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:11.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:11.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:12.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:12.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:12 smithi050 ceph-mon[92315]: pgmap v8962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:12 smithi172 ceph-mon[103696]: pgmap v8962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:13.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:13.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:14.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:14.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:14 smithi050 ceph-mon[92315]: pgmap v8963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:14 smithi172 ceph-mon[103696]: pgmap v8963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:15.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:15.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:16.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:16.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:54:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:54:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:16 smithi172 ceph-mon[103696]: pgmap v8964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:54:16.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:54:16.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:54:16.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:54:16.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:54:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:54:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:54:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:16 smithi050 ceph-mon[92315]: pgmap v8964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:54:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:54:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:54:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:54:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:54:17.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:17.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:18.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:18.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:18 smithi050 ceph-mon[92315]: pgmap v8965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:54:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:18 smithi172 ceph-mon[103696]: pgmap v8965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:54:19.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:19.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:54:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:54:20.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:20.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:20 smithi050 ceph-mon[92315]: pgmap v8966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:20 smithi172 ceph-mon[103696]: pgmap v8966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:21.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:21.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:22.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:22.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:22 smithi172 ceph-mon[103696]: pgmap v8967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:22 smithi050 ceph-mon[92315]: pgmap v8967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:23.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:23.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:24.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:24.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:24 smithi172 ceph-mon[103696]: pgmap v8968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:24 smithi050 ceph-mon[92315]: pgmap v8968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:25.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:25.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:26.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:26.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:26.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:26 smithi172 ceph-mon[103696]: pgmap v8969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:26 smithi050 ceph-mon[92315]: pgmap v8969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:27.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:27.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:28.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:28.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:28 smithi172 ceph-mon[103696]: pgmap v8970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:54:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:28 smithi050 ceph-mon[92315]: pgmap v8970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:54:29.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:29.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:30.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:30.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:30 smithi172 ceph-mon[103696]: pgmap v8971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:30 smithi050 ceph-mon[92315]: pgmap v8971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:31.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:31.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:32.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:32.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:32 smithi172 ceph-mon[103696]: pgmap v8972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:32 smithi050 ceph-mon[92315]: pgmap v8972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:33.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:33.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:34.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:34.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:34 smithi172 ceph-mon[103696]: pgmap v8973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:54:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:34 smithi050 ceph-mon[92315]: pgmap v8973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:54:35.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:35.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:36.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:36.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:36 smithi172 ceph-mon[103696]: pgmap v8974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:36 smithi050 ceph-mon[92315]: pgmap v8974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:37.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:37.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:38.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:38.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:38 smithi172 ceph-mon[103696]: pgmap v8975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:54:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:38 smithi050 ceph-mon[92315]: pgmap v8975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:54:39.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:39.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:40.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:40.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:40 smithi172 ceph-mon[103696]: pgmap v8976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:40 smithi050 ceph-mon[92315]: pgmap v8976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:41.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:41.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:42.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:42.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:42 smithi050 ceph-mon[92315]: pgmap v8977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:42 smithi172 ceph-mon[103696]: pgmap v8977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:43.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:43.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:44.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:44.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:44.917 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:44 smithi050 ceph-mon[92315]: pgmap v8978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:44 smithi172 ceph-mon[103696]: pgmap v8978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:45.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:45.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:46.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:46.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:46 smithi050 ceph-mon[92315]: pgmap v8979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:46 smithi172 ceph-mon[103696]: pgmap v8979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:47.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:47.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:48.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:48.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:48.897 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:48 smithi172 ceph-mon[103696]: pgmap v8980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:54:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:48 smithi050 ceph-mon[92315]: pgmap v8980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:54:49.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:49.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:49.974 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:54:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:54:50.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:50.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:50 smithi050 ceph-mon[92315]: pgmap v8981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:50 smithi172 ceph-mon[103696]: pgmap v8981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:51.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:51.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:52.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:52.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:52 smithi050 ceph-mon[92315]: pgmap v8982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:52 smithi172 ceph-mon[103696]: pgmap v8982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:53.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:53.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:54.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:54.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:55.031 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:54 smithi050 ceph-mon[92315]: pgmap v8983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:54 smithi172 ceph-mon[103696]: pgmap v8983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:55.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:55.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:56.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:56.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:56 smithi050 ceph-mon[92315]: pgmap v8984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:56 smithi172 ceph-mon[103696]: pgmap v8984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:54:57.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:57.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:58.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:58.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:54:59.001 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:54:58 smithi172 ceph-mon[103696]: pgmap v8985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:54:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:54:58 smithi050 ceph-mon[92315]: pgmap v8985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:54:59.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:54:59.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:00.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:00.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:00 smithi050 ceph-mon[92315]: pgmap v8986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:00 smithi172 ceph-mon[103696]: pgmap v8986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:01.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:01.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:02.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:02.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:02 smithi050 ceph-mon[92315]: pgmap v8987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:02 smithi172 ceph-mon[103696]: pgmap v8987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:03.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:03.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:04.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:04.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:04 smithi050 ceph-mon[92315]: pgmap v8988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:55:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:04 smithi172 ceph-mon[103696]: pgmap v8988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:05.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:55:05.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:05.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:06.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:06.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:06 smithi050 ceph-mon[92315]: pgmap v8989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:06 smithi172 ceph-mon[103696]: pgmap v8989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:07.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:07.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:08.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:08.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:08 smithi050 ceph-mon[92315]: pgmap v8990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:55:09.106 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:08 smithi172 ceph-mon[103696]: pgmap v8990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:55:09.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:09.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:10.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:10.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:10 smithi050 ceph-mon[92315]: pgmap v8991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:10 smithi172 ceph-mon[103696]: pgmap v8991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:11.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:11.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:12.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:12.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:12 smithi050 ceph-mon[92315]: pgmap v8992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:12 smithi172 ceph-mon[103696]: pgmap v8992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:13.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:13.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:14.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:14.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:14 smithi050 ceph-mon[92315]: pgmap v8993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:14 smithi172 ceph-mon[103696]: pgmap v8993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:15.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:15.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:16.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:16.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:16 smithi050 ceph-mon[92315]: pgmap v8994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:55:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:55:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:55:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:16 smithi172 ceph-mon[103696]: pgmap v8994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:55:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:55:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:55:17.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:17.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:55:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:55:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:55:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:55:18.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:55:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:55:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:55:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:55:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:55:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:55:18.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:18.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:18 smithi050 ceph-mon[92315]: pgmap v8995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:55:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:18 smithi172 ceph-mon[103696]: pgmap v8995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:55:19.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:19.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:55:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:55:20.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:20.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:20 smithi050 ceph-mon[92315]: pgmap v8996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:20 smithi172 ceph-mon[103696]: pgmap v8996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:21.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:21.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:22.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:22.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:22 smithi050 ceph-mon[92315]: pgmap v8997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:22 smithi172 ceph-mon[103696]: pgmap v8997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:23.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:23.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:24.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:24.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:24 smithi050 ceph-mon[92315]: pgmap v8998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:24 smithi172 ceph-mon[103696]: pgmap v8998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:25.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:25.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:26.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:26.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:26 smithi050 ceph-mon[92315]: pgmap v8999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:26 smithi172 ceph-mon[103696]: pgmap v8999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:27.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:27.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:28.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:28.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:28 smithi050 ceph-mon[92315]: pgmap v9000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:55:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:28 smithi172 ceph-mon[103696]: pgmap v9000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:55:29.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:29.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:30.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:30.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:30 smithi050 ceph-mon[92315]: pgmap v9001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:30 smithi172 ceph-mon[103696]: pgmap v9001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:31.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:31.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:32.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:32.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:32 smithi050 ceph-mon[92315]: pgmap v9002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:32 smithi172 ceph-mon[103696]: pgmap v9002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:33.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:33.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:34.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:34.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:34 smithi050 ceph-mon[92315]: pgmap v9003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:55:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:34 smithi172 ceph-mon[103696]: pgmap v9003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:55:35.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:35.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:36.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:36.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:36 smithi050 ceph-mon[92315]: pgmap v9004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:36 smithi172 ceph-mon[103696]: pgmap v9004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:37.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:37.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:38.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:38.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:38 smithi050 ceph-mon[92315]: pgmap v9005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:55:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:38 smithi172 ceph-mon[103696]: pgmap v9005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:55:39.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:39.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:40.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:40.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:40 smithi050 ceph-mon[92315]: pgmap v9006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:40 smithi172 ceph-mon[103696]: pgmap v9006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:41.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:41.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:42.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:42.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:42 smithi050 ceph-mon[92315]: pgmap v9007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:42 smithi172 ceph-mon[103696]: pgmap v9007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:43.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:43.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:44.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:44.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:44 smithi050 ceph-mon[92315]: pgmap v9008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:44 smithi172 ceph-mon[103696]: pgmap v9008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:45.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:45.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:46.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:46.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:46 smithi050 ceph-mon[92315]: pgmap v9009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:46 smithi172 ceph-mon[103696]: pgmap v9009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:47.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:47.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:48.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:48.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:48 smithi050 ceph-mon[92315]: pgmap v9010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:55:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:48 smithi172 ceph-mon[103696]: pgmap v9010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:55:49.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:49.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:55:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:55:50.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:50.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:50 smithi050 ceph-mon[92315]: pgmap v9011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:50 smithi172 ceph-mon[103696]: pgmap v9011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:51.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:51.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:52.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:52.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:52 smithi050 ceph-mon[92315]: pgmap v9012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:52 smithi172 ceph-mon[103696]: pgmap v9012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:53.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:53.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:54.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:54.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:54 smithi172 ceph-mon[103696]: pgmap v9013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:54 smithi050 ceph-mon[92315]: pgmap v9013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:55.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:55.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:56.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:56.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:56 smithi050 ceph-mon[92315]: pgmap v9014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:56 smithi172 ceph-mon[103696]: pgmap v9014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:55:57.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:57.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:58.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:58.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:55:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:55:58 smithi050 ceph-mon[92315]: pgmap v9015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:55:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:55:58 smithi172 ceph-mon[103696]: pgmap v9015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:55:59.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:55:59.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:00.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:00.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:00 smithi050 ceph-mon[92315]: pgmap v9016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:00 smithi172 ceph-mon[103696]: pgmap v9016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:01.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:01.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:02.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:02.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:02 smithi050 ceph-mon[92315]: pgmap v9017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:02 smithi172 ceph-mon[103696]: pgmap v9017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:03.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:03.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:04.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:04.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:04 smithi050 ceph-mon[92315]: pgmap v9018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:56:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:04 smithi172 ceph-mon[103696]: pgmap v9018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:56:05.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:05.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:06.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:06.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:06 smithi050 ceph-mon[92315]: pgmap v9019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:06 smithi172 ceph-mon[103696]: pgmap v9019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:07.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:07.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:08.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:08.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:08 smithi050 ceph-mon[92315]: pgmap v9020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:56:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:08 smithi172 ceph-mon[103696]: pgmap v9020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:56:09.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:09.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:09 smithi050 ceph-mon[92315]: pgmap v9021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:09 smithi172 ceph-mon[103696]: pgmap v9021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:10.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:10.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:11.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:11.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:12.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:12.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:12 smithi172 ceph-mon[103696]: pgmap v9022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:13.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:12 smithi050 ceph-mon[92315]: pgmap v9022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:13.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:13.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:14.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:14.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:14 smithi050 ceph-mon[92315]: pgmap v9023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:14 smithi172 ceph-mon[103696]: pgmap v9023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:15.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:15.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:16.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:16.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:16 smithi050 ceph-mon[92315]: pgmap v9024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:16 smithi172 ceph-mon[103696]: pgmap v9024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:17.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:17.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:56:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:56:18.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:18.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:18 smithi050 ceph-mon[92315]: pgmap v9025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:56:19.114 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:56:19.114 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:56:19.114 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:56:19.114 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:56:19.114 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:56:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:18 smithi172 ceph-mon[103696]: pgmap v9025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:56:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:56:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:56:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:56:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:56:19.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:56:19.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:19.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:56:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:56:20.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:20.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:21.008 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:20 smithi050 ceph-mon[92315]: pgmap v9026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:20 smithi172 ceph-mon[103696]: pgmap v9026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:21.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:21.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:22.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:22.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:22 smithi050 ceph-mon[92315]: pgmap v9027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:22 smithi172 ceph-mon[103696]: pgmap v9027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:23.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:23.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:24.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:24.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:24 smithi050 ceph-mon[92315]: pgmap v9028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:24 smithi172 ceph-mon[103696]: pgmap v9028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:25.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:25.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:26.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:26.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:26 smithi050 ceph-mon[92315]: pgmap v9029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:26 smithi172 ceph-mon[103696]: pgmap v9029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:27.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:27.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:28.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:28.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:28 smithi050 ceph-mon[92315]: pgmap v9030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:56:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:28 smithi172 ceph-mon[103696]: pgmap v9030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:56:29.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:29.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:30.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:30.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:30 smithi050 ceph-mon[92315]: pgmap v9031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:30 smithi172 ceph-mon[103696]: pgmap v9031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:31.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:31.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:32.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:32.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:32 smithi050 ceph-mon[92315]: pgmap v9032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:32 smithi172 ceph-mon[103696]: pgmap v9032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:33.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:33.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:34.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:34.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:35.003 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:34 smithi172 ceph-mon[103696]: pgmap v9033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:35.003 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:56:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:34 smithi050 ceph-mon[92315]: pgmap v9033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:56:35.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:35.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:36.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:36.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:36 smithi050 ceph-mon[92315]: pgmap v9034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:36 smithi172 ceph-mon[103696]: pgmap v9034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:37.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:37.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:38.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:38.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:38 smithi050 ceph-mon[92315]: pgmap v9035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:56:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:38 smithi172 ceph-mon[103696]: pgmap v9035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:56:39.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:39.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:40.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:40.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:40 smithi050 ceph-mon[92315]: pgmap v9036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:40 smithi172 ceph-mon[103696]: pgmap v9036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:41.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:41.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:42.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:42.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:42 smithi050 ceph-mon[92315]: pgmap v9037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:42 smithi172 ceph-mon[103696]: pgmap v9037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:43.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:43.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:44.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:44.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:44 smithi050 ceph-mon[92315]: pgmap v9038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:45.108 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:44 smithi172 ceph-mon[103696]: pgmap v9038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:45.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:45.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:46.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:46.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:46 smithi050 ceph-mon[92315]: pgmap v9039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:46 smithi172 ceph-mon[103696]: pgmap v9039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:47.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:47.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:48.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:48.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:48 smithi050 ceph-mon[92315]: pgmap v9040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:56:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:48 smithi172 ceph-mon[103696]: pgmap v9040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:56:49.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:49.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:56:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:56:50.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:50.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:50 smithi050 ceph-mon[92315]: pgmap v9041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:50 smithi172 ceph-mon[103696]: pgmap v9041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:51.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:51.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:52.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:52.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:52 smithi050 ceph-mon[92315]: pgmap v9042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:52 smithi172 ceph-mon[103696]: pgmap v9042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:53.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:53.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:54.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:54.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:54 smithi050 ceph-mon[92315]: pgmap v9043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:54 smithi172 ceph-mon[103696]: pgmap v9043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:55.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:55.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:56.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:56.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:56 smithi050 ceph-mon[92315]: pgmap v9044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:56 smithi172 ceph-mon[103696]: pgmap v9044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:56:57.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:57.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:58.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:58.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:56:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:56:58 smithi050 ceph-mon[92315]: pgmap v9045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:56:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:56:58 smithi172 ceph-mon[103696]: pgmap v9045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:56:59.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:56:59.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:00.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:00.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:00 smithi050 ceph-mon[92315]: pgmap v9046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:00 smithi172 ceph-mon[103696]: pgmap v9046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:01.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:01.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:02.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:02.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:02 smithi050 ceph-mon[92315]: pgmap v9047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:02 smithi172 ceph-mon[103696]: pgmap v9047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:03.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:03.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:04.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:04.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:04 smithi050 ceph-mon[92315]: pgmap v9048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:57:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:04 smithi172 ceph-mon[103696]: pgmap v9048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:57:05.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:05.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:06.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:06.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:06 smithi050 ceph-mon[92315]: pgmap v9049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:06 smithi172 ceph-mon[103696]: pgmap v9049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:07.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:07.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:08.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:08.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:08 smithi050 ceph-mon[92315]: pgmap v9050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:57:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:08 smithi172 ceph-mon[103696]: pgmap v9050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:57:09.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:09.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:10.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:10.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:10 smithi050 ceph-mon[92315]: pgmap v9051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:10 smithi172 ceph-mon[103696]: pgmap v9051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:11.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:11.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:12.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:12.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:12 smithi050 ceph-mon[92315]: pgmap v9052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:12 smithi172 ceph-mon[103696]: pgmap v9052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:13.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:13.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:14.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:14.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:14 smithi050 ceph-mon[92315]: pgmap v9053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:14 smithi172 ceph-mon[103696]: pgmap v9053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:15.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:15.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:16.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:16.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:16 smithi050 ceph-mon[92315]: pgmap v9054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:16 smithi172 ceph-mon[103696]: pgmap v9054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:17.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:17.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:18.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:18.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:18 smithi050 ceph-mon[92315]: pgmap v9055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:57:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:57:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:57:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:57:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:18 smithi172 ceph-mon[103696]: pgmap v9055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:57:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:57:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:57:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:57:19.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:19.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:57:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:57:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:57:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:57:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:57:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:57:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:57:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:57:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:57:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:57:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:57:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:57:20.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:20.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:20 smithi050 ceph-mon[92315]: pgmap v9056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:20 smithi172 ceph-mon[103696]: pgmap v9056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:21.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:21.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:22.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:22.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:22 smithi050 ceph-mon[92315]: pgmap v9057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:22 smithi172 ceph-mon[103696]: pgmap v9057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:23.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:23.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:24.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:24.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:24 smithi050 ceph-mon[92315]: pgmap v9058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:24 smithi172 ceph-mon[103696]: pgmap v9058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:25.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:25.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:26.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:26.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:26 smithi050 ceph-mon[92315]: pgmap v9059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:26 smithi172 ceph-mon[103696]: pgmap v9059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:27.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:27.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:28.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:28.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:28 smithi050 ceph-mon[92315]: pgmap v9060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:57:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:28 smithi172 ceph-mon[103696]: pgmap v9060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:57:29.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:29.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:30.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:30.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:30 smithi172 ceph-mon[103696]: pgmap v9061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:30 smithi050 ceph-mon[92315]: pgmap v9061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:31.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:31.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:32.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:32.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:32 smithi050 ceph-mon[92315]: pgmap v9062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:32 smithi172 ceph-mon[103696]: pgmap v9062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:33.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:33.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:34.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:34.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:34 smithi050 ceph-mon[92315]: pgmap v9063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:57:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:34 smithi172 ceph-mon[103696]: pgmap v9063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:57:35.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:35.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:36.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:36.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:36 smithi050 ceph-mon[92315]: pgmap v9064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:36 smithi172 ceph-mon[103696]: pgmap v9064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:37.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:37.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:38.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:38.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:38 smithi050 ceph-mon[92315]: pgmap v9065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:57:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:38 smithi172 ceph-mon[103696]: pgmap v9065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:57:39.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:39.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:40.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:40.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:40 smithi050 ceph-mon[92315]: pgmap v9066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:40 smithi172 ceph-mon[103696]: pgmap v9066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:41.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:41.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:42.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:42.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:42 smithi050 ceph-mon[92315]: pgmap v9067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:42 smithi172 ceph-mon[103696]: pgmap v9067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:43.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:43.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:44.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:44.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:44 smithi050 ceph-mon[92315]: pgmap v9068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:44 smithi172 ceph-mon[103696]: pgmap v9068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:45.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:45.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:46.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:46.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:46 smithi050 ceph-mon[92315]: pgmap v9069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:46 smithi172 ceph-mon[103696]: pgmap v9069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:47.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:47.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:48.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:48.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:48 smithi050 ceph-mon[92315]: pgmap v9070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:57:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:48 smithi172 ceph-mon[103696]: pgmap v9070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:57:49.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:49.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:57:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:57:50.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:50.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:50 smithi050 ceph-mon[92315]: pgmap v9071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:50 smithi172 ceph-mon[103696]: pgmap v9071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:51.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:51.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:52.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:52.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:52 smithi050 ceph-mon[92315]: pgmap v9072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:53.128 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:52 smithi172 ceph-mon[103696]: pgmap v9072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:53.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:53.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:54.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:54.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:54 smithi050 ceph-mon[92315]: pgmap v9073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:54 smithi172 ceph-mon[103696]: pgmap v9073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:55.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:55.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:56.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:56.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:56 smithi050 ceph-mon[92315]: pgmap v9074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:56 smithi172 ceph-mon[103696]: pgmap v9074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:57:57.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:57.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:58.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:58.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:57:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:57:58 smithi050 ceph-mon[92315]: pgmap v9075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:57:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:57:58 smithi172 ceph-mon[103696]: pgmap v9075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:57:59.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:57:59.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:00.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:00.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:00 smithi050 ceph-mon[92315]: pgmap v9076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:00 smithi172 ceph-mon[103696]: pgmap v9076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:01.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:01.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:02.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:02.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:02 smithi050 ceph-mon[92315]: pgmap v9077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:02 smithi172 ceph-mon[103696]: pgmap v9077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:03.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:03.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:04.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:04.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:04 smithi050 ceph-mon[92315]: pgmap v9078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:58:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:04 smithi172 ceph-mon[103696]: pgmap v9078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:58:05.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:05.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:06.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:06.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:06 smithi050 ceph-mon[92315]: pgmap v9079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:06 smithi172 ceph-mon[103696]: pgmap v9079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:07.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:07.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:08.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:08.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:08 smithi050 ceph-mon[92315]: pgmap v9080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:58:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:08 smithi172 ceph-mon[103696]: pgmap v9080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:58:09.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:09.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:10.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:10.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:11.005 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:10 smithi172 ceph-mon[103696]: pgmap v9081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:10 smithi050 ceph-mon[92315]: pgmap v9081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:11.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:11.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:12.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:12.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:12 smithi050 ceph-mon[92315]: pgmap v9082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:12 smithi172 ceph-mon[103696]: pgmap v9082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:13.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:13.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:14.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:14.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:14 smithi050 ceph-mon[92315]: pgmap v9083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:14 smithi172 ceph-mon[103696]: pgmap v9083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:15.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:15.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:16.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:16.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:16 smithi050 ceph-mon[92315]: pgmap v9084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:16 smithi172 ceph-mon[103696]: pgmap v9084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:17.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:17.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:18.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:18.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:18 smithi050 ceph-mon[92315]: pgmap v9085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:58:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:18 smithi172 ceph-mon[103696]: pgmap v9085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:58:19.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:19.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:58:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:58:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:58:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:58:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:58:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:58:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:58:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:58:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:58:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:58:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:58:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:58:20.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:20.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:20 smithi050 ceph-mon[92315]: pgmap v9086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:58:21.110 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:20 smithi172 ceph-mon[103696]: pgmap v9086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:21.110 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:58:21.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:21.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:22.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:22.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:22 smithi050 ceph-mon[92315]: pgmap v9087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:22 smithi172 ceph-mon[103696]: pgmap v9087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:23.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:23.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:24.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:24.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:24 smithi050 ceph-mon[92315]: pgmap v9088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:24 smithi172 ceph-mon[103696]: pgmap v9088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:25.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:25.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:26.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:26.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:26 smithi050 ceph-mon[92315]: pgmap v9089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:26 smithi172 ceph-mon[103696]: pgmap v9089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:27.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:27.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:28.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:28.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:28 smithi050 ceph-mon[92315]: pgmap v9090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:58:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:28 smithi172 ceph-mon[103696]: pgmap v9090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:58:29.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:29.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:30.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:30.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:30 smithi050 ceph-mon[92315]: pgmap v9091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:30 smithi172 ceph-mon[103696]: pgmap v9091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:31.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:31.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:32.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:32.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:32 smithi050 ceph-mon[92315]: pgmap v9092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:32 smithi172 ceph-mon[103696]: pgmap v9092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:33.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:33.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:34.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:34.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:34 smithi050 ceph-mon[92315]: pgmap v9093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:58:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:34 smithi172 ceph-mon[103696]: pgmap v9093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:58:35.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:35.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:36.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:36.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:36 smithi050 ceph-mon[92315]: pgmap v9094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:36 smithi172 ceph-mon[103696]: pgmap v9094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:37.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:37.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:38.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:38.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:38 smithi050 ceph-mon[92315]: pgmap v9095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:58:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:38 smithi172 ceph-mon[103696]: pgmap v9095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:58:39.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:39.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:40.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:40.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:40 smithi050 ceph-mon[92315]: pgmap v9096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:40 smithi172 ceph-mon[103696]: pgmap v9096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:41.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:41.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:42.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:42.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:42 smithi050 ceph-mon[92315]: pgmap v9097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:42 smithi172 ceph-mon[103696]: pgmap v9097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:43.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:43.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:44.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:44.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:44 smithi050 ceph-mon[92315]: pgmap v9098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:44 smithi172 ceph-mon[103696]: pgmap v9098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:45.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:45.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:46.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:46.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:46 smithi050 ceph-mon[92315]: pgmap v9099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:46 smithi172 ceph-mon[103696]: pgmap v9099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:47.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:47.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:48.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:48.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:48 smithi050 ceph-mon[92315]: pgmap v9100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:58:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:48 smithi172 ceph-mon[103696]: pgmap v9100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:58:49.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:49.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:58:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:58:50.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:50.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:50 smithi050 ceph-mon[92315]: pgmap v9101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:50 smithi172 ceph-mon[103696]: pgmap v9101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:51.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:51.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:52.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:52.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:52 smithi050 ceph-mon[92315]: pgmap v9102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:52 smithi172 ceph-mon[103696]: pgmap v9102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:53.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:53.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:54.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:54.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:54 smithi050 ceph-mon[92315]: pgmap v9103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:54 smithi172 ceph-mon[103696]: pgmap v9103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:55.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:55.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:56.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:56.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:56 smithi050 ceph-mon[92315]: pgmap v9104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:56 smithi172 ceph-mon[103696]: pgmap v9104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:58:57.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:57.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:58.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:58.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:58:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:58:58 smithi050 ceph-mon[92315]: pgmap v9105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:58:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:58:58 smithi172 ceph-mon[103696]: pgmap v9105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:58:59.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:58:59.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:00.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:00.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:00 smithi050 ceph-mon[92315]: pgmap v9106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:00 smithi172 ceph-mon[103696]: pgmap v9106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:01.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:01.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:02.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:02.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:02 smithi050 ceph-mon[92315]: pgmap v9107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:02 smithi172 ceph-mon[103696]: pgmap v9107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:03.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:03.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:04.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:04.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:04 smithi050 ceph-mon[92315]: pgmap v9108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:59:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:04 smithi172 ceph-mon[103696]: pgmap v9108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:59:05.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:05.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:06.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:06.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:06 smithi172 ceph-mon[103696]: pgmap v9109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:06 smithi050 ceph-mon[92315]: pgmap v9109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:07.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:07.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:08.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:08.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:08 smithi050 ceph-mon[92315]: pgmap v9110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:59:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:08 smithi172 ceph-mon[103696]: pgmap v9110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:59:09.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:09.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:10.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:10.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:10 smithi050 ceph-mon[92315]: pgmap v9111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:10 smithi172 ceph-mon[103696]: pgmap v9111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:11.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:11.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:12.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:12.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:12 smithi050 ceph-mon[92315]: pgmap v9112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:12 smithi172 ceph-mon[103696]: pgmap v9112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:13.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:13.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:14.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:14.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:14 smithi050 ceph-mon[92315]: pgmap v9113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:14 smithi172 ceph-mon[103696]: pgmap v9113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:15.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:15.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:16.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:16.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:16 smithi050 ceph-mon[92315]: pgmap v9114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:16 smithi172 ceph-mon[103696]: pgmap v9114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:17.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:17.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:18.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:18.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:18 smithi050 ceph-mon[92315]: pgmap v9115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:59:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:18 smithi172 ceph-mon[103696]: pgmap v9115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:59:19.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:19.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:59:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:59:20.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:20.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:20 smithi050 ceph-mon[92315]: pgmap v9116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:59:21.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:59:21.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:59:21.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:59:21.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:59:21.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:59:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:20 smithi172 ceph-mon[103696]: pgmap v9116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:21.190 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T18:59:21.190 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T18:59:21.190 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T18:59:21.190 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:59:21.190 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T18:59:21.190 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T18:59:21.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:21.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:21 smithi050 ceph-mon[92315]: pgmap v9117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:21 smithi172 ceph-mon[103696]: pgmap v9117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:22.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:22.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:23.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:23.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:24.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:24.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:24 smithi050 ceph-mon[92315]: pgmap v9118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:24 smithi172 ceph-mon[103696]: pgmap v9118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:25.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:25.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:26.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:26.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:26 smithi050 ceph-mon[92315]: pgmap v9119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:26 smithi172 ceph-mon[103696]: pgmap v9119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:27.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:27.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:28.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:28.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:28 smithi050 ceph-mon[92315]: pgmap v9120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:59:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:28 smithi172 ceph-mon[103696]: pgmap v9120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:59:29.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:29.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:30.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:30.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:30 smithi050 ceph-mon[92315]: pgmap v9121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:30 smithi172 ceph-mon[103696]: pgmap v9121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:31.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:31.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:32.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:32.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:33.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:32 smithi050 ceph-mon[92315]: pgmap v9122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:32 smithi172 ceph-mon[103696]: pgmap v9122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:33.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:33.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:34.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:34.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:34 smithi050 ceph-mon[92315]: pgmap v9123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:59:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:34 smithi172 ceph-mon[103696]: pgmap v9123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:59:35.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:35.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:36.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:36.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:36 smithi050 ceph-mon[92315]: pgmap v9124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:36 smithi172 ceph-mon[103696]: pgmap v9124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:37.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:37.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:38.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:38.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:38 smithi050 ceph-mon[92315]: pgmap v9125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:59:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:38 smithi172 ceph-mon[103696]: pgmap v9125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:59:39.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:39.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:40.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:40.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:40 smithi050 ceph-mon[92315]: pgmap v9126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:40 smithi172 ceph-mon[103696]: pgmap v9126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:41.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:41.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:42.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:42.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:42 smithi050 ceph-mon[92315]: pgmap v9127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:42 smithi172 ceph-mon[103696]: pgmap v9127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:43.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:43.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:44.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:44.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:44 smithi050 ceph-mon[92315]: pgmap v9128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:44 smithi172 ceph-mon[103696]: pgmap v9128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:45.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:45.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:46.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:46.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:47.013 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:46 smithi172 ceph-mon[103696]: pgmap v9129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:46 smithi050 ceph-mon[92315]: pgmap v9129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:47.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:47.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:48.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:48.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:48 smithi050 ceph-mon[92315]: pgmap v9130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:59:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:48 smithi172 ceph-mon[103696]: pgmap v9130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:59:49.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:49.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:59:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T18:59:50.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:50.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:50 smithi050 ceph-mon[92315]: pgmap v9131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:50 smithi172 ceph-mon[103696]: pgmap v9131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:51.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:51.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:52.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:52.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:52 smithi050 ceph-mon[92315]: pgmap v9132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:52 smithi172 ceph-mon[103696]: pgmap v9132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:53.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:53.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:54.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:54.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:54 smithi050 ceph-mon[92315]: pgmap v9133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:54 smithi172 ceph-mon[103696]: pgmap v9133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:55.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:55.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:56.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:56.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:56 smithi050 ceph-mon[92315]: pgmap v9134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:57.118 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:56 smithi172 ceph-mon[103696]: pgmap v9134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T18:59:57.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:57.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 18:59:58 smithi050 ceph-mon[92315]: pgmap v9135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:59:58.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:58.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T18:59:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 18:59:58 smithi172 ceph-mon[103696]: pgmap v9135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T18:59:59.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T18:59:59.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:00 smithi050 ceph-mon[92315]: pgmap v9136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T19:00:00.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:00.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:00 smithi172 ceph-mon[103696]: pgmap v9136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T19:00:01.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:01.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:02.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:02.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:02 smithi050 ceph-mon[92315]: pgmap v9137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:02 smithi172 ceph-mon[103696]: pgmap v9137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:03.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:03.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:04.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:04.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:04 smithi050 ceph-mon[92315]: pgmap v9138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:00:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:04 smithi172 ceph-mon[103696]: pgmap v9138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:00:05.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:05.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:06.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:06.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:06 smithi050 ceph-mon[92315]: pgmap v9139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:06 smithi172 ceph-mon[103696]: pgmap v9139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:07.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:07.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:08.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:08.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:08 smithi050 ceph-mon[92315]: pgmap v9140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:00:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:08 smithi172 ceph-mon[103696]: pgmap v9140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:00:09.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:09.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:10.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:10.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:10 smithi050 ceph-mon[92315]: pgmap v9141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:10 smithi172 ceph-mon[103696]: pgmap v9141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:11.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:11.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:12.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:12.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:12 smithi050 ceph-mon[92315]: pgmap v9142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:12 smithi172 ceph-mon[103696]: pgmap v9142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:13.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:13.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:14.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:14.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:15.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:14 smithi050 ceph-mon[92315]: pgmap v9143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:14 smithi172 ceph-mon[103696]: pgmap v9143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:15.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:15.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:16.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:16.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:16 smithi050 ceph-mon[92315]: pgmap v9144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:16 smithi172 ceph-mon[103696]: pgmap v9144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:17.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:17.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:18.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:18.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:18 smithi050 ceph-mon[92315]: pgmap v9145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:00:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:18 smithi172 ceph-mon[103696]: pgmap v9145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:00:19.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:19.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:00:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:00:20.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:20.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:20 smithi050 ceph-mon[92315]: pgmap v9146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:00:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:20 smithi172 ceph-mon[103696]: pgmap v9146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:00:21.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:21.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:00:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:00:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:00:22.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:00:22.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:00:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:00:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:00:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:00:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:00:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:00:22.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:22.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:22 smithi050 ceph-mon[92315]: pgmap v9147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:22 smithi172 ceph-mon[103696]: pgmap v9147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:23.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:23.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:24.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:24.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:24 smithi050 ceph-mon[92315]: pgmap v9148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:24 smithi172 ceph-mon[103696]: pgmap v9148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:25.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:25.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:26.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:26.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:26 smithi050 ceph-mon[92315]: pgmap v9149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:26 smithi172 ceph-mon[103696]: pgmap v9149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:27.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:27.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:28.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:28.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:28 smithi050 ceph-mon[92315]: pgmap v9150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:00:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:28 smithi172 ceph-mon[103696]: pgmap v9150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:00:29.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:29.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:30.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:30.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:30 smithi050 ceph-mon[92315]: pgmap v9151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:30 smithi172 ceph-mon[103696]: pgmap v9151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:31.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:31.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:32.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:32.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:32 smithi050 ceph-mon[92315]: pgmap v9152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:32 smithi172 ceph-mon[103696]: pgmap v9152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:33.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:33.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:34.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:34.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:34 smithi050 ceph-mon[92315]: pgmap v9153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:00:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:34 smithi172 ceph-mon[103696]: pgmap v9153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:00:35.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:35.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:36.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:36.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:36 smithi050 ceph-mon[92315]: pgmap v9154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:36 smithi172 ceph-mon[103696]: pgmap v9154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:37.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:37.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:38.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:38.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:38 smithi050 ceph-mon[92315]: pgmap v9155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:00:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:38 smithi172 ceph-mon[103696]: pgmap v9155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:00:39.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:39.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:40.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:40.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:40 smithi050 ceph-mon[92315]: pgmap v9156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:40 smithi172 ceph-mon[103696]: pgmap v9156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:41.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:41.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:42 smithi172 ceph-mon[103696]: pgmap v9157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:42.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:42.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:42 smithi050 ceph-mon[92315]: pgmap v9157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:43.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:43.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:44.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:44.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:44 smithi050 ceph-mon[92315]: pgmap v9158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:44 smithi172 ceph-mon[103696]: pgmap v9158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:45.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:45.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:46.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:46.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:46 smithi050 ceph-mon[92315]: pgmap v9159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:46 smithi172 ceph-mon[103696]: pgmap v9159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:47.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:47.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:48.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:48.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:49.054 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:48 smithi050 ceph-mon[92315]: pgmap v9160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:00:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:48 smithi172 ceph-mon[103696]: pgmap v9160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:00:49.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:49.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:00:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:00:50.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:50.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:50 smithi050 ceph-mon[92315]: pgmap v9161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:50 smithi172 ceph-mon[103696]: pgmap v9161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:51.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:51.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:52.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:52.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:52 smithi050 ceph-mon[92315]: pgmap v9162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:52 smithi172 ceph-mon[103696]: pgmap v9162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:53.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:54.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:54.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:54.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:54 smithi050 ceph-mon[92315]: pgmap v9163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:54 smithi172 ceph-mon[103696]: pgmap v9163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:55.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:55.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:56.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:56.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:56 smithi050 ceph-mon[92315]: pgmap v9164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:56 smithi172 ceph-mon[103696]: pgmap v9164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:00:57.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:57.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:58.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:58.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:00:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:58 smithi050 ceph-mon[92315]: pgmap v9165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:00:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:58 smithi172 ceph-mon[103696]: pgmap v9165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:00:59.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:00:59.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:00:59 smithi172 ceph-mon[103696]: pgmap v9166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:00:59 smithi050 ceph-mon[92315]: pgmap v9166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:00.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:00.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:01.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:01.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:02.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:02.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:02 smithi050 ceph-mon[92315]: pgmap v9167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:03.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:02 smithi172 ceph-mon[103696]: pgmap v9167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:03.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:04.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:04.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:04.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:04 smithi050 ceph-mon[92315]: pgmap v9168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:01:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:04 smithi172 ceph-mon[103696]: pgmap v9168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:01:05.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:05.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:06.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:06.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:06 smithi050 ceph-mon[92315]: pgmap v9169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:06 smithi172 ceph-mon[103696]: pgmap v9169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:07.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:07.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:08.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:08.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:08 smithi050 ceph-mon[92315]: pgmap v9170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:01:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:08 smithi172 ceph-mon[103696]: pgmap v9170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:01:09.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:09.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:10.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:10.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:10 smithi050 ceph-mon[92315]: pgmap v9171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:10 smithi172 ceph-mon[103696]: pgmap v9171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:11.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:11.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:12.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:12.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:12 smithi050 ceph-mon[92315]: pgmap v9172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:12 smithi172 ceph-mon[103696]: pgmap v9172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:13.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:13.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:14.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:15.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:14 smithi050 ceph-mon[92315]: pgmap v9173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:14 smithi172 ceph-mon[103696]: pgmap v9173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:16.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:16.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:17.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:17.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:16 smithi050 ceph-mon[92315]: pgmap v9174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:16 smithi172 ceph-mon[103696]: pgmap v9174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:18.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:18.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:19.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:19.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:18 smithi050 ceph-mon[92315]: pgmap v9175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:01:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:18 smithi172 ceph-mon[103696]: pgmap v9175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:01:20.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:20.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:01:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:01:21.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:21.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:20 smithi050 ceph-mon[92315]: pgmap v9176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:20 smithi172 ceph-mon[103696]: pgmap v9176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:22.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:22.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:22.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:01:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:01:23.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:23.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:23.018 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:22 smithi172 ceph-mon[103696]: pgmap v9177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:23.018 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:01:23.018 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:01:23.018 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:01:23.018 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:01:23.018 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:01:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:22 smithi050 ceph-mon[92315]: pgmap v9177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:01:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:01:23.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:01:23.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:01:23.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:01:24.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:24.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:25.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:25.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:24 smithi050 ceph-mon[92315]: pgmap v9178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:24 smithi172 ceph-mon[103696]: pgmap v9178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:26.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:26.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:27.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:27.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:26 smithi050 ceph-mon[92315]: pgmap v9179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:26 smithi172 ceph-mon[103696]: pgmap v9179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:28.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:28.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:29.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:29.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:28 smithi050 ceph-mon[92315]: pgmap v9180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:01:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:28 smithi172 ceph-mon[103696]: pgmap v9180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:01:30.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:30.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:31.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:31.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:30 smithi050 ceph-mon[92315]: pgmap v9181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:30 smithi172 ceph-mon[103696]: pgmap v9181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:32.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:32.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:33.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:33.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:32 smithi050 ceph-mon[92315]: pgmap v9182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:33.123 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:32 smithi172 ceph-mon[103696]: pgmap v9182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:34.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:34.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:34 smithi050 ceph-mon[92315]: pgmap v9183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:01:35.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:35.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:34 smithi172 ceph-mon[103696]: pgmap v9183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:01:36.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:36.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:37.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:37.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:36 smithi050 ceph-mon[92315]: pgmap v9184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:36 smithi172 ceph-mon[103696]: pgmap v9184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:38.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:38.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:39.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:39.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:38 smithi050 ceph-mon[92315]: pgmap v9185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:01:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:38 smithi172 ceph-mon[103696]: pgmap v9185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:01:40.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:40.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:41.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:41.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:40 smithi050 ceph-mon[92315]: pgmap v9186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:40 smithi172 ceph-mon[103696]: pgmap v9186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:42.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:42.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:43.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:43.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:42 smithi050 ceph-mon[92315]: pgmap v9187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:42 smithi172 ceph-mon[103696]: pgmap v9187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:44.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:44.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:45.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:45.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:44 smithi050 ceph-mon[92315]: pgmap v9188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:44 smithi172 ceph-mon[103696]: pgmap v9188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:46.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:46.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:47.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:47.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:46 smithi050 ceph-mon[92315]: pgmap v9189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:46 smithi172 ceph-mon[103696]: pgmap v9189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:48.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:48.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:49.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:49.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:48 smithi050 ceph-mon[92315]: pgmap v9190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:01:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:48 smithi172 ceph-mon[103696]: pgmap v9190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:01:50.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:50.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:01:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:01:51.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:51.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:50 smithi050 ceph-mon[92315]: pgmap v9191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:50 smithi172 ceph-mon[103696]: pgmap v9191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:52.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:52.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:53.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:53.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:53.282 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:52 smithi172 ceph-mon[103696]: pgmap v9192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:53.282 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:52 smithi050 ceph-mon[92315]: pgmap v9192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:54.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:54.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:55.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:55.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:54 smithi050 ceph-mon[92315]: pgmap v9193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:54 smithi172 ceph-mon[103696]: pgmap v9193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:56.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:56.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:57.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:57.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:56 smithi050 ceph-mon[92315]: pgmap v9194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:56 smithi172 ceph-mon[103696]: pgmap v9194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:01:58.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:58.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:59.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:01:59.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:01:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:01:58 smithi050 ceph-mon[92315]: pgmap v9195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:01:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:01:58 smithi172 ceph-mon[103696]: pgmap v9195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:02:00.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:00.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:01.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:01.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:00 smithi050 ceph-mon[92315]: pgmap v9196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:00 smithi172 ceph-mon[103696]: pgmap v9196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:02.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:02.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:03.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:03.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:02 smithi050 ceph-mon[92315]: pgmap v9197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:02 smithi172 ceph-mon[103696]: pgmap v9197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:04.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:04.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:05.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:05.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:04 smithi050 ceph-mon[92315]: pgmap v9198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:02:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:04 smithi172 ceph-mon[103696]: pgmap v9198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:02:06.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:06.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:07.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:07.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:06 smithi050 ceph-mon[92315]: pgmap v9199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:06 smithi172 ceph-mon[103696]: pgmap v9199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:08.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:08.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:09.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:09.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:08 smithi050 ceph-mon[92315]: pgmap v9200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:02:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:08 smithi172 ceph-mon[103696]: pgmap v9200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:02:10.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:10.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:11.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:11.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:11.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:10 smithi050 ceph-mon[92315]: pgmap v9201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:10 smithi172 ceph-mon[103696]: pgmap v9201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:11 smithi050 ceph-mon[92315]: pgmap v9202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:12.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:12.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:11 smithi172 ceph-mon[103696]: pgmap v9202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:13.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:13.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:14.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:14.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:15.026 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:14 smithi050 ceph-mon[92315]: pgmap v9203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:15.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:15.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:14 smithi172 ceph-mon[103696]: pgmap v9203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:16.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:16.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:16 smithi050 ceph-mon[92315]: pgmap v9204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:17.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:17.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:16 smithi172 ceph-mon[103696]: pgmap v9204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:18.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:18.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:18 smithi172 ceph-mon[103696]: pgmap v9205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:02:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:18 smithi050 ceph-mon[92315]: pgmap v9205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:02:19.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:19.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:20.082 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:02:20.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:20.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:02:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:20 smithi050 ceph-mon[92315]: pgmap v9206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:21.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:21.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:20 smithi172 ceph-mon[103696]: pgmap v9206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:22.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:22.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:22 smithi050 ceph-mon[92315]: pgmap v9207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:02:23.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:23.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:22 smithi172 ceph-mon[103696]: pgmap v9207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:02:24.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:24.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:24 smithi050 ceph-mon[92315]: pgmap v9208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:25.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:25.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:24 smithi172 ceph-mon[103696]: pgmap v9208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:26.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:26.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:26 smithi050 ceph-mon[92315]: pgmap v9209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:27.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:27.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:26 smithi172 ceph-mon[103696]: pgmap v9209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:28.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:28.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:02:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:02:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:02:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:02:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:02:28.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:02:28.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:02:28.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:27 smithi172 ceph-mon[103696]: pgmap v9210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:02:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:02:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:02:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:02:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:02:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:02:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:02:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:02:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:27 smithi050 ceph-mon[92315]: pgmap v9210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:02:29.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:29.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:30.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:30.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:30 smithi050 ceph-mon[92315]: pgmap v9211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:30 smithi172 ceph-mon[103696]: pgmap v9211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:31.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:31.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:32.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:32.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:32 smithi050 ceph-mon[92315]: pgmap v9212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:32 smithi172 ceph-mon[103696]: pgmap v9212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:33.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:33.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:34.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:34.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:34 smithi050 ceph-mon[92315]: pgmap v9213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:02:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:34 smithi172 ceph-mon[103696]: pgmap v9213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:02:35.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:35.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:36.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:36.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:36 smithi050 ceph-mon[92315]: pgmap v9214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:36 smithi172 ceph-mon[103696]: pgmap v9214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:37.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:37.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:38.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:38.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:38 smithi050 ceph-mon[92315]: pgmap v9215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:02:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:38 smithi172 ceph-mon[103696]: pgmap v9215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:02:39.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:39.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:40.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:40.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:40 smithi050 ceph-mon[92315]: pgmap v9216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:40 smithi172 ceph-mon[103696]: pgmap v9216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:41.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:41.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:42.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:42.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:42 smithi050 ceph-mon[92315]: pgmap v9217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:42 smithi172 ceph-mon[103696]: pgmap v9217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:43.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:43.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:44.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:44.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:44 smithi050 ceph-mon[92315]: pgmap v9218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:44 smithi172 ceph-mon[103696]: pgmap v9218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:45.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:45.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:46.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:46.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:46 smithi050 ceph-mon[92315]: pgmap v9219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:46 smithi172 ceph-mon[103696]: pgmap v9219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:47.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:47.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:48.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:48.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:48 smithi050 ceph-mon[92315]: pgmap v9220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:02:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:48 smithi172 ceph-mon[103696]: pgmap v9220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:02:49.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:49.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:02:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:02:50.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:50.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:50 smithi050 ceph-mon[92315]: pgmap v9221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:50 smithi172 ceph-mon[103696]: pgmap v9221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:51.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:51.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:52.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:52.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:52 smithi050 ceph-mon[92315]: pgmap v9222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:52 smithi172 ceph-mon[103696]: pgmap v9222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:53.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:53.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:54.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:54.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:54 smithi050 ceph-mon[92315]: pgmap v9223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:54 smithi172 ceph-mon[103696]: pgmap v9223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:55.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:55.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:56.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:56.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:56 smithi050 ceph-mon[92315]: pgmap v9224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:57.201 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:56 smithi172 ceph-mon[103696]: pgmap v9224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:02:57.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:57.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:58.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:58.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:02:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:02:58 smithi050 ceph-mon[92315]: pgmap v9225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:02:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:02:58 smithi172 ceph-mon[103696]: pgmap v9225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:02:59.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:02:59.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:00.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:00.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:00 smithi050 ceph-mon[92315]: pgmap v9226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:00 smithi172 ceph-mon[103696]: pgmap v9226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:01.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:01.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:02.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:02.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:02 smithi050 ceph-mon[92315]: pgmap v9227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:02 smithi172 ceph-mon[103696]: pgmap v9227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:03.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:03.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:04.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:04.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:04 smithi050 ceph-mon[92315]: pgmap v9228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:03:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:04 smithi172 ceph-mon[103696]: pgmap v9228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:03:05.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:05.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:06.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:06.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:06 smithi050 ceph-mon[92315]: pgmap v9229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:06 smithi172 ceph-mon[103696]: pgmap v9229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:07.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:07.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:08.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:08.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:08 smithi050 ceph-mon[92315]: pgmap v9230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:03:09.122 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:08 smithi172 ceph-mon[103696]: pgmap v9230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:03:09.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:09.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:10.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:10.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:10 smithi050 ceph-mon[92315]: pgmap v9231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:10 smithi172 ceph-mon[103696]: pgmap v9231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:11.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:11.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:12.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:12.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:12 smithi050 ceph-mon[92315]: pgmap v9232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:12 smithi172 ceph-mon[103696]: pgmap v9232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:13.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:13.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:14.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:14.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:14 smithi050 ceph-mon[92315]: pgmap v9233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:14 smithi172 ceph-mon[103696]: pgmap v9233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:15.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:15.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:16.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:16.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:16 smithi050 ceph-mon[92315]: pgmap v9234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:16 smithi172 ceph-mon[103696]: pgmap v9234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:17.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:17.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:18.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:18.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:18 smithi050 ceph-mon[92315]: pgmap v9235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:03:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:18 smithi172 ceph-mon[103696]: pgmap v9235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:03:19.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:19.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:03:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:03:20.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:20.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:20 smithi050 ceph-mon[92315]: pgmap v9236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:20 smithi172 ceph-mon[103696]: pgmap v9236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:21.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:21.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:22.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:22.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:22 smithi050 ceph-mon[92315]: pgmap v9237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:22 smithi172 ceph-mon[103696]: pgmap v9237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:23.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:23.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:24.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:24.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:24 smithi050 ceph-mon[92315]: pgmap v9238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:24 smithi172 ceph-mon[103696]: pgmap v9238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:25.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:25.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:26.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:26.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:26 smithi050 ceph-mon[92315]: pgmap v9239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:26 smithi172 ceph-mon[103696]: pgmap v9239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:27.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:27.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:03:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:03:28.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:28.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:28 smithi050 ceph-mon[92315]: pgmap v9240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:03:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:03:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:03:29.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:03:29.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:03:29.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:03:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:28 smithi172 ceph-mon[103696]: pgmap v9240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:03:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:03:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:03:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:03:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:03:29.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:03:29.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:29.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:30.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:30.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:30 smithi050 ceph-mon[92315]: pgmap v9241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:30 smithi172 ceph-mon[103696]: pgmap v9241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:31.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:31.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:32.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:32.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:31 smithi050 ceph-mon[92315]: pgmap v9242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:31 smithi172 ceph-mon[103696]: pgmap v9242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:33.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:33.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:34.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:34.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:34 smithi050 ceph-mon[92315]: pgmap v9243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:03:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:34 smithi172 ceph-mon[103696]: pgmap v9243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:03:35.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:35.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:36.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:36.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:36 smithi050 ceph-mon[92315]: pgmap v9244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:36 smithi172 ceph-mon[103696]: pgmap v9244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:37.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:37.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:38.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:38.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:38 smithi050 ceph-mon[92315]: pgmap v9245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:03:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:38 smithi172 ceph-mon[103696]: pgmap v9245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:03:39.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:39.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:40.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:40.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:40.998 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:40 smithi050 ceph-mon[92315]: pgmap v9246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:40 smithi172 ceph-mon[103696]: pgmap v9246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:41.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:41.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:42.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:42.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:42 smithi050 ceph-mon[92315]: pgmap v9247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:42 smithi172 ceph-mon[103696]: pgmap v9247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:43.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:43.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:44.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:44.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:44 smithi172 ceph-mon[103696]: pgmap v9248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:44 smithi050 ceph-mon[92315]: pgmap v9248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:45.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:45.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:46.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:46.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:46 smithi050 ceph-mon[92315]: pgmap v9249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:46 smithi172 ceph-mon[103696]: pgmap v9249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:47.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:47.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:48.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:48.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:48 smithi050 ceph-mon[92315]: pgmap v9250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:03:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:48 smithi172 ceph-mon[103696]: pgmap v9250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:03:49.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:49.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:03:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:03:50.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:50.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:50 smithi050 ceph-mon[92315]: pgmap v9251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:50 smithi172 ceph-mon[103696]: pgmap v9251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:51.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:51.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:52.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:52.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:52 smithi050 ceph-mon[92315]: pgmap v9252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:52 smithi172 ceph-mon[103696]: pgmap v9252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:53.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:53.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:54.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:54.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:54 smithi172 ceph-mon[103696]: pgmap v9253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:54 smithi050 ceph-mon[92315]: pgmap v9253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:55.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:55.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:56.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:56.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:56 smithi050 ceph-mon[92315]: pgmap v9254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:56 smithi172 ceph-mon[103696]: pgmap v9254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:03:57.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:57.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:58.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:58.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:03:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:03:58 smithi050 ceph-mon[92315]: pgmap v9255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:03:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:03:58 smithi172 ceph-mon[103696]: pgmap v9255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:03:59.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:03:59.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:00.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:00.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:00 smithi050 ceph-mon[92315]: pgmap v9256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:00 smithi172 ceph-mon[103696]: pgmap v9256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:01.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:01.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:02.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:02.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:02 smithi050 ceph-mon[92315]: pgmap v9257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:02 smithi172 ceph-mon[103696]: pgmap v9257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:03.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:03.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:04.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:04.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:04 smithi050 ceph-mon[92315]: pgmap v9258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:04:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:04 smithi172 ceph-mon[103696]: pgmap v9258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:04:05.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:05.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:06.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:06.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:06 smithi050 ceph-mon[92315]: pgmap v9259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:06 smithi172 ceph-mon[103696]: pgmap v9259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:07.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:07.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:08.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:08.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:08 smithi050 ceph-mon[92315]: pgmap v9260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:04:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:08 smithi172 ceph-mon[103696]: pgmap v9260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:04:09.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:09.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:10.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:10.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:10 smithi050 ceph-mon[92315]: pgmap v9261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:10 smithi172 ceph-mon[103696]: pgmap v9261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:11.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:11.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:12.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:12.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:12 smithi050 ceph-mon[92315]: pgmap v9262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:12 smithi172 ceph-mon[103696]: pgmap v9262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:13.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:13.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:14.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:14.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:14 smithi050 ceph-mon[92315]: pgmap v9263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:14 smithi172 ceph-mon[103696]: pgmap v9263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:15.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:15.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:16.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:16.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:16 smithi050 ceph-mon[92315]: pgmap v9264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:16 smithi172 ceph-mon[103696]: pgmap v9264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:17.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:17.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:18.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:18.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:18 smithi050 ceph-mon[92315]: pgmap v9265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:04:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:18 smithi172 ceph-mon[103696]: pgmap v9265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:04:19.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:19.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:04:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:04:20.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:20.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:20 smithi050 ceph-mon[92315]: pgmap v9266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:20 smithi172 ceph-mon[103696]: pgmap v9266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:21.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:21.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:22.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:22.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:22 smithi050 ceph-mon[92315]: pgmap v9267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:22 smithi172 ceph-mon[103696]: pgmap v9267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:23.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:23.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:24.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:24.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:24 smithi050 ceph-mon[92315]: pgmap v9268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:24 smithi172 ceph-mon[103696]: pgmap v9268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:25.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:25.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:26.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:26.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:26 smithi050 ceph-mon[92315]: pgmap v9269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:26 smithi172 ceph-mon[103696]: pgmap v9269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:27.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:27.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:28.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:28.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:28 smithi050 ceph-mon[92315]: pgmap v9270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:04:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:04:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:28 smithi172 ceph-mon[103696]: pgmap v9270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:04:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:04:29.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:29.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:30.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:30.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:30 smithi050 ceph-mon[92315]: pgmap v9271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:30 smithi172 ceph-mon[103696]: pgmap v9271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:31.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:31.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:32.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:32.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:32 smithi050 ceph-mon[92315]: pgmap v9272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:33.450 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:32 smithi172 ceph-mon[103696]: pgmap v9272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:33.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:33.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:34.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:34.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:35.014 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:34 smithi172 ceph-mon[103696]: pgmap v9273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:35.015 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:04:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:34 smithi050 ceph-mon[92315]: pgmap v9273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:04:35.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:35.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:36.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:36.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:04:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:04:36.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:36 smithi050 ceph-mon[92315]: pgmap v9274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:36.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:04:36.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:04:36.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:04:36.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:04:36.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:04:36.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:04:36.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:04:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:04:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:04:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:36 smithi172 ceph-mon[103696]: pgmap v9274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:04:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:04:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:04:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:04:36.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:04:36.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:04:36.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:04:37.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:37.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:38.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:38.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:38 smithi050 ceph-mon[92315]: pgmap v9275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:04:39.339 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:38 smithi172 ceph-mon[103696]: pgmap v9275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:04:39.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:39.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:40.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:40.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:40 smithi050 ceph-mon[92315]: pgmap v9276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:41.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:40 smithi172 ceph-mon[103696]: pgmap v9276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:41.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:41.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:42.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:42.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:42 smithi050 ceph-mon[92315]: pgmap v9277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:42 smithi172 ceph-mon[103696]: pgmap v9277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:43.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:43.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:44.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:44.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:44 smithi050 ceph-mon[92315]: pgmap v9278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:45.119 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:44 smithi172 ceph-mon[103696]: pgmap v9278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:45.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:45.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:46.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:46.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:46 smithi050 ceph-mon[92315]: pgmap v9279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:47.138 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:46 smithi172 ceph-mon[103696]: pgmap v9279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:47.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:47.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:48.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:48.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:48 smithi050 ceph-mon[92315]: pgmap v9280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:04:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:48 smithi172 ceph-mon[103696]: pgmap v9280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:04:49.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:49.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:04:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:04:50.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:50.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:50 smithi050 ceph-mon[92315]: pgmap v9281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:50 smithi172 ceph-mon[103696]: pgmap v9281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:51.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:51.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:52.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:52.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:52 smithi050 ceph-mon[92315]: pgmap v9282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:52 smithi172 ceph-mon[103696]: pgmap v9282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:53.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:53.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:54.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:54.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:54 smithi050 ceph-mon[92315]: pgmap v9283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:54 smithi172 ceph-mon[103696]: pgmap v9283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:55.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:55.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:56.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:56.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:56 smithi050 ceph-mon[92315]: pgmap v9284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:56 smithi172 ceph-mon[103696]: pgmap v9284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:04:57.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:57.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:58.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:58.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:04:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:04:58 smithi050 ceph-mon[92315]: pgmap v9285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:04:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:04:58 smithi172 ceph-mon[103696]: pgmap v9285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:04:59.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:04:59.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:00.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:00.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:00 smithi050 ceph-mon[92315]: pgmap v9286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:00 smithi172 ceph-mon[103696]: pgmap v9286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:01.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:01.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:02.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:02.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:02 smithi050 ceph-mon[92315]: pgmap v9287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:02 smithi172 ceph-mon[103696]: pgmap v9287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:03.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:03.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:04.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:04.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:04 smithi050 ceph-mon[92315]: pgmap v9288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:05:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:04 smithi172 ceph-mon[103696]: pgmap v9288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:05:05.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:05.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:06.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:06.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:06 smithi050 ceph-mon[92315]: pgmap v9289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:07.845 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:06 smithi172 ceph-mon[103696]: pgmap v9289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:07.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:07.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:08.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:08.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:08 smithi050 ceph-mon[92315]: pgmap v9290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:05:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:08 smithi172 ceph-mon[103696]: pgmap v9290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:05:09.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:09.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:10.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:10.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:10 smithi050 ceph-mon[92315]: pgmap v9291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:10 smithi172 ceph-mon[103696]: pgmap v9291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:11.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:11.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:12.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:12.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:12 smithi050 ceph-mon[92315]: pgmap v9292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:12 smithi172 ceph-mon[103696]: pgmap v9292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:13.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:13.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:14.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:14.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:14 smithi050 ceph-mon[92315]: pgmap v9293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:14 smithi172 ceph-mon[103696]: pgmap v9293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:15.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:15.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:16.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:16.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:17.088 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:16 smithi050 ceph-mon[92315]: pgmap v9294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:16 smithi172 ceph-mon[103696]: pgmap v9294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:17.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:17.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:18.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:18.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:18 smithi050 ceph-mon[92315]: pgmap v9295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:05:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:18 smithi172 ceph-mon[103696]: pgmap v9295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:05:19.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:19.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:05:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:05:20.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:20.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:20 smithi050 ceph-mon[92315]: pgmap v9296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:20 smithi172 ceph-mon[103696]: pgmap v9296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:21.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:21.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:22.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:22.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:22 smithi050 ceph-mon[92315]: pgmap v9297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:22 smithi172 ceph-mon[103696]: pgmap v9297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:23.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:23.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:24.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:24.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:25.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:24 smithi050 ceph-mon[92315]: pgmap v9298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:24 smithi172 ceph-mon[103696]: pgmap v9298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:25.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:25.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:26.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:26.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:26 smithi050 ceph-mon[92315]: pgmap v9299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:27.345 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:26 smithi172 ceph-mon[103696]: pgmap v9299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:27.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:27.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:28.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:28.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:28 smithi050 ceph-mon[92315]: pgmap v9300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:05:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:28 smithi172 ceph-mon[103696]: pgmap v9300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:05:29.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:29.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:30.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:30.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:30 smithi172 ceph-mon[103696]: pgmap v9301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:30 smithi050 ceph-mon[92315]: pgmap v9301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:31.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:31.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:32.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:32.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:33.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:32 smithi050 ceph-mon[92315]: pgmap v9302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:32 smithi172 ceph-mon[103696]: pgmap v9302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:33.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:33.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:34.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:34.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:34 smithi050 ceph-mon[92315]: pgmap v9303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:05:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:34 smithi172 ceph-mon[103696]: pgmap v9303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:35.143 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:05:35.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:35.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:36.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:36.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:36 smithi050 ceph-mon[92315]: pgmap v9304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:05:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:05:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:05:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:36 smithi172 ceph-mon[103696]: pgmap v9304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:05:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:05:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:05:37.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:37.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:05:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:05:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:05:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:05:38.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:05:38.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:05:38.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:05:38.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:38 smithi050 ceph-mon[92315]: pgmap v9305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:05:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:05:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:05:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:05:38.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:05:38.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:05:38.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:05:38.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:05:38.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:38 smithi172 ceph-mon[103696]: pgmap v9305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:05:38.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:38.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:39.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:39.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:40.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:40.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:40 smithi050 ceph-mon[92315]: pgmap v9306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:40 smithi172 ceph-mon[103696]: pgmap v9306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:41.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:41.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:42.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:42.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:42 smithi050 ceph-mon[92315]: pgmap v9307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:42 smithi172 ceph-mon[103696]: pgmap v9307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:43.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:43.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:44.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:44.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:44 smithi050 ceph-mon[92315]: pgmap v9308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:44 smithi172 ceph-mon[103696]: pgmap v9308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:45.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:45.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:46.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:46.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:46 smithi050 ceph-mon[92315]: pgmap v9309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:46 smithi172 ceph-mon[103696]: pgmap v9309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:47.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:47.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:48.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:48.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:48 smithi050 ceph-mon[92315]: pgmap v9310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:05:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:48 smithi172 ceph-mon[103696]: pgmap v9310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:05:49.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:49.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:05:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:05:50.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:50.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:50 smithi050 ceph-mon[92315]: pgmap v9311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:50 smithi172 ceph-mon[103696]: pgmap v9311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:51.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:51.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:52.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:52.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:52 smithi050 ceph-mon[92315]: pgmap v9312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:52 smithi172 ceph-mon[103696]: pgmap v9312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:53.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:53.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:54.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:54.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:54 smithi050 ceph-mon[92315]: pgmap v9313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:54 smithi172 ceph-mon[103696]: pgmap v9313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:55.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:55.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:56.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:56.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:56 smithi050 ceph-mon[92315]: pgmap v9314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:56 smithi172 ceph-mon[103696]: pgmap v9314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:05:57.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:57.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:58.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:58.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:05:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:05:58 smithi050 ceph-mon[92315]: pgmap v9315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:05:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:05:58 smithi172 ceph-mon[103696]: pgmap v9315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:05:59.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:05:59.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:00.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:00.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:00 smithi050 ceph-mon[92315]: pgmap v9316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:00 smithi172 ceph-mon[103696]: pgmap v9316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:01.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:01.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:02.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:02.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:02 smithi050 ceph-mon[92315]: pgmap v9317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:02 smithi172 ceph-mon[103696]: pgmap v9317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:03.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:03.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:04.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:04.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:04 smithi050 ceph-mon[92315]: pgmap v9318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:06:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:04 smithi172 ceph-mon[103696]: pgmap v9318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:06:05.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:05.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:06.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:06.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:06 smithi050 ceph-mon[92315]: pgmap v9319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:06 smithi172 ceph-mon[103696]: pgmap v9319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:07.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:07.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:08.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:08.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:08 smithi050 ceph-mon[92315]: pgmap v9320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:06:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:08 smithi172 ceph-mon[103696]: pgmap v9320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:06:09.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:09.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:10.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:10.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:10 smithi050 ceph-mon[92315]: pgmap v9321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:10 smithi172 ceph-mon[103696]: pgmap v9321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:11.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:11.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:12.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:12.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:13.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:12 smithi050 ceph-mon[92315]: pgmap v9322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:12 smithi172 ceph-mon[103696]: pgmap v9322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:13.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:13.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:14.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:14.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:14 smithi050 ceph-mon[92315]: pgmap v9323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:14 smithi172 ceph-mon[103696]: pgmap v9323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:15.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:15.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:16.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:16.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:16 smithi050 ceph-mon[92315]: pgmap v9324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:16 smithi172 ceph-mon[103696]: pgmap v9324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:17.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:17.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:18.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:18.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:18 smithi050 ceph-mon[92315]: pgmap v9325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:06:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:18 smithi172 ceph-mon[103696]: pgmap v9325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:06:19.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:19.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:06:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:06:20.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:20.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:20 smithi050 ceph-mon[92315]: pgmap v9326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:21.118 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:20 smithi172 ceph-mon[103696]: pgmap v9326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:21.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:21.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:22.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:22.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:22 smithi050 ceph-mon[92315]: pgmap v9327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:22 smithi172 ceph-mon[103696]: pgmap v9327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:23.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:23.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:24.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:24.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:24 smithi050 ceph-mon[92315]: pgmap v9328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:24 smithi172 ceph-mon[103696]: pgmap v9328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:25.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:25.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:26.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:26.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:26 smithi050 ceph-mon[92315]: pgmap v9329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:26 smithi172 ceph-mon[103696]: pgmap v9329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:27.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:27.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:28.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:28.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:28 smithi050 ceph-mon[92315]: pgmap v9330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:06:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:28 smithi172 ceph-mon[103696]: pgmap v9330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:06:29.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:29.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:30.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:30.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:30 smithi050 ceph-mon[92315]: pgmap v9331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:30 smithi172 ceph-mon[103696]: pgmap v9331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:31.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:31.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:32.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:32.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:32 smithi050 ceph-mon[92315]: pgmap v9332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:32 smithi172 ceph-mon[103696]: pgmap v9332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:33.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:33.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:34.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:34.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:34 smithi050 ceph-mon[92315]: pgmap v9333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:06:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:34 smithi172 ceph-mon[103696]: pgmap v9333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:06:35.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:35.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:36.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:36.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:36 smithi050 ceph-mon[92315]: pgmap v9334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:36 smithi172 ceph-mon[103696]: pgmap v9334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:37.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:37.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:06:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:06:38.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:38.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:38 smithi050 ceph-mon[92315]: pgmap v9335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:06:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:06:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:06:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:06:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:06:39.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:06:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:38 smithi172 ceph-mon[103696]: pgmap v9335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:06:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:06:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:06:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:06:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:06:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:06:39.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:39.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:40.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:40.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:40 smithi050 ceph-mon[92315]: pgmap v9336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:40 smithi172 ceph-mon[103696]: pgmap v9336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:41.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:41.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:42.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:42.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:42 smithi050 ceph-mon[92315]: pgmap v9337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:42 smithi172 ceph-mon[103696]: pgmap v9337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:43.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:43.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:44.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:44.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:44 smithi050 ceph-mon[92315]: pgmap v9338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:44 smithi172 ceph-mon[103696]: pgmap v9338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:45.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:45.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:46.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:46.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:46 smithi050 ceph-mon[92315]: pgmap v9339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:46 smithi172 ceph-mon[103696]: pgmap v9339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:47.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:47.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:48.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:48.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:48 smithi050 ceph-mon[92315]: pgmap v9340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:06:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:48 smithi172 ceph-mon[103696]: pgmap v9340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:06:49.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:49.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:06:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:06:50.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:50.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:50 smithi050 ceph-mon[92315]: pgmap v9341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:50 smithi172 ceph-mon[103696]: pgmap v9341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:51.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:51.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:52.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:52.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:52 smithi050 ceph-mon[92315]: pgmap v9342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:52 smithi172 ceph-mon[103696]: pgmap v9342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:53.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:53.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:54.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:54.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:54 smithi050 ceph-mon[92315]: pgmap v9343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:54 smithi172 ceph-mon[103696]: pgmap v9343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:55.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:55.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:56.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:56.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:56 smithi050 ceph-mon[92315]: pgmap v9344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:56 smithi172 ceph-mon[103696]: pgmap v9344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:06:57.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:57.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:58.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:58.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:06:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:06:58 smithi050 ceph-mon[92315]: pgmap v9345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:06:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:06:58 smithi172 ceph-mon[103696]: pgmap v9345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:06:59.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:06:59.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:00.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:00.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:00 smithi050 ceph-mon[92315]: pgmap v9346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:00 smithi172 ceph-mon[103696]: pgmap v9346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:01.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:01.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:02.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:02.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:02 smithi050 ceph-mon[92315]: pgmap v9347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:02 smithi172 ceph-mon[103696]: pgmap v9347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:03.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:03.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:04.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:04.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:04 smithi050 ceph-mon[92315]: pgmap v9348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:07:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:04 smithi172 ceph-mon[103696]: pgmap v9348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:07:05.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:05.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:06.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:06.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:06 smithi172 ceph-mon[103696]: pgmap v9349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:06 smithi050 ceph-mon[92315]: pgmap v9349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:07.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:07.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:08.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:08.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:08 smithi050 ceph-mon[92315]: pgmap v9350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:07:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:08 smithi172 ceph-mon[103696]: pgmap v9350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:07:09.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:09.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:10.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:10.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:10 smithi050 ceph-mon[92315]: pgmap v9351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:10 smithi172 ceph-mon[103696]: pgmap v9351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:11.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:11.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:12.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:12.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:12 smithi050 ceph-mon[92315]: pgmap v9352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:12 smithi172 ceph-mon[103696]: pgmap v9352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:13.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:13.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:14.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:14.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:14 smithi050 ceph-mon[92315]: pgmap v9353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:14 smithi172 ceph-mon[103696]: pgmap v9353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:15.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:15.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:16.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:16.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:16 smithi050 ceph-mon[92315]: pgmap v9354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:16 smithi172 ceph-mon[103696]: pgmap v9354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:17.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:17.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:18.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:18.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:18 smithi050 ceph-mon[92315]: pgmap v9355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:07:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:18 smithi172 ceph-mon[103696]: pgmap v9355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:07:19.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:19.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:07:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:07:20.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:20.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:20 smithi050 ceph-mon[92315]: pgmap v9356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:20 smithi172 ceph-mon[103696]: pgmap v9356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:21.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:21.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:22.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:22.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:22 smithi050 ceph-mon[92315]: pgmap v9357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:22 smithi172 ceph-mon[103696]: pgmap v9357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:23.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:23.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:24.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:25.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:25.215 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:24 smithi172 ceph-mon[103696]: pgmap v9358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:25.216 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:24 smithi050 ceph-mon[92315]: pgmap v9358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:25.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:25.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:26.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:26.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:27.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:26 smithi050 ceph-mon[92315]: pgmap v9359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:26 smithi172 ceph-mon[103696]: pgmap v9359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:27.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:27.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:28.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:28.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:28 smithi050 ceph-mon[92315]: pgmap v9360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:07:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:28 smithi172 ceph-mon[103696]: pgmap v9360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:07:29.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:29.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:30.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:30.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:30 smithi050 ceph-mon[92315]: pgmap v9361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:30 smithi172 ceph-mon[103696]: pgmap v9361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:31.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:31.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:32.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:32.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:32 smithi050 ceph-mon[92315]: pgmap v9362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:32 smithi172 ceph-mon[103696]: pgmap v9362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:33.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:33.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:34.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:34.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:35.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:34 smithi050 ceph-mon[92315]: pgmap v9363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:35.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:07:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:34 smithi172 ceph-mon[103696]: pgmap v9363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:07:35.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:35.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:36.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:36.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:36 smithi172 ceph-mon[103696]: pgmap v9364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:36 smithi050 ceph-mon[92315]: pgmap v9364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:37.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:37.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:38.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:38.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:38 smithi050 ceph-mon[92315]: pgmap v9365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:07:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:07:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:07:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:07:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:38 smithi172 ceph-mon[103696]: pgmap v9365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:07:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:07:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:07:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:07:39.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:39.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:40.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:42.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:42.151 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:40 smithi172 ceph-mon[103696]: pgmap v9366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:42.151 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:40 smithi050 ceph-mon[92315]: pgmap v9366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:42.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:42.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:42.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:42.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:42 smithi050 ceph-mon[92315]: pgmap v9367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:43.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:07:43.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:07:43.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:07:43.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:07:43.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:07:43.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:07:43.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:07:43.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:07:43.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:07:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:42 smithi172 ceph-mon[103696]: pgmap v9367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:07:43.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:07:43.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:07:43.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:07:43.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:07:43.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:07:43.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:07:43.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:07:43.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:07:43.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:43.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:44.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:44.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:44 smithi050 ceph-mon[92315]: pgmap v9368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:44 smithi172 ceph-mon[103696]: pgmap v9368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:45.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:45.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:46.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:46.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:46 smithi172 ceph-mon[103696]: pgmap v9369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:46 smithi050 ceph-mon[92315]: pgmap v9369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:47.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:47.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:48.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:48.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:48 smithi050 ceph-mon[92315]: pgmap v9370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:07:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:48 smithi172 ceph-mon[103696]: pgmap v9370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:07:49.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:49.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:07:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:07:50.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:50.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:50 smithi050 ceph-mon[92315]: pgmap v9371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:50 smithi172 ceph-mon[103696]: pgmap v9371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:51.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:51.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:52.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:52.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:52 smithi050 ceph-mon[92315]: pgmap v9372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:52 smithi172 ceph-mon[103696]: pgmap v9372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:53.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:53.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:54.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:54.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:54 smithi172 ceph-mon[103696]: pgmap v9373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:54 smithi050 ceph-mon[92315]: pgmap v9373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:55.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:55.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:56.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:56.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:57.119 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:56 smithi172 ceph-mon[103696]: pgmap v9374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:56 smithi050 ceph-mon[92315]: pgmap v9374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:07:57.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:57.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:58.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:58.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:07:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:07:58 smithi050 ceph-mon[92315]: pgmap v9375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:07:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:07:58 smithi172 ceph-mon[103696]: pgmap v9375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:07:59.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:07:59.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:00.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:00.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:00 smithi172 ceph-mon[103696]: pgmap v9376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:00 smithi050 ceph-mon[92315]: pgmap v9376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:01.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:01.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:02.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:02.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:02 smithi172 ceph-mon[103696]: pgmap v9377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:02 smithi050 ceph-mon[92315]: pgmap v9377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:03.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:03.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:04.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:04.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:04 smithi172 ceph-mon[103696]: pgmap v9378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:08:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:04 smithi050 ceph-mon[92315]: pgmap v9378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:08:05.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:05.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:06.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:06.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:06 smithi172 ceph-mon[103696]: pgmap v9379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:06 smithi050 ceph-mon[92315]: pgmap v9379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:07.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:07.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:08.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:08.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:09.038 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:08 smithi050 ceph-mon[92315]: pgmap v9380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:08:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:08 smithi172 ceph-mon[103696]: pgmap v9380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:08:09.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:09.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:10.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:10.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:10 smithi172 ceph-mon[103696]: pgmap v9381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:10 smithi050 ceph-mon[92315]: pgmap v9381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:11.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:11.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:12.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:12.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:12 smithi172 ceph-mon[103696]: pgmap v9382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:12 smithi050 ceph-mon[92315]: pgmap v9382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:13.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:13.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:14.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:14.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:14 smithi172 ceph-mon[103696]: pgmap v9383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:14 smithi050 ceph-mon[92315]: pgmap v9383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:15.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:15.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:16.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:16.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:16 smithi172 ceph-mon[103696]: pgmap v9384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:16 smithi050 ceph-mon[92315]: pgmap v9384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:17.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:17.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:18.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:18.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:18 smithi050 ceph-mon[92315]: pgmap v9385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:08:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:18 smithi172 ceph-mon[103696]: pgmap v9385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:08:19.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:19.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:08:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:08:20.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:20.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:20 smithi050 ceph-mon[92315]: pgmap v9386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:20 smithi172 ceph-mon[103696]: pgmap v9386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:21.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:21.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:22.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:22.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:22 smithi172 ceph-mon[103696]: pgmap v9387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:22 smithi050 ceph-mon[92315]: pgmap v9387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:23.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:23.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:24.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:24.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:24 smithi172 ceph-mon[103696]: pgmap v9388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:24 smithi050 ceph-mon[92315]: pgmap v9388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:25.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:25.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:26.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:26.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:26 smithi172 ceph-mon[103696]: pgmap v9389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:26 smithi050 ceph-mon[92315]: pgmap v9389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:27.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:27.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:28.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:28.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:28 smithi050 ceph-mon[92315]: pgmap v9390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:08:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:28 smithi172 ceph-mon[103696]: pgmap v9390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:08:29.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:29.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:30.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:30.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:30 smithi172 ceph-mon[103696]: pgmap v9391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:30 smithi050 ceph-mon[92315]: pgmap v9391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:31.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:31.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:32.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:32.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:32 smithi172 ceph-mon[103696]: pgmap v9392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:32 smithi050 ceph-mon[92315]: pgmap v9392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:33.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:33.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:34.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:34.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:34 smithi172 ceph-mon[103696]: pgmap v9393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:08:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:34 smithi050 ceph-mon[92315]: pgmap v9393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:08:35.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:35.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:36.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:36.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:36 smithi172 ceph-mon[103696]: pgmap v9394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:36 smithi050 ceph-mon[92315]: pgmap v9394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:37.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:37.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:38.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:38.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:38 smithi050 ceph-mon[92315]: pgmap v9395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:08:39.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:38 smithi172 ceph-mon[103696]: pgmap v9395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:08:39.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:39.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:40.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:40.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:40 smithi172 ceph-mon[103696]: pgmap v9396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:40 smithi050 ceph-mon[92315]: pgmap v9396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:41.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:41.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:42.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:42.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:42 smithi172 ceph-mon[103696]: pgmap v9397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:08:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:42 smithi050 ceph-mon[92315]: pgmap v9397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:08:43.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:43.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:08:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:08:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:08:44.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:08:44.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:08:44.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:08:44.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:08:44.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:08:44.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:08:44.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:08:44.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:44.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:44 smithi172 ceph-mon[103696]: pgmap v9398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:44 smithi050 ceph-mon[92315]: pgmap v9398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:45.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:45.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:46.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:46.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:46 smithi172 ceph-mon[103696]: pgmap v9399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:47.934 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:46 smithi050 ceph-mon[92315]: pgmap v9399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:47.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:47.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:48.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:48.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:48 smithi050 ceph-mon[92315]: pgmap v9400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:08:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:48 smithi172 ceph-mon[103696]: pgmap v9400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:08:49.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:49.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:08:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:08:50.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:50.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:50 smithi050 ceph-mon[92315]: pgmap v9401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:50 smithi172 ceph-mon[103696]: pgmap v9401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:51.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:51.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:52.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:52.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:52 smithi172 ceph-mon[103696]: pgmap v9402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:52 smithi050 ceph-mon[92315]: pgmap v9402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:53.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:53.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:54.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:54.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:54 smithi172 ceph-mon[103696]: pgmap v9403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:54 smithi050 ceph-mon[92315]: pgmap v9403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:55.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:55.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:56.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:56.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:56 smithi172 ceph-mon[103696]: pgmap v9404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:56 smithi050 ceph-mon[92315]: pgmap v9404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:08:57.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:57.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:58.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:58.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:08:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:08:58 smithi050 ceph-mon[92315]: pgmap v9405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:08:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:08:58 smithi172 ceph-mon[103696]: pgmap v9405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:08:59.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:08:59.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:00.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:00.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:00 smithi172 ceph-mon[103696]: pgmap v9406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:00 smithi050 ceph-mon[92315]: pgmap v9406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:01.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:01.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:02.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:02.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:02 smithi172 ceph-mon[103696]: pgmap v9407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:02 smithi050 ceph-mon[92315]: pgmap v9407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:03.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:03.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:04.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:04.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:04 smithi050 ceph-mon[92315]: pgmap v9408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:09:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:04 smithi172 ceph-mon[103696]: pgmap v9408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:09:05.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:05.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:06.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:06.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:06 smithi050 ceph-mon[92315]: pgmap v9409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:06 smithi172 ceph-mon[103696]: pgmap v9409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:07.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:07.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:08.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:08.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:08 smithi050 ceph-mon[92315]: pgmap v9410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:09:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:08 smithi172 ceph-mon[103696]: pgmap v9410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:09:09.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:09.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:10.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:10.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:11.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:10 smithi172 ceph-mon[103696]: pgmap v9411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:10 smithi050 ceph-mon[92315]: pgmap v9411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:11.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:11.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:12.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:12.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:12 smithi172 ceph-mon[103696]: pgmap v9412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:12 smithi050 ceph-mon[92315]: pgmap v9412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:13.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:13.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:14.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:14.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:14 smithi050 ceph-mon[92315]: pgmap v9413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:14 smithi172 ceph-mon[103696]: pgmap v9413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:15.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:15.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:16.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:16.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:16 smithi050 ceph-mon[92315]: pgmap v9414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:16 smithi172 ceph-mon[103696]: pgmap v9414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:17.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:17.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:18.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:18.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:18 smithi050 ceph-mon[92315]: pgmap v9415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:09:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:18 smithi172 ceph-mon[103696]: pgmap v9415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:09:19.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:19.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:09:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:09:20.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:20.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:20 smithi050 ceph-mon[92315]: pgmap v9416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:20 smithi172 ceph-mon[103696]: pgmap v9416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:21.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:21.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:22.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:22.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:22 smithi050 ceph-mon[92315]: pgmap v9417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:22 smithi172 ceph-mon[103696]: pgmap v9417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:23.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:23.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:24.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:24.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:24 smithi050 ceph-mon[92315]: pgmap v9418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:24 smithi172 ceph-mon[103696]: pgmap v9418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:25.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:25.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:26.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:27.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:26 smithi050 ceph-mon[92315]: pgmap v9419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:26 smithi172 ceph-mon[103696]: pgmap v9419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:27.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:27.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:28.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:28.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:28 smithi050 ceph-mon[92315]: pgmap v9420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:09:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:28 smithi172 ceph-mon[103696]: pgmap v9420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:09:29.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:29.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:30.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:30.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:30 smithi050 ceph-mon[92315]: pgmap v9421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:30 smithi172 ceph-mon[103696]: pgmap v9421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:31.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:31.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:32.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:32.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:32 smithi050 ceph-mon[92315]: pgmap v9422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:32 smithi172 ceph-mon[103696]: pgmap v9422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:33.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:33.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:34.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:34.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:34 smithi050 ceph-mon[92315]: pgmap v9423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:09:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:34 smithi172 ceph-mon[103696]: pgmap v9423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:09:35.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:35.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:36.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:36.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:36 smithi050 ceph-mon[92315]: pgmap v9424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:36 smithi172 ceph-mon[103696]: pgmap v9424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:37.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:37.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:38.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:38.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:38 smithi050 ceph-mon[92315]: pgmap v9425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:09:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:38 smithi172 ceph-mon[103696]: pgmap v9425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:09:39.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:39.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:40.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:40.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:40 smithi050 ceph-mon[92315]: pgmap v9426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:40 smithi172 ceph-mon[103696]: pgmap v9426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:41.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:41.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:42.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:42.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:43.224 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:42 smithi172 ceph-mon[103696]: pgmap v9427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:42 smithi050 ceph-mon[92315]: pgmap v9427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:43.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:43.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:44.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:09:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:09:44.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:44.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:44 smithi050 ceph-mon[92315]: pgmap v9428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:09:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:09:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:09:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:09:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:09:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:09:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:09:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:09:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:09:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:09:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:44 smithi172 ceph-mon[103696]: pgmap v9428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:09:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:09:45.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:09:45.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:09:45.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:09:45.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:09:45.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:09:45.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:09:45.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:09:45.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:09:45.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:45.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:45 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1631M 2023-09-30T19:09:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:45 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1631M 2023-09-30T19:09:46.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:46.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:46 smithi050 ceph-mon[92315]: pgmap v9429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:46 smithi172 ceph-mon[103696]: pgmap v9429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:47.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:47.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:48.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:48.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:48 smithi050 ceph-mon[92315]: pgmap v9430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:09:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:48 smithi172 ceph-mon[103696]: pgmap v9430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:09:49.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:49.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:09:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:09:50.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:50.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:50 smithi050 ceph-mon[92315]: pgmap v9431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:50 smithi172 ceph-mon[103696]: pgmap v9431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:51.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:51.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:52.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:52.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:53.329 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:52 smithi172 ceph-mon[103696]: pgmap v9432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:52 smithi050 ceph-mon[92315]: pgmap v9432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:53.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:53.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:54.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:54.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:55.245 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:54 smithi050 ceph-mon[92315]: pgmap v9433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:54 smithi172 ceph-mon[103696]: pgmap v9433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:55.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:55.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:56.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:56.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:56 smithi050 ceph-mon[92315]: pgmap v9434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:56 smithi172 ceph-mon[103696]: pgmap v9434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:09:57.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:57.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:58.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:58.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:09:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:09:58 smithi050 ceph-mon[92315]: pgmap v9435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:09:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:09:58 smithi172 ceph-mon[103696]: pgmap v9435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:09:59.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:09:59.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:00.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:00.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:00 smithi050 ceph-mon[92315]: pgmap v9436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T19:10:01.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:00 smithi172 ceph-mon[103696]: pgmap v9436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:01.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T19:10:01.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:01.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:02.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:02.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:02 smithi050 ceph-mon[92315]: pgmap v9437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:02 smithi172 ceph-mon[103696]: pgmap v9437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:03.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:03.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:04.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:04.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:04 smithi050 ceph-mon[92315]: pgmap v9438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:10:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:04 smithi172 ceph-mon[103696]: pgmap v9438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:10:05.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:05.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:06.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:06.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:07.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:06 smithi050 ceph-mon[92315]: pgmap v9439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:06 smithi172 ceph-mon[103696]: pgmap v9439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:07.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:07.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:08.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:08.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:08 smithi050 ceph-mon[92315]: pgmap v9440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:10:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:08 smithi172 ceph-mon[103696]: pgmap v9440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:10:09.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:09.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:10.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:10.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:10 smithi050 ceph-mon[92315]: pgmap v9441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:10 smithi172 ceph-mon[103696]: pgmap v9441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:11.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:11.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:12.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:12.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:12 smithi050 ceph-mon[92315]: pgmap v9442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:12 smithi172 ceph-mon[103696]: pgmap v9442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:13.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:13.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:14.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:14.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:14 smithi050 ceph-mon[92315]: pgmap v9443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:14 smithi172 ceph-mon[103696]: pgmap v9443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:15.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:15.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:16.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:16.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:16 smithi050 ceph-mon[92315]: pgmap v9444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:16 smithi172 ceph-mon[103696]: pgmap v9444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:17.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:17.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:18 smithi172 ceph-mon[103696]: pgmap v9445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:10:18.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:18.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:18 smithi050 ceph-mon[92315]: pgmap v9445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:10:19.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:19.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:10:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:10:20.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:20.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:20 smithi050 ceph-mon[92315]: pgmap v9446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:20 smithi172 ceph-mon[103696]: pgmap v9446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:21.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:21.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:22.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:22.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:22 smithi050 ceph-mon[92315]: pgmap v9447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:22 smithi172 ceph-mon[103696]: pgmap v9447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:23.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:23.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:24.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:24.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:24 smithi050 ceph-mon[92315]: pgmap v9448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:24 smithi172 ceph-mon[103696]: pgmap v9448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:25.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:25.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:26.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:26.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:26 smithi050 ceph-mon[92315]: pgmap v9449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:26 smithi172 ceph-mon[103696]: pgmap v9449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:27.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:27.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:28.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:28.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:28 smithi050 ceph-mon[92315]: pgmap v9450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:10:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:28 smithi172 ceph-mon[103696]: pgmap v9450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:10:29.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:29.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:30.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:30.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:30 smithi050 ceph-mon[92315]: pgmap v9451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:30 smithi172 ceph-mon[103696]: pgmap v9451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:31.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:31.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:32.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:32.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:32 smithi050 ceph-mon[92315]: pgmap v9452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:32 smithi172 ceph-mon[103696]: pgmap v9452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:33.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:33.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:34.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:34.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:34 smithi050 ceph-mon[92315]: pgmap v9453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:10:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:34 smithi172 ceph-mon[103696]: pgmap v9453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:10:35.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:35.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:36.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:36.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:36 smithi050 ceph-mon[92315]: pgmap v9454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:36 smithi172 ceph-mon[103696]: pgmap v9454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:37.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:37.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:38.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:38.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:38 smithi050 ceph-mon[92315]: pgmap v9455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:10:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:38 smithi172 ceph-mon[103696]: pgmap v9455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:10:39.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:39.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:40.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:40.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:40 smithi050 ceph-mon[92315]: pgmap v9456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:40 smithi172 ceph-mon[103696]: pgmap v9456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:41.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:41.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:42.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:42.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:42 smithi050 ceph-mon[92315]: pgmap v9457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:42 smithi172 ceph-mon[103696]: pgmap v9457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:43.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:43.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:44.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:44.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:44 smithi050 ceph-mon[92315]: pgmap v9458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:10:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:10:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:10:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:10:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:10:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:10:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:44 smithi172 ceph-mon[103696]: pgmap v9458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:10:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:10:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:10:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:10:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:10:45.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:10:45.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:45.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:46.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:46.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:46 smithi050 ceph-mon[92315]: pgmap v9459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:46 smithi172 ceph-mon[103696]: pgmap v9459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:47.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:47.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:48.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:48.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:48 smithi050 ceph-mon[92315]: pgmap v9460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:10:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:48 smithi172 ceph-mon[103696]: pgmap v9460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:10:49.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:49.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:10:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:10:50.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:50.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:50 smithi050 ceph-mon[92315]: pgmap v9461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:50 smithi172 ceph-mon[103696]: pgmap v9461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:51.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:51.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:52.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:52.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:52 smithi050 ceph-mon[92315]: pgmap v9462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:52 smithi172 ceph-mon[103696]: pgmap v9462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:53.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:53.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:54.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:54.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:54 smithi050 ceph-mon[92315]: pgmap v9463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:54 smithi172 ceph-mon[103696]: pgmap v9463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:55.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:55.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:56.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:56.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:56 smithi050 ceph-mon[92315]: pgmap v9464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:56 smithi172 ceph-mon[103696]: pgmap v9464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:10:57.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:57.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:58.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:58.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:10:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:10:58 smithi050 ceph-mon[92315]: pgmap v9465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:10:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:10:58 smithi172 ceph-mon[103696]: pgmap v9465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:10:59.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:10:59.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:00.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:00.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:00 smithi050 ceph-mon[92315]: pgmap v9466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:00 smithi172 ceph-mon[103696]: pgmap v9466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:01.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:01.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:02.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:02.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:02 smithi050 ceph-mon[92315]: pgmap v9467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:02 smithi172 ceph-mon[103696]: pgmap v9467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:03.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:03.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:04.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:04.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:04 smithi050 ceph-mon[92315]: pgmap v9468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:11:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:04 smithi172 ceph-mon[103696]: pgmap v9468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:11:05.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:05.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:06.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:06.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:06 smithi050 ceph-mon[92315]: pgmap v9469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:06 smithi172 ceph-mon[103696]: pgmap v9469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:07.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:07.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:08.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:08.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:08 smithi050 ceph-mon[92315]: pgmap v9470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:11:09.120 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:08 smithi172 ceph-mon[103696]: pgmap v9470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:11:09.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:09.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:10.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:10.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:10 smithi050 ceph-mon[92315]: pgmap v9471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:10 smithi172 ceph-mon[103696]: pgmap v9471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:11.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:11.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:12.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:12.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:12 smithi050 ceph-mon[92315]: pgmap v9472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:12 smithi172 ceph-mon[103696]: pgmap v9472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:13.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:14.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:15.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:15.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:14 smithi050 ceph-mon[92315]: pgmap v9473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:14 smithi172 ceph-mon[103696]: pgmap v9473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:16.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:16.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:17.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:17.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:16 smithi050 ceph-mon[92315]: pgmap v9474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:16 smithi172 ceph-mon[103696]: pgmap v9474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:18.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:18.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:19.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:19.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:18 smithi050 ceph-mon[92315]: pgmap v9475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:11:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:18 smithi172 ceph-mon[103696]: pgmap v9475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:11:20.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:20.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:11:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:11:21.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:21.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:20 smithi050 ceph-mon[92315]: pgmap v9476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:20 smithi172 ceph-mon[103696]: pgmap v9476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:22.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:22.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:23.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:23.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:22 smithi050 ceph-mon[92315]: pgmap v9477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:22 smithi172 ceph-mon[103696]: pgmap v9477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:24.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:24.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:25.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:25.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:24 smithi050 ceph-mon[92315]: pgmap v9478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:24 smithi172 ceph-mon[103696]: pgmap v9478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:26.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:26.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:27.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:27.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:26 smithi050 ceph-mon[92315]: pgmap v9479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:26 smithi172 ceph-mon[103696]: pgmap v9479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:28.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:28.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:29.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:29.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:28 smithi050 ceph-mon[92315]: pgmap v9480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:11:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:28 smithi172 ceph-mon[103696]: pgmap v9480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:11:30.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:30.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:31.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:31.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:31.335 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:30 smithi050 ceph-mon[92315]: pgmap v9481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:30 smithi172 ceph-mon[103696]: pgmap v9481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:32.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:32.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:33.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:33.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:32 smithi050 ceph-mon[92315]: pgmap v9482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:32 smithi172 ceph-mon[103696]: pgmap v9482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:34.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:34.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:35.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:35.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:34 smithi050 ceph-mon[92315]: pgmap v9483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:11:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:34 smithi172 ceph-mon[103696]: pgmap v9483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:11:36.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:36.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:37.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:37.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:36 smithi050 ceph-mon[92315]: pgmap v9484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:36 smithi172 ceph-mon[103696]: pgmap v9484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:38.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:38.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:39.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:39.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:38 smithi050 ceph-mon[92315]: pgmap v9485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:11:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:38 smithi172 ceph-mon[103696]: pgmap v9485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:11:40.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:40.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:41.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:41.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:40 smithi050 ceph-mon[92315]: pgmap v9486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:40 smithi172 ceph-mon[103696]: pgmap v9486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:42.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:42.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:43.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:43.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:42 smithi050 ceph-mon[92315]: pgmap v9487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:42 smithi172 ceph-mon[103696]: pgmap v9487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:44.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:44.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:45.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:45.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:44 smithi050 ceph-mon[92315]: pgmap v9488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:44 smithi172 ceph-mon[103696]: pgmap v9488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:46.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:46.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:11:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:11:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:11:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:11:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:11:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:11:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:11:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:11:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:11:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:11:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:11:46.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:11:47.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:47.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:46 smithi050 ceph-mon[92315]: pgmap v9489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:46 smithi172 ceph-mon[103696]: pgmap v9489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:48.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:48.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:49.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:49.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:48 smithi050 ceph-mon[92315]: pgmap v9490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:11:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:48 smithi172 ceph-mon[103696]: pgmap v9490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:11:50.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:50.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:11:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:11:51.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:51.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:50 smithi050 ceph-mon[92315]: pgmap v9491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:50 smithi172 ceph-mon[103696]: pgmap v9491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:52.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:52.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:53.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:53.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:52 smithi050 ceph-mon[92315]: pgmap v9492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:52 smithi172 ceph-mon[103696]: pgmap v9492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:54.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:54.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:55.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:55.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:54 smithi050 ceph-mon[92315]: pgmap v9493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:54 smithi172 ceph-mon[103696]: pgmap v9493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:56.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:56.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:57.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:57.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:56 smithi050 ceph-mon[92315]: pgmap v9494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:58.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:58.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:59.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:11:59.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:11:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:11:58 smithi050 ceph-mon[92315]: pgmap v9495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:11:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:56 smithi172 ceph-mon[103696]: pgmap v9494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:11:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:11:58 smithi172 ceph-mon[103696]: pgmap v9495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:12:00.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:00.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:01.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:01.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:00 smithi050 ceph-mon[92315]: pgmap v9496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:00 smithi172 ceph-mon[103696]: pgmap v9496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:02.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:02.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:03.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:03.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:02 smithi050 ceph-mon[92315]: pgmap v9497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:02 smithi172 ceph-mon[103696]: pgmap v9497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:04.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:04.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:05.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:05.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:04 smithi172 ceph-mon[103696]: pgmap v9498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:12:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:04 smithi050 ceph-mon[92315]: pgmap v9498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:12:06.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:06.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:07.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:07.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:06 smithi050 ceph-mon[92315]: pgmap v9499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:06 smithi172 ceph-mon[103696]: pgmap v9499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:08.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:08.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:09.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:09.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:08 smithi050 ceph-mon[92315]: pgmap v9500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:12:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:08 smithi172 ceph-mon[103696]: pgmap v9500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:12:10.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:10.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:11.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:11.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:10 smithi050 ceph-mon[92315]: pgmap v9501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:10 smithi172 ceph-mon[103696]: pgmap v9501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:12.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:12.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:13.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:13.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:12 smithi050 ceph-mon[92315]: pgmap v9502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:12 smithi172 ceph-mon[103696]: pgmap v9502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:14.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:14.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:15.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:15.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:14 smithi172 ceph-mon[103696]: pgmap v9503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:14 smithi050 ceph-mon[92315]: pgmap v9503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:16.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:16.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:17.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:17.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:16 smithi050 ceph-mon[92315]: pgmap v9504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:17.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:16 smithi172 ceph-mon[103696]: pgmap v9504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:18.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:18.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:18 smithi050 ceph-mon[92315]: pgmap v9505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:12:19.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:19.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:18 smithi172 ceph-mon[103696]: pgmap v9505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:12:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:12:20.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:20.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:12:21.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:21.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:20 smithi172 ceph-mon[103696]: pgmap v9506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:20 smithi050 ceph-mon[92315]: pgmap v9506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:22.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:22.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:23.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:23.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:22 smithi050 ceph-mon[92315]: pgmap v9507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:22 smithi172 ceph-mon[103696]: pgmap v9507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:24.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:24.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:25.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:25.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:24 smithi050 ceph-mon[92315]: pgmap v9508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:24 smithi172 ceph-mon[103696]: pgmap v9508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:26.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:26.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:27.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:27.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:26 smithi050 ceph-mon[92315]: pgmap v9509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:26 smithi172 ceph-mon[103696]: pgmap v9509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:28.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:28.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:28 smithi050 ceph-mon[92315]: pgmap v9510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:12:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:28 smithi172 ceph-mon[103696]: pgmap v9510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:12:29.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:29.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:30.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:30.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:31.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:31.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:30 smithi050 ceph-mon[92315]: pgmap v9511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:30 smithi172 ceph-mon[103696]: pgmap v9511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:32.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:32.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:33.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:33.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:32 smithi050 ceph-mon[92315]: pgmap v9512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:32 smithi172 ceph-mon[103696]: pgmap v9512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:34.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:34.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:33 smithi050 ceph-mon[92315]: pgmap v9513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:33 smithi172 ceph-mon[103696]: pgmap v9513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:35.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:35.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:12:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:12:36.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:36.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:36 smithi050 ceph-mon[92315]: pgmap v9514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:36 smithi172 ceph-mon[103696]: pgmap v9514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:37.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:37.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:38.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:38.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:38 smithi172 ceph-mon[103696]: pgmap v9515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:12:39.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:39.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:38 smithi050 ceph-mon[92315]: pgmap v9515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:12:40.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:40.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:41.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:41.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:40 smithi050 ceph-mon[92315]: pgmap v9516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:40 smithi172 ceph-mon[103696]: pgmap v9516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:42.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:42.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:43.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:43.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:42 smithi050 ceph-mon[92315]: pgmap v9517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:42 smithi172 ceph-mon[103696]: pgmap v9517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:44.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:44.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:43 smithi050 ceph-mon[92315]: pgmap v9518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:43 smithi172 ceph-mon[103696]: pgmap v9518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:45.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:45.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:12:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:12:46.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:46.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:46 smithi050 ceph-mon[92315]: pgmap v9519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:46 smithi172 ceph-mon[103696]: pgmap v9519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:47.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:47.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:48.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:48.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:48 smithi172 ceph-mon[103696]: pgmap v9520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:12:49.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:49.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:48 smithi050 ceph-mon[92315]: pgmap v9520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:12:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:12:50.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:50.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:12:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:50 smithi172 ceph-mon[103696]: pgmap v9521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:12:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:12:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:12:51.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:12:51.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:12:51.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:12:51.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:12:51.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:51.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:50 smithi050 ceph-mon[92315]: pgmap v9521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:12:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:12:51.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:12:51.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:12:51.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:12:51.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:12:51.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:12:52.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:52.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:53.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:53.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:52 smithi050 ceph-mon[92315]: pgmap v9522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:52 smithi172 ceph-mon[103696]: pgmap v9522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:54.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:54.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:53 smithi050 ceph-mon[92315]: pgmap v9523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:53 smithi172 ceph-mon[103696]: pgmap v9523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:55.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:55.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:56.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:56.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:57.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:57.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:57.313 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:56 smithi050 ceph-mon[92315]: pgmap v9524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:56 smithi172 ceph-mon[103696]: pgmap v9524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:12:58.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:58.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:58 smithi172 ceph-mon[103696]: pgmap v9525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:12:59.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:12:59.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:12:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:58 smithi050 ceph-mon[92315]: pgmap v9525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:13:00.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:00.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:00.281 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:12:59 smithi172 ceph-mon[103696]: pgmap v9526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:12:59 smithi050 ceph-mon[92315]: pgmap v9526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:01.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:01.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:02.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:02.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:01 smithi050 ceph-mon[92315]: pgmap v9527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:01 smithi172 ceph-mon[103696]: pgmap v9527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:03.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:03.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:04.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:04.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:03 smithi050 ceph-mon[92315]: pgmap v9528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:03 smithi172 ceph-mon[103696]: pgmap v9528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:05.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:05.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:05.334 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:13:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:13:06.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:06.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:06 smithi050 ceph-mon[92315]: pgmap v9529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:06 smithi172 ceph-mon[103696]: pgmap v9529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:07.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:07.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:08.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:08.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:08 smithi172 ceph-mon[103696]: pgmap v9530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:13:09.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:09.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:08 smithi050 ceph-mon[92315]: pgmap v9530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:13:10.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:10.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:09 smithi050 ceph-mon[92315]: pgmap v9531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:09 smithi172 ceph-mon[103696]: pgmap v9531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:11.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:11.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:12.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:12.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:11 smithi050 ceph-mon[92315]: pgmap v9532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:11 smithi172 ceph-mon[103696]: pgmap v9532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:13.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:13.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:14.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:14.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:13 smithi050 ceph-mon[92315]: pgmap v9533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:14 smithi172 ceph-mon[103696]: pgmap v9533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:15.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:15.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:16.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:16.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:15 smithi050 ceph-mon[92315]: pgmap v9534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:16 smithi172 ceph-mon[103696]: pgmap v9534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:17.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:17.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:18.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:18.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:18 smithi172 ceph-mon[103696]: pgmap v9535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:13:19.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:19.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:18 smithi050 ceph-mon[92315]: pgmap v9535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:13:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:13:20.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:20.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:13:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:20 smithi172 ceph-mon[103696]: pgmap v9536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:21.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:21.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:20 smithi050 ceph-mon[92315]: pgmap v9536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:22.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:22.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:22 smithi050 ceph-mon[92315]: pgmap v9537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:22 smithi172 ceph-mon[103696]: pgmap v9537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:23.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:23.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:24.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:24.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:24 smithi050 ceph-mon[92315]: pgmap v9538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:24 smithi172 ceph-mon[103696]: pgmap v9538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:25.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:25.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:26.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:26.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:26 smithi050 ceph-mon[92315]: pgmap v9539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:26 smithi172 ceph-mon[103696]: pgmap v9539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:27.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:27.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:28.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:28.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:28 smithi172 ceph-mon[103696]: pgmap v9540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:13:29.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:29.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:28 smithi050 ceph-mon[92315]: pgmap v9540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:13:30.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:30.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:30 smithi050 ceph-mon[92315]: pgmap v9541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:30 smithi172 ceph-mon[103696]: pgmap v9541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:31.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:31.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:32.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:32.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:32 smithi050 ceph-mon[92315]: pgmap v9542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:32 smithi172 ceph-mon[103696]: pgmap v9542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:33.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:33.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:34.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:34.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:34 smithi050 ceph-mon[92315]: pgmap v9543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:34 smithi172 ceph-mon[103696]: pgmap v9543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:35.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:35.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:13:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:13:36.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:36.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:36 smithi050 ceph-mon[92315]: pgmap v9544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:36 smithi172 ceph-mon[103696]: pgmap v9544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:37.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:37.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:38.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:38.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:38 smithi172 ceph-mon[103696]: pgmap v9545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:13:39.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:39.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:38 smithi050 ceph-mon[92315]: pgmap v9545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:13:40.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:40.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:40 smithi050 ceph-mon[92315]: pgmap v9546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:40 smithi172 ceph-mon[103696]: pgmap v9546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:41.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:41.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:42.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:42.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:42 smithi050 ceph-mon[92315]: pgmap v9547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:42 smithi172 ceph-mon[103696]: pgmap v9547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:43.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:43.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:44.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:44.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:44 smithi050 ceph-mon[92315]: pgmap v9548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:44 smithi172 ceph-mon[103696]: pgmap v9548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:45.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:45.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:46 smithi172 ceph-mon[103696]: pgmap v9549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:46.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:46.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:46 smithi050 ceph-mon[92315]: pgmap v9549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:47.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:47.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:48.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:48.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:48 smithi172 ceph-mon[103696]: pgmap v9550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:13:49.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:49.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:48 smithi050 ceph-mon[92315]: pgmap v9550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:13:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:13:50.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:50.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:13:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:50 smithi172 ceph-mon[103696]: pgmap v9551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:51.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:51.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:50 smithi050 ceph-mon[92315]: pgmap v9551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:52.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:52.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:13:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:13:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:13:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:13:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:13:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:13:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:13:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:13:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:13:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:13:52.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:13:52.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:13:53.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:53.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:52 smithi050 ceph-mon[92315]: pgmap v9552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:52 smithi172 ceph-mon[103696]: pgmap v9552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:54.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:54.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:54 smithi050 ceph-mon[92315]: pgmap v9553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:54 smithi172 ceph-mon[103696]: pgmap v9553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:55.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:55.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:56 smithi172 ceph-mon[103696]: pgmap v9554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:56.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:56.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:56.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:56 smithi050 ceph-mon[92315]: pgmap v9554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:13:57.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:57.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:58.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:58.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:13:58 smithi172 ceph-mon[103696]: pgmap v9555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:13:59.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:13:59.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:13:59.367 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:13:58 smithi050 ceph-mon[92315]: pgmap v9555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:14:00.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:00.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:00 smithi050 ceph-mon[92315]: pgmap v9556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:00 smithi172 ceph-mon[103696]: pgmap v9556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:01.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:01.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:02.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:02.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:02 smithi050 ceph-mon[92315]: pgmap v9557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:02.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:02 smithi172 ceph-mon[103696]: pgmap v9557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:03.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:03.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:04.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:04.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:04 smithi050 ceph-mon[92315]: pgmap v9558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:04 smithi172 ceph-mon[103696]: pgmap v9558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:05.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:05.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:14:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:14:06.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:06.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:06 smithi050 ceph-mon[92315]: pgmap v9559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:06 smithi172 ceph-mon[103696]: pgmap v9559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:07.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:07.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:08.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:08.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:08 smithi172 ceph-mon[103696]: pgmap v9560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:14:09.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:09.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:08 smithi050 ceph-mon[92315]: pgmap v9560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:14:10.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:10.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:10 smithi050 ceph-mon[92315]: pgmap v9561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:10 smithi172 ceph-mon[103696]: pgmap v9561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:11.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:11.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:12.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:12.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:12 smithi050 ceph-mon[92315]: pgmap v9562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:12 smithi172 ceph-mon[103696]: pgmap v9562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:13.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:13.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:14.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:14.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:14.667 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:14 smithi172 ceph-mon[103696]: pgmap v9563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:14.667 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:14 smithi050 ceph-mon[92315]: pgmap v9563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:15.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:15.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:16.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:16.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:16 smithi050 ceph-mon[92315]: pgmap v9564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:16 smithi172 ceph-mon[103696]: pgmap v9564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:17.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:17.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:18.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:18.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:18 smithi172 ceph-mon[103696]: pgmap v9565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:14:19.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:19.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:18 smithi050 ceph-mon[92315]: pgmap v9565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:14:20.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:20.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:14:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:14:21.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:21.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:20 smithi050 ceph-mon[92315]: pgmap v9566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:20 smithi172 ceph-mon[103696]: pgmap v9566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:22.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:22.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:22 smithi050 ceph-mon[92315]: pgmap v9567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:22 smithi172 ceph-mon[103696]: pgmap v9567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:23.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:23.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:24.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:24.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:24 smithi050 ceph-mon[92315]: pgmap v9568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:24 smithi172 ceph-mon[103696]: pgmap v9568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:25.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:25.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:26.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:26.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:26 smithi050 ceph-mon[92315]: pgmap v9569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:26 smithi172 ceph-mon[103696]: pgmap v9569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:27.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:27.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:28.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:28.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:29.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:29.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:28 smithi050 ceph-mon[92315]: pgmap v9570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:14:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:28 smithi172 ceph-mon[103696]: pgmap v9570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:14:30.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:30.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:30 smithi050 ceph-mon[92315]: pgmap v9571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:30 smithi172 ceph-mon[103696]: pgmap v9571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:31.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:31.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:32.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:32.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:32 smithi050 ceph-mon[92315]: pgmap v9572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:32 smithi172 ceph-mon[103696]: pgmap v9572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:33.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:33.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:34.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:34.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:34 smithi050 ceph-mon[92315]: pgmap v9573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:34 smithi172 ceph-mon[103696]: pgmap v9573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:35.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:35.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:14:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:14:36.285 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:36 smithi172 ceph-mon[103696]: pgmap v9574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:36.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:36.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:36 smithi050 ceph-mon[92315]: pgmap v9574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:37.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:37.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:38.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:38.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:38 smithi050 ceph-mon[92315]: pgmap v9575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:14:39.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:39.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:38 smithi172 ceph-mon[103696]: pgmap v9575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:14:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:40 smithi050 ceph-mon[92315]: pgmap v9576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:40.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:40.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:40 smithi172 ceph-mon[103696]: pgmap v9576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:41.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:41.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:42 smithi050 ceph-mon[92315]: pgmap v9577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:42.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:42.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:42 smithi172 ceph-mon[103696]: pgmap v9577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:43.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:43.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:44 smithi050 ceph-mon[92315]: pgmap v9578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:44.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:44.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:44 smithi172 ceph-mon[103696]: pgmap v9578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:45.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:45.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:46 smithi050 ceph-mon[92315]: pgmap v9579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:46.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:46.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:46 smithi172 ceph-mon[103696]: pgmap v9579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:47.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:47.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:48.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:48.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:48 smithi050 ceph-mon[92315]: pgmap v9580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:14:49.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:49.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:48 smithi172 ceph-mon[103696]: pgmap v9580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:14:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:14:50.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:50.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:14:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:50 smithi050 ceph-mon[92315]: pgmap v9581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:51.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:51.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:50 smithi172 ceph-mon[103696]: pgmap v9581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:14:52.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:52.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:14:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:52 smithi050 ceph-mon[92315]: pgmap v9582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:53.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:53.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:52 smithi172 ceph-mon[103696]: pgmap v9582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:54 smithi050 ceph-mon[92315]: pgmap v9583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:54.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:54.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:54 smithi172 ceph-mon[103696]: pgmap v9583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:55.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:55.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:56 smithi050 ceph-mon[92315]: pgmap v9584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:56.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:56.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:56 smithi172 ceph-mon[103696]: pgmap v9584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:14:57.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:57.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:58.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:58.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:14:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:58 smithi050 ceph-mon[92315]: pgmap v9585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:14:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:14:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:14:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:58 smithi172 ceph-mon[103696]: pgmap v9585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:14:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:14:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:14:59.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:14:59.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:15:00.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:15:00.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:15:00.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:15:00.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:14:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:15:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:15:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:15:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:15:00.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:15:00.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:14:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:15:00.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:00.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:00 smithi050 ceph-mon[92315]: pgmap v9586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:01.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:00 smithi172 ceph-mon[103696]: pgmap v9586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:01.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:01.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:02 smithi050 ceph-mon[92315]: pgmap v9587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:02 smithi172 ceph-mon[103696]: pgmap v9587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:02.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:02.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:03.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:03.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:04 smithi050 ceph-mon[92315]: pgmap v9588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:04 smithi172 ceph-mon[103696]: pgmap v9588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:04.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:04.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:15:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:15:05.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:05.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:06 smithi050 ceph-mon[92315]: pgmap v9589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:06 smithi172 ceph-mon[103696]: pgmap v9589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:06.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:06.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:07.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:07.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:08.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:08.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:08 smithi050 ceph-mon[92315]: pgmap v9590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:15:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:08 smithi172 ceph-mon[103696]: pgmap v9590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:15:09.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:09.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:10 smithi050 ceph-mon[92315]: pgmap v9591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:10 smithi172 ceph-mon[103696]: pgmap v9591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:10.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:10.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:11.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:11.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:12 smithi050 ceph-mon[92315]: pgmap v9592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:12 smithi172 ceph-mon[103696]: pgmap v9592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:12.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:12.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:13.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:13.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:14.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:14 smithi050 ceph-mon[92315]: pgmap v9593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:14 smithi172 ceph-mon[103696]: pgmap v9593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:14.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:14.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:15.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:15.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:16 smithi050 ceph-mon[92315]: pgmap v9594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:16 smithi172 ceph-mon[103696]: pgmap v9594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:16.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:16.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:17.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:17.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:18.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:18.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:18 smithi050 ceph-mon[92315]: pgmap v9595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:15:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:18 smithi172 ceph-mon[103696]: pgmap v9595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:15:19.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:19.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:15:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:15:20.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:20.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:20 smithi050 ceph-mon[92315]: pgmap v9596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:20 smithi172 ceph-mon[103696]: pgmap v9596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:21.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:21.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:22 smithi050 ceph-mon[92315]: pgmap v9597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:22 smithi172 ceph-mon[103696]: pgmap v9597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:22.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:22.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:23.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:23.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:24 smithi050 ceph-mon[92315]: pgmap v9598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:24 smithi172 ceph-mon[103696]: pgmap v9598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:24.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:24.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:25.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:25.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:26 smithi050 ceph-mon[92315]: pgmap v9599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:26 smithi172 ceph-mon[103696]: pgmap v9599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:26.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:26.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:27.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:27.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:28.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:28.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:28 smithi050 ceph-mon[92315]: pgmap v9600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:15:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:28 smithi172 ceph-mon[103696]: pgmap v9600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:15:29.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:29.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:30 smithi050 ceph-mon[92315]: pgmap v9601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:30 smithi172 ceph-mon[103696]: pgmap v9601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:30.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:30.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:31.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:31.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:32 smithi172 ceph-mon[103696]: pgmap v9602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:32 smithi050 ceph-mon[92315]: pgmap v9602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:32.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:32.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:33.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:33.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:34 smithi050 ceph-mon[92315]: pgmap v9603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:34 smithi172 ceph-mon[103696]: pgmap v9603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:34.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:34.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:15:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:15:35.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:35.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:36 smithi050 ceph-mon[92315]: pgmap v9604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:36 smithi172 ceph-mon[103696]: pgmap v9604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:36.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:36.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:37.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:37.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:38.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:38.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:38 smithi050 ceph-mon[92315]: pgmap v9605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:15:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:38 smithi172 ceph-mon[103696]: pgmap v9605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:15:39.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:39.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:40 smithi050 ceph-mon[92315]: pgmap v9606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:40 smithi172 ceph-mon[103696]: pgmap v9606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:40.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:40.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:41.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:41.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:42 smithi050 ceph-mon[92315]: pgmap v9607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:42 smithi172 ceph-mon[103696]: pgmap v9607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:42.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:42.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:43.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:43.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:44 smithi050 ceph-mon[92315]: pgmap v9608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:44 smithi172 ceph-mon[103696]: pgmap v9608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:44.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:44.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:45.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:45.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:46 smithi050 ceph-mon[92315]: pgmap v9609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:46 smithi172 ceph-mon[103696]: pgmap v9609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:46.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:46.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:47.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:47.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:48.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:48.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:49.257 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:48 smithi050 ceph-mon[92315]: pgmap v9610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:15:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:48 smithi172 ceph-mon[103696]: pgmap v9610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:15:49.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:49.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:15:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:15:50.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:50.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:50 smithi050 ceph-mon[92315]: pgmap v9611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:50 smithi172 ceph-mon[103696]: pgmap v9611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:51.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:51.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:52 smithi050 ceph-mon[92315]: pgmap v9612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:52 smithi172 ceph-mon[103696]: pgmap v9612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:52.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:52.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:53.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:53.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:54.313 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:54 smithi050 ceph-mon[92315]: pgmap v9613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:54 smithi172 ceph-mon[103696]: pgmap v9613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:54.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:54.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:55.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:55.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:56 smithi050 ceph-mon[92315]: pgmap v9614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:56 smithi172 ceph-mon[103696]: pgmap v9614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:15:56.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:56.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:57.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:57.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:58.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:58.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:15:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:58 smithi050 ceph-mon[92315]: pgmap v9615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:15:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:58 smithi172 ceph-mon[103696]: pgmap v9615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:15:59.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:15:59.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:16:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:16:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:15:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:16:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:16:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:16:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:15:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:16:00.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:00.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:00 smithi050 ceph-mon[92315]: pgmap v9616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:16:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:16:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:16:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:16:01.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:16:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:00 smithi172 ceph-mon[103696]: pgmap v9616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:16:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:16:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:16:01.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:16:01.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:16:01.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:01.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:02 smithi050 ceph-mon[92315]: pgmap v9617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:02 smithi172 ceph-mon[103696]: pgmap v9617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:02.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:02.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:03.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:03.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:04 smithi050 ceph-mon[92315]: pgmap v9618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:04 smithi172 ceph-mon[103696]: pgmap v9618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:04.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:04.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:16:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:16:05.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:05.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:06 smithi050 ceph-mon[92315]: pgmap v9619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:06 smithi172 ceph-mon[103696]: pgmap v9619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:06.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:06.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:07.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:07.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:08.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:08.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:08 smithi050 ceph-mon[92315]: pgmap v9620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:16:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:08 smithi172 ceph-mon[103696]: pgmap v9620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:16:09.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:09.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:10 smithi050 ceph-mon[92315]: pgmap v9621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:10 smithi172 ceph-mon[103696]: pgmap v9621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:10.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:10.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:11.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:11.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:12.286 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:12 smithi172 ceph-mon[103696]: pgmap v9622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:12.388 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:12 smithi050 ceph-mon[92315]: pgmap v9622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:12.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:12.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:13.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:13.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:14 smithi050 ceph-mon[92315]: pgmap v9623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:14 smithi172 ceph-mon[103696]: pgmap v9623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:14.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:14.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:15.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:15.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:16 smithi050 ceph-mon[92315]: pgmap v9624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:16 smithi172 ceph-mon[103696]: pgmap v9624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:16.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:16.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:17.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:17.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:18.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:18.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:18 smithi050 ceph-mon[92315]: pgmap v9625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:16:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:18 smithi172 ceph-mon[103696]: pgmap v9625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:16:19.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:19.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:16:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:16:20.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:20.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:20 smithi050 ceph-mon[92315]: pgmap v9626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:20 smithi172 ceph-mon[103696]: pgmap v9626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:21.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:21.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:22 smithi050 ceph-mon[92315]: pgmap v9627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:22 smithi172 ceph-mon[103696]: pgmap v9627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:22.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:22.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:23.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:23.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:24 smithi050 ceph-mon[92315]: pgmap v9628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:24 smithi172 ceph-mon[103696]: pgmap v9628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:24.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:24.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:25.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:25.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:26 smithi050 ceph-mon[92315]: pgmap v9629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:26 smithi172 ceph-mon[103696]: pgmap v9629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:26.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:26.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:27.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:27.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:28.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:28.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:28 smithi050 ceph-mon[92315]: pgmap v9630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:16:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:28 smithi172 ceph-mon[103696]: pgmap v9630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:16:29.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:29.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:30 smithi050 ceph-mon[92315]: pgmap v9631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:30 smithi172 ceph-mon[103696]: pgmap v9631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:30.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:30.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:31.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:31.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:32 smithi050 ceph-mon[92315]: pgmap v9632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:32 smithi172 ceph-mon[103696]: pgmap v9632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:32.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:32.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:33.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:33.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:34 smithi050 ceph-mon[92315]: pgmap v9633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:34 smithi172 ceph-mon[103696]: pgmap v9633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:34.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:34.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:16:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:16:35.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:35.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:36 smithi050 ceph-mon[92315]: pgmap v9634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:36 smithi172 ceph-mon[103696]: pgmap v9634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:36.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:36.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:37.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:37.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:38.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:38.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:38 smithi050 ceph-mon[92315]: pgmap v9635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:16:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:38 smithi172 ceph-mon[103696]: pgmap v9635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:16:39.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:39.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:40 smithi050 ceph-mon[92315]: pgmap v9636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:40 smithi172 ceph-mon[103696]: pgmap v9636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:40.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:40.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:41.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:41.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:42 smithi050 ceph-mon[92315]: pgmap v9637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:42 smithi172 ceph-mon[103696]: pgmap v9637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:42.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:42.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:43.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:43.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:44 smithi050 ceph-mon[92315]: pgmap v9638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:44 smithi172 ceph-mon[103696]: pgmap v9638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:44.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:44.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:45.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:45.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:46 smithi050 ceph-mon[92315]: pgmap v9639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:46 smithi172 ceph-mon[103696]: pgmap v9639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:46.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:46.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:47.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:47.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:48.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:48.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:48 smithi050 ceph-mon[92315]: pgmap v9640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:16:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:48 smithi172 ceph-mon[103696]: pgmap v9640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:16:49.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:49.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:16:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:16:50.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:50.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:50 smithi050 ceph-mon[92315]: pgmap v9641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:50 smithi172 ceph-mon[103696]: pgmap v9641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:51.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:51.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:52 smithi050 ceph-mon[92315]: pgmap v9642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:52.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:52 smithi172 ceph-mon[103696]: pgmap v9642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:52.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:52.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:53.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:53.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:54 smithi050 ceph-mon[92315]: pgmap v9643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:54 smithi172 ceph-mon[103696]: pgmap v9643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:54.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:54.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:55.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:55.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:56 smithi050 ceph-mon[92315]: pgmap v9644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:56 smithi172 ceph-mon[103696]: pgmap v9644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:16:56.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:56.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:57.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:57.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:58.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:58.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:16:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:16:58 smithi050 ceph-mon[92315]: pgmap v9645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:16:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:16:58 smithi172 ceph-mon[103696]: pgmap v9645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:16:59.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:16:59.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:00 smithi050 ceph-mon[92315]: pgmap v9646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:00 smithi172 ceph-mon[103696]: pgmap v9646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:00.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:00.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:17:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:17:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:17:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:17:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:17:01.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:17:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:17:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:17:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:17:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:17:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:17:01.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:17:01.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:01.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:02 smithi050 ceph-mon[92315]: pgmap v9647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:02 smithi172 ceph-mon[103696]: pgmap v9647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:02.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:02.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:03.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:03.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:04 smithi050 ceph-mon[92315]: pgmap v9648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:04 smithi172 ceph-mon[103696]: pgmap v9648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:04.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:04.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:17:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:17:05.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:05.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:06 smithi050 ceph-mon[92315]: pgmap v9649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:06 smithi172 ceph-mon[103696]: pgmap v9649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:06.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:06.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:07.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:07.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:08.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:08.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:08 smithi050 ceph-mon[92315]: pgmap v9650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:17:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:08 smithi172 ceph-mon[103696]: pgmap v9650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:17:09.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:09.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:10 smithi050 ceph-mon[92315]: pgmap v9651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:10 smithi172 ceph-mon[103696]: pgmap v9651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:10.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:10.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:11.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:11.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:12 smithi050 ceph-mon[92315]: pgmap v9652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:12 smithi172 ceph-mon[103696]: pgmap v9652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:12.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:12.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:13.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:13.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:14 smithi050 ceph-mon[92315]: pgmap v9653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:14 smithi172 ceph-mon[103696]: pgmap v9653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:14.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:14.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:15.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:15.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:16 smithi050 ceph-mon[92315]: pgmap v9654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:16 smithi172 ceph-mon[103696]: pgmap v9654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:16.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:16.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:17.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:17.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:18.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:18.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:18 smithi050 ceph-mon[92315]: pgmap v9655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:17:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:18 smithi172 ceph-mon[103696]: pgmap v9655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:17:19.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:19.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:20.280 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:17:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:17:20.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:20.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:20 smithi050 ceph-mon[92315]: pgmap v9656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:20 smithi172 ceph-mon[103696]: pgmap v9656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:21.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:21.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:22 smithi050 ceph-mon[92315]: pgmap v9657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:22 smithi172 ceph-mon[103696]: pgmap v9657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:22.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:22.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:23.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:23.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:24 smithi050 ceph-mon[92315]: pgmap v9658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:24 smithi172 ceph-mon[103696]: pgmap v9658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:24.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:24.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:25.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:25.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:26 smithi050 ceph-mon[92315]: pgmap v9659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:26 smithi172 ceph-mon[103696]: pgmap v9659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:26.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:26.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:27.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:27.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:28.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:28.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:28 smithi050 ceph-mon[92315]: pgmap v9660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:17:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:28 smithi172 ceph-mon[103696]: pgmap v9660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:17:29.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:29.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:30 smithi050 ceph-mon[92315]: pgmap v9661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:30 smithi172 ceph-mon[103696]: pgmap v9661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:30.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:30.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:31.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:31.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:32 smithi050 ceph-mon[92315]: pgmap v9662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:32 smithi172 ceph-mon[103696]: pgmap v9662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:32.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:32.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:33.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:33.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:34 smithi050 ceph-mon[92315]: pgmap v9663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:34 smithi172 ceph-mon[103696]: pgmap v9663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:34.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:34.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:17:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:17:35.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:35.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:36 smithi050 ceph-mon[92315]: pgmap v9664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:36 smithi172 ceph-mon[103696]: pgmap v9664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:36.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:36.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:37.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:37.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:38.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:38.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:38 smithi050 ceph-mon[92315]: pgmap v9665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:17:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:38 smithi172 ceph-mon[103696]: pgmap v9665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:17:39.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:39.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:40 smithi050 ceph-mon[92315]: pgmap v9666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:40 smithi172 ceph-mon[103696]: pgmap v9666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:40.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:40.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:41.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:41.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:42 smithi050 ceph-mon[92315]: pgmap v9667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:42 smithi172 ceph-mon[103696]: pgmap v9667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:42.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:42.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:43.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:43.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:44 smithi050 ceph-mon[92315]: pgmap v9668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:44 smithi172 ceph-mon[103696]: pgmap v9668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:44.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:44.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:45.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:45.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:46 smithi050 ceph-mon[92315]: pgmap v9669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:46.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:46 smithi172 ceph-mon[103696]: pgmap v9669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:46.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:46.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:47.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:47.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:48.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:48.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:48 smithi050 ceph-mon[92315]: pgmap v9670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:17:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:48 smithi172 ceph-mon[103696]: pgmap v9670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:17:49.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:49.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:17:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:17:50.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:50.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:50 smithi050 ceph-mon[92315]: pgmap v9671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:50 smithi172 ceph-mon[103696]: pgmap v9671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:51.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:51.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:52 smithi050 ceph-mon[92315]: pgmap v9672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:52 smithi172 ceph-mon[103696]: pgmap v9672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:52.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:52.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:53.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:53.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:54 smithi050 ceph-mon[92315]: pgmap v9673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:54 smithi172 ceph-mon[103696]: pgmap v9673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:54.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:54.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:55.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:55.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:56.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:57.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:57 smithi050 ceph-mon[92315]: pgmap v9674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:57.583 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:57 smithi172 ceph-mon[103696]: pgmap v9674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:17:57.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:57.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:58.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:58.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:17:59.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:17:59.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:17:59 smithi050 ceph-mon[92315]: pgmap v9675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:18:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:17:59 smithi172 ceph-mon[103696]: pgmap v9675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:18:00.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:00.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:01.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:01.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:01 smithi050 ceph-mon[92315]: pgmap v9676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:18:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:18:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:18:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:01 smithi172 ceph-mon[103696]: pgmap v9676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:18:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:18:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:18:02.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:02.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:18:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:18:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:18:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:18:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:18:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:18:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:18:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:18:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:18:03.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:18:03.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:03.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:03 smithi050 ceph-mon[92315]: pgmap v9677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:03 smithi172 ceph-mon[103696]: pgmap v9677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:04.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:04.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:18:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:18:05.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:05.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:05 smithi050 ceph-mon[92315]: pgmap v9678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:05 smithi172 ceph-mon[103696]: pgmap v9678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:06.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:06.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:07.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:07.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:07 smithi050 ceph-mon[92315]: pgmap v9679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:07 smithi172 ceph-mon[103696]: pgmap v9679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:08.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:08.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:09.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:09.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:09 smithi050 ceph-mon[92315]: pgmap v9680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:18:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:09 smithi172 ceph-mon[103696]: pgmap v9680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:18:10.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:10.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:11.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:11.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:11 smithi050 ceph-mon[92315]: pgmap v9681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:11 smithi172 ceph-mon[103696]: pgmap v9681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:12.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:12.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:13.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:13.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:13 smithi050 ceph-mon[92315]: pgmap v9682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:13 smithi172 ceph-mon[103696]: pgmap v9682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:14.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:14.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:15.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:15.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:15 smithi050 ceph-mon[92315]: pgmap v9683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:15 smithi172 ceph-mon[103696]: pgmap v9683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:16.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:16.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:17.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:17.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:17 smithi050 ceph-mon[92315]: pgmap v9684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:17 smithi172 ceph-mon[103696]: pgmap v9684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:18.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:18.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:19.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:19.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:19 smithi050 ceph-mon[92315]: pgmap v9685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:18:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:18:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:19 smithi172 ceph-mon[103696]: pgmap v9685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:18:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:18:20.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:20.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:21 smithi050 ceph-mon[92315]: pgmap v9686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:21 smithi172 ceph-mon[103696]: pgmap v9686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:21.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:21.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:22.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:22.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:23.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:23.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:23 smithi050 ceph-mon[92315]: pgmap v9687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:23 smithi172 ceph-mon[103696]: pgmap v9687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:24.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:24.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:25.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:25.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:25 smithi050 ceph-mon[92315]: pgmap v9688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:26.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:25 smithi172 ceph-mon[103696]: pgmap v9688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:26.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:26.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:27.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:27.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:27 smithi050 ceph-mon[92315]: pgmap v9689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:27 smithi172 ceph-mon[103696]: pgmap v9689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:28.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:28.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:29.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:29.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:29 smithi050 ceph-mon[92315]: pgmap v9690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:18:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:29 smithi172 ceph-mon[103696]: pgmap v9690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:18:30.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:30.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:31.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:31.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:31 smithi050 ceph-mon[92315]: pgmap v9691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:31 smithi172 ceph-mon[103696]: pgmap v9691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:32.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:32.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:33.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:33.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:33 smithi172 ceph-mon[103696]: pgmap v9692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:33 smithi050 ceph-mon[92315]: pgmap v9692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:34.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:34.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:18:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:18:35.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:35.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:35 smithi050 ceph-mon[92315]: pgmap v9693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:35 smithi172 ceph-mon[103696]: pgmap v9693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:36.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:36.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:37.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:37.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:37 smithi050 ceph-mon[92315]: pgmap v9694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:37 smithi172 ceph-mon[103696]: pgmap v9694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:38.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:38.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:39.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:39.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:39 smithi050 ceph-mon[92315]: pgmap v9695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:18:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:39 smithi172 ceph-mon[103696]: pgmap v9695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:18:40.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:40.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:41.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:41.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:41 smithi050 ceph-mon[92315]: pgmap v9696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:41 smithi172 ceph-mon[103696]: pgmap v9696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:42.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:42.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:43.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:43.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:43 smithi172 ceph-mon[103696]: pgmap v9697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:43 smithi050 ceph-mon[92315]: pgmap v9697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:44.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:44.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:45.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:45.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:46.256 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:45 smithi050 ceph-mon[92315]: pgmap v9698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:45 smithi172 ceph-mon[103696]: pgmap v9698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:46.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:46.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:47.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:47.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:47 smithi050 ceph-mon[92315]: pgmap v9699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:47 smithi172 ceph-mon[103696]: pgmap v9699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:48.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:48.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:49.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:49.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:49 smithi050 ceph-mon[92315]: pgmap v9700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:18:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:18:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:49 smithi172 ceph-mon[103696]: pgmap v9700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:18:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:18:50.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:50.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:51.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:51.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:51 smithi050 ceph-mon[92315]: pgmap v9701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:51 smithi172 ceph-mon[103696]: pgmap v9701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:52.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:52.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:53.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:53.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:53 smithi050 ceph-mon[92315]: pgmap v9702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:53 smithi172 ceph-mon[103696]: pgmap v9702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:54.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:54.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:55.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:55.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:55 smithi050 ceph-mon[92315]: pgmap v9703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:55 smithi172 ceph-mon[103696]: pgmap v9703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:56.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:56.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:57.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:57.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:57 smithi050 ceph-mon[92315]: pgmap v9704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:57 smithi172 ceph-mon[103696]: pgmap v9704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:18:58.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:58.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:18:59.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:18:59.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:18:59 smithi050 ceph-mon[92315]: pgmap v9705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:19:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:18:59 smithi172 ceph-mon[103696]: pgmap v9705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:19:00.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:00.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:01.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:01.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:01 smithi050 ceph-mon[92315]: pgmap v9706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:01 smithi172 ceph-mon[103696]: pgmap v9706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:02.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:02.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:19:03.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:19:03.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:19:03.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:19:03.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:19:03.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:19:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:19:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:19:03.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:19:03.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:19:03.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:19:03.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:19:03.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:03.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:03 smithi050 ceph-mon[92315]: pgmap v9707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:03 smithi172 ceph-mon[103696]: pgmap v9707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:04.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:04.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:19:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:19:05.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:05.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:06 smithi050 ceph-mon[92315]: pgmap v9708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:06 smithi172 ceph-mon[103696]: pgmap v9708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:06.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:06.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:07.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:07.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:08 smithi050 ceph-mon[92315]: pgmap v9709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:08 smithi172 ceph-mon[103696]: pgmap v9709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:08.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:08.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:09 smithi050 ceph-mon[92315]: pgmap v9710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:19:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:09 smithi172 ceph-mon[103696]: pgmap v9710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:19:09.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:09.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:10.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:10.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:11 smithi050 ceph-mon[92315]: pgmap v9711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:11 smithi172 ceph-mon[103696]: pgmap v9711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:11.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:11.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:12.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:12.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:13.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:13.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:13 smithi050 ceph-mon[92315]: pgmap v9712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:13 smithi172 ceph-mon[103696]: pgmap v9712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:14.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:14.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:15.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:15.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:15 smithi050 ceph-mon[92315]: pgmap v9713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:15 smithi172 ceph-mon[103696]: pgmap v9713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:16.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:16.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:17.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:17.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:17 smithi050 ceph-mon[92315]: pgmap v9714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:17 smithi172 ceph-mon[103696]: pgmap v9714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:18.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:18.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:19.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:19.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:19 smithi050 ceph-mon[92315]: pgmap v9715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:19:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:19:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:19 smithi172 ceph-mon[103696]: pgmap v9715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:19:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:19:20.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:20.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:21.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:21.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:21 smithi050 ceph-mon[92315]: pgmap v9716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:21 smithi172 ceph-mon[103696]: pgmap v9716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:22.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:22.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:23.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:23.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:24.292 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:23 smithi172 ceph-mon[103696]: pgmap v9717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:23 smithi050 ceph-mon[92315]: pgmap v9717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:24.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:24.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:25.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:25.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:25 smithi050 ceph-mon[92315]: pgmap v9718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:25 smithi172 ceph-mon[103696]: pgmap v9718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:26.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:26.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:27.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:27.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:27 smithi050 ceph-mon[92315]: pgmap v9719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:27 smithi172 ceph-mon[103696]: pgmap v9719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:28.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:28.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:29.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:29.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:29 smithi050 ceph-mon[92315]: pgmap v9720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:19:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:29 smithi172 ceph-mon[103696]: pgmap v9720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:19:30.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:30.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:31.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:31.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:31 smithi050 ceph-mon[92315]: pgmap v9721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:31 smithi172 ceph-mon[103696]: pgmap v9721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:32.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:32.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:33.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:33.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:33 smithi050 ceph-mon[92315]: pgmap v9722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:33 smithi172 ceph-mon[103696]: pgmap v9722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:34.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:34.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:19:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:19:35.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:35.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:35 smithi050 ceph-mon[92315]: pgmap v9723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:35 smithi172 ceph-mon[103696]: pgmap v9723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:36.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:36.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:37.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:37.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:37 smithi050 ceph-mon[92315]: pgmap v9724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:37 smithi172 ceph-mon[103696]: pgmap v9724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:38.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:38.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:39.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:39.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:39 smithi050 ceph-mon[92315]: pgmap v9725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:19:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:39 smithi172 ceph-mon[103696]: pgmap v9725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:19:40.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:40.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:41.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:41.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:41 smithi050 ceph-mon[92315]: pgmap v9726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:41 smithi172 ceph-mon[103696]: pgmap v9726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:42.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:42.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:43.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:43.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:43 smithi050 ceph-mon[92315]: pgmap v9727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:43 smithi172 ceph-mon[103696]: pgmap v9727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:44.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:44.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:45.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:45.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:45 smithi050 ceph-mon[92315]: pgmap v9728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:45 smithi172 ceph-mon[103696]: pgmap v9728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:46.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:46.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:47.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:47.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:47 smithi050 ceph-mon[92315]: pgmap v9729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:47 smithi172 ceph-mon[103696]: pgmap v9729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:48.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:48.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:49.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:49.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:50 smithi050 ceph-mon[92315]: pgmap v9730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:19:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:19:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:50 smithi172 ceph-mon[103696]: pgmap v9730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:19:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:19:50.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:50.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:51.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:51.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:52 smithi050 ceph-mon[92315]: pgmap v9731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:52 smithi172 ceph-mon[103696]: pgmap v9731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:52.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:52.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:53.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:53.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:54 smithi050 ceph-mon[92315]: pgmap v9732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:54 smithi172 ceph-mon[103696]: pgmap v9732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:54.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:54.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:55.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:55.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:56 smithi050 ceph-mon[92315]: pgmap v9733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:56 smithi172 ceph-mon[103696]: pgmap v9733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:56.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:56.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:57.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:57.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:58 smithi050 ceph-mon[92315]: pgmap v9734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:58 smithi172 ceph-mon[103696]: pgmap v9734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:19:58.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:58.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:19:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:19:59 smithi050 ceph-mon[92315]: pgmap v9735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:19:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:19:59 smithi172 ceph-mon[103696]: pgmap v9735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:19:59.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:19:59.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T19:20:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T19:20:00.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:00.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:01 smithi050 ceph-mon[92315]: pgmap v9736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:01 smithi172 ceph-mon[103696]: pgmap v9736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:01.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:01.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:02.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:02.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:03 smithi050 ceph-mon[92315]: pgmap v9737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:20:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:03 smithi172 ceph-mon[103696]: pgmap v9737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:20:03.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:03.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:20:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:20:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:20:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:20:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:04 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1623M 2023-09-30T19:20:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:20:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:20:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:20:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:20:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:20:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:20:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:20:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:20:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:20:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:20:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:04 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1623M 2023-09-30T19:20:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:20:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:20:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:20:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:20:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:20:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:20:04.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:04.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:05 smithi050 ceph-mon[92315]: pgmap v9738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:20:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:05 smithi172 ceph-mon[103696]: pgmap v9738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:20:05.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:05.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:06.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:06.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:07 smithi050 ceph-mon[92315]: pgmap v9739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:07 smithi172 ceph-mon[103696]: pgmap v9739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:07.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:07.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:08.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:08.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:09.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:09.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:09 smithi172 ceph-mon[103696]: pgmap v9740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:20:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:09 smithi050 ceph-mon[92315]: pgmap v9740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:20:10.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:10.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:11.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:11.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:12.230 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:11 smithi050 ceph-mon[92315]: pgmap v9741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:11 smithi172 ceph-mon[103696]: pgmap v9741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:12.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:12.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:13.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:13.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:13 smithi050 ceph-mon[92315]: pgmap v9742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:13 smithi172 ceph-mon[103696]: pgmap v9742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:14.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:14.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:15.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:15.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:15 smithi050 ceph-mon[92315]: pgmap v9743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:15 smithi172 ceph-mon[103696]: pgmap v9743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:16.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:16.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:17.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:17.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:17 smithi050 ceph-mon[92315]: pgmap v9744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:17 smithi172 ceph-mon[103696]: pgmap v9744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:18.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:18.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:19.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:19.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:19 smithi172 ceph-mon[103696]: pgmap v9745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:20:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:20:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:19 smithi050 ceph-mon[92315]: pgmap v9745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:20:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:20:20.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:20.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:21.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:21.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:22.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:21 smithi050 ceph-mon[92315]: pgmap v9746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:21 smithi172 ceph-mon[103696]: pgmap v9746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:22.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:22.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:23.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:23.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:23 smithi050 ceph-mon[92315]: pgmap v9747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:23 smithi172 ceph-mon[103696]: pgmap v9747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:24.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:24.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:25.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:25.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:25 smithi050 ceph-mon[92315]: pgmap v9748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:25 smithi172 ceph-mon[103696]: pgmap v9748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:26.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:26.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:27.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:27.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:27 smithi050 ceph-mon[92315]: pgmap v9749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:27 smithi172 ceph-mon[103696]: pgmap v9749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:28.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:28.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:29.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:29.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:29 smithi050 ceph-mon[92315]: pgmap v9750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:20:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:29 smithi172 ceph-mon[103696]: pgmap v9750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:20:30.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:30.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:31.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:31.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:31 smithi050 ceph-mon[92315]: pgmap v9751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:31 smithi172 ceph-mon[103696]: pgmap v9751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:32.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:32.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:33.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:33.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:33 smithi050 ceph-mon[92315]: pgmap v9752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:33 smithi172 ceph-mon[103696]: pgmap v9752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:34.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:34.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:20:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:20:35.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:35.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:35 smithi050 ceph-mon[92315]: pgmap v9753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:35 smithi172 ceph-mon[103696]: pgmap v9753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:36.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:36.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:37.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:37.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:38 smithi050 ceph-mon[92315]: pgmap v9754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:38 smithi172 ceph-mon[103696]: pgmap v9754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:38.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:38.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:39.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:39.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:40 smithi050 ceph-mon[92315]: pgmap v9755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:20:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:40 smithi172 ceph-mon[103696]: pgmap v9755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:20:40.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:40.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:41.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:41.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:42 smithi050 ceph-mon[92315]: pgmap v9756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:42 smithi172 ceph-mon[103696]: pgmap v9756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:42.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:42.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:43.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:43.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:44 smithi050 ceph-mon[92315]: pgmap v9757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:44 smithi172 ceph-mon[103696]: pgmap v9757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:44.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:44.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:45.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:45.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:46 smithi050 ceph-mon[92315]: pgmap v9758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:46 smithi172 ceph-mon[103696]: pgmap v9758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:46.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:46.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:47.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:47.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:48 smithi050 ceph-mon[92315]: pgmap v9759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:48 smithi172 ceph-mon[103696]: pgmap v9759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:48.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:48.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:49 smithi050 ceph-mon[92315]: pgmap v9760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:20:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:49 smithi172 ceph-mon[103696]: pgmap v9760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:20:49.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:49.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:20:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:20:50.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:50.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:51 smithi050 ceph-mon[92315]: pgmap v9761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:51 smithi172 ceph-mon[103696]: pgmap v9761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:51.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:51.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:52.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:52.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:53.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:53.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:53 smithi050 ceph-mon[92315]: pgmap v9762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:53 smithi172 ceph-mon[103696]: pgmap v9762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:54.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:54.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:55.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:55.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:55 smithi050 ceph-mon[92315]: pgmap v9763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:55 smithi172 ceph-mon[103696]: pgmap v9763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:56.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:56.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:57.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:57.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:57 smithi050 ceph-mon[92315]: pgmap v9764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:57 smithi172 ceph-mon[103696]: pgmap v9764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:20:58.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:58.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:20:59.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:20:59.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:00.297 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:20:59 smithi172 ceph-mon[103696]: pgmap v9765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:21:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:20:59 smithi050 ceph-mon[92315]: pgmap v9765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:21:00.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:00.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:01.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:01.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:01 smithi050 ceph-mon[92315]: pgmap v9766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:01 smithi172 ceph-mon[103696]: pgmap v9766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:02.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:02.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:03.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:03.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:03 smithi050 ceph-mon[92315]: pgmap v9767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:21:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:03 smithi172 ceph-mon[103696]: pgmap v9767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:21:04.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:04.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:21:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:21:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:21:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:21:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:21:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:21:05.351 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:21:05.351 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:21:05.351 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:21:05.351 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:21:05.351 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:21:05.351 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:21:05.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:05.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:05 smithi050 ceph-mon[92315]: pgmap v9768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:05 smithi172 ceph-mon[103696]: pgmap v9768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:06.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:06.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:07.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:07.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:07 smithi050 ceph-mon[92315]: pgmap v9769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:07 smithi172 ceph-mon[103696]: pgmap v9769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:08.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:08.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:10.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:10.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:09 smithi050 ceph-mon[92315]: pgmap v9770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:21:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:09 smithi172 ceph-mon[103696]: pgmap v9770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:21:11.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:11.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:12.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:12.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:11 smithi050 ceph-mon[92315]: pgmap v9771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:11 smithi172 ceph-mon[103696]: pgmap v9771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:13.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:13.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:14.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:14.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:13 smithi050 ceph-mon[92315]: pgmap v9772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:13 smithi172 ceph-mon[103696]: pgmap v9772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:15.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:15.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:16.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:16.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:16 smithi050 ceph-mon[92315]: pgmap v9773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:16 smithi172 ceph-mon[103696]: pgmap v9773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:17.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:17.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:18.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:18.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:18 smithi050 ceph-mon[92315]: pgmap v9774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:18 smithi172 ceph-mon[103696]: pgmap v9774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:19.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:19.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:20.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:20.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:20 smithi050 ceph-mon[92315]: pgmap v9775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:21:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:21:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:20 smithi172 ceph-mon[103696]: pgmap v9775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:21:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:21:21.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:21.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:22.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:22.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:22 smithi050 ceph-mon[92315]: pgmap v9776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:22 smithi172 ceph-mon[103696]: pgmap v9776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:23.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:23.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:24.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:24.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:24 smithi050 ceph-mon[92315]: pgmap v9777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:24 smithi172 ceph-mon[103696]: pgmap v9777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:25.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:25.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:26.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:26.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:26 smithi050 ceph-mon[92315]: pgmap v9778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:26 smithi172 ceph-mon[103696]: pgmap v9778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:27.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:27.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:28.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:28.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:28 smithi050 ceph-mon[92315]: pgmap v9779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:28 smithi172 ceph-mon[103696]: pgmap v9779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:29.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:29.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:30.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:30.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:30 smithi050 ceph-mon[92315]: pgmap v9780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:21:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:30 smithi172 ceph-mon[103696]: pgmap v9780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:21:31.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:31.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:32.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:32.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:32 smithi050 ceph-mon[92315]: pgmap v9781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:32 smithi172 ceph-mon[103696]: pgmap v9781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:33.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:33.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:34.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:34.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:34 smithi050 ceph-mon[92315]: pgmap v9782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:34 smithi172 ceph-mon[103696]: pgmap v9782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:35.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:35.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:21:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:21:36.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:36.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:36 smithi050 ceph-mon[92315]: pgmap v9783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:36 smithi172 ceph-mon[103696]: pgmap v9783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:37.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:37.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:37 smithi050 ceph-mon[92315]: pgmap v9784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:37 smithi172 ceph-mon[103696]: pgmap v9784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:38.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:38.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:39.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:39.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:40.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:40.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:39 smithi050 ceph-mon[92315]: pgmap v9785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:21:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:39 smithi172 ceph-mon[103696]: pgmap v9785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:21:41.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:41.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:42.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:42.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:41 smithi050 ceph-mon[92315]: pgmap v9786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:41 smithi172 ceph-mon[103696]: pgmap v9786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:43.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:43.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:44.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:44.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:43 smithi050 ceph-mon[92315]: pgmap v9787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:43 smithi172 ceph-mon[103696]: pgmap v9787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:45.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:45.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:46.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:46.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:45 smithi172 ceph-mon[103696]: pgmap v9788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:45 smithi050 ceph-mon[92315]: pgmap v9788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:47.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:47.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:48.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:48.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:48.317 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:47 smithi050 ceph-mon[92315]: pgmap v9789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:47 smithi172 ceph-mon[103696]: pgmap v9789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:49.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:49.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:50.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:50.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:49 smithi050 ceph-mon[92315]: pgmap v9790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:21:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:21:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:49 smithi172 ceph-mon[103696]: pgmap v9790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:21:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:21:51.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:51.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:52.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:52.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:51 smithi050 ceph-mon[92315]: pgmap v9791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:51 smithi172 ceph-mon[103696]: pgmap v9791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:53.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:53.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:54.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:54.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:53 smithi050 ceph-mon[92315]: pgmap v9792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:53 smithi172 ceph-mon[103696]: pgmap v9792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:55.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:55.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:56.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:56.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:56 smithi050 ceph-mon[92315]: pgmap v9793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:56 smithi172 ceph-mon[103696]: pgmap v9793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:57.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:57.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:58.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:58.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:21:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:21:58 smithi050 ceph-mon[92315]: pgmap v9794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:21:58 smithi172 ceph-mon[103696]: pgmap v9794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:21:59.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:21:59.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:00.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:00.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:00 smithi050 ceph-mon[92315]: pgmap v9795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:22:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:00 smithi172 ceph-mon[103696]: pgmap v9795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:22:01.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:01.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:02.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:02.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:02 smithi050 ceph-mon[92315]: pgmap v9796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:02 smithi172 ceph-mon[103696]: pgmap v9796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:03.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:03.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:04.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:04.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:04 smithi050 ceph-mon[92315]: pgmap v9797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:04 smithi172 ceph-mon[103696]: pgmap v9797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:05.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:05.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:22:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:22:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:22:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:22:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:22:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:22:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:22:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:22:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:22:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:22:05.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:22:05.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:22:05.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:22:05.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:22:06.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:06.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:06 smithi050 ceph-mon[92315]: pgmap v9798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:06 smithi172 ceph-mon[103696]: pgmap v9798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:07.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:07.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:08.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:08.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:08 smithi050 ceph-mon[92315]: pgmap v9799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:08 smithi172 ceph-mon[103696]: pgmap v9799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:09.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:09.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:10.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:10.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:10 smithi050 ceph-mon[92315]: pgmap v9800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:22:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:10 smithi172 ceph-mon[103696]: pgmap v9800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:22:11.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:11.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:12.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:12.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:12 smithi050 ceph-mon[92315]: pgmap v9801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:12 smithi172 ceph-mon[103696]: pgmap v9801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:13.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:13.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:14.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:14.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:14 smithi050 ceph-mon[92315]: pgmap v9802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:14 smithi172 ceph-mon[103696]: pgmap v9802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:15.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:15.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:16.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:16.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:16 smithi050 ceph-mon[92315]: pgmap v9803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:16 smithi172 ceph-mon[103696]: pgmap v9803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:17.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:17.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:18.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:18.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:18 smithi050 ceph-mon[92315]: pgmap v9804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:18 smithi172 ceph-mon[103696]: pgmap v9804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:19.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:19.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:19 smithi050 ceph-mon[92315]: pgmap v9805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:22:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:19 smithi172 ceph-mon[103696]: pgmap v9805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:22:20.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:20.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:22:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:22:21.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:21.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:21 smithi050 ceph-mon[92315]: pgmap v9806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:21 smithi172 ceph-mon[103696]: pgmap v9806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:22.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:22.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:23.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:23.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:24.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:24.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:23 smithi050 ceph-mon[92315]: pgmap v9807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:23 smithi172 ceph-mon[103696]: pgmap v9807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:25.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:25.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:26.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:26.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:25 smithi050 ceph-mon[92315]: pgmap v9808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:25 smithi172 ceph-mon[103696]: pgmap v9808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:27.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:27.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:28.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:28.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:27 smithi050 ceph-mon[92315]: pgmap v9809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:27 smithi172 ceph-mon[103696]: pgmap v9809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:29.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:29.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:30.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:30.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:29 smithi050 ceph-mon[92315]: pgmap v9810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:22:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:29 smithi172 ceph-mon[103696]: pgmap v9810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:22:31.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:31.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:32.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:32.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:32 smithi050 ceph-mon[92315]: pgmap v9811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:32 smithi172 ceph-mon[103696]: pgmap v9811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:33.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:33.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:34 smithi050 ceph-mon[92315]: pgmap v9812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:34.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:34.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:34 smithi172 ceph-mon[103696]: pgmap v9812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:35.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:35.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:22:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:22:36.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:36.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:36.309 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:36 smithi172 ceph-mon[103696]: pgmap v9813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:36 smithi050 ceph-mon[92315]: pgmap v9813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:37.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:37.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:38.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:38.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:38 smithi050 ceph-mon[92315]: pgmap v9814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:38 smithi172 ceph-mon[103696]: pgmap v9814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:39.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:39.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:40.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:40.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:40 smithi050 ceph-mon[92315]: pgmap v9815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:22:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:40 smithi172 ceph-mon[103696]: pgmap v9815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:22:41.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:41.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:42.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:42.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:42 smithi050 ceph-mon[92315]: pgmap v9816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:42 smithi172 ceph-mon[103696]: pgmap v9816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:43.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:43.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:44.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:44.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:44 smithi050 ceph-mon[92315]: pgmap v9817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:44 smithi172 ceph-mon[103696]: pgmap v9817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:45.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:45.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:46.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:46.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:46 smithi050 ceph-mon[92315]: pgmap v9818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:46 smithi172 ceph-mon[103696]: pgmap v9818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:47.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:47.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:48.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:48.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:48 smithi050 ceph-mon[92315]: pgmap v9819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:48 smithi172 ceph-mon[103696]: pgmap v9819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:49.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:49.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:50.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:50.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:50 smithi050 ceph-mon[92315]: pgmap v9820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:22:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:22:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:50 smithi172 ceph-mon[103696]: pgmap v9820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:22:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:22:51.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:51.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:52.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:52.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:52 smithi050 ceph-mon[92315]: pgmap v9821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:52 smithi172 ceph-mon[103696]: pgmap v9821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:53.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:53.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:54.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:54.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:54 smithi050 ceph-mon[92315]: pgmap v9822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:54 smithi172 ceph-mon[103696]: pgmap v9822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:55.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:55.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:56.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:56.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:56 smithi050 ceph-mon[92315]: pgmap v9823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:56 smithi172 ceph-mon[103696]: pgmap v9823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:57.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:57.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:58.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:58.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:58 smithi050 ceph-mon[92315]: pgmap v9824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:58 smithi172 ceph-mon[103696]: pgmap v9824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:22:59.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:22:59.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:22:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:22:59 smithi050 ceph-mon[92315]: pgmap v9825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:22:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:22:59 smithi172 ceph-mon[103696]: pgmap v9825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:23:00.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:00.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:01.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:01.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:01 smithi172 ceph-mon[103696]: pgmap v9826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:01 smithi050 ceph-mon[92315]: pgmap v9826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:02.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:02.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:03.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:03.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:04.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:04.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:03 smithi050 ceph-mon[92315]: pgmap v9827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:03 smithi172 ceph-mon[103696]: pgmap v9827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:05.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:05.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:23:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:23:06.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:06.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:06 smithi050 ceph-mon[92315]: pgmap v9828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:23:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:06 smithi172 ceph-mon[103696]: pgmap v9828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:23:07.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:07.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:08.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:08.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:08 smithi050 ceph-mon[92315]: pgmap v9829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:08 smithi172 ceph-mon[103696]: pgmap v9829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:09.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:09.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:10.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:10.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:10 smithi050 ceph-mon[92315]: pgmap v9830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:23:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:23:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:23:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:10 smithi172 ceph-mon[103696]: pgmap v9830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:23:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:23:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:23:11.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:11.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:23:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:23:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:23:11.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:23:11.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:23:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:23:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:23:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:23:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:23:11.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:23:12.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:12.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:12 smithi050 ceph-mon[92315]: pgmap v9831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:12 smithi172 ceph-mon[103696]: pgmap v9831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:13.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:13.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:14.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:14.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:14.292 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:14 smithi050 ceph-mon[92315]: pgmap v9832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:14 smithi172 ceph-mon[103696]: pgmap v9832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:15.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:15.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:16.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:16.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:16 smithi050 ceph-mon[92315]: pgmap v9833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:16 smithi172 ceph-mon[103696]: pgmap v9833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:17.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:17.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:18.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:18.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:18 smithi050 ceph-mon[92315]: pgmap v9834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:18 smithi172 ceph-mon[103696]: pgmap v9834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:19.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:19.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:20.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:20.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:20 smithi050 ceph-mon[92315]: pgmap v9835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:23:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:23:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:20 smithi172 ceph-mon[103696]: pgmap v9835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:23:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:23:21.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:21.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:22 smithi172 ceph-mon[103696]: pgmap v9836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:22.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:22.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:22 smithi050 ceph-mon[92315]: pgmap v9836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:23.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:23.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:24.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:24.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:24 smithi050 ceph-mon[92315]: pgmap v9837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:24 smithi172 ceph-mon[103696]: pgmap v9837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:25.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:25.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:26.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:26.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:26 smithi050 ceph-mon[92315]: pgmap v9838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:26 smithi172 ceph-mon[103696]: pgmap v9838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:27.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:27.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:28.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:28.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:28 smithi050 ceph-mon[92315]: pgmap v9839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:28 smithi172 ceph-mon[103696]: pgmap v9839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:29.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:29.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:30.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:30.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:30 smithi050 ceph-mon[92315]: pgmap v9840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:23:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:30 smithi172 ceph-mon[103696]: pgmap v9840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:23:31.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:31.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:32.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:32.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:32 smithi050 ceph-mon[92315]: pgmap v9841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:32 smithi172 ceph-mon[103696]: pgmap v9841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:33.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:33.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:34.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:34.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:34 smithi050 ceph-mon[92315]: pgmap v9842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:34 smithi172 ceph-mon[103696]: pgmap v9842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:35.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:35.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:23:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:23:36.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:36.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:36 smithi050 ceph-mon[92315]: pgmap v9843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:36 smithi172 ceph-mon[103696]: pgmap v9843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:37.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:37.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:37 smithi050 ceph-mon[92315]: pgmap v9844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:37 smithi172 ceph-mon[103696]: pgmap v9844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:38.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:38.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:39.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:39.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:40.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:40.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:40 smithi050 ceph-mon[92315]: pgmap v9845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:23:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:40 smithi172 ceph-mon[103696]: pgmap v9845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:23:41.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:41.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:42.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:42.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:42 smithi050 ceph-mon[92315]: pgmap v9846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:42 smithi172 ceph-mon[103696]: pgmap v9846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:43.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:43.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:44.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:44.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:44 smithi050 ceph-mon[92315]: pgmap v9847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:44 smithi172 ceph-mon[103696]: pgmap v9847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:45.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:45.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:46.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:46.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:46 smithi050 ceph-mon[92315]: pgmap v9848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:46 smithi172 ceph-mon[103696]: pgmap v9848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:47.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:47.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:48.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:48.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:48 smithi050 ceph-mon[92315]: pgmap v9849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:48 smithi172 ceph-mon[103696]: pgmap v9849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:49.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:49.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:50.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:50.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:50 smithi050 ceph-mon[92315]: pgmap v9850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:23:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:23:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:50 smithi172 ceph-mon[103696]: pgmap v9850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:23:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:23:51.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:51.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:52.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:52.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:52 smithi050 ceph-mon[92315]: pgmap v9851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:52 smithi172 ceph-mon[103696]: pgmap v9851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:53.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:53.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:54.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:54.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:54 smithi050 ceph-mon[92315]: pgmap v9852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:54 smithi172 ceph-mon[103696]: pgmap v9852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:55.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:55.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:56.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:56.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:56 smithi050 ceph-mon[92315]: pgmap v9853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:56 smithi172 ceph-mon[103696]: pgmap v9853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:57.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:57.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:58.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:58.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:23:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:23:58 smithi050 ceph-mon[92315]: pgmap v9854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:23:58 smithi172 ceph-mon[103696]: pgmap v9854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:23:59.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:23:59.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:00 smithi050 ceph-mon[92315]: pgmap v9855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:24:00.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:00.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:00 smithi172 ceph-mon[103696]: pgmap v9855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:24:01.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:01.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:02.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:02.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:02 smithi050 ceph-mon[92315]: pgmap v9856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:02 smithi172 ceph-mon[103696]: pgmap v9856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:03.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:03.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:04.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:04.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:04 smithi050 ceph-mon[92315]: pgmap v9857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:04 smithi172 ceph-mon[103696]: pgmap v9857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:05.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:05.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:24:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:24:06.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:06.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:06 smithi050 ceph-mon[92315]: pgmap v9858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:06 smithi172 ceph-mon[103696]: pgmap v9858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:07.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:07.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:08.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:08.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:08 smithi050 ceph-mon[92315]: pgmap v9859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:08 smithi172 ceph-mon[103696]: pgmap v9859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:09.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:09.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:10.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:10.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:10 smithi050 ceph-mon[92315]: pgmap v9860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:24:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:10 smithi172 ceph-mon[103696]: pgmap v9860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:24:11.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:11.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:24:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:24:11.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:24:11.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:24:11.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:24:11.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:24:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:24:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:24:11.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:24:11.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:24:11.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:24:11.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:24:12.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:12.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:12 smithi050 ceph-mon[92315]: pgmap v9861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:12 smithi172 ceph-mon[103696]: pgmap v9861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:13.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:13.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:14.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:14.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:14 smithi050 ceph-mon[92315]: pgmap v9862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:14 smithi172 ceph-mon[103696]: pgmap v9862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:15.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:15.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:16.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:16.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:16 smithi050 ceph-mon[92315]: pgmap v9863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:16 smithi172 ceph-mon[103696]: pgmap v9863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:17.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:17.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:18.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:18.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:18 smithi050 ceph-mon[92315]: pgmap v9864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:18 smithi172 ceph-mon[103696]: pgmap v9864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:19.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:19.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:20.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:20.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:20 smithi050 ceph-mon[92315]: pgmap v9865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:24:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:24:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:20 smithi172 ceph-mon[103696]: pgmap v9865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:24:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:24:21.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:21.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:22.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:22.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:22 smithi050 ceph-mon[92315]: pgmap v9866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:22 smithi172 ceph-mon[103696]: pgmap v9866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:23.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:23.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:24.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:24.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:24 smithi050 ceph-mon[92315]: pgmap v9867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:24 smithi172 ceph-mon[103696]: pgmap v9867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:25.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:25.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:26.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:26.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:26 smithi050 ceph-mon[92315]: pgmap v9868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:26 smithi172 ceph-mon[103696]: pgmap v9868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:27.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:27.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:28.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:28.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:28 smithi050 ceph-mon[92315]: pgmap v9869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:28 smithi172 ceph-mon[103696]: pgmap v9869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:29.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:29.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:30.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:30.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:30 smithi050 ceph-mon[92315]: pgmap v9870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:24:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:30 smithi172 ceph-mon[103696]: pgmap v9870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:24:31.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:31.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:32.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:32.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:32 smithi050 ceph-mon[92315]: pgmap v9871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:32 smithi172 ceph-mon[103696]: pgmap v9871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:33.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:33.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:34.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:34.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:34 smithi050 ceph-mon[92315]: pgmap v9872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:34 smithi172 ceph-mon[103696]: pgmap v9872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:35.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:35.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:24:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:24:36.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:36.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:36 smithi050 ceph-mon[92315]: pgmap v9873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:36 smithi172 ceph-mon[103696]: pgmap v9873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:37.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:37.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:38 smithi050 ceph-mon[92315]: pgmap v9874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:38.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:38.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:38 smithi172 ceph-mon[103696]: pgmap v9874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:39.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:39.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:40 smithi050 ceph-mon[92315]: pgmap v9875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:24:40.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:40.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:40 smithi172 ceph-mon[103696]: pgmap v9875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:24:41.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:41.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:42 smithi050 ceph-mon[92315]: pgmap v9876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:42.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:42.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:42 smithi172 ceph-mon[103696]: pgmap v9876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:43.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:43.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:44 smithi050 ceph-mon[92315]: pgmap v9877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:44.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:44.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:44 smithi172 ceph-mon[103696]: pgmap v9877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:45.323 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:45 smithi050 ceph-mon[92315]: pgmap v9878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:45.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:45.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:45 smithi172 ceph-mon[103696]: pgmap v9878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:46.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:46.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:47.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:47.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:47 smithi050 ceph-mon[92315]: pgmap v9879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:47 smithi172 ceph-mon[103696]: pgmap v9879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:48.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:48.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:49.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:49.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:50 smithi050 ceph-mon[92315]: pgmap v9880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:24:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:24:50.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:50.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:50 smithi172 ceph-mon[103696]: pgmap v9880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:24:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:24:51.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:51.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:52 smithi050 ceph-mon[92315]: pgmap v9881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:52.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:52.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:52 smithi172 ceph-mon[103696]: pgmap v9881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:53.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:53.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:54 smithi050 ceph-mon[92315]: pgmap v9882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:54.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:54.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:54 smithi172 ceph-mon[103696]: pgmap v9882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:55.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:55.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:56 smithi050 ceph-mon[92315]: pgmap v9883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:56 smithi172 ceph-mon[103696]: pgmap v9883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:56.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:56.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:57.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:57.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:24:58 smithi050 ceph-mon[92315]: pgmap v9884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:24:58 smithi172 ceph-mon[103696]: pgmap v9884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:24:58.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:58.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:24:59.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:24:59.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:00 smithi050 ceph-mon[92315]: pgmap v9885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:25:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:00 smithi172 ceph-mon[103696]: pgmap v9885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:25:00.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:00.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:01.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:01.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:02 smithi050 ceph-mon[92315]: pgmap v9886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:02 smithi172 ceph-mon[103696]: pgmap v9886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:02.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:02.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:03.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:03.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:04 smithi050 ceph-mon[92315]: pgmap v9887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:04 smithi172 ceph-mon[103696]: pgmap v9887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:04.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:04.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:25:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:25:05.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:05.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:06 smithi050 ceph-mon[92315]: pgmap v9888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:06 smithi172 ceph-mon[103696]: pgmap v9888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:06.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:06.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:07.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:07.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:08 smithi050 ceph-mon[92315]: pgmap v9889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:08 smithi172 ceph-mon[103696]: pgmap v9889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:08.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:08.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:09.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:09.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:10 smithi050 ceph-mon[92315]: pgmap v9890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:25:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:10 smithi172 ceph-mon[103696]: pgmap v9890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:25:10.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:10.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:25:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:25:11.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:11.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:12 smithi050 ceph-mon[92315]: pgmap v9891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:12 smithi172 ceph-mon[103696]: pgmap v9891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:12.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:12.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:13.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:13.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:14 smithi050 ceph-mon[92315]: pgmap v9892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:14 smithi172 ceph-mon[103696]: pgmap v9892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:14.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:14.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:15.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:15.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:16 smithi050 ceph-mon[92315]: pgmap v9893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:16 smithi172 ceph-mon[103696]: pgmap v9893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:16.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:16.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:17.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:17.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:18 smithi050 ceph-mon[92315]: pgmap v9894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:25:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:25:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:18 smithi172 ceph-mon[103696]: pgmap v9894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:25:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:25:18.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:18.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:25:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:25:19.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:25:19.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:25:19.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:25:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:25:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:25:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:25:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:25:19.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:25:19.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:19.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:20 smithi050 ceph-mon[92315]: pgmap v9895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:25:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:25:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:20 smithi172 ceph-mon[103696]: pgmap v9895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:25:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:25:20.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:20.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:21.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:21.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:22 smithi050 ceph-mon[92315]: pgmap v9896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:22 smithi172 ceph-mon[103696]: pgmap v9896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:22.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:22.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:23.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:23.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:24 smithi050 ceph-mon[92315]: pgmap v9897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:24 smithi172 ceph-mon[103696]: pgmap v9897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:24.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:24.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:25.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:25.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:26 smithi050 ceph-mon[92315]: pgmap v9898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:26 smithi172 ceph-mon[103696]: pgmap v9898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:26.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:26.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:27.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:27.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:28 smithi050 ceph-mon[92315]: pgmap v9899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:28 smithi172 ceph-mon[103696]: pgmap v9899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:28.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:28.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:29.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:29.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:30 smithi050 ceph-mon[92315]: pgmap v9900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:25:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:30 smithi172 ceph-mon[103696]: pgmap v9900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:25:30.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:30.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:31.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:31.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:32 smithi050 ceph-mon[92315]: pgmap v9901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:32 smithi172 ceph-mon[103696]: pgmap v9901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:32.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:32.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:33.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:33.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:34 smithi050 ceph-mon[92315]: pgmap v9902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:34 smithi172 ceph-mon[103696]: pgmap v9902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:34.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:34.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:25:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:25:35.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:35.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:36 smithi050 ceph-mon[92315]: pgmap v9903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:36 smithi172 ceph-mon[103696]: pgmap v9903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:36.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:36.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:37.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:37.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:38 smithi050 ceph-mon[92315]: pgmap v9904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:38 smithi172 ceph-mon[103696]: pgmap v9904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:38.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:38.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:39 smithi172 ceph-mon[103696]: pgmap v9905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:25:39.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:39.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:39 smithi050 ceph-mon[92315]: pgmap v9905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:25:40.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:40.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:41 smithi050 ceph-mon[92315]: pgmap v9906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:41.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:41.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:41 smithi172 ceph-mon[103696]: pgmap v9906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:42.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:42.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:43.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:43.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:44 smithi050 ceph-mon[92315]: pgmap v9907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:44 smithi172 ceph-mon[103696]: pgmap v9907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:44.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:44.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:45.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:45.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:46 smithi050 ceph-mon[92315]: pgmap v9908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:46 smithi172 ceph-mon[103696]: pgmap v9908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:46.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:46.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:47.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:47.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:48.312 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:48 smithi172 ceph-mon[103696]: pgmap v9909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:48 smithi050 ceph-mon[92315]: pgmap v9909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:48.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:48.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:49.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:49.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:50 smithi050 ceph-mon[92315]: pgmap v9910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:25:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:25:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:50 smithi172 ceph-mon[103696]: pgmap v9910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:25:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:25:50.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:50.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:51.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:51.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:52 smithi050 ceph-mon[92315]: pgmap v9911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:52 smithi172 ceph-mon[103696]: pgmap v9911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:52.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:52.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:53.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:53.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:54 smithi050 ceph-mon[92315]: pgmap v9912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:54 smithi172 ceph-mon[103696]: pgmap v9912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:54.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:54.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:55.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:55.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:56 smithi050 ceph-mon[92315]: pgmap v9913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:56 smithi172 ceph-mon[103696]: pgmap v9913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:56.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:56.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:57.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:57.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:25:58 smithi050 ceph-mon[92315]: pgmap v9914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:25:58 smithi172 ceph-mon[103696]: pgmap v9914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:25:58.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:58.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:25:59.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:25:59.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:00 smithi050 ceph-mon[92315]: pgmap v9915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:26:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:00 smithi172 ceph-mon[103696]: pgmap v9915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:26:00.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:00.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:01.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:01.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:02 smithi050 ceph-mon[92315]: pgmap v9916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:02 smithi172 ceph-mon[103696]: pgmap v9916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:02.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:02.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:03.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:03.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:04 smithi050 ceph-mon[92315]: pgmap v9917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:04 smithi172 ceph-mon[103696]: pgmap v9917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:04.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:04.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:26:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:26:05.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:05.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:06 smithi050 ceph-mon[92315]: pgmap v9918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:06 smithi172 ceph-mon[103696]: pgmap v9918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:06.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:06.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:07.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:07.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:08 smithi050 ceph-mon[92315]: pgmap v9919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:08 smithi172 ceph-mon[103696]: pgmap v9919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:08.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:08.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:09.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:09.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:09 smithi050 ceph-mon[92315]: pgmap v9920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:26:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:09 smithi172 ceph-mon[103696]: pgmap v9920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:26:10.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:10.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:11.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:11.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:11 smithi050 ceph-mon[92315]: pgmap v9921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:11.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:11 smithi172 ceph-mon[103696]: pgmap v9921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:12.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:12.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:13.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:13.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:14 smithi050 ceph-mon[92315]: pgmap v9922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:14.451 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:14 smithi172 ceph-mon[103696]: pgmap v9922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:14.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:14.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:15.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:15.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:16 smithi050 ceph-mon[92315]: pgmap v9923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:16 smithi172 ceph-mon[103696]: pgmap v9923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:16.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:16.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:17.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:17.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:18 smithi050 ceph-mon[92315]: pgmap v9924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:18 smithi172 ceph-mon[103696]: pgmap v9924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:18.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:18.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:26:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:26:19.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:19.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:20 smithi050 ceph-mon[92315]: pgmap v9925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:26:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:26:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:26:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:26:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:26:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:26:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:26:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:26:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:26:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:20 smithi172 ceph-mon[103696]: pgmap v9925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:26:20.430 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:26:20.430 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:26:20.430 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:26:20.430 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:26:20.431 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:26:20.431 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:26:20.431 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:26:20.431 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:26:20.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:20.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:21.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:21.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:22 smithi050 ceph-mon[92315]: pgmap v9926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:22.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:22 smithi172 ceph-mon[103696]: pgmap v9926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:22.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:22.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:23.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:23.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:24 smithi050 ceph-mon[92315]: pgmap v9927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:24 smithi172 ceph-mon[103696]: pgmap v9927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:24.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:24.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:25.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:25.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:26 smithi050 ceph-mon[92315]: pgmap v9928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:26 smithi172 ceph-mon[103696]: pgmap v9928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:26.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:26.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:27.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:27.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:28 smithi050 ceph-mon[92315]: pgmap v9929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:28 smithi172 ceph-mon[103696]: pgmap v9929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:28.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:28.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:29.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:29.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:30 smithi050 ceph-mon[92315]: pgmap v9930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:26:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:30 smithi172 ceph-mon[103696]: pgmap v9930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:26:30.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:30.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:31.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:31.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:32 smithi050 ceph-mon[92315]: pgmap v9931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:32 smithi172 ceph-mon[103696]: pgmap v9931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:32.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:32.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:33.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:33.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:34 smithi050 ceph-mon[92315]: pgmap v9932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:34 smithi172 ceph-mon[103696]: pgmap v9932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:34.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:34.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:26:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:26:35.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:35.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:36 smithi050 ceph-mon[92315]: pgmap v9933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:36 smithi172 ceph-mon[103696]: pgmap v9933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:36.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:36.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:37 smithi050 ceph-mon[92315]: pgmap v9934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:37 smithi172 ceph-mon[103696]: pgmap v9934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:37.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:37.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:38.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:38.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:39.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:39.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:40 smithi050 ceph-mon[92315]: pgmap v9935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:26:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:40 smithi172 ceph-mon[103696]: pgmap v9935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:26:40.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:40.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:41.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:41.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:42 smithi050 ceph-mon[92315]: pgmap v9936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:42 smithi172 ceph-mon[103696]: pgmap v9936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:42.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:42.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:43.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:43.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:44 smithi050 ceph-mon[92315]: pgmap v9937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:44 smithi172 ceph-mon[103696]: pgmap v9937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:44.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:44.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:45.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:45.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:46 smithi050 ceph-mon[92315]: pgmap v9938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:46 smithi172 ceph-mon[103696]: pgmap v9938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:46.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:46.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:47.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:47.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:48 smithi050 ceph-mon[92315]: pgmap v9939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:48 smithi172 ceph-mon[103696]: pgmap v9939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:48.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:48.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:49.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:49.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:50 smithi050 ceph-mon[92315]: pgmap v9940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:26:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:26:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:50 smithi172 ceph-mon[103696]: pgmap v9940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:26:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:26:50.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:50.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:51.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:51.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:52 smithi050 ceph-mon[92315]: pgmap v9941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:52 smithi172 ceph-mon[103696]: pgmap v9941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:52.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:52.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:53.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:53.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:54 smithi050 ceph-mon[92315]: pgmap v9942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:54 smithi172 ceph-mon[103696]: pgmap v9942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:54.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:54.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:55.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:55.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:56 smithi050 ceph-mon[92315]: pgmap v9943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:56 smithi172 ceph-mon[103696]: pgmap v9943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:56.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:56.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:57.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:57.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:26:58 smithi050 ceph-mon[92315]: pgmap v9944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:26:58 smithi172 ceph-mon[103696]: pgmap v9944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:26:58.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:58.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:26:59.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:26:59.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:00 smithi050 ceph-mon[92315]: pgmap v9945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:27:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:00 smithi172 ceph-mon[103696]: pgmap v9945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:27:00.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:00.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:01.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:01.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:01.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:01 smithi050 ceph-mon[92315]: pgmap v9946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:01 smithi172 ceph-mon[103696]: pgmap v9946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:02.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:02.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:03.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:03.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:04 smithi050 ceph-mon[92315]: pgmap v9947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:04 smithi172 ceph-mon[103696]: pgmap v9947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:04.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:04.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:27:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:27:05.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:05.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:06 smithi050 ceph-mon[92315]: pgmap v9948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:06 smithi172 ceph-mon[103696]: pgmap v9948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:06.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:06.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:07.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:07.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:08 smithi050 ceph-mon[92315]: pgmap v9949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:08 smithi172 ceph-mon[103696]: pgmap v9949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:08.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:08.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:09.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:09.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:10 smithi050 ceph-mon[92315]: pgmap v9950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:27:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:10 smithi172 ceph-mon[103696]: pgmap v9950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:27:10.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:10.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:11.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:11.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:12 smithi050 ceph-mon[92315]: pgmap v9951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:12 smithi172 ceph-mon[103696]: pgmap v9951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:12.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:12.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:13.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:13.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:14 smithi050 ceph-mon[92315]: pgmap v9952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:14 smithi172 ceph-mon[103696]: pgmap v9952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:14.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:14.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:15.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:15.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:16 smithi050 ceph-mon[92315]: pgmap v9953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:16 smithi172 ceph-mon[103696]: pgmap v9953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:16.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:16.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:17.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:17.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:18.338 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:18 smithi050 ceph-mon[92315]: pgmap v9954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:18 smithi172 ceph-mon[103696]: pgmap v9954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:18.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:18.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:19.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:19.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:20 smithi050 ceph-mon[92315]: pgmap v9955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:27:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:27:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:27:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:20 smithi172 ceph-mon[103696]: pgmap v9955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:27:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:27:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:27:20.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:20.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:27:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:27:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:27:21.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:27:21.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:27:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:27:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:27:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:27:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:27:21.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:27:21.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:21.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:22.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:22 smithi050 ceph-mon[92315]: pgmap v9956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:22 smithi172 ceph-mon[103696]: pgmap v9956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:22.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:22.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:23.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:23.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:24 smithi050 ceph-mon[92315]: pgmap v9957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:24 smithi172 ceph-mon[103696]: pgmap v9957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:24.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:24.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:25.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:25.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:26 smithi050 ceph-mon[92315]: pgmap v9958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:26 smithi172 ceph-mon[103696]: pgmap v9958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:26.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:26.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:27.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:27.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:28 smithi050 ceph-mon[92315]: pgmap v9959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:28 smithi172 ceph-mon[103696]: pgmap v9959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:28.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:28.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:29.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:29.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:30 smithi050 ceph-mon[92315]: pgmap v9960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:27:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:30 smithi172 ceph-mon[103696]: pgmap v9960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:27:30.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:30.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:31.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:31.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:32 smithi050 ceph-mon[92315]: pgmap v9961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:32 smithi172 ceph-mon[103696]: pgmap v9961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:32.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:32.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:33.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:33.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:34 smithi050 ceph-mon[92315]: pgmap v9962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:34 smithi172 ceph-mon[103696]: pgmap v9962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:34.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:34.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:27:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:27:35.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:35.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:36 smithi050 ceph-mon[92315]: pgmap v9963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:36 smithi172 ceph-mon[103696]: pgmap v9963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:36.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:36.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:37.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:37.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:38 smithi050 ceph-mon[92315]: pgmap v9964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:38 smithi172 ceph-mon[103696]: pgmap v9964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:38.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:38.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:39.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:39.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:40 smithi050 ceph-mon[92315]: pgmap v9965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:27:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:40 smithi172 ceph-mon[103696]: pgmap v9965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:27:40.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:40.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:41.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:41.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:42 smithi050 ceph-mon[92315]: pgmap v9966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:42 smithi172 ceph-mon[103696]: pgmap v9966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:42.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:42.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:43.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:43.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:44 smithi050 ceph-mon[92315]: pgmap v9967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:44 smithi172 ceph-mon[103696]: pgmap v9967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:44.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:44.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:45 smithi050 ceph-mon[92315]: pgmap v9968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:45 smithi172 ceph-mon[103696]: pgmap v9968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:45.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:45.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:46.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:46.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:47 smithi050 ceph-mon[92315]: pgmap v9969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:47 smithi172 ceph-mon[103696]: pgmap v9969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:47.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:47.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:48.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:48.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:49.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:49.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:50 smithi050 ceph-mon[92315]: pgmap v9970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:27:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:27:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:50 smithi172 ceph-mon[103696]: pgmap v9970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:27:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:27:50.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:50.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:51.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:51.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:52 smithi050 ceph-mon[92315]: pgmap v9971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:52 smithi172 ceph-mon[103696]: pgmap v9971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:52.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:52.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:53.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:53.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:54 smithi050 ceph-mon[92315]: pgmap v9972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:54 smithi172 ceph-mon[103696]: pgmap v9972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:54.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:54.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:55.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:55.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:56 smithi050 ceph-mon[92315]: pgmap v9973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:56 smithi172 ceph-mon[103696]: pgmap v9973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:56.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:56.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:57.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:57.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:27:58 smithi050 ceph-mon[92315]: pgmap v9974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:27:58 smithi172 ceph-mon[103696]: pgmap v9974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:27:58.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:58.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:27:59.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:27:59.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:00 smithi050 ceph-mon[92315]: pgmap v9975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:28:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:00 smithi172 ceph-mon[103696]: pgmap v9975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:28:00.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:00.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:01.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:01.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:02 smithi050 ceph-mon[92315]: pgmap v9976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:02 smithi172 ceph-mon[103696]: pgmap v9976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:02.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:02.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:03.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:03.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:04 smithi050 ceph-mon[92315]: pgmap v9977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:04 smithi172 ceph-mon[103696]: pgmap v9977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:04.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:04.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:28:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:28:05.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:05.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:06 smithi050 ceph-mon[92315]: pgmap v9978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:06 smithi172 ceph-mon[103696]: pgmap v9978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:06.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:06.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:07.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:07.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:08 smithi172 ceph-mon[103696]: pgmap v9979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:08 smithi050 ceph-mon[92315]: pgmap v9979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:08.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:08.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:09 smithi172 ceph-mon[103696]: pgmap v9980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:28:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:09 smithi050 ceph-mon[92315]: pgmap v9980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:28:09.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:09.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:10.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:10.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:11.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:11 smithi050 ceph-mon[92315]: pgmap v9981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:11 smithi172 ceph-mon[103696]: pgmap v9981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:11.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:11.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:12.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:12.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:13.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:13.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:14 smithi050 ceph-mon[92315]: pgmap v9982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:14 smithi172 ceph-mon[103696]: pgmap v9982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:14.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:14.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:15.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:15.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:16 smithi050 ceph-mon[92315]: pgmap v9983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:16 smithi172 ceph-mon[103696]: pgmap v9983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:16.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:16.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:17.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:17.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:18 smithi050 ceph-mon[92315]: pgmap v9984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:18 smithi172 ceph-mon[103696]: pgmap v9984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:18.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:18.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:19.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:19.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:20 smithi050 ceph-mon[92315]: pgmap v9985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:28:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:28:20.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:20 smithi172 ceph-mon[103696]: pgmap v9985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:28:20.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:28:20.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:20.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:28:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:28:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:28:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:28:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:28:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:28:21.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:21.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:22 smithi050 ceph-mon[92315]: pgmap v9986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:28:22.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:28:22.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:28:22.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:28:22.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:28:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:22 smithi172 ceph-mon[103696]: pgmap v9986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:28:22.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:28:22.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:28:22.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:28:22.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:28:22.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:22.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:23.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:23.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:24 smithi050 ceph-mon[92315]: pgmap v9987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:24 smithi172 ceph-mon[103696]: pgmap v9987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:24.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:24.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:25.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:25.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:26 smithi050 ceph-mon[92315]: pgmap v9988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:26 smithi172 ceph-mon[103696]: pgmap v9988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:26.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:26.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:27.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:27.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:28 smithi172 ceph-mon[103696]: pgmap v9989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:28 smithi050 ceph-mon[92315]: pgmap v9989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:28.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:28.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:29.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:29.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:30 smithi172 ceph-mon[103696]: pgmap v9990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:28:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:30 smithi050 ceph-mon[92315]: pgmap v9990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:28:30.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:30.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:31.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:31.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:32 smithi172 ceph-mon[103696]: pgmap v9991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:32 smithi050 ceph-mon[92315]: pgmap v9991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:32.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:32.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:33.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:33.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:34 smithi050 ceph-mon[92315]: pgmap v9992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:34 smithi172 ceph-mon[103696]: pgmap v9992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:34.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:34.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:28:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:28:35.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:35.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:36 smithi050 ceph-mon[92315]: pgmap v9993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:36 smithi172 ceph-mon[103696]: pgmap v9993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:36.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:36.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:37.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:37.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:38 smithi050 ceph-mon[92315]: pgmap v9994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:38 smithi172 ceph-mon[103696]: pgmap v9994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:38.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:38.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:39.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:39.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:40 smithi050 ceph-mon[92315]: pgmap v9995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:28:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:40 smithi172 ceph-mon[103696]: pgmap v9995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:28:40.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:40.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:41.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:41.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:42 smithi050 ceph-mon[92315]: pgmap v9996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:42 smithi172 ceph-mon[103696]: pgmap v9996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:42.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:42.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:43.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:43.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:44 smithi172 ceph-mon[103696]: pgmap v9997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:44 smithi050 ceph-mon[92315]: pgmap v9997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:44.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:44.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:45.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:45.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:46 smithi172 ceph-mon[103696]: pgmap v9998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:46 smithi050 ceph-mon[92315]: pgmap v9998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:46.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:46.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:47.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:47.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:48 smithi050 ceph-mon[92315]: pgmap v9999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:48 smithi172 ceph-mon[103696]: pgmap v9999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:48.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:48.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:49.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:49.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:50 smithi172 ceph-mon[103696]: pgmap v10000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:28:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:28:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:50 smithi050 ceph-mon[92315]: pgmap v10000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:28:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:28:50.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:50.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:51 smithi172 ceph-mon[103696]: pgmap v10001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:51 smithi050 ceph-mon[92315]: pgmap v10001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:51.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:51.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:52.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:52.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:53.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:53.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:54 smithi050 ceph-mon[92315]: pgmap v10002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:54 smithi172 ceph-mon[103696]: pgmap v10002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:54.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:54.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:55.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:55.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:56 smithi050 ceph-mon[92315]: pgmap v10003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:56 smithi172 ceph-mon[103696]: pgmap v10003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:56.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:56.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:57.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:57.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:28:58 smithi050 ceph-mon[92315]: pgmap v10004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:28:58 smithi172 ceph-mon[103696]: pgmap v10004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:28:58.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:58.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:28:59.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:28:59.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:00 smithi050 ceph-mon[92315]: pgmap v10005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:29:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:00 smithi172 ceph-mon[103696]: pgmap v10005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:29:00.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:00.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:01.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:01.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:02 smithi050 ceph-mon[92315]: pgmap v10006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:02 smithi172 ceph-mon[103696]: pgmap v10006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:02.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:02.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:03.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:03.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:04 smithi172 ceph-mon[103696]: pgmap v10007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:04 smithi050 ceph-mon[92315]: pgmap v10007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:04.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:04.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:05.360 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:29:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:29:05.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:05.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:06 smithi172 ceph-mon[103696]: pgmap v10008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:06 smithi050 ceph-mon[92315]: pgmap v10008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:06.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:06.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:07.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:07.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:08 smithi172 ceph-mon[103696]: pgmap v10009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:08 smithi050 ceph-mon[92315]: pgmap v10009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:08.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:08.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:09 smithi050 ceph-mon[92315]: pgmap v10010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:29:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:09 smithi172 ceph-mon[103696]: pgmap v10010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:29:09.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:09.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:10.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:10.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:11 smithi050 ceph-mon[92315]: pgmap v10011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:11 smithi172 ceph-mon[103696]: pgmap v10011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:11.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:11.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:12.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:12.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:13.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:13.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:14 smithi050 ceph-mon[92315]: pgmap v10012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:14 smithi172 ceph-mon[103696]: pgmap v10012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:14.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:14.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:15.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:15.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:16 smithi050 ceph-mon[92315]: pgmap v10013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:16 smithi172 ceph-mon[103696]: pgmap v10013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:16.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:16.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:17.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:17.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:18 smithi050 ceph-mon[92315]: pgmap v10014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:18 smithi172 ceph-mon[103696]: pgmap v10014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:18.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:18.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:19.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:19.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:20 smithi050 ceph-mon[92315]: pgmap v10015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:29:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:29:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:20 smithi172 ceph-mon[103696]: pgmap v10015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:29:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:29:20.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:20.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:21.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:21.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:22 smithi172 ceph-mon[103696]: pgmap v10016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:29:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:22 smithi050 ceph-mon[92315]: pgmap v10016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:29:22.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:22.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:29:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:29:23.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:29:23.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:29:23.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:29:23.471 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:29:23.471 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:29:23.471 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:29:23.471 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:29:23.471 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:29:23.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:23.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:24 smithi172 ceph-mon[103696]: pgmap v10017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:24 smithi050 ceph-mon[92315]: pgmap v10017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:24.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:24.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:25.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:25.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:26 smithi172 ceph-mon[103696]: pgmap v10018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:26 smithi050 ceph-mon[92315]: pgmap v10018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:26.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:26.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:27.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:27.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:28 smithi172 ceph-mon[103696]: pgmap v10019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:28.528 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:28 smithi050 ceph-mon[92315]: pgmap v10019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:28.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:28.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:29 smithi050 ceph-mon[92315]: pgmap v10020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:29:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:29 smithi172 ceph-mon[103696]: pgmap v10020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:29:29.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:29.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:30.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:30.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:31 smithi050 ceph-mon[92315]: pgmap v10021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:31 smithi172 ceph-mon[103696]: pgmap v10021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:31.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:31.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:32.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:32.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:33.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:33.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:34 smithi050 ceph-mon[92315]: pgmap v10022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:34 smithi172 ceph-mon[103696]: pgmap v10022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:34.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:34.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:29:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:29:35.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:35.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:36 smithi172 ceph-mon[103696]: pgmap v10023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:36 smithi050 ceph-mon[92315]: pgmap v10023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:36.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:36.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:37.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:37.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:38 smithi172 ceph-mon[103696]: pgmap v10024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:38 smithi050 ceph-mon[92315]: pgmap v10024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:38.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:38.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:39.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:39.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:40 smithi172 ceph-mon[103696]: pgmap v10025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:29:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:40 smithi050 ceph-mon[92315]: pgmap v10025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:29:40.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:40.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:41.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:41.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:42 smithi172 ceph-mon[103696]: pgmap v10026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:42 smithi050 ceph-mon[92315]: pgmap v10026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:42.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:42.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:43.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:43.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:44 smithi172 ceph-mon[103696]: pgmap v10027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:44 smithi050 ceph-mon[92315]: pgmap v10027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:44.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:44.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:45.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:45.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:46 smithi172 ceph-mon[103696]: pgmap v10028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:46 smithi050 ceph-mon[92315]: pgmap v10028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:46.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:46.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:47.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:47.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:48 smithi172 ceph-mon[103696]: pgmap v10029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:48 smithi050 ceph-mon[92315]: pgmap v10029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:48.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:48.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:49 smithi050 ceph-mon[92315]: pgmap v10030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:29:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:49 smithi172 ceph-mon[103696]: pgmap v10030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:29:49.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:49.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:29:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:29:50.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:50.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:51 smithi050 ceph-mon[92315]: pgmap v10031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:51 smithi172 ceph-mon[103696]: pgmap v10031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:51.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:51.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:52.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:52.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:53.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:53.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:54 smithi050 ceph-mon[92315]: pgmap v10032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:54 smithi172 ceph-mon[103696]: pgmap v10032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:54.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:54.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:55.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:56.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:56 smithi172 ceph-mon[103696]: pgmap v10033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:56 smithi050 ceph-mon[92315]: pgmap v10033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:56.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:56.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:57.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:57.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:58.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:29:58 smithi172 ceph-mon[103696]: pgmap v10034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:29:58 smithi050 ceph-mon[92315]: pgmap v10034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:29:58.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:58.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:29:59.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:29:59.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:00 smithi172 ceph-mon[103696]: pgmap v10035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:30:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T19:30:00.558 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:00 smithi050 ceph-mon[92315]: pgmap v10035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:30:00.558 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T19:30:00.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:00.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:01.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:01.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:02 smithi172 ceph-mon[103696]: pgmap v10036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:02 smithi050 ceph-mon[92315]: pgmap v10036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:02.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:02.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:03.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:03.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:04 smithi050 ceph-mon[92315]: pgmap v10037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:04 smithi172 ceph-mon[103696]: pgmap v10037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:04.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:04.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:30:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:30:05.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:05.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:06 smithi172 ceph-mon[103696]: pgmap v10038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:06 smithi050 ceph-mon[92315]: pgmap v10038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:06.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:06.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:07.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:07.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:08 smithi172 ceph-mon[103696]: pgmap v10039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:08 smithi050 ceph-mon[92315]: pgmap v10039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:08.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:08.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:09 smithi050 ceph-mon[92315]: pgmap v10040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:30:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:09 smithi172 ceph-mon[103696]: pgmap v10040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:30:09.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:09.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:10.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:10.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:11 smithi172 ceph-mon[103696]: pgmap v10041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:11 smithi050 ceph-mon[92315]: pgmap v10041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:11.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:11.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:12.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:12.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:13.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:13.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:14 smithi050 ceph-mon[92315]: pgmap v10042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:14 smithi172 ceph-mon[103696]: pgmap v10042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:14.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:14.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:15.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:15.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:16 smithi172 ceph-mon[103696]: pgmap v10043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:16 smithi050 ceph-mon[92315]: pgmap v10043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:16.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:16.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:17.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:17.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:18 smithi172 ceph-mon[103696]: pgmap v10044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:18 smithi050 ceph-mon[92315]: pgmap v10044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:18.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:18.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:19.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:19.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:20 smithi172 ceph-mon[103696]: pgmap v10045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:30:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:30:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:20 smithi050 ceph-mon[92315]: pgmap v10045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:30:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:30:20.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:20.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:21.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:21.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:22.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:22 smithi172 ceph-mon[103696]: pgmap v10046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:22 smithi050 ceph-mon[92315]: pgmap v10046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:22.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:22.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:30:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:30:23.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:30:23.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:30:23.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:30:23.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:30:23.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:30:23.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:30:23.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:30:23.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:30:23.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:30:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:30:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:30:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:30:23.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:30:23.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:30:23.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:30:23.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:30:23.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:30:23.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:30:23.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:30:23.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:30:23.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:23.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:24 smithi172 ceph-mon[103696]: pgmap v10047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:24 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1616M 2023-09-30T19:30:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:24 smithi050 ceph-mon[92315]: pgmap v10047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:24 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1616M 2023-09-30T19:30:24.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:24.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:25 smithi050 ceph-mon[92315]: pgmap v10048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:25.629 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:25 smithi172 ceph-mon[103696]: pgmap v10048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:25.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:25.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:26.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:26.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:27 smithi050 ceph-mon[92315]: pgmap v10049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:27 smithi172 ceph-mon[103696]: pgmap v10049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:27.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:27.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:28.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:28.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:29.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:29.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:30 smithi172 ceph-mon[103696]: pgmap v10050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:30:30.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:30 smithi050 ceph-mon[92315]: pgmap v10050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:30:30.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:30.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:31.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:31.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:32 smithi172 ceph-mon[103696]: pgmap v10051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:32 smithi050 ceph-mon[92315]: pgmap v10051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:32.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:32.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:33.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:33.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:34 smithi172 ceph-mon[103696]: pgmap v10052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:34 smithi050 ceph-mon[92315]: pgmap v10052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:34.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:34.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:30:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:30:35.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:35.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:36 smithi172 ceph-mon[103696]: pgmap v10053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:36 smithi050 ceph-mon[92315]: pgmap v10053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:36.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:36.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:37.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:37.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:38 smithi172 ceph-mon[103696]: pgmap v10054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:38 smithi050 ceph-mon[92315]: pgmap v10054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:38.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:38.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:39.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:39.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:40 smithi172 ceph-mon[103696]: pgmap v10055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:30:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:40 smithi050 ceph-mon[92315]: pgmap v10055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:30:40.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:40.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:41 smithi050 ceph-mon[92315]: pgmap v10056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:41 smithi172 ceph-mon[103696]: pgmap v10056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:41.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:41.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:42.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:42.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:43.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:43.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:44 smithi172 ceph-mon[103696]: pgmap v10057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:44.389 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:44 smithi050 ceph-mon[92315]: pgmap v10057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:44.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:44.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:45.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:45.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:46 smithi172 ceph-mon[103696]: pgmap v10058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:46 smithi050 ceph-mon[92315]: pgmap v10058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:46.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:46.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:47.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:47.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:48 smithi172 ceph-mon[103696]: pgmap v10059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:48 smithi050 ceph-mon[92315]: pgmap v10059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:48.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:48.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:49.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:49.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:50 smithi172 ceph-mon[103696]: pgmap v10060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:30:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:30:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:50 smithi050 ceph-mon[92315]: pgmap v10060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:30:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:30:50.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:50.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:51.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:51.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:52 smithi172 ceph-mon[103696]: pgmap v10061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:52 smithi050 ceph-mon[92315]: pgmap v10061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:52.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:52.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:53.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:53.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:54 smithi172 ceph-mon[103696]: pgmap v10062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:54.504 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:54 smithi050 ceph-mon[92315]: pgmap v10062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:54.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:54.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:55.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:55.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:56.513 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:56 smithi172 ceph-mon[103696]: pgmap v10063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:56 smithi050 ceph-mon[92315]: pgmap v10063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:56.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:56.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:30:57 smithi050 ceph-mon[92315]: pgmap v10064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:30:57 smithi172 ceph-mon[103696]: pgmap v10064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:30:57.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:57.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:58.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:58.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:30:59.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:30:59.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:00 smithi172 ceph-mon[103696]: pgmap v10065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:31:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:00 smithi050 ceph-mon[92315]: pgmap v10065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:31:00.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:00.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:01.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:01.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:02 smithi172 ceph-mon[103696]: pgmap v10066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:02 smithi050 ceph-mon[92315]: pgmap v10066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:02.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:02.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:03.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:03.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:04 smithi172 ceph-mon[103696]: pgmap v10067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:04 smithi050 ceph-mon[92315]: pgmap v10067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:04.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:04.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:31:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:31:05.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:05.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:06 smithi050 ceph-mon[92315]: pgmap v10068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:06.618 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:06 smithi172 ceph-mon[103696]: pgmap v10068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:07.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:07.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:08.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:08.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:08 smithi050 ceph-mon[92315]: pgmap v10069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:08 smithi172 ceph-mon[103696]: pgmap v10069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:09.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:09.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:09 smithi050 ceph-mon[92315]: pgmap v10070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:31:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:09 smithi172 ceph-mon[103696]: pgmap v10070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:31:10.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:10.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:11.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:11.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:11 smithi050 ceph-mon[92315]: pgmap v10071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:11 smithi172 ceph-mon[103696]: pgmap v10071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:12.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:12.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:13.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:13.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:14.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:14.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:14 smithi172 ceph-mon[103696]: pgmap v10072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:14 smithi050 ceph-mon[92315]: pgmap v10072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:15.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:15.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:16.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:16.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:16 smithi172 ceph-mon[103696]: pgmap v10073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:16 smithi050 ceph-mon[92315]: pgmap v10073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:17.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:17.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:18.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:18.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:18 smithi172 ceph-mon[103696]: pgmap v10074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:18 smithi050 ceph-mon[92315]: pgmap v10074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:19.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:19.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:20.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:20.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:20 smithi172 ceph-mon[103696]: pgmap v10075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:31:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:31:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:20 smithi050 ceph-mon[92315]: pgmap v10075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:31:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:31:21.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:21.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:22.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:22.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:22 smithi050 ceph-mon[92315]: pgmap v10076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:22 smithi172 ceph-mon[103696]: pgmap v10076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:23.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:23.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:24.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:24.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:24 smithi050 ceph-mon[92315]: pgmap v10077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:31:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:31:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:31:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:31:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:31:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:31:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:24 smithi172 ceph-mon[103696]: pgmap v10077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:31:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:31:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:31:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:31:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:31:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:31:25.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:25.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:25 smithi050 ceph-mon[92315]: pgmap v10078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:25 smithi172 ceph-mon[103696]: pgmap v10078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:26.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:26.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:27.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:27.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:27 smithi050 ceph-mon[92315]: pgmap v10079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:27 smithi172 ceph-mon[103696]: pgmap v10079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:28.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:28.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:29.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:29.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:30.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:30.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:30 smithi050 ceph-mon[92315]: pgmap v10080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:31:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:30 smithi172 ceph-mon[103696]: pgmap v10080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:31:31.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:31.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:32.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:32.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:32 smithi172 ceph-mon[103696]: pgmap v10081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:32 smithi050 ceph-mon[92315]: pgmap v10081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:33.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:33.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:34.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:34.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:34 smithi050 ceph-mon[92315]: pgmap v10082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:34 smithi172 ceph-mon[103696]: pgmap v10082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:35.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:35.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:31:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:31:36.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:36.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:36 smithi050 ceph-mon[92315]: pgmap v10083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:36 smithi172 ceph-mon[103696]: pgmap v10083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:37.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:37.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:37 smithi050 ceph-mon[92315]: pgmap v10084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:37 smithi172 ceph-mon[103696]: pgmap v10084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:38.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:38.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:39.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:39.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:40.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:40.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:40 smithi050 ceph-mon[92315]: pgmap v10085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:31:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:40 smithi172 ceph-mon[103696]: pgmap v10085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:31:41.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:41.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:42.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:42.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:42 smithi172 ceph-mon[103696]: pgmap v10086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:42 smithi050 ceph-mon[92315]: pgmap v10086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:43.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:43.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:44.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:44.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:44 smithi050 ceph-mon[92315]: pgmap v10087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:44 smithi172 ceph-mon[103696]: pgmap v10087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:45.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:45.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:46.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:46.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:46 smithi050 ceph-mon[92315]: pgmap v10088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:46 smithi172 ceph-mon[103696]: pgmap v10088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:47.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:47.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:48.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:48.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:48 smithi050 ceph-mon[92315]: pgmap v10089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:48 smithi172 ceph-mon[103696]: pgmap v10089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:49.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:49.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:49 smithi050 ceph-mon[92315]: pgmap v10090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:31:49.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:49 smithi172 ceph-mon[103696]: pgmap v10090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:31:50.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:50.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:31:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:31:51.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:51.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:51 smithi050 ceph-mon[92315]: pgmap v10091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:51 smithi172 ceph-mon[103696]: pgmap v10091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:52.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:52.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:53.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:53.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:54.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:54.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:54 smithi172 ceph-mon[103696]: pgmap v10092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:54 smithi050 ceph-mon[92315]: pgmap v10092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:55.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:55.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:56.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:56.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:56 smithi050 ceph-mon[92315]: pgmap v10093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:56 smithi172 ceph-mon[103696]: pgmap v10093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:57.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:57.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:58.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:58.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:31:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:31:58 smithi050 ceph-mon[92315]: pgmap v10094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:31:58 smithi172 ceph-mon[103696]: pgmap v10094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:31:59.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:31:59.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:00.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:00.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:00 smithi050 ceph-mon[92315]: pgmap v10095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:32:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:00 smithi172 ceph-mon[103696]: pgmap v10095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:32:01.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:01.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:02.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:02.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:02 smithi050 ceph-mon[92315]: pgmap v10096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:02 smithi172 ceph-mon[103696]: pgmap v10096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:03.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:03.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:04.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:04.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:04 smithi050 ceph-mon[92315]: pgmap v10097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:04 smithi172 ceph-mon[103696]: pgmap v10097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:05.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:05.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:32:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:32:06.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:06.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:06 smithi050 ceph-mon[92315]: pgmap v10098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:06 smithi172 ceph-mon[103696]: pgmap v10098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:07.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:07.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:08.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:08.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:08 smithi050 ceph-mon[92315]: pgmap v10099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:08 smithi172 ceph-mon[103696]: pgmap v10099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:09.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:09.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:10.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:10.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:10 smithi050 ceph-mon[92315]: pgmap v10100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:32:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:10 smithi172 ceph-mon[103696]: pgmap v10100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:32:11.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:11.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:11 smithi050 ceph-mon[92315]: pgmap v10101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:11 smithi172 ceph-mon[103696]: pgmap v10101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:12.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:12.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:13.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:13.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:14.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:14.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:14 smithi050 ceph-mon[92315]: pgmap v10102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:14 smithi172 ceph-mon[103696]: pgmap v10102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:15.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:15.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:16.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:16.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:16 smithi050 ceph-mon[92315]: pgmap v10103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:16 smithi172 ceph-mon[103696]: pgmap v10103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:17.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:17.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:18.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:18.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:18 smithi050 ceph-mon[92315]: pgmap v10104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:18 smithi172 ceph-mon[103696]: pgmap v10104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:19.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:19.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:20.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:20.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:20.477 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:20 smithi050 ceph-mon[92315]: pgmap v10105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:32:20.477 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:32:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:20 smithi172 ceph-mon[103696]: pgmap v10105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:32:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:32:21.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:21.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:22.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:22.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:22.409 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:22 smithi172 ceph-mon[103696]: pgmap v10106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:22 smithi050 ceph-mon[92315]: pgmap v10106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:23.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:23.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:24.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:24.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:24 smithi050 ceph-mon[92315]: pgmap v10107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:32:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:24 smithi172 ceph-mon[103696]: pgmap v10107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:32:25.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:25.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:25.534 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:32:25.534 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:32:25.534 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:32:25.534 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:32:25.534 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:32:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:32:25.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:32:25.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:32:25.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:32:25.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:32:26.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:26.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:26 smithi050 ceph-mon[92315]: pgmap v10108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:26 smithi172 ceph-mon[103696]: pgmap v10108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:27.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:27.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:28.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:28.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:28 smithi050 ceph-mon[92315]: pgmap v10109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:28 smithi172 ceph-mon[103696]: pgmap v10109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:29.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:29.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:30.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:30.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:30.591 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:30 smithi050 ceph-mon[92315]: pgmap v10110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:32:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:30 smithi172 ceph-mon[103696]: pgmap v10110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:32:31.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:31.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:31.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:31 smithi050 ceph-mon[92315]: pgmap v10111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:31 smithi172 ceph-mon[103696]: pgmap v10111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:32.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:32.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:33.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:33.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:34.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:34.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:34 smithi050 ceph-mon[92315]: pgmap v10112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:34 smithi172 ceph-mon[103696]: pgmap v10112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:35.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:35.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:32:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:32:36.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:36.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:36 smithi050 ceph-mon[92315]: pgmap v10113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:36 smithi172 ceph-mon[103696]: pgmap v10113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:37.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:37.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:38.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:38.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:38 smithi050 ceph-mon[92315]: pgmap v10114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:38 smithi172 ceph-mon[103696]: pgmap v10114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:39.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:39.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:39 smithi050 ceph-mon[92315]: pgmap v10115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:32:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:39 smithi172 ceph-mon[103696]: pgmap v10115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:32:40.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:40.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:41.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:41.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:41 smithi050 ceph-mon[92315]: pgmap v10116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:41 smithi172 ceph-mon[103696]: pgmap v10116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:42.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:42.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:43.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:43.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:44.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:44.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:44 smithi050 ceph-mon[92315]: pgmap v10117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:44 smithi172 ceph-mon[103696]: pgmap v10117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:45.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:45.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:46.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:46.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:46 smithi050 ceph-mon[92315]: pgmap v10118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:46 smithi172 ceph-mon[103696]: pgmap v10118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:47.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:47.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:48.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:48.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:48 smithi050 ceph-mon[92315]: pgmap v10119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:48 smithi172 ceph-mon[103696]: pgmap v10119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:49.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:49.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:50.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:50.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:50 smithi050 ceph-mon[92315]: pgmap v10120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:32:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:32:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:50 smithi172 ceph-mon[103696]: pgmap v10120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:32:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:32:51.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:51.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:51 smithi050 ceph-mon[92315]: pgmap v10121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:51 smithi172 ceph-mon[103696]: pgmap v10121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:52.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:52.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:53.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:53.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:54.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:54.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:54 smithi050 ceph-mon[92315]: pgmap v10122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:54 smithi172 ceph-mon[103696]: pgmap v10122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:55.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:55.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:56.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:56.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:56 smithi050 ceph-mon[92315]: pgmap v10123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:56 smithi172 ceph-mon[103696]: pgmap v10123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:57.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:57.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:58.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:58.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:32:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:32:58 smithi050 ceph-mon[92315]: pgmap v10124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:58.629 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:32:58 smithi172 ceph-mon[103696]: pgmap v10124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:32:59.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:32:59.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:00.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:00.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:00 smithi050 ceph-mon[92315]: pgmap v10125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:33:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:00 smithi172 ceph-mon[103696]: pgmap v10125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:33:01.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:01.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:01 smithi050 ceph-mon[92315]: pgmap v10126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:01 smithi172 ceph-mon[103696]: pgmap v10126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:02.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:02.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:03.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:03.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:04.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:04.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:04 smithi050 ceph-mon[92315]: pgmap v10127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:04 smithi172 ceph-mon[103696]: pgmap v10127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:05.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:05.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:33:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:33:06.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:06.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:06 smithi050 ceph-mon[92315]: pgmap v10128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:06 smithi172 ceph-mon[103696]: pgmap v10128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:07.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:07.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:07 smithi050 ceph-mon[92315]: pgmap v10129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:07 smithi172 ceph-mon[103696]: pgmap v10129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:08.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:08.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:09.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:09.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:10.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:10.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:10 smithi050 ceph-mon[92315]: pgmap v10130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:33:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:10 smithi172 ceph-mon[103696]: pgmap v10130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:33:11.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:11.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:12.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:12.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:12 smithi050 ceph-mon[92315]: pgmap v10131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:12 smithi172 ceph-mon[103696]: pgmap v10131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:13.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:13.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:14.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:14.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:14 smithi050 ceph-mon[92315]: pgmap v10132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:14 smithi172 ceph-mon[103696]: pgmap v10132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:15.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:15.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:15 smithi050 ceph-mon[92315]: pgmap v10133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:15 smithi172 ceph-mon[103696]: pgmap v10133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:16.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:16.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:17.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:17.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:17 smithi172 ceph-mon[103696]: pgmap v10134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:17 smithi050 ceph-mon[92315]: pgmap v10134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:18.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:18.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:19.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:19.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:20.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:20.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:20 smithi050 ceph-mon[92315]: pgmap v10135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:33:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:33:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:20 smithi172 ceph-mon[103696]: pgmap v10135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:33:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:33:21.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:21.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:22.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:22.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:22 smithi050 ceph-mon[92315]: pgmap v10136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:22 smithi172 ceph-mon[103696]: pgmap v10136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:23.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:23.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:24.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:24.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:24 smithi050 ceph-mon[92315]: pgmap v10137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:24 smithi172 ceph-mon[103696]: pgmap v10137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:25.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:25.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:25.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:25 smithi050 ceph-mon[92315]: pgmap v10138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:25.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:33:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:25 smithi172 ceph-mon[103696]: pgmap v10138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:33:26.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:26.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:27.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:27.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:27.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:27 smithi172 ceph-mon[103696]: pgmap v10139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:27 smithi050 ceph-mon[92315]: pgmap v10139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:28.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:28.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:29.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:29.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:30.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:30.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:30 smithi050 ceph-mon[92315]: pgmap v10140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:33:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:33:30.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:33:30.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:33:30.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:33:30.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:33:30.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:33:30.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:33:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:30 smithi172 ceph-mon[103696]: pgmap v10140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:33:30.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:33:30.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:33:30.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:33:30.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:33:30.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:33:30.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:33:30.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:33:31.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:31.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:32.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:32.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:32 smithi050 ceph-mon[92315]: pgmap v10141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:32 smithi172 ceph-mon[103696]: pgmap v10141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:33.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:33.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:34.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:34.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:34 smithi050 ceph-mon[92315]: pgmap v10142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:34 smithi172 ceph-mon[103696]: pgmap v10142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:35.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:35.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:33:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:35 smithi050 ceph-mon[92315]: pgmap v10143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:33:35.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:35 smithi172 ceph-mon[103696]: pgmap v10143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:36.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:36.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:37.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:37.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:37 smithi172 ceph-mon[103696]: pgmap v10144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:37 smithi050 ceph-mon[92315]: pgmap v10144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:38.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:38.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:39.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:39.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:40.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:40.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:40 smithi050 ceph-mon[92315]: pgmap v10145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:33:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:40 smithi172 ceph-mon[103696]: pgmap v10145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:33:41.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:41.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:42.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:42.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:42 smithi050 ceph-mon[92315]: pgmap v10146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:42 smithi172 ceph-mon[103696]: pgmap v10146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:43.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:43.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:44.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:44.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:44 smithi050 ceph-mon[92315]: pgmap v10147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:44 smithi172 ceph-mon[103696]: pgmap v10147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:45.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:45.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:46.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:46.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:46.455 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:46 smithi050 ceph-mon[92315]: pgmap v10148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:46.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:46 smithi172 ceph-mon[103696]: pgmap v10148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:47.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:47.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:47 smithi050 ceph-mon[92315]: pgmap v10149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:47 smithi172 ceph-mon[103696]: pgmap v10149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:48.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:48.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:49.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:49.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:50.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:50.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:50 smithi050 ceph-mon[92315]: pgmap v10150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:33:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:33:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:50 smithi172 ceph-mon[103696]: pgmap v10150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:33:50.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:33:51.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:51.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:51.513 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:51 smithi050 ceph-mon[92315]: pgmap v10151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:51 smithi172 ceph-mon[103696]: pgmap v10151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:52.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:52.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:53.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:53.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:54.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:54.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:54 smithi050 ceph-mon[92315]: pgmap v10152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:54 smithi172 ceph-mon[103696]: pgmap v10152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:55.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:55.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:56.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:56.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:56.570 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:56 smithi050 ceph-mon[92315]: pgmap v10153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:56.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:56 smithi172 ceph-mon[103696]: pgmap v10153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:57.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:57.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:33:57 smithi050 ceph-mon[92315]: pgmap v10154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:33:57 smithi172 ceph-mon[103696]: pgmap v10154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:33:58.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:58.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:33:59.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:33:59.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:00.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:00.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:00 smithi050 ceph-mon[92315]: pgmap v10155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:34:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:00 smithi172 ceph-mon[103696]: pgmap v10155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:34:01.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:01.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:01 smithi050 ceph-mon[92315]: pgmap v10156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:01 smithi172 ceph-mon[103696]: pgmap v10156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:02.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:02.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:03.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:03.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:04.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:04.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:04 smithi050 ceph-mon[92315]: pgmap v10157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:04 smithi172 ceph-mon[103696]: pgmap v10157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:05.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:05.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:34:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:34:06.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:06.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:06 smithi050 ceph-mon[92315]: pgmap v10158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:06 smithi172 ceph-mon[103696]: pgmap v10158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:07.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:07.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:07 smithi050 ceph-mon[92315]: pgmap v10159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:07 smithi172 ceph-mon[103696]: pgmap v10159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:08.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:08.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:09.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:09.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:10.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:10.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:10.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:10 smithi050 ceph-mon[92315]: pgmap v10160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:34:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:10 smithi172 ceph-mon[103696]: pgmap v10160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:34:11.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:11.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:11 smithi050 ceph-mon[92315]: pgmap v10161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:11 smithi172 ceph-mon[103696]: pgmap v10161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:12.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:12.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:13.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:13.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:14.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:14.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:14 smithi050 ceph-mon[92315]: pgmap v10162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:14 smithi172 ceph-mon[103696]: pgmap v10162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:15.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:15.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:15 smithi050 ceph-mon[92315]: pgmap v10163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:15 smithi172 ceph-mon[103696]: pgmap v10163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:16.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:16.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:17.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:17.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:17 smithi172 ceph-mon[103696]: pgmap v10164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:17 smithi050 ceph-mon[92315]: pgmap v10164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:18.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:18.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:19.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:19.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:20.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:20.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:20 smithi050 ceph-mon[92315]: pgmap v10165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:34:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:34:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:20 smithi172 ceph-mon[103696]: pgmap v10165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:34:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:34:21.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:21.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:21 smithi050 ceph-mon[92315]: pgmap v10166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:21 smithi172 ceph-mon[103696]: pgmap v10166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:22.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:22.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:23.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:23.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:24.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:24.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:24 smithi050 ceph-mon[92315]: pgmap v10167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:24 smithi172 ceph-mon[103696]: pgmap v10167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:25.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:25.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:25 smithi050 ceph-mon[92315]: pgmap v10168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:25 smithi172 ceph-mon[103696]: pgmap v10168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:26.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:26.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:27.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:27.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:27 smithi172 ceph-mon[103696]: pgmap v10169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:27 smithi050 ceph-mon[92315]: pgmap v10169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:28.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:28.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:29.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:29.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:29 smithi050 ceph-mon[92315]: pgmap v10170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:34:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:29 smithi172 ceph-mon[103696]: pgmap v10170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:34:30.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:30.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:34:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:34:31.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:31.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:31 smithi050 ceph-mon[92315]: pgmap v10171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:34:31.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:34:31.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:34:31.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:34:31.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:34:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:31 smithi172 ceph-mon[103696]: pgmap v10171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:31.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:34:31.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:34:31.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:34:31.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:34:31.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:34:32.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:32.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:33.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:33.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:34.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:34.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:34 smithi050 ceph-mon[92315]: pgmap v10172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:34 smithi172 ceph-mon[103696]: pgmap v10172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:35.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:35.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:34:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:35 smithi050 ceph-mon[92315]: pgmap v10173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:34:35.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:35 smithi172 ceph-mon[103696]: pgmap v10173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:36.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:36.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:37.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:37.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:37 smithi172 ceph-mon[103696]: pgmap v10174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:37 smithi050 ceph-mon[92315]: pgmap v10174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:38.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:38.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:39.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:39.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:39 smithi050 ceph-mon[92315]: pgmap v10175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:34:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:39 smithi172 ceph-mon[103696]: pgmap v10175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:34:40.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:40.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:41.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:41.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:41 smithi050 ceph-mon[92315]: pgmap v10176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:41 smithi172 ceph-mon[103696]: pgmap v10176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:42.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:42.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:43.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:43.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:43 smithi050 ceph-mon[92315]: pgmap v10177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:43 smithi172 ceph-mon[103696]: pgmap v10177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:44.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:44.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:45.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:45.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:45 smithi050 ceph-mon[92315]: pgmap v10178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:45 smithi172 ceph-mon[103696]: pgmap v10178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:46.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:46.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:47.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:47.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:47 smithi050 ceph-mon[92315]: pgmap v10179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:47 smithi172 ceph-mon[103696]: pgmap v10179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:48.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:48.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:49.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:49.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:49 smithi172 ceph-mon[103696]: pgmap v10180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:34:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:49 smithi050 ceph-mon[92315]: pgmap v10180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:34:50.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:50.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:34:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:34:51.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:51.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:51 smithi050 ceph-mon[92315]: pgmap v10181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:51 smithi172 ceph-mon[103696]: pgmap v10181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:52.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:52.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:53.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:53.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:53 smithi050 ceph-mon[92315]: pgmap v10182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:53 smithi172 ceph-mon[103696]: pgmap v10182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:54.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:54.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:55.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:55.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:55 smithi050 ceph-mon[92315]: pgmap v10183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:55 smithi172 ceph-mon[103696]: pgmap v10183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:56.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:56.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:57.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:57.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:57 smithi050 ceph-mon[92315]: pgmap v10184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:57 smithi172 ceph-mon[103696]: pgmap v10184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:34:58.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:58.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:34:59 smithi172 ceph-mon[103696]: pgmap v10185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:34:59.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:34:59.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:34:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:34:59 smithi050 ceph-mon[92315]: pgmap v10185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:35:00.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:00.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:01.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:01.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:01 smithi050 ceph-mon[92315]: pgmap v10186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:01 smithi172 ceph-mon[103696]: pgmap v10186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:02.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:02.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:03.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:03.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:03 smithi050 ceph-mon[92315]: pgmap v10187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:03.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:03 smithi172 ceph-mon[103696]: pgmap v10187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:04.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:04.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:35:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:35:05.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:05.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:05 smithi050 ceph-mon[92315]: pgmap v10188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:05 smithi172 ceph-mon[103696]: pgmap v10188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:06.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:06.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:07.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:07.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:07 smithi050 ceph-mon[92315]: pgmap v10189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:07 smithi172 ceph-mon[103696]: pgmap v10189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:08.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:08.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:09.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:09.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:09 smithi050 ceph-mon[92315]: pgmap v10190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:35:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:09 smithi172 ceph-mon[103696]: pgmap v10190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:35:10.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:10.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:11.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:11.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:11 smithi050 ceph-mon[92315]: pgmap v10191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:11 smithi172 ceph-mon[103696]: pgmap v10191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:12.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:12.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:13.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:13.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:13 smithi050 ceph-mon[92315]: pgmap v10192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:13.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:13 smithi172 ceph-mon[103696]: pgmap v10192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:14.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:14.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:15.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:15.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:15 smithi050 ceph-mon[92315]: pgmap v10193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:15 smithi172 ceph-mon[103696]: pgmap v10193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:16.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:16.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:17.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:17.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:17 smithi050 ceph-mon[92315]: pgmap v10194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:17 smithi172 ceph-mon[103696]: pgmap v10194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:18.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:18.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:19.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:19.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:19 smithi050 ceph-mon[92315]: pgmap v10195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:35:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:19 smithi172 ceph-mon[103696]: pgmap v10195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:35:20.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:20.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:35:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:35:21.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:21.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:21 smithi050 ceph-mon[92315]: pgmap v10196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:21 smithi172 ceph-mon[103696]: pgmap v10196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:22.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:22.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:23.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:23.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:23 smithi050 ceph-mon[92315]: pgmap v10197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:23 smithi172 ceph-mon[103696]: pgmap v10197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:24.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:24.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:25.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:25.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:25 smithi050 ceph-mon[92315]: pgmap v10198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:25 smithi172 ceph-mon[103696]: pgmap v10198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:26.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:26.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:27.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:27.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:27 smithi050 ceph-mon[92315]: pgmap v10199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:27 smithi172 ceph-mon[103696]: pgmap v10199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:28.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:28.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:29.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:29.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:29 smithi050 ceph-mon[92315]: pgmap v10200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:35:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:29 smithi172 ceph-mon[103696]: pgmap v10200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:35:30.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:30.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:31.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:31.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:31 smithi050 ceph-mon[92315]: pgmap v10201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:35:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:31 smithi172 ceph-mon[103696]: pgmap v10201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:35:32.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:32.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:33.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:33.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:33 smithi050 ceph-mon[92315]: pgmap v10202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:33 smithi172 ceph-mon[103696]: pgmap v10202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:34.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:34.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:35:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:35:35.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:35.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:35 smithi050 ceph-mon[92315]: pgmap v10203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:35 smithi172 ceph-mon[103696]: pgmap v10203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:36.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:36.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:37.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:37.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:37.715 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:37 smithi050 ceph-mon[92315]: pgmap v10204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:37 smithi172 ceph-mon[103696]: pgmap v10204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:38.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:38.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:35:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:35:39.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:35:39.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:35:39.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:35:39.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:35:39.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:35:39.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:35:39.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:35:39.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:35:39.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:35:39.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:35:39.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:35:39.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:35:39.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:35:39.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:35:39.128 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:35:39.128 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:35:39.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:39.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:39 smithi172 ceph-mon[103696]: pgmap v10205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:35:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:39 smithi050 ceph-mon[92315]: pgmap v10205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:35:40.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:40.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:41.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:41.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:41 smithi050 ceph-mon[92315]: pgmap v10206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:41 smithi172 ceph-mon[103696]: pgmap v10206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:42.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:42.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:43.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:43.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:43 smithi050 ceph-mon[92315]: pgmap v10207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:43 smithi172 ceph-mon[103696]: pgmap v10207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:44.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:44.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:45.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:45.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:45 smithi050 ceph-mon[92315]: pgmap v10208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:45 smithi172 ceph-mon[103696]: pgmap v10208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:46.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:46.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:47.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:47.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:47 smithi050 ceph-mon[92315]: pgmap v10209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:47 smithi172 ceph-mon[103696]: pgmap v10209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:48.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:48.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:49.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:49.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:49.582 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:49 smithi172 ceph-mon[103696]: pgmap v10210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:35:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:49 smithi050 ceph-mon[92315]: pgmap v10210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:35:50.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:50.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:35:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:35:51.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:51.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:51.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:51 smithi050 ceph-mon[92315]: pgmap v10211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:51 smithi172 ceph-mon[103696]: pgmap v10211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:52.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:52.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:53.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:53.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:53 smithi050 ceph-mon[92315]: pgmap v10212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:53 smithi172 ceph-mon[103696]: pgmap v10212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:54.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:54.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:55.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:55.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:55 smithi050 ceph-mon[92315]: pgmap v10213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:55 smithi172 ceph-mon[103696]: pgmap v10213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:56.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:56.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:57.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:57.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:57 smithi050 ceph-mon[92315]: pgmap v10214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:57 smithi172 ceph-mon[103696]: pgmap v10214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:35:58.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:58.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:59.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:35:59.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:35:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:35:59 smithi050 ceph-mon[92315]: pgmap v10215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:35:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:35:59 smithi172 ceph-mon[103696]: pgmap v10215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:36:00.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:00.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:01.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:01.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:01 smithi050 ceph-mon[92315]: pgmap v10216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:01 smithi172 ceph-mon[103696]: pgmap v10216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:02.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:02.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:03.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:03.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:03 smithi050 ceph-mon[92315]: pgmap v10217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:03 smithi172 ceph-mon[103696]: pgmap v10217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:04.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:04.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:36:04.740 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:36:05.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:05.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:05 smithi050 ceph-mon[92315]: pgmap v10218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:05 smithi172 ceph-mon[103696]: pgmap v10218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:06.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:06.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:07.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:07.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:07 smithi050 ceph-mon[92315]: pgmap v10219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:07 smithi172 ceph-mon[103696]: pgmap v10219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:08.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:08.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:09.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:09.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:09 smithi050 ceph-mon[92315]: pgmap v10220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:36:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:09 smithi172 ceph-mon[103696]: pgmap v10220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:36:10.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:10.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:11.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:11.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:11 smithi050 ceph-mon[92315]: pgmap v10221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:11.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:11 smithi172 ceph-mon[103696]: pgmap v10221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:12.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:12.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:13.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:13.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:13 smithi050 ceph-mon[92315]: pgmap v10222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:13 smithi172 ceph-mon[103696]: pgmap v10222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:14.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:14.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:15.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:15.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:15 smithi050 ceph-mon[92315]: pgmap v10223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:15.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:15 smithi172 ceph-mon[103696]: pgmap v10223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:16.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:16.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:17.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:17.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:17 smithi050 ceph-mon[92315]: pgmap v10224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:17 smithi172 ceph-mon[103696]: pgmap v10224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:18.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:18.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:19.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:19.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:19 smithi050 ceph-mon[92315]: pgmap v10225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:36:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:19 smithi172 ceph-mon[103696]: pgmap v10225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:36:20.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:20.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:36:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:36:21.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:21.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:21 smithi050 ceph-mon[92315]: pgmap v10226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:21 smithi172 ceph-mon[103696]: pgmap v10226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:22.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:22.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:23.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:23.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:23 smithi050 ceph-mon[92315]: pgmap v10227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:23 smithi172 ceph-mon[103696]: pgmap v10227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:24.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:24.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:25.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:25.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:25 smithi050 ceph-mon[92315]: pgmap v10228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:25 smithi172 ceph-mon[103696]: pgmap v10228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:26.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:26.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:27.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:27.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:27 smithi050 ceph-mon[92315]: pgmap v10229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:27.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:27 smithi172 ceph-mon[103696]: pgmap v10229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:28.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:28.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:29.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:29.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:29 smithi050 ceph-mon[92315]: pgmap v10230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:36:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:29 smithi172 ceph-mon[103696]: pgmap v10230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:36:30.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:30.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:31.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:31.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:31 smithi050 ceph-mon[92315]: pgmap v10231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:31 smithi172 ceph-mon[103696]: pgmap v10231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:32.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:32.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:33.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:33.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:33 smithi050 ceph-mon[92315]: pgmap v10232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:33 smithi172 ceph-mon[103696]: pgmap v10232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:34.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:34.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:36:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:36:35.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:35.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:35 smithi050 ceph-mon[92315]: pgmap v10233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:35 smithi172 ceph-mon[103696]: pgmap v10233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:36.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:36.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:37.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:37.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:37 smithi050 ceph-mon[92315]: pgmap v10234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:37 smithi172 ceph-mon[103696]: pgmap v10234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:38.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:38.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:39.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:39.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:39 smithi050 ceph-mon[92315]: pgmap v10235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:36:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:36:39.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:36:39.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:36:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:39 smithi172 ceph-mon[103696]: pgmap v10235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:36:39.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:36:39.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:36:39.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:36:40.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:40.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:36:41.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:36:41.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:36:41.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:36:41.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:36:41.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:36:41.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:36:41.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:36:41.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:36:41.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:36:41.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:36:41.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:36:41.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:36:41.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:36:41.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:41.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:41 smithi050 ceph-mon[92315]: pgmap v10236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:41 smithi172 ceph-mon[103696]: pgmap v10236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:42.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:42.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:43.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:43.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:43 smithi050 ceph-mon[92315]: pgmap v10237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:43 smithi172 ceph-mon[103696]: pgmap v10237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:44.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:44.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:45.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:45.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:45 smithi050 ceph-mon[92315]: pgmap v10238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:45 smithi172 ceph-mon[103696]: pgmap v10238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:46.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:46.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:47.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:47.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:47 smithi050 ceph-mon[92315]: pgmap v10239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:47 smithi172 ceph-mon[103696]: pgmap v10239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:48.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:48.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:49.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:49.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:49 smithi050 ceph-mon[92315]: pgmap v10240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:36:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:49 smithi172 ceph-mon[103696]: pgmap v10240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:36:50.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:50.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:36:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:36:51.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:51.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:51 smithi050 ceph-mon[92315]: pgmap v10241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:51 smithi172 ceph-mon[103696]: pgmap v10241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:52.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:52.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:53.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:53.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:53 smithi050 ceph-mon[92315]: pgmap v10242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:53 smithi172 ceph-mon[103696]: pgmap v10242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:54.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:54.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:55.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:55.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:55 smithi172 ceph-mon[103696]: pgmap v10243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:55 smithi050 ceph-mon[92315]: pgmap v10243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:56.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:56.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:57.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:57.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:57 smithi050 ceph-mon[92315]: pgmap v10244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:57 smithi172 ceph-mon[103696]: pgmap v10244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:36:58.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:58.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:59.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:36:59.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:36:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:36:59 smithi050 ceph-mon[92315]: pgmap v10245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:36:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:36:59 smithi172 ceph-mon[103696]: pgmap v10245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:37:00.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:00.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:01.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:01.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:01 smithi050 ceph-mon[92315]: pgmap v10246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:01 smithi172 ceph-mon[103696]: pgmap v10246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:02.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:02.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:03.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:03.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:03.702 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:03 smithi050 ceph-mon[92315]: pgmap v10247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:03 smithi172 ceph-mon[103696]: pgmap v10247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:04.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:04.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:37:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:37:05.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:05.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:05 smithi172 ceph-mon[103696]: pgmap v10248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:05 smithi050 ceph-mon[92315]: pgmap v10248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:06.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:06.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:07.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:07.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:07 smithi050 ceph-mon[92315]: pgmap v10249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:07 smithi172 ceph-mon[103696]: pgmap v10249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:08.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:08.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:09 smithi050 ceph-mon[92315]: pgmap v10250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:37:09.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:09.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:09 smithi172 ceph-mon[103696]: pgmap v10250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:37:10.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:10.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:11.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:11.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:11 smithi050 ceph-mon[92315]: pgmap v10251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:11 smithi172 ceph-mon[103696]: pgmap v10251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:12.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:12.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:13.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:13.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:13.816 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:13 smithi050 ceph-mon[92315]: pgmap v10252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:13.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:13 smithi172 ceph-mon[103696]: pgmap v10252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:14.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:14.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:15.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:15.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:15 smithi050 ceph-mon[92315]: pgmap v10253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:15 smithi172 ceph-mon[103696]: pgmap v10253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:16.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:16.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:17.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:17.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:17 smithi050 ceph-mon[92315]: pgmap v10254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:17 smithi172 ceph-mon[103696]: pgmap v10254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:18.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:18.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:19 smithi050 ceph-mon[92315]: pgmap v10255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:37:19.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:19.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:19 smithi172 ceph-mon[103696]: pgmap v10255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:37:20.529 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:37:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:37:20.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:20.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:21 smithi050 ceph-mon[92315]: pgmap v10256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:21.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:21.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:21 smithi172 ceph-mon[103696]: pgmap v10256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:22.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:22.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:23.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:23.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:23 smithi050 ceph-mon[92315]: pgmap v10257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:23 smithi172 ceph-mon[103696]: pgmap v10257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:24.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:24.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:25.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:25.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:25 smithi050 ceph-mon[92315]: pgmap v10258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:25 smithi172 ceph-mon[103696]: pgmap v10258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:26.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:26.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:27.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:27.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:27 smithi050 ceph-mon[92315]: pgmap v10259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:27 smithi172 ceph-mon[103696]: pgmap v10259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:28.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:28.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:29 smithi050 ceph-mon[92315]: pgmap v10260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:37:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:29 smithi172 ceph-mon[103696]: pgmap v10260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:37:29.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:29.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:30.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:30.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:31.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:31.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:31 smithi050 ceph-mon[92315]: pgmap v10261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:31 smithi172 ceph-mon[103696]: pgmap v10261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:32.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:32.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:33.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:33.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:33 smithi050 ceph-mon[92315]: pgmap v10262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:33 smithi172 ceph-mon[103696]: pgmap v10262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:34.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:34.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:37:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:37:35.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:35.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:35 smithi050 ceph-mon[92315]: pgmap v10263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:35 smithi172 ceph-mon[103696]: pgmap v10263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:36.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:36.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:37.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:37.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:37 smithi050 ceph-mon[92315]: pgmap v10264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:37 smithi172 ceph-mon[103696]: pgmap v10264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:38.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:38.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:39 smithi050 ceph-mon[92315]: pgmap v10265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:37:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:39 smithi172 ceph-mon[103696]: pgmap v10265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:37:39.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:39.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:37:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:37:40.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:40.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:41 smithi050 ceph-mon[92315]: pgmap v10266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:41.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:37:41.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:37:41.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:37:41.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:37:41.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:37:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:41 smithi172 ceph-mon[103696]: pgmap v10266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:37:41.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:37:41.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:37:41.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:37:41.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:37:41.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:41.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:42.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:42.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:43.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:43.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:43 smithi050 ceph-mon[92315]: pgmap v10267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:43 smithi172 ceph-mon[103696]: pgmap v10267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:44.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:44.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:45.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:45.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:45.790 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:45 smithi172 ceph-mon[103696]: pgmap v10268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:45 smithi050 ceph-mon[92315]: pgmap v10268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:46.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:46.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:47.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:47.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:47 smithi050 ceph-mon[92315]: pgmap v10269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:47 smithi172 ceph-mon[103696]: pgmap v10269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:48.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:48.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:49 smithi050 ceph-mon[92315]: pgmap v10270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:37:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:49 smithi172 ceph-mon[103696]: pgmap v10270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:37:49.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:49.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:37:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:37:50.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:50.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:51 smithi050 ceph-mon[92315]: pgmap v10271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:51 smithi172 ceph-mon[103696]: pgmap v10271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:51.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:51.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:52.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:52.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:53.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:53.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:53 smithi050 ceph-mon[92315]: pgmap v10272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:53.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:53 smithi172 ceph-mon[103696]: pgmap v10272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:54.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:54.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:55.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:55.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:55 smithi050 ceph-mon[92315]: pgmap v10273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:55 smithi172 ceph-mon[103696]: pgmap v10273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:56.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:56.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:57.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:57.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:57 smithi050 ceph-mon[92315]: pgmap v10274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:57 smithi172 ceph-mon[103696]: pgmap v10274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:37:58.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:58.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:37:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:37:59 smithi050 ceph-mon[92315]: pgmap v10275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:37:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:37:59 smithi172 ceph-mon[103696]: pgmap v10275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:37:59.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:37:59.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:00.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:00.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:01.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:01.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:01 smithi050 ceph-mon[92315]: pgmap v10276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:01 smithi172 ceph-mon[103696]: pgmap v10276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:02.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:02.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:03.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:03.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:03 smithi050 ceph-mon[92315]: pgmap v10277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:03 smithi172 ceph-mon[103696]: pgmap v10277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:04.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:04.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:38:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:38:05.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:05.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:05 smithi050 ceph-mon[92315]: pgmap v10278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:05 smithi172 ceph-mon[103696]: pgmap v10278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:06.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:06.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:07.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:07.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:07 smithi050 ceph-mon[92315]: pgmap v10279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:07 smithi172 ceph-mon[103696]: pgmap v10279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:08.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:08.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:09 smithi050 ceph-mon[92315]: pgmap v10280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:38:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:09 smithi172 ceph-mon[103696]: pgmap v10280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:38:09.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:09.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:10.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:10.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:11.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:11.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:11 smithi050 ceph-mon[92315]: pgmap v10281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:11.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:11 smithi172 ceph-mon[103696]: pgmap v10281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:12.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:12.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:13.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:13.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:13 smithi050 ceph-mon[92315]: pgmap v10282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:13.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:13 smithi172 ceph-mon[103696]: pgmap v10282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:14.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:14.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:15.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:15.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:15 smithi050 ceph-mon[92315]: pgmap v10283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:15 smithi172 ceph-mon[103696]: pgmap v10283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:16.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:16.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:17.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:17.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:17 smithi050 ceph-mon[92315]: pgmap v10284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:17 smithi172 ceph-mon[103696]: pgmap v10284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:18.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:18.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:19.566 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:19 smithi050 ceph-mon[92315]: pgmap v10285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:38:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:19 smithi172 ceph-mon[103696]: pgmap v10285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:38:19.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:19.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:38:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:38:20.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:20.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:21 smithi050 ceph-mon[92315]: pgmap v10286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:21.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:21 smithi172 ceph-mon[103696]: pgmap v10286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:21.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:21.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:22.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:22.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:23.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:23.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:23 smithi050 ceph-mon[92315]: pgmap v10287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:23.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:23 smithi172 ceph-mon[103696]: pgmap v10287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:24.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:24.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:25.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:25.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:25 smithi050 ceph-mon[92315]: pgmap v10288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:25 smithi172 ceph-mon[103696]: pgmap v10288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:26.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:26.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:27.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:27.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:27 smithi050 ceph-mon[92315]: pgmap v10289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:27 smithi172 ceph-mon[103696]: pgmap v10289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:28.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:28.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:29.599 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:29 smithi050 ceph-mon[92315]: pgmap v10290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:38:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:29 smithi172 ceph-mon[103696]: pgmap v10290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:38:29.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:29.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:30.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:30.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:31 smithi172 ceph-mon[103696]: pgmap v10291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:31.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:31.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:31 smithi050 ceph-mon[92315]: pgmap v10291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:32.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:32.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:33.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:33.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:33 smithi050 ceph-mon[92315]: pgmap v10292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:33 smithi172 ceph-mon[103696]: pgmap v10292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:34.738 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:38:34.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:34.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:38:35.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:35.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:35 smithi050 ceph-mon[92315]: pgmap v10293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:35 smithi172 ceph-mon[103696]: pgmap v10293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:36.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:36.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:37.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:37.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:37 smithi050 ceph-mon[92315]: pgmap v10294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:37.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:37 smithi172 ceph-mon[103696]: pgmap v10294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:38.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:38.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:39 smithi050 ceph-mon[92315]: pgmap v10295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:38:39.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:39 smithi172 ceph-mon[103696]: pgmap v10295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:38:39.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:39.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:40.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:40.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:41 smithi172 ceph-mon[103696]: pgmap v10296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:41.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:38:41.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:38:41.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:38:41.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:41.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:41 smithi050 ceph-mon[92315]: pgmap v10296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:41.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:38:41.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:38:41.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:38:42.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:42.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:43.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:43 smithi172 ceph-mon[103696]: pgmap v10297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:43.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:43.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:43 smithi050 ceph-mon[92315]: pgmap v10297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:44.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:44.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:45.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:45.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:45 smithi050 ceph-mon[92315]: pgmap v10298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:46.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:38:46.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:38:46.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:38:46.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:38:46.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:38:46.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:38:46.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:38:46.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:38:46.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:38:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:45 smithi172 ceph-mon[103696]: pgmap v10298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:38:46.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:38:46.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:38:46.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:38:46.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:38:46.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:38:46.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:38:46.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:38:46.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:38:46.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:46.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:47.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:47.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:47 smithi050 ceph-mon[92315]: pgmap v10299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:47 smithi172 ceph-mon[103696]: pgmap v10299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:48.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:48.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:49 smithi050 ceph-mon[92315]: pgmap v10300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:38:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:49 smithi172 ceph-mon[103696]: pgmap v10300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:38:49.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:49.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:38:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:38:50.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:50.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:51 smithi050 ceph-mon[92315]: pgmap v10301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:51 smithi172 ceph-mon[103696]: pgmap v10301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:51.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:51.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:52.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:52.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:53.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:53.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:53 smithi050 ceph-mon[92315]: pgmap v10302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:53 smithi172 ceph-mon[103696]: pgmap v10302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:54.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:54.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:55.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:55.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:55 smithi050 ceph-mon[92315]: pgmap v10303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:55 smithi172 ceph-mon[103696]: pgmap v10303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:56.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:56.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:57.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:57.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:57 smithi050 ceph-mon[92315]: pgmap v10304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:57.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:57 smithi172 ceph-mon[103696]: pgmap v10304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:38:58.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:58.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:38:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:38:59 smithi050 ceph-mon[92315]: pgmap v10305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:38:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:38:59 smithi172 ceph-mon[103696]: pgmap v10305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:38:59.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:38:59.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:00.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:00.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:01.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:01.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:01 smithi050 ceph-mon[92315]: pgmap v10306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:01 smithi172 ceph-mon[103696]: pgmap v10306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:02.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:02.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:03.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:03.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:03 smithi050 ceph-mon[92315]: pgmap v10307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:03 smithi172 ceph-mon[103696]: pgmap v10307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:04.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:04.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:39:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:39:05.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:05.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:05 smithi050 ceph-mon[92315]: pgmap v10308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:05 smithi172 ceph-mon[103696]: pgmap v10308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:06.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:06.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:07.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:07.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:07 smithi050 ceph-mon[92315]: pgmap v10309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:07 smithi172 ceph-mon[103696]: pgmap v10309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:08.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:08.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:09 smithi050 ceph-mon[92315]: pgmap v10310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:39:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:09 smithi172 ceph-mon[103696]: pgmap v10310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:39:09.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:09.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:10.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:10.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:11.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:11.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:11 smithi050 ceph-mon[92315]: pgmap v10311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:11 smithi172 ceph-mon[103696]: pgmap v10311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:12.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:12.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:13.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:13.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:13 smithi050 ceph-mon[92315]: pgmap v10312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:13 smithi172 ceph-mon[103696]: pgmap v10312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:14.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:14.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:15.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:15.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:15 smithi050 ceph-mon[92315]: pgmap v10313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:15 smithi172 ceph-mon[103696]: pgmap v10313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:16.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:16.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:17.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:17.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:17 smithi050 ceph-mon[92315]: pgmap v10314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:17 smithi172 ceph-mon[103696]: pgmap v10314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:18.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:18.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:19 smithi050 ceph-mon[92315]: pgmap v10315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:39:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:19 smithi172 ceph-mon[103696]: pgmap v10315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:39:19.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:19.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:39:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:39:20.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:20.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:21 smithi050 ceph-mon[92315]: pgmap v10316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:21 smithi172 ceph-mon[103696]: pgmap v10316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:21.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:21.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:22.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:22.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:23.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:23.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:23 smithi050 ceph-mon[92315]: pgmap v10317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:23 smithi172 ceph-mon[103696]: pgmap v10317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:24.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:24.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:25.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:25 smithi050 ceph-mon[92315]: pgmap v10318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:25.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:25.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:25 smithi172 ceph-mon[103696]: pgmap v10318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:26.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:26.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:27.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:27.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:27 smithi050 ceph-mon[92315]: pgmap v10319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:27 smithi172 ceph-mon[103696]: pgmap v10319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:28.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:28.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:29 smithi050 ceph-mon[92315]: pgmap v10320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:39:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:29 smithi172 ceph-mon[103696]: pgmap v10320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:39:29.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:29.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:30.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:30.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:31.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:31.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:31 smithi050 ceph-mon[92315]: pgmap v10321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:31 smithi172 ceph-mon[103696]: pgmap v10321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:32.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:32.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:33.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:33.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:33 smithi050 ceph-mon[92315]: pgmap v10322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:33 smithi172 ceph-mon[103696]: pgmap v10322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:34.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:34.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:39:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:39:35.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:35.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:35 smithi050 ceph-mon[92315]: pgmap v10323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:35 smithi172 ceph-mon[103696]: pgmap v10323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:36.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:36.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:37 smithi050 ceph-mon[92315]: pgmap v10324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:37.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:37.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:37 smithi172 ceph-mon[103696]: pgmap v10324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:38.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:38.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:39 smithi050 ceph-mon[92315]: pgmap v10325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:39:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:39 smithi172 ceph-mon[103696]: pgmap v10325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:39:39.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:39.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:40.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:40.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:41 smithi050 ceph-mon[92315]: pgmap v10326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:41.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:41.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:41 smithi172 ceph-mon[103696]: pgmap v10326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:42.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:42.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:43 smithi050 ceph-mon[92315]: pgmap v10327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:43.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:43.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:43 smithi172 ceph-mon[103696]: pgmap v10327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:44.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:44.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:45 smithi050 ceph-mon[92315]: pgmap v10328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:45.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:45.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:45 smithi172 ceph-mon[103696]: pgmap v10328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:39:46.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:39:46.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:39:46.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:39:46.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:39:46.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:39:46.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:46.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:39:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:39:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:39:46.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:39:46.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:39:46.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:39:47.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:47.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:48.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:48 smithi050 ceph-mon[92315]: pgmap v10329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:48 smithi172 ceph-mon[103696]: pgmap v10329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:48.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:48.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:49 smithi050 ceph-mon[92315]: pgmap v10330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:39:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:49 smithi172 ceph-mon[103696]: pgmap v10330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:39:49.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:49.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:39:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:39:50.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:50.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:51 smithi050 ceph-mon[92315]: pgmap v10331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:51 smithi172 ceph-mon[103696]: pgmap v10331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:51.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:51.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:52.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:52.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:53 smithi050 ceph-mon[92315]: pgmap v10332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:53.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:53.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:53.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:53 smithi172 ceph-mon[103696]: pgmap v10332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:54.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:54.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:55 smithi050 ceph-mon[92315]: pgmap v10333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:55 smithi172 ceph-mon[103696]: pgmap v10333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:55.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:55.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:56.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:56.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:57 smithi050 ceph-mon[92315]: pgmap v10334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:57 smithi172 ceph-mon[103696]: pgmap v10334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:39:57.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:57.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:58.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:58.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:39:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:39:59 smithi050 ceph-mon[92315]: pgmap v10335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:39:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:39:59 smithi172 ceph-mon[103696]: pgmap v10335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:39:59.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:39:59.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:00.558 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T19:40:00.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T19:40:00.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:00.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:01 smithi050 ceph-mon[92315]: pgmap v10336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:01 smithi172 ceph-mon[103696]: pgmap v10336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:01.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:01.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:02.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:02.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:03 smithi050 ceph-mon[92315]: pgmap v10337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:03.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:03 smithi172 ceph-mon[103696]: pgmap v10337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:03.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:03.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:40:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:40:04.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:04.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:05.773 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:05 smithi050 ceph-mon[92315]: pgmap v10338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:05 smithi172 ceph-mon[103696]: pgmap v10338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:05.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:05.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:06.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:06.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:07 smithi172 ceph-mon[103696]: pgmap v10339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:07 smithi050 ceph-mon[92315]: pgmap v10339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:07.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:07.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:08.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:08.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:09 smithi050 ceph-mon[92315]: pgmap v10340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:40:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:09 smithi172 ceph-mon[103696]: pgmap v10340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:40:09.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:09.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:10.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:10.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:11 smithi050 ceph-mon[92315]: pgmap v10341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:11 smithi172 ceph-mon[103696]: pgmap v10341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:11.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:11.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:12.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:12.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:13 smithi050 ceph-mon[92315]: pgmap v10342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:13 smithi172 ceph-mon[103696]: pgmap v10342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:13.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:13.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:14.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:14.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:15 smithi050 ceph-mon[92315]: pgmap v10343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:15 smithi172 ceph-mon[103696]: pgmap v10343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:15.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:15.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:16.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:16.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:17 smithi172 ceph-mon[103696]: pgmap v10344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:17 smithi050 ceph-mon[92315]: pgmap v10344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:17.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:17.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:18.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:18.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:19 smithi050 ceph-mon[92315]: pgmap v10345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:40:19.940 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:19 smithi172 ceph-mon[103696]: pgmap v10345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:40:19.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:19.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:40:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:40:20.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:20.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:21 smithi050 ceph-mon[92315]: pgmap v10346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:21.704 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:21 smithi172 ceph-mon[103696]: pgmap v10346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:21.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:22.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:22.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:22.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:23 smithi050 ceph-mon[92315]: pgmap v10347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:23 smithi172 ceph-mon[103696]: pgmap v10347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:23.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:23.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:24.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:24.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:25.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:25 smithi050 ceph-mon[92315]: pgmap v10348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:25 smithi172 ceph-mon[103696]: pgmap v10348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:25.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:25.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:26.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:26.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:27 smithi050 ceph-mon[92315]: pgmap v10349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:28.291 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:27 smithi172 ceph-mon[103696]: pgmap v10349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:28.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:28.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:28.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:29.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:29 smithi050 ceph-mon[92315]: pgmap v10350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:40:29.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:29 smithi172 ceph-mon[103696]: pgmap v10350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:40:29.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:29.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:30.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:30.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:31 smithi050 ceph-mon[92315]: pgmap v10351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:31.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:31 smithi172 ceph-mon[103696]: pgmap v10351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:31.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:31.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:32.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:32.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:33 smithi050 ceph-mon[92315]: pgmap v10352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:33.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:33 smithi172 ceph-mon[103696]: pgmap v10352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:33.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:33.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:40:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:40:34.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:34.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:35 smithi050 ceph-mon[92315]: pgmap v10353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:35 smithi172 ceph-mon[103696]: pgmap v10353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:35.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:35.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:36.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:36.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:37 smithi050 ceph-mon[92315]: pgmap v10354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:37 smithi172 ceph-mon[103696]: pgmap v10354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:37.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:37.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:38.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:38.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:39 smithi050 ceph-mon[92315]: pgmap v10355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:40:39.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:39 smithi172 ceph-mon[103696]: pgmap v10355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:40:39.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:39.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:40.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:40.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:41 smithi050 ceph-mon[92315]: pgmap v10356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:41 smithi172 ceph-mon[103696]: pgmap v10356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:41.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:41.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:42.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:42.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:43 smithi050 ceph-mon[92315]: pgmap v10357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:43 smithi172 ceph-mon[103696]: pgmap v10357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:43.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:43.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:44.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:44.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:45 smithi050 ceph-mon[92315]: pgmap v10358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:45 smithi172 ceph-mon[103696]: pgmap v10358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:45.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:45.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:40:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:40:46.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:46.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:47 smithi050 ceph-mon[92315]: pgmap v10359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:40:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:40:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:40:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:40:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:47 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1608M 2023-09-30T19:40:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:40:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:40:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:40:47.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:40:47.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:40:47.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:40:47.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:47 smithi172 ceph-mon[103696]: pgmap v10359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:47.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:40:47.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:40:47.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:40:47.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:40:47.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:47 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1608M 2023-09-30T19:40:47.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:40:47.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:40:47.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:40:47.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:40:47.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:40:47.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:40:47.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:47.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:48.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:48.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:49.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:49 smithi050 ceph-mon[92315]: pgmap v10360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:40:49.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:40:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:49 smithi172 ceph-mon[103696]: pgmap v10360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:40:49.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:40:49.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:49.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:50.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:50.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:51 smithi050 ceph-mon[92315]: pgmap v10361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:51.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:51 smithi172 ceph-mon[103696]: pgmap v10361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:51.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:52.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:52.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:52.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:53.850 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:53 smithi050 ceph-mon[92315]: pgmap v10362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:53 smithi172 ceph-mon[103696]: pgmap v10362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:53.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:53.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:54.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:54.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:55 smithi050 ceph-mon[92315]: pgmap v10363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:55 smithi172 ceph-mon[103696]: pgmap v10363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:55.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:55.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:56.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:56.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:57.793 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:57 smithi172 ceph-mon[103696]: pgmap v10364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:57 smithi050 ceph-mon[92315]: pgmap v10364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:40:57.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:57.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:58.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:58.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:40:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:40:59 smithi050 ceph-mon[92315]: pgmap v10365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:40:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:40:59 smithi172 ceph-mon[103696]: pgmap v10365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:40:59.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:40:59.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:00.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:00.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:01 smithi050 ceph-mon[92315]: pgmap v10366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:01 smithi172 ceph-mon[103696]: pgmap v10366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:01.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:01.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:02.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:02.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:03 smithi050 ceph-mon[92315]: pgmap v10367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:03 smithi172 ceph-mon[103696]: pgmap v10367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:03.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:03.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:04.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:41:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:41:04.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:04.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:05 smithi050 ceph-mon[92315]: pgmap v10368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:05 smithi172 ceph-mon[103696]: pgmap v10368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:05.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:05.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:07.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:07.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:07 smithi050 ceph-mon[92315]: pgmap v10369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:07.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:07 smithi172 ceph-mon[103696]: pgmap v10369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:08.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:08.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:09.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:09.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:09 smithi050 ceph-mon[92315]: pgmap v10370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:41:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:09 smithi172 ceph-mon[103696]: pgmap v10370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:41:10.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:10.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:11.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:11.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:11 smithi050 ceph-mon[92315]: pgmap v10371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:11 smithi172 ceph-mon[103696]: pgmap v10371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:12.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:12.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:13.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:13.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:13 smithi050 ceph-mon[92315]: pgmap v10372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:13 smithi172 ceph-mon[103696]: pgmap v10372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:14.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:14.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:15.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:15.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:15 smithi050 ceph-mon[92315]: pgmap v10373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:15 smithi172 ceph-mon[103696]: pgmap v10373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:16.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:16.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:17.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:17.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:17 smithi050 ceph-mon[92315]: pgmap v10374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:17.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:17 smithi172 ceph-mon[103696]: pgmap v10374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:18.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:18.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:19.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:19.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:19 smithi050 ceph-mon[92315]: pgmap v10375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:41:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:41:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:19 smithi172 ceph-mon[103696]: pgmap v10375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:41:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:41:20.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:20.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:21.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:21.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:21 smithi050 ceph-mon[92315]: pgmap v10376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:21 smithi172 ceph-mon[103696]: pgmap v10376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:22.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:22.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:23.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:23.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:23 smithi050 ceph-mon[92315]: pgmap v10377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:23 smithi172 ceph-mon[103696]: pgmap v10377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:24.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:24.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:25.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:25.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:25 smithi050 ceph-mon[92315]: pgmap v10378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:25 smithi172 ceph-mon[103696]: pgmap v10378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:26.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:26.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:27.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:27.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:27 smithi050 ceph-mon[92315]: pgmap v10379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:27 smithi172 ceph-mon[103696]: pgmap v10379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:28.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:28.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:29.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:29.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:29 smithi050 ceph-mon[92315]: pgmap v10380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:41:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:29 smithi172 ceph-mon[103696]: pgmap v10380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:41:30.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:30.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:31.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:31.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:31 smithi050 ceph-mon[92315]: pgmap v10381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:31 smithi172 ceph-mon[103696]: pgmap v10381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:32.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:32.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:33.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:33.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:33 smithi050 ceph-mon[92315]: pgmap v10382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:33 smithi172 ceph-mon[103696]: pgmap v10382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:34.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:34.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:41:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:41:35.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:35.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:35 smithi050 ceph-mon[92315]: pgmap v10383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:35 smithi172 ceph-mon[103696]: pgmap v10383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:36.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:36.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:37.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:37.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:37 smithi050 ceph-mon[92315]: pgmap v10384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:37 smithi172 ceph-mon[103696]: pgmap v10384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:38.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:38.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:39.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:39.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:39 smithi050 ceph-mon[92315]: pgmap v10385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:41:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:39 smithi172 ceph-mon[103696]: pgmap v10385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:41:40.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:40.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:41.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:41.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:41 smithi050 ceph-mon[92315]: pgmap v10386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:41 smithi172 ceph-mon[103696]: pgmap v10386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:42.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:42.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:43.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:43.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:43 smithi050 ceph-mon[92315]: pgmap v10387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:43 smithi172 ceph-mon[103696]: pgmap v10387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:44.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:44.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:45.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:45.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:45 smithi050 ceph-mon[92315]: pgmap v10388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:45 smithi172 ceph-mon[103696]: pgmap v10388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:46.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:46.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:47.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:47.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:47 smithi050 ceph-mon[92315]: pgmap v10389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:41:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:47 smithi172 ceph-mon[103696]: pgmap v10389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:47.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:41:48.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:48.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:48.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:41:48.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:41:48.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:41:48.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:41:48.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:41:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:41:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:41:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:41:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:41:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:41:49.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:49.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:49 smithi050 ceph-mon[92315]: pgmap v10390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:41:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:41:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:49 smithi172 ceph-mon[103696]: pgmap v10390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:41:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:41:50.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:50.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:51.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:51.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:51 smithi050 ceph-mon[92315]: pgmap v10391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:51.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:51 smithi172 ceph-mon[103696]: pgmap v10391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:52.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:52.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:53.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:53.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:53 smithi172 ceph-mon[103696]: pgmap v10392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:53 smithi050 ceph-mon[92315]: pgmap v10392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:54.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:54.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:55.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:55.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:55.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:55 smithi050 ceph-mon[92315]: pgmap v10393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:55 smithi172 ceph-mon[103696]: pgmap v10393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:56.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:56.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:57.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:57.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:57.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:57 smithi050 ceph-mon[92315]: pgmap v10394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:57 smithi172 ceph-mon[103696]: pgmap v10394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:41:58.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:58.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:59.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:41:59.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:41:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:41:59 smithi050 ceph-mon[92315]: pgmap v10395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:41:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:41:59 smithi172 ceph-mon[103696]: pgmap v10395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:42:00.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:00.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:01.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:01.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:01 smithi050 ceph-mon[92315]: pgmap v10396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:01 smithi172 ceph-mon[103696]: pgmap v10396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:02.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:02.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:03.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:03.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:03 smithi050 ceph-mon[92315]: pgmap v10397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:03 smithi172 ceph-mon[103696]: pgmap v10397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:04.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:04.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:42:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:42:05.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:05.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:05 smithi050 ceph-mon[92315]: pgmap v10398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:05 smithi172 ceph-mon[103696]: pgmap v10398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:06.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:06.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:07.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:07.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:07 smithi050 ceph-mon[92315]: pgmap v10399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:07 smithi172 ceph-mon[103696]: pgmap v10399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:08.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:08.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:09.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:09.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:09 smithi050 ceph-mon[92315]: pgmap v10400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:42:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:09 smithi172 ceph-mon[103696]: pgmap v10400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:42:10.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:10.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:11.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:11.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:11 smithi050 ceph-mon[92315]: pgmap v10401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:11 smithi172 ceph-mon[103696]: pgmap v10401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:12.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:12.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:13.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:13.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:13 smithi050 ceph-mon[92315]: pgmap v10402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:13 smithi172 ceph-mon[103696]: pgmap v10402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:14.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:14.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:15.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:15.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:15 smithi050 ceph-mon[92315]: pgmap v10403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:15 smithi172 ceph-mon[103696]: pgmap v10403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:16.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:16.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:17.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:17.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:17 smithi050 ceph-mon[92315]: pgmap v10404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:17.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:17 smithi172 ceph-mon[103696]: pgmap v10404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:18.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:18.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:19.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:19.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:19 smithi050 ceph-mon[92315]: pgmap v10405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:42:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:42:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:19 smithi172 ceph-mon[103696]: pgmap v10405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:42:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:42:20.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:20.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:21.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:21.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:21 smithi050 ceph-mon[92315]: pgmap v10406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:21 smithi172 ceph-mon[103696]: pgmap v10406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:22.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:22.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:23.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:23.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:23 smithi050 ceph-mon[92315]: pgmap v10407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:23 smithi172 ceph-mon[103696]: pgmap v10407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:24.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:24.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:25.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:25.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:25 smithi050 ceph-mon[92315]: pgmap v10408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:25 smithi172 ceph-mon[103696]: pgmap v10408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:26.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:26.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:27.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:27.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:27 smithi050 ceph-mon[92315]: pgmap v10409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:27 smithi172 ceph-mon[103696]: pgmap v10409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:28.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:28.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:29.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:29.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:29 smithi050 ceph-mon[92315]: pgmap v10410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:42:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:29 smithi172 ceph-mon[103696]: pgmap v10410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:42:30.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:30.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:31.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:31.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:31 smithi050 ceph-mon[92315]: pgmap v10411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:31 smithi172 ceph-mon[103696]: pgmap v10411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:32.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:32.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:33.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:33.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:33.786 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:33 smithi172 ceph-mon[103696]: pgmap v10412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:33 smithi050 ceph-mon[92315]: pgmap v10412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:34.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:34.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:42:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:42:35.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:35.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:35 smithi050 ceph-mon[92315]: pgmap v10413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:35 smithi172 ceph-mon[103696]: pgmap v10413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:36.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:36.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:37.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:37.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:37 smithi050 ceph-mon[92315]: pgmap v10414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:37 smithi172 ceph-mon[103696]: pgmap v10414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:38.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:38.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:39.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:39.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:39 smithi050 ceph-mon[92315]: pgmap v10415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:42:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:39 smithi172 ceph-mon[103696]: pgmap v10415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:42:40.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:40.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:41.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:41.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:41 smithi050 ceph-mon[92315]: pgmap v10416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:41 smithi172 ceph-mon[103696]: pgmap v10416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:42.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:42.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:43.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:43.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:43 smithi050 ceph-mon[92315]: pgmap v10417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:43.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:43 smithi172 ceph-mon[103696]: pgmap v10417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:44.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:44.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:45.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:45.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:45.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:45 smithi050 ceph-mon[92315]: pgmap v10418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:45 smithi172 ceph-mon[103696]: pgmap v10418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:46.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:46.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:47.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:47.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:47 smithi050 ceph-mon[92315]: pgmap v10419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:47 smithi172 ceph-mon[103696]: pgmap v10419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:48.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:48.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:42:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:42:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:42:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:42:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:42:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:42:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:42:48.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:42:48.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:42:48.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:42:48.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:42:48.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:42:49.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:49.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:49 smithi050 ceph-mon[92315]: pgmap v10420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:42:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:42:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:49 smithi172 ceph-mon[103696]: pgmap v10420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:42:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:42:50.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:50.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:51.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:51.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:51 smithi050 ceph-mon[92315]: pgmap v10421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:51.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:51 smithi172 ceph-mon[103696]: pgmap v10421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:52.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:52.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:53.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:53.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:53 smithi050 ceph-mon[92315]: pgmap v10422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:53.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:53 smithi172 ceph-mon[103696]: pgmap v10422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:54.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:54.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:55.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:55.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:55 smithi050 ceph-mon[92315]: pgmap v10423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:55 smithi172 ceph-mon[103696]: pgmap v10423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:56.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:56.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:57.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:57.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:57 smithi050 ceph-mon[92315]: pgmap v10424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:57 smithi172 ceph-mon[103696]: pgmap v10424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:42:58.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:58.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:59.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:42:59.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:42:59.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:42:59 smithi172 ceph-mon[103696]: pgmap v10425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:42:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:42:59 smithi050 ceph-mon[92315]: pgmap v10425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:43:00.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:00.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:01.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:01.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:01 smithi050 ceph-mon[92315]: pgmap v10426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:01 smithi172 ceph-mon[103696]: pgmap v10426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:02.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:02.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:03.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:03.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:03.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:03 smithi050 ceph-mon[92315]: pgmap v10427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:03 smithi172 ceph-mon[103696]: pgmap v10427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:04.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:04.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:43:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:43:05.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:05.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:05 smithi050 ceph-mon[92315]: pgmap v10428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:05 smithi172 ceph-mon[103696]: pgmap v10428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:06.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:06.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:07.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:07.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:07.837 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:07 smithi050 ceph-mon[92315]: pgmap v10429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:07.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:07 smithi172 ceph-mon[103696]: pgmap v10429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:08.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:08.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:09.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:09.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:09 smithi050 ceph-mon[92315]: pgmap v10430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:43:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:09 smithi172 ceph-mon[103696]: pgmap v10430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:43:10.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:10.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:11.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:11.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:11 smithi050 ceph-mon[92315]: pgmap v10431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:11 smithi172 ceph-mon[103696]: pgmap v10431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:12.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:12.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:13.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:13.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:13 smithi050 ceph-mon[92315]: pgmap v10432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:13 smithi172 ceph-mon[103696]: pgmap v10432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:14.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:14.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:15.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:15.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:15.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:15 smithi050 ceph-mon[92315]: pgmap v10433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:15.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:15 smithi172 ceph-mon[103696]: pgmap v10433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:16.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:16.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:17.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:17.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:17 smithi050 ceph-mon[92315]: pgmap v10434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:17 smithi172 ceph-mon[103696]: pgmap v10434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:18.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:18.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:19.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:19.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:19 smithi050 ceph-mon[92315]: pgmap v10435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:43:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:43:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:19 smithi172 ceph-mon[103696]: pgmap v10435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:43:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:43:20.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:20.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:21.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:21.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:21 smithi050 ceph-mon[92315]: pgmap v10436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:21 smithi172 ceph-mon[103696]: pgmap v10436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:22.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:22.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:23.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:23.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:23 smithi050 ceph-mon[92315]: pgmap v10437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:23 smithi172 ceph-mon[103696]: pgmap v10437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:24.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:24.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:25.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:25.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:25.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:25 smithi050 ceph-mon[92315]: pgmap v10438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:25 smithi172 ceph-mon[103696]: pgmap v10438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:26.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:26.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:27.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:27.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:27 smithi050 ceph-mon[92315]: pgmap v10439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:27 smithi172 ceph-mon[103696]: pgmap v10439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:28.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:28.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:29.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:29.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:29 smithi050 ceph-mon[92315]: pgmap v10440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:43:29.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:29 smithi172 ceph-mon[103696]: pgmap v10440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:43:30.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:30.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:31.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:31.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:31 smithi050 ceph-mon[92315]: pgmap v10441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:31.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:31 smithi172 ceph-mon[103696]: pgmap v10441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:32.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:32.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:33.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:33.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:33 smithi050 ceph-mon[92315]: pgmap v10442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:33 smithi172 ceph-mon[103696]: pgmap v10442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:34.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:34.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:34.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:43:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:43:35.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:35.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:35 smithi050 ceph-mon[92315]: pgmap v10443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:35.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:35 smithi172 ceph-mon[103696]: pgmap v10443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:36.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:36.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:37.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:37.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:37 smithi050 ceph-mon[92315]: pgmap v10444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:37 smithi172 ceph-mon[103696]: pgmap v10444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:38.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:38.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:39.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:39.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:39.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:39 smithi050 ceph-mon[92315]: pgmap v10445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:43:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:39 smithi172 ceph-mon[103696]: pgmap v10445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:43:40.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:40.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:41.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:41.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:41 smithi050 ceph-mon[92315]: pgmap v10446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:41.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:41 smithi172 ceph-mon[103696]: pgmap v10446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:42.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:42.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:43.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:43.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:43 smithi050 ceph-mon[92315]: pgmap v10447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:43 smithi172 ceph-mon[103696]: pgmap v10447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:44.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:44.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:45.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:45.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:45 smithi050 ceph-mon[92315]: pgmap v10448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:45 smithi172 ceph-mon[103696]: pgmap v10448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:46.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:46.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:47.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:47.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:47 smithi050 ceph-mon[92315]: pgmap v10449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:47 smithi172 ceph-mon[103696]: pgmap v10449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:48.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:48.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:49.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:49.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:49.574 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:43:49.574 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:49 smithi172 ceph-mon[103696]: pgmap v10450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:43:49.574 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:43:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:43:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:49 smithi050 ceph-mon[92315]: pgmap v10450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:43:49.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:43:50.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:50.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:51.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:51.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:51 smithi050 ceph-mon[92315]: pgmap v10451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:51 smithi172 ceph-mon[103696]: pgmap v10451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:52.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:52.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:53.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:53.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:53 smithi050 ceph-mon[92315]: pgmap v10452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:53.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:43:53.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:43:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:53 smithi172 ceph-mon[103696]: pgmap v10452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:43:53.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:43:54.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:54.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:54.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:43:54.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:43:54.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:43:54.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:43:54.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:43:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:43:54.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:43:54.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:43:54.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:43:54.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:43:55.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:55.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:55 smithi172 ceph-mon[103696]: pgmap v10453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:56.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:56.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:55 smithi050 ceph-mon[92315]: pgmap v10453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:57.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:57.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:58.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:57 smithi172 ceph-mon[103696]: pgmap v10454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:58.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:58.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:57 smithi050 ceph-mon[92315]: pgmap v10454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:43:59.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:43:59.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:43:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:43:59 smithi050 ceph-mon[92315]: pgmap v10455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:43:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:43:59 smithi172 ceph-mon[103696]: pgmap v10455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:44:00.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:00.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:01.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:01.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:01.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:01 smithi050 ceph-mon[92315]: pgmap v10456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:01 smithi172 ceph-mon[103696]: pgmap v10456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:02.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:02.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:03.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:03.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:03 smithi050 ceph-mon[92315]: pgmap v10457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:03 smithi172 ceph-mon[103696]: pgmap v10457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:04.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:04.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:44:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:44:05.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:05.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:05 smithi050 ceph-mon[92315]: pgmap v10458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:05 smithi172 ceph-mon[103696]: pgmap v10458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:06.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:06.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:07.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:07.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:07 smithi050 ceph-mon[92315]: pgmap v10459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:07 smithi172 ceph-mon[103696]: pgmap v10459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:08.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:08.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:09.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:09.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:09 smithi050 ceph-mon[92315]: pgmap v10460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:44:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:09 smithi172 ceph-mon[103696]: pgmap v10460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:44:10.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:10.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:11.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:11.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:11 smithi050 ceph-mon[92315]: pgmap v10461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:11 smithi172 ceph-mon[103696]: pgmap v10461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:12.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:12.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:13.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:13.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:13 smithi050 ceph-mon[92315]: pgmap v10462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:13 smithi172 ceph-mon[103696]: pgmap v10462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:14.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:14.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:15.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:15.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:15 smithi050 ceph-mon[92315]: pgmap v10463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:15 smithi172 ceph-mon[103696]: pgmap v10463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:16.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:16.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:17.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:17.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:17.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:17 smithi050 ceph-mon[92315]: pgmap v10464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:17 smithi172 ceph-mon[103696]: pgmap v10464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:18.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:18.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:19.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:19.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:19 smithi050 ceph-mon[92315]: pgmap v10465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:44:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:44:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:19 smithi172 ceph-mon[103696]: pgmap v10465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:44:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:44:20.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:20.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:21.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:21.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:21 smithi050 ceph-mon[92315]: pgmap v10466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:21.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:21 smithi172 ceph-mon[103696]: pgmap v10466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:22.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:22.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:23.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:23.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:23 smithi050 ceph-mon[92315]: pgmap v10467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:23 smithi172 ceph-mon[103696]: pgmap v10467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:24.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:24.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:25.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:25.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:25 smithi050 ceph-mon[92315]: pgmap v10468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:25 smithi172 ceph-mon[103696]: pgmap v10468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:26.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:26.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:27.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:27.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:27 smithi050 ceph-mon[92315]: pgmap v10469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:27 smithi172 ceph-mon[103696]: pgmap v10469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:28.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:28.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:29.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:29.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:29 smithi050 ceph-mon[92315]: pgmap v10470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:44:29.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:29 smithi172 ceph-mon[103696]: pgmap v10470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:44:30.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:30.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:31.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:31.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:31 smithi050 ceph-mon[92315]: pgmap v10471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:31 smithi172 ceph-mon[103696]: pgmap v10471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:32.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:32.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:33.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:33.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:33.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:33 smithi050 ceph-mon[92315]: pgmap v10472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:33 smithi172 ceph-mon[103696]: pgmap v10472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:34.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:34.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:44:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:44:35.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:35.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:35 smithi050 ceph-mon[92315]: pgmap v10473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:35.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:35 smithi172 ceph-mon[103696]: pgmap v10473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:36.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:36.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:37.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:37.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:37 smithi050 ceph-mon[92315]: pgmap v10474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:37.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:37 smithi172 ceph-mon[103696]: pgmap v10474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:38.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:38.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:39.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:39.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:39 smithi050 ceph-mon[92315]: pgmap v10475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:44:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:39 smithi172 ceph-mon[103696]: pgmap v10475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:44:40.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:40.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:41.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:41.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:41 smithi050 ceph-mon[92315]: pgmap v10476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:41 smithi172 ceph-mon[103696]: pgmap v10476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:42.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:42.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:43.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:43.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:43 smithi050 ceph-mon[92315]: pgmap v10477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:43.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:43 smithi172 ceph-mon[103696]: pgmap v10477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:44.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:44.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:45.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:45.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:45 smithi050 ceph-mon[92315]: pgmap v10478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:45.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:45 smithi172 ceph-mon[103696]: pgmap v10478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:46.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:46.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:47.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:47.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:47 smithi050 ceph-mon[92315]: pgmap v10479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:47.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:47 smithi172 ceph-mon[103696]: pgmap v10479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:48.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:48.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:49.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:49.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:49.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:49 smithi050 ceph-mon[92315]: pgmap v10480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:44:49.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:44:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:49 smithi172 ceph-mon[103696]: pgmap v10480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:44:49.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:44:50.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:50.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:51.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:51.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:51.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:51 smithi050 ceph-mon[92315]: pgmap v10481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:51.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:51 smithi172 ceph-mon[103696]: pgmap v10481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:52.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:52.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:53.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:53.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:53.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:53 smithi050 ceph-mon[92315]: pgmap v10482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:53 smithi172 ceph-mon[103696]: pgmap v10482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:54.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:54.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:44:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:44:55.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:55.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:55 smithi050 ceph-mon[92315]: pgmap v10483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:55.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:44:55.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:44:55.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:44:55.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:44:55.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:44:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:55 smithi172 ceph-mon[103696]: pgmap v10483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:55.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:44:55.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:44:55.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:44:55.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:44:55.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:44:56.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:56.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:57.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:57.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:57 smithi050 ceph-mon[92315]: pgmap v10484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:57.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:57 smithi172 ceph-mon[103696]: pgmap v10484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:44:58.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:58.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:59.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:44:59.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:44:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:44:59 smithi050 ceph-mon[92315]: pgmap v10485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:44:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:44:59 smithi172 ceph-mon[103696]: pgmap v10485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:45:00.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:00.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:01.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:01.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:01 smithi050 ceph-mon[92315]: pgmap v10486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:01 smithi172 ceph-mon[103696]: pgmap v10486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:02.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:02.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:03.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:03.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:03.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:03 smithi050 ceph-mon[92315]: pgmap v10487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:03 smithi172 ceph-mon[103696]: pgmap v10487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:04.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:04.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:45:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:45:05.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:05.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:05 smithi172 ceph-mon[103696]: pgmap v10488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:05 smithi050 ceph-mon[92315]: pgmap v10488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:06.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:06.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:07.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:07.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:07 smithi050 ceph-mon[92315]: pgmap v10489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:07.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:07 smithi172 ceph-mon[103696]: pgmap v10489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:08.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:08.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:09.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:09.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:09 smithi050 ceph-mon[92315]: pgmap v10490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:45:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:09 smithi172 ceph-mon[103696]: pgmap v10490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:45:10.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:10.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:11.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:11.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:11 smithi050 ceph-mon[92315]: pgmap v10491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:11 smithi172 ceph-mon[103696]: pgmap v10491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:12.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:12.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:13.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:13.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:13 smithi050 ceph-mon[92315]: pgmap v10492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:13 smithi172 ceph-mon[103696]: pgmap v10492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:14.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:14.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:15.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:15.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:15 smithi050 ceph-mon[92315]: pgmap v10493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:15 smithi172 ceph-mon[103696]: pgmap v10493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:16.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:16.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:17.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:17.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:17 smithi050 ceph-mon[92315]: pgmap v10494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:17 smithi172 ceph-mon[103696]: pgmap v10494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:18.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:18.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:19.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:19.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:19 smithi050 ceph-mon[92315]: pgmap v10495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:45:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:45:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:19 smithi172 ceph-mon[103696]: pgmap v10495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:45:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:45:20.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:20.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:21.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:21.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:21 smithi050 ceph-mon[92315]: pgmap v10496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:21 smithi172 ceph-mon[103696]: pgmap v10496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:22.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:22.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:23.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:23.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:23 smithi050 ceph-mon[92315]: pgmap v10497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:23 smithi172 ceph-mon[103696]: pgmap v10497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:24.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:24.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:25.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:25.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:25 smithi050 ceph-mon[92315]: pgmap v10498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:25 smithi172 ceph-mon[103696]: pgmap v10498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:26.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:26.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:27.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:27.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:27 smithi050 ceph-mon[92315]: pgmap v10499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:27.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:27 smithi172 ceph-mon[103696]: pgmap v10499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:28.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:28.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:29.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:29.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:29.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:29 smithi050 ceph-mon[92315]: pgmap v10500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:45:29.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:29 smithi172 ceph-mon[103696]: pgmap v10500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:45:30.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:30.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:31.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:31.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:31 smithi050 ceph-mon[92315]: pgmap v10501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:31 smithi172 ceph-mon[103696]: pgmap v10501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:32.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:32.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:33.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:33.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:33 smithi050 ceph-mon[92315]: pgmap v10502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:33 smithi172 ceph-mon[103696]: pgmap v10502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:34.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:34.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:45:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:45:35.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:35.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:35.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:35 smithi172 ceph-mon[103696]: pgmap v10503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:35 smithi050 ceph-mon[92315]: pgmap v10503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:36.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:36.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:37.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:37.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:37 smithi172 ceph-mon[103696]: pgmap v10504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:37 smithi050 ceph-mon[92315]: pgmap v10504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:38.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:38.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:39.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:39.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:39 smithi050 ceph-mon[92315]: pgmap v10505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:45:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:39 smithi172 ceph-mon[103696]: pgmap v10505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:45:40.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:40.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:41.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:41.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:41 smithi050 ceph-mon[92315]: pgmap v10506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:41 smithi172 ceph-mon[103696]: pgmap v10506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:42.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:42.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:43.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:43.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:43 smithi050 ceph-mon[92315]: pgmap v10507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:43.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:43 smithi172 ceph-mon[103696]: pgmap v10507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:44.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:44.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:45.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:45.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:45.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:45 smithi172 ceph-mon[103696]: pgmap v10508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:46.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:45 smithi050 ceph-mon[92315]: pgmap v10508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:46.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:46.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:47.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:47.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:47.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:47 smithi172 ceph-mon[103696]: pgmap v10509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:47 smithi050 ceph-mon[92315]: pgmap v10509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:48.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:48.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:49.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:49.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:49.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:49 smithi050 ceph-mon[92315]: pgmap v10510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:45:49.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:45:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:49 smithi172 ceph-mon[103696]: pgmap v10510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:45:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:45:50.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:50.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:51.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:51.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:51.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:51 smithi050 ceph-mon[92315]: pgmap v10511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:51.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:51 smithi172 ceph-mon[103696]: pgmap v10511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:52.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:52.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:53.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:53.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:53 smithi172 ceph-mon[103696]: pgmap v10512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:53 smithi050 ceph-mon[92315]: pgmap v10512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:54.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:54.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:55.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:55.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:55.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:55 smithi172 ceph-mon[103696]: pgmap v10513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:55.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:45:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:55 smithi050 ceph-mon[92315]: pgmap v10513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:56.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:45:56.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:56.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:57.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:57.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:57.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:57 smithi172 ceph-mon[103696]: pgmap v10514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:57 smithi050 ceph-mon[92315]: pgmap v10514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:45:58.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:58.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:59.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:45:59.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:45:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:45:59 smithi050 ceph-mon[92315]: pgmap v10515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:45:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:45:59 smithi172 ceph-mon[103696]: pgmap v10515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:46:00.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:00.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:01.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:01.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:01 smithi172 ceph-mon[103696]: pgmap v10516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:02.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:01 smithi050 ceph-mon[92315]: pgmap v10516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:02.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:02.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:03.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:46:03.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:46:03.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:46:03.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:46:03.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:46:03.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:46:03.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:46:03.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:46:03.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:46:03.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:46:03.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:46:03.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:46:03.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:46:03.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:46:03.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:03.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:04.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:03 smithi050 ceph-mon[92315]: pgmap v10517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:03 smithi172 ceph-mon[103696]: pgmap v10517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:04.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:04.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:46:05.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:46:05.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:05.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:05 smithi050 ceph-mon[92315]: pgmap v10518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:05 smithi172 ceph-mon[103696]: pgmap v10518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:06.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:06.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:07.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:07.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:07 smithi050 ceph-mon[92315]: pgmap v10519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:07 smithi172 ceph-mon[103696]: pgmap v10519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:08.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:08.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:09.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:09.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:09 smithi050 ceph-mon[92315]: pgmap v10520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:46:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:09 smithi172 ceph-mon[103696]: pgmap v10520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:46:10.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:10.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:11.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:11.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:11.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:11 smithi172 ceph-mon[103696]: pgmap v10521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:12.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:11 smithi050 ceph-mon[92315]: pgmap v10521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:12.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:12.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:13.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:13.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:13.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:13 smithi172 ceph-mon[103696]: pgmap v10522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:14.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:13 smithi050 ceph-mon[92315]: pgmap v10522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:14.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:14.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:15.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:15.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:15.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:15 smithi172 ceph-mon[103696]: pgmap v10523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:15 smithi050 ceph-mon[92315]: pgmap v10523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:16.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:16.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:17.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:17.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:17.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:17 smithi172 ceph-mon[103696]: pgmap v10524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:17 smithi050 ceph-mon[92315]: pgmap v10524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:18.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:18.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:19.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:19.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:19 smithi050 ceph-mon[92315]: pgmap v10525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:46:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:46:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:19 smithi172 ceph-mon[103696]: pgmap v10525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:46:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:46:20.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:20.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:21.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:21.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:21 smithi172 ceph-mon[103696]: pgmap v10526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:21 smithi050 ceph-mon[92315]: pgmap v10526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:22.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:22.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:23.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:23.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:23 smithi172 ceph-mon[103696]: pgmap v10527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:23 smithi050 ceph-mon[92315]: pgmap v10527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:24.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:24.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:25.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:25.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:25.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:25 smithi172 ceph-mon[103696]: pgmap v10528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:25 smithi050 ceph-mon[92315]: pgmap v10528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:26.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:26.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:27.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:27.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:27.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:27 smithi172 ceph-mon[103696]: pgmap v10529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:28.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:27 smithi050 ceph-mon[92315]: pgmap v10529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:28.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:28.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:29.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:29.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:29 smithi050 ceph-mon[92315]: pgmap v10530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:46:29.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:29 smithi172 ceph-mon[103696]: pgmap v10530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:46:30.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:30.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:31.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:31.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:31.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:31 smithi172 ceph-mon[103696]: pgmap v10531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:31 smithi050 ceph-mon[92315]: pgmap v10531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:32.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:32.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:33.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:33.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:33.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:33 smithi172 ceph-mon[103696]: pgmap v10532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:34.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:33 smithi050 ceph-mon[92315]: pgmap v10532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:34.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:34.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:46:35.105 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:46:35.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:35.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:35 smithi172 ceph-mon[103696]: pgmap v10533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:35 smithi050 ceph-mon[92315]: pgmap v10533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:36.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:36.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:37.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:37.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:37 smithi172 ceph-mon[103696]: pgmap v10534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:38.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:37 smithi050 ceph-mon[92315]: pgmap v10534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:38.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:38.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:39.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:39.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:39.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:39 smithi050 ceph-mon[92315]: pgmap v10535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:46:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:39 smithi172 ceph-mon[103696]: pgmap v10535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:46:40.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:40.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:41.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:41.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:41 smithi172 ceph-mon[103696]: pgmap v10536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:42.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:41 smithi050 ceph-mon[92315]: pgmap v10536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:42.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:42.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:43.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:43.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:43.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:43 smithi172 ceph-mon[103696]: pgmap v10537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:43 smithi050 ceph-mon[92315]: pgmap v10537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:44.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:44.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:45.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:45.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:45 smithi172 ceph-mon[103696]: pgmap v10538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:45 smithi050 ceph-mon[92315]: pgmap v10538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:46.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:46.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:47.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:47.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:47 smithi172 ceph-mon[103696]: pgmap v10539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:46:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:47 smithi050 ceph-mon[92315]: pgmap v10539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:46:48.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:48.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:49.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:49.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:49.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:49 smithi050 ceph-mon[92315]: pgmap v10540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:46:49.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:46:49.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:49 smithi172 ceph-mon[103696]: pgmap v10540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:46:49.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:46:50.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:50.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:51.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:51.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:51 smithi172 ceph-mon[103696]: pgmap v10541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:51 smithi050 ceph-mon[92315]: pgmap v10541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:52.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:52.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:53.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:53.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:53.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:53 smithi172 ceph-mon[103696]: pgmap v10542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:53 smithi050 ceph-mon[92315]: pgmap v10542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:54.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:54.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:55.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:55.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:55.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:55 smithi050 ceph-mon[92315]: pgmap v10543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:55.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:55 smithi172 ceph-mon[103696]: pgmap v10543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:56.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:56.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:57.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:57.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:57 smithi172 ceph-mon[103696]: pgmap v10544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:46:58.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:57 smithi050 ceph-mon[92315]: pgmap v10544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:46:58.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:58.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:59.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:46:59.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:46:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:46:59 smithi050 ceph-mon[92315]: pgmap v10545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:46:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:46:59 smithi172 ceph-mon[103696]: pgmap v10545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:00.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:00.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:01.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:01.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:01 smithi172 ceph-mon[103696]: pgmap v10546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:01 smithi050 ceph-mon[92315]: pgmap v10546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:02.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:02.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:02.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:47:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:47:03.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:03.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:04 smithi050 ceph-mon[92315]: pgmap v10547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:47:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:47:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:47:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:47:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:47:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:47:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:47:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:04 smithi172 ceph-mon[103696]: pgmap v10547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:47:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:47:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:47:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:47:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:47:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:47:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:47:04.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:04.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:47:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:47:05.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:05.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:06 smithi050 ceph-mon[92315]: pgmap v10548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:06 smithi172 ceph-mon[103696]: pgmap v10548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:06.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:06.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:07.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:07.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:08 smithi050 ceph-mon[92315]: pgmap v10549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:47:08.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:08 smithi172 ceph-mon[103696]: pgmap v10549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:47:08.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:08.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:09 smithi050 ceph-mon[92315]: pgmap v10550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:09.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:09.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:09.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:09 smithi172 ceph-mon[103696]: pgmap v10550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:10.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:10.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:11.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:11.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:11 smithi172 ceph-mon[103696]: pgmap v10551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:11 smithi050 ceph-mon[92315]: pgmap v10551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:12.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:12.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:13.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:13.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:13.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:13 smithi172 ceph-mon[103696]: pgmap v10552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:13 smithi050 ceph-mon[92315]: pgmap v10552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:14.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:14.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:15.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:15.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:15.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:15 smithi172 ceph-mon[103696]: pgmap v10553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:15 smithi050 ceph-mon[92315]: pgmap v10553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:16.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:16.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:17.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:17.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:18.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:17 smithi050 ceph-mon[92315]: pgmap v10554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:47:18.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:17 smithi172 ceph-mon[103696]: pgmap v10554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:47:18.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:18.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:19 smithi050 ceph-mon[92315]: pgmap v10555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:47:19.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:19.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:19 smithi172 ceph-mon[103696]: pgmap v10555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:47:20.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:20.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:21.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:21.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:21 smithi172 ceph-mon[103696]: pgmap v10556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:21 smithi050 ceph-mon[92315]: pgmap v10556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:22.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:22.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:23.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:23.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:23 smithi050 ceph-mon[92315]: pgmap v10557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:23 smithi172 ceph-mon[103696]: pgmap v10557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:24.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:24.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:25.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:25.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:26.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:25 smithi050 ceph-mon[92315]: pgmap v10558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:26.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:25 smithi172 ceph-mon[103696]: pgmap v10558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:26.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:26.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:27.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:28.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:28.351 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:27 smithi172 ceph-mon[103696]: pgmap v10559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:47:28.351 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:27 smithi050 ceph-mon[92315]: pgmap v10559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:47:28.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:28.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:29 smithi172 ceph-mon[103696]: pgmap v10560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:29.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:29.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:29 smithi050 ceph-mon[92315]: pgmap v10560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:30.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:30.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:31.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:31.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:31 smithi172 ceph-mon[103696]: pgmap v10561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:31 smithi050 ceph-mon[92315]: pgmap v10561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:32.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:32.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:33.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:33.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:34.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:33 smithi050 ceph-mon[92315]: pgmap v10562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:34.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:33 smithi172 ceph-mon[103696]: pgmap v10562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:34.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:34.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:47:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:47:35.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:35.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:36.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:35 smithi050 ceph-mon[92315]: pgmap v10563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:35 smithi172 ceph-mon[103696]: pgmap v10563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:36.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:36.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:37.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:37.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:38.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:37 smithi050 ceph-mon[92315]: pgmap v10564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:47:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:37 smithi172 ceph-mon[103696]: pgmap v10564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:47:38.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:38.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:39 smithi172 ceph-mon[103696]: pgmap v10565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:39.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:39.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:39 smithi050 ceph-mon[92315]: pgmap v10565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:40.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:40.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:41.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:41.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:42.001 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:41 smithi172 ceph-mon[103696]: pgmap v10566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:42.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:41 smithi050 ceph-mon[92315]: pgmap v10566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:42.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:42.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:43.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:43.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:44.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:43 smithi050 ceph-mon[92315]: pgmap v10567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:43 smithi172 ceph-mon[103696]: pgmap v10567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:44.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:44.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:45.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:45.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:45.991 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:45 smithi050 ceph-mon[92315]: pgmap v10568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:45 smithi172 ceph-mon[103696]: pgmap v10568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:46.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:46.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:47.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:47.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:48.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:47 smithi050 ceph-mon[92315]: pgmap v10569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:47:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:47 smithi172 ceph-mon[103696]: pgmap v10569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:47:48.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:48.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:49.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:49 smithi172 ceph-mon[103696]: pgmap v10570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:49.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:47:49.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:49.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:49 smithi050 ceph-mon[92315]: pgmap v10570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:47:50.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:50.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:51.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:51.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:51 smithi050 ceph-mon[92315]: pgmap v10571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:52.107 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:51 smithi172 ceph-mon[103696]: pgmap v10571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:52.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:52.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:53.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:53.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:53 smithi050 ceph-mon[92315]: pgmap v10572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:53 smithi172 ceph-mon[103696]: pgmap v10572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:54.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:54.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:55.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:55.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:55 smithi050 ceph-mon[92315]: pgmap v10573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:55 smithi172 ceph-mon[103696]: pgmap v10573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:56.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:56.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:57.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:57.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:58.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:57 smithi050 ceph-mon[92315]: pgmap v10574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:47:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:57 smithi172 ceph-mon[103696]: pgmap v10574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:47:58.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:58.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:47:59 smithi172 ceph-mon[103696]: pgmap v10575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:47:59.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:47:59.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:47:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:47:59 smithi050 ceph-mon[92315]: pgmap v10575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:00.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:00.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:01.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:01.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:01 smithi050 ceph-mon[92315]: pgmap v10576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:02.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:01 smithi172 ceph-mon[103696]: pgmap v10576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:02.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:02.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:03.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:03.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:03 smithi050 ceph-mon[92315]: pgmap v10577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:03 smithi172 ceph-mon[103696]: pgmap v10577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:04.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:04.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:05.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:48:05.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:48:05.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:48:05.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:48:05.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:48:05.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:48:05.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:48:05.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:48:05.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:48:05.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:48:05.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:48:05.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:48:05.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:48:05.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:48:05.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:05.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:05 smithi050 ceph-mon[92315]: pgmap v10578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:05 smithi172 ceph-mon[103696]: pgmap v10578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:06.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:06.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:07.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:07.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:07 smithi050 ceph-mon[92315]: pgmap v10579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:48:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:07 smithi172 ceph-mon[103696]: pgmap v10579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:48:08.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:08.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:09.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:09 smithi172 ceph-mon[103696]: pgmap v10580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:09.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:09.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:09 smithi050 ceph-mon[92315]: pgmap v10580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:10.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:10.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:11.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:11.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:12.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:11 smithi050 ceph-mon[92315]: pgmap v10581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:11 smithi172 ceph-mon[103696]: pgmap v10581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:12.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:12.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:13.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:13.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:13 smithi050 ceph-mon[92315]: pgmap v10582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:14.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:13 smithi172 ceph-mon[103696]: pgmap v10582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:14.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:14.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:15.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:15.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:15 smithi050 ceph-mon[92315]: pgmap v10583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:15 smithi172 ceph-mon[103696]: pgmap v10583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:16.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:16.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:17.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:17.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:18.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:17 smithi050 ceph-mon[92315]: pgmap v10584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:48:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:17 smithi172 ceph-mon[103696]: pgmap v10584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:48:18.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:18.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:19 smithi172 ceph-mon[103696]: pgmap v10585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:48:19.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:19.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:19 smithi050 ceph-mon[92315]: pgmap v10585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:48:20.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:20.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:21.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:21.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:21 smithi050 ceph-mon[92315]: pgmap v10586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:22.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:21 smithi172 ceph-mon[103696]: pgmap v10586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:22.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:22.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:23.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:23.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:23 smithi050 ceph-mon[92315]: pgmap v10587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:24.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:23 smithi172 ceph-mon[103696]: pgmap v10587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:24.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:24.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:25.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:25.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:25 smithi050 ceph-mon[92315]: pgmap v10588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:25 smithi172 ceph-mon[103696]: pgmap v10588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:26.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:26.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:27.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:27.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:27.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:27 smithi172 ceph-mon[103696]: pgmap v10589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:48:28.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:27 smithi050 ceph-mon[92315]: pgmap v10589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:48:28.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:28.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:29 smithi172 ceph-mon[103696]: pgmap v10590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:29.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:29.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:29 smithi050 ceph-mon[92315]: pgmap v10590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:30.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:30.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:31.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:31.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:31 smithi050 ceph-mon[92315]: pgmap v10591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:32.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:31 smithi172 ceph-mon[103696]: pgmap v10591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:32.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:32.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:33.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:33.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:33 smithi050 ceph-mon[92315]: pgmap v10592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:33 smithi172 ceph-mon[103696]: pgmap v10592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:34.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:34.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:48:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:48:35.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:35.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:35 smithi050 ceph-mon[92315]: pgmap v10593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:36.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:35 smithi172 ceph-mon[103696]: pgmap v10593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:36.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:36.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:37.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:37.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:37.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:37 smithi172 ceph-mon[103696]: pgmap v10594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:48:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:37 smithi050 ceph-mon[92315]: pgmap v10594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:48:38.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:38.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:39.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:39 smithi172 ceph-mon[103696]: pgmap v10595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:39.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:39.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:39 smithi050 ceph-mon[92315]: pgmap v10595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:40.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:40.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:41.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:41.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:41 smithi050 ceph-mon[92315]: pgmap v10596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:42.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:41 smithi172 ceph-mon[103696]: pgmap v10596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:42.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:42.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:43.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:43.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:44.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:43 smithi050 ceph-mon[92315]: pgmap v10597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:44.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:43 smithi172 ceph-mon[103696]: pgmap v10597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:44.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:44.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:45.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:45.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:46.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:45 smithi050 ceph-mon[92315]: pgmap v10598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:45 smithi172 ceph-mon[103696]: pgmap v10598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:46.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:46.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:47.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:47.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:48.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:47 smithi050 ceph-mon[92315]: pgmap v10599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:48:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:47 smithi172 ceph-mon[103696]: pgmap v10599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:48:48.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:48.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:49.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:49 smithi172 ceph-mon[103696]: pgmap v10600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:49.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:48:49.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:49.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:49 smithi050 ceph-mon[92315]: pgmap v10600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:48:50.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:50.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:51.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:51.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:51 smithi050 ceph-mon[92315]: pgmap v10601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:51 smithi172 ceph-mon[103696]: pgmap v10601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:52.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:52.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:53.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:53.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:53 smithi050 ceph-mon[92315]: pgmap v10602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:53 smithi172 ceph-mon[103696]: pgmap v10602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:54.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:54.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:55.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:55.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:55 smithi050 ceph-mon[92315]: pgmap v10603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:55 smithi172 ceph-mon[103696]: pgmap v10603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:56.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:56.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:57.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:57.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:58.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:57 smithi050 ceph-mon[92315]: pgmap v10604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:48:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:57 smithi172 ceph-mon[103696]: pgmap v10604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:48:58.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:58.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:59.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:48:59 smithi172 ceph-mon[103696]: pgmap v10605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:48:59.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:48:59.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:48:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:48:59 smithi050 ceph-mon[92315]: pgmap v10605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:00.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:00.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:01.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:01.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:01 smithi050 ceph-mon[92315]: pgmap v10606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:01 smithi172 ceph-mon[103696]: pgmap v10606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:02.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:02.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:03.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:03.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:04.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:03 smithi050 ceph-mon[92315]: pgmap v10607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:03 smithi172 ceph-mon[103696]: pgmap v10607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:04.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:04.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:49:05.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:49:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:49:05.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:49:05.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:05.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:05 smithi050 ceph-mon[92315]: pgmap v10608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:49:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:49:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:49:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:49:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:49:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:49:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:49:06.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:05 smithi172 ceph-mon[103696]: pgmap v10608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:06.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:49:06.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:49:06.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:49:06.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:49:06.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:49:06.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:49:06.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:49:06.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:06.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:07.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:07.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:07 smithi050 ceph-mon[92315]: pgmap v10609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:49:08.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:07 smithi172 ceph-mon[103696]: pgmap v10609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:49:08.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:08.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:09.630 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:09 smithi172 ceph-mon[103696]: pgmap v10610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:09.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:09.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:09 smithi050 ceph-mon[92315]: pgmap v10610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:10.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:10.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:11.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:11.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:11.963 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:11 smithi050 ceph-mon[92315]: pgmap v10611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:12.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:11 smithi172 ceph-mon[103696]: pgmap v10611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:12.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:12.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:13.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:13.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:13 smithi050 ceph-mon[92315]: pgmap v10612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:13 smithi172 ceph-mon[103696]: pgmap v10612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:14.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:14.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:15.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:15.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:15 smithi050 ceph-mon[92315]: pgmap v10613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:16.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:15 smithi172 ceph-mon[103696]: pgmap v10613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:16.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:16.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:17.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:17.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:18.005 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:17 smithi172 ceph-mon[103696]: pgmap v10614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:49:18.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:17 smithi050 ceph-mon[92315]: pgmap v10614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:49:18.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:18.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:19 smithi172 ceph-mon[103696]: pgmap v10615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:49:19.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:19.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:19 smithi050 ceph-mon[92315]: pgmap v10615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:49:20.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:20.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:21.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:21.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:22.077 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:21 smithi050 ceph-mon[92315]: pgmap v10616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:22.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:21 smithi172 ceph-mon[103696]: pgmap v10616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:22.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:22.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:23.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:23.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:23 smithi050 ceph-mon[92315]: pgmap v10617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:23 smithi172 ceph-mon[103696]: pgmap v10617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:24.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:24.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:25.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:25.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:25 smithi050 ceph-mon[92315]: pgmap v10618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:25 smithi172 ceph-mon[103696]: pgmap v10618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:26.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:26.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:27.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:27.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:28.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:27 smithi050 ceph-mon[92315]: pgmap v10619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:49:28.110 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:27 smithi172 ceph-mon[103696]: pgmap v10619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:49:28.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:28.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:29 smithi172 ceph-mon[103696]: pgmap v10620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:29.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:29.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:29 smithi050 ceph-mon[92315]: pgmap v10620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:30.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:30.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:31.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:31.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:31 smithi050 ceph-mon[92315]: pgmap v10621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:31 smithi172 ceph-mon[103696]: pgmap v10621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:32.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:32.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:33.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:33.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:33 smithi050 ceph-mon[92315]: pgmap v10622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:33 smithi172 ceph-mon[103696]: pgmap v10622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:34.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:34.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:49:35.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:49:35.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:35.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:36.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:35 smithi050 ceph-mon[92315]: pgmap v10623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:35 smithi172 ceph-mon[103696]: pgmap v10623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:36.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:36.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:37.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:37.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:37 smithi050 ceph-mon[92315]: pgmap v10624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:49:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:37 smithi172 ceph-mon[103696]: pgmap v10624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:49:38.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:38.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:39.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:39 smithi172 ceph-mon[103696]: pgmap v10625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:39 smithi050 ceph-mon[92315]: pgmap v10625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:39.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:39.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:40.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:40.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:41.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:41.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:42.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:41 smithi050 ceph-mon[92315]: pgmap v10626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:41 smithi172 ceph-mon[103696]: pgmap v10626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:42.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:42.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:43.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:43.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:44.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:43 smithi050 ceph-mon[92315]: pgmap v10627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:44.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:43 smithi172 ceph-mon[103696]: pgmap v10627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:44.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:44.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:45.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:45.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:46.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:45 smithi050 ceph-mon[92315]: pgmap v10628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:45 smithi172 ceph-mon[103696]: pgmap v10628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:46.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:46.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:47.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:47.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:47 smithi050 ceph-mon[92315]: pgmap v10629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:49:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:47 smithi172 ceph-mon[103696]: pgmap v10629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:49:48.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:48.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:49 smithi050 ceph-mon[92315]: pgmap v10630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:49:49.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:49.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:49 smithi172 ceph-mon[103696]: pgmap v10630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:49:50.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:50.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:51.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:51.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:51 smithi050 ceph-mon[92315]: pgmap v10631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:51 smithi172 ceph-mon[103696]: pgmap v10631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:52.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:52.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:53.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:53.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:53 smithi050 ceph-mon[92315]: pgmap v10632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:54.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:53 smithi172 ceph-mon[103696]: pgmap v10632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:54.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:54.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:55.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:55.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:56.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:55 smithi050 ceph-mon[92315]: pgmap v10633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:55 smithi172 ceph-mon[103696]: pgmap v10633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:56.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:56.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:57 smithi050 ceph-mon[92315]: pgmap v10634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:49:57.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:57.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:57 smithi172 ceph-mon[103696]: pgmap v10634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:49:58.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:58.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:49:59.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:49:59 smithi050 ceph-mon[92315]: pgmap v10635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:49:59 smithi172 ceph-mon[103696]: pgmap v10635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:49:59.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:49:59.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T19:50:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T19:50:00.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:00.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:01.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:01 smithi050 ceph-mon[92315]: pgmap v10636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:01 smithi172 ceph-mon[103696]: pgmap v10636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:01.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:01.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:02.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:02.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:03.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:03 smithi172 ceph-mon[103696]: pgmap v10637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:03.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:03.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:03 smithi050 ceph-mon[92315]: pgmap v10637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:04.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:04.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:50:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:50:05.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:05.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:05 smithi050 ceph-mon[92315]: pgmap v10638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:06.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:50:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:05 smithi172 ceph-mon[103696]: pgmap v10638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:06.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:50:06.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:06.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:50:07.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:50:07.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:50:07.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:50:07.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:50:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:50:07.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:50:07.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:50:07.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:50:07.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:50:07.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:07.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:08.532 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:08 smithi172 ceph-mon[103696]: pgmap v10639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:50:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:08 smithi050 ceph-mon[92315]: pgmap v10639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:50:08.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:08.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:09.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:09 smithi050 ceph-mon[92315]: pgmap v10640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:09 smithi172 ceph-mon[103696]: pgmap v10640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:09.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:09.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:10.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:10.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:11.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:11.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:11 smithi050 ceph-mon[92315]: pgmap v10641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:12.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:11 smithi172 ceph-mon[103696]: pgmap v10641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:12.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:12.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:13.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:13 smithi172 ceph-mon[103696]: pgmap v10642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:13.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:13.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:13 smithi050 ceph-mon[92315]: pgmap v10642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:14.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:14.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:15.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:15.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:15 smithi050 ceph-mon[92315]: pgmap v10643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:15 smithi172 ceph-mon[103696]: pgmap v10643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:16.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:16.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:17.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:17.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:18.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:17 smithi050 ceph-mon[92315]: pgmap v10644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:50:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:17 smithi172 ceph-mon[103696]: pgmap v10644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:50:18.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:18.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:19 smithi050 ceph-mon[92315]: pgmap v10645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:50:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:19 smithi172 ceph-mon[103696]: pgmap v10645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:50:19.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:19.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:20.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:20.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:21.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:21.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:21 smithi050 ceph-mon[92315]: pgmap v10646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:21 smithi172 ceph-mon[103696]: pgmap v10646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:22.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:22.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:23.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:23.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:23 smithi050 ceph-mon[92315]: pgmap v10647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:23 smithi172 ceph-mon[103696]: pgmap v10647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:24.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:24.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:25.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:25.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:26.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:25 smithi050 ceph-mon[92315]: pgmap v10648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:26.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:25 smithi172 ceph-mon[103696]: pgmap v10648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:26.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:26.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:27.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:27.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:27 smithi050 ceph-mon[92315]: pgmap v10649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:50:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:27 smithi172 ceph-mon[103696]: pgmap v10649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:50:28.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:28.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:29 smithi050 ceph-mon[92315]: pgmap v10650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:29.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:29 smithi172 ceph-mon[103696]: pgmap v10650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:29.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:29.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:30.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:30.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:31.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:31.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:31 smithi050 ceph-mon[92315]: pgmap v10651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:32.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:31 smithi172 ceph-mon[103696]: pgmap v10651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:32.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:32.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:33.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:33.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:34.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:33 smithi050 ceph-mon[92315]: pgmap v10652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:34.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:33 smithi172 ceph-mon[103696]: pgmap v10652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:34.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:34.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:50:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:50:35.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:35.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:35 smithi050 ceph-mon[92315]: pgmap v10653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:36.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:35 smithi172 ceph-mon[103696]: pgmap v10653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:36.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:36.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:37.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:37.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:38.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:37 smithi050 ceph-mon[92315]: pgmap v10654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:50:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:37 smithi172 ceph-mon[103696]: pgmap v10654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:50:38.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:38.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:39 smithi050 ceph-mon[92315]: pgmap v10655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:39 smithi172 ceph-mon[103696]: pgmap v10655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:39.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:39.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:40.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:40.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:41.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:41.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:42.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:41 smithi050 ceph-mon[92315]: pgmap v10656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:41 smithi172 ceph-mon[103696]: pgmap v10656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:42.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:42.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:43.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:43.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:43 smithi050 ceph-mon[92315]: pgmap v10657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:44.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:43 smithi172 ceph-mon[103696]: pgmap v10657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:44.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:44.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:45.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:45.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:46.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:45 smithi050 ceph-mon[92315]: pgmap v10658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:45 smithi172 ceph-mon[103696]: pgmap v10658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:46.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:46.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:47.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:47.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:48.049 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:47 smithi050 ceph-mon[92315]: pgmap v10659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:50:48.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:47 smithi172 ceph-mon[103696]: pgmap v10659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:50:48.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:48.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:49 smithi050 ceph-mon[92315]: pgmap v10660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:50:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:49 smithi172 ceph-mon[103696]: pgmap v10660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:50:49.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:49.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:50.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:50.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:51.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:51.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:51 smithi050 ceph-mon[92315]: pgmap v10661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:51 smithi172 ceph-mon[103696]: pgmap v10661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:52.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:52.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:53.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:53.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:54.008 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:53 smithi172 ceph-mon[103696]: pgmap v10662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:53 smithi050 ceph-mon[92315]: pgmap v10662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:54.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:54.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:55.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:55.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:55 smithi050 ceph-mon[92315]: pgmap v10663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:55 smithi172 ceph-mon[103696]: pgmap v10663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:56.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:56.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:57.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:57.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:58.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:57 smithi050 ceph-mon[92315]: pgmap v10664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:50:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:57 smithi172 ceph-mon[103696]: pgmap v10664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:50:58.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:58.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:50:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:50:59 smithi050 ceph-mon[92315]: pgmap v10665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:59.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:50:59 smithi172 ceph-mon[103696]: pgmap v10665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:50:59.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:50:59.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:00.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:00.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:01.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:01.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:01 smithi050 ceph-mon[92315]: pgmap v10666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:01 smithi172 ceph-mon[103696]: pgmap v10666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:02.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:02.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:03.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:03.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:04.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:03 smithi050 ceph-mon[92315]: pgmap v10667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:04.112 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:03 smithi172 ceph-mon[103696]: pgmap v10667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:04.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:04.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:51:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:51:05.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:05.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:06.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:05 smithi050 ceph-mon[92315]: pgmap v10668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:05 smithi172 ceph-mon[103696]: pgmap v10668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:07.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:07.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:07.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:51:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:51:08.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:08.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:07 smithi050 ceph-mon[92315]: pgmap v10669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:51:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:51:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:51:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:51:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:51:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:07 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1599M 2023-09-30T19:51:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:51:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:51:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:51:08.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:51:08.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:51:08.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:51:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:07 smithi172 ceph-mon[103696]: pgmap v10669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:51:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:51:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:51:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:51:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T19:51:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:07 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1599M 2023-09-30T19:51:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:51:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:51:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:51:08.128 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:51:08.128 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:51:08.128 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:51:09.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:09.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:09.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:09 smithi172 ceph-mon[103696]: pgmap v10670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:09 smithi050 ceph-mon[92315]: pgmap v10670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:10.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:10.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:11.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:11.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:12.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:12.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:11 smithi050 ceph-mon[92315]: pgmap v10671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:11 smithi172 ceph-mon[103696]: pgmap v10671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:13.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:13.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:14.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:14.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:13 smithi050 ceph-mon[92315]: pgmap v10672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:13 smithi172 ceph-mon[103696]: pgmap v10672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:15.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:15.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:16.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:16.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:15 smithi050 ceph-mon[92315]: pgmap v10673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:15 smithi172 ceph-mon[103696]: pgmap v10673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:17.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:17.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:18.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:18.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:18.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:17 smithi050 ceph-mon[92315]: pgmap v10674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:51:18.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:17 smithi172 ceph-mon[103696]: pgmap v10674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:51:19.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:19.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:19 smithi172 ceph-mon[103696]: pgmap v10675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:51:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:19 smithi050 ceph-mon[92315]: pgmap v10675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:51:20.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:20.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:21.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:21.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:22.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:22.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:21 smithi050 ceph-mon[92315]: pgmap v10676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:21 smithi172 ceph-mon[103696]: pgmap v10676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:23.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:23.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:24.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:24.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:23 smithi050 ceph-mon[92315]: pgmap v10677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:23 smithi172 ceph-mon[103696]: pgmap v10677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:25.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:25.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:26.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:26.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:25 smithi050 ceph-mon[92315]: pgmap v10678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:25 smithi172 ceph-mon[103696]: pgmap v10678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:27.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:27.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:28.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:28.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:27 smithi050 ceph-mon[92315]: pgmap v10679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:51:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:27 smithi172 ceph-mon[103696]: pgmap v10679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:51:29.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:29.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:29.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:29 smithi172 ceph-mon[103696]: pgmap v10680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:29.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:29 smithi050 ceph-mon[92315]: pgmap v10680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:30.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:30.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:31.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:31.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:32.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:32.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:31 smithi050 ceph-mon[92315]: pgmap v10681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:32.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:31 smithi172 ceph-mon[103696]: pgmap v10681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:33.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:33.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:33 smithi050 ceph-mon[92315]: pgmap v10682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:34.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:34.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:33 smithi172 ceph-mon[103696]: pgmap v10682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:35.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:35.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:51:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:51:36.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:36.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:36.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:35 smithi050 ceph-mon[92315]: pgmap v10683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:35 smithi172 ceph-mon[103696]: pgmap v10683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:37.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:37.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:38.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:38.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:38.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:37 smithi050 ceph-mon[92315]: pgmap v10684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:51:38.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:37 smithi172 ceph-mon[103696]: pgmap v10684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:51:39.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:39.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:39 smithi050 ceph-mon[92315]: pgmap v10685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:39 smithi172 ceph-mon[103696]: pgmap v10685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:40.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:40.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:41.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:41.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:42.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:42.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:42.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:41 smithi050 ceph-mon[92315]: pgmap v10686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:42.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:41 smithi172 ceph-mon[103696]: pgmap v10686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:43.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:43.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:44.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:44.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:44.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:43 smithi050 ceph-mon[92315]: pgmap v10687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:43 smithi172 ceph-mon[103696]: pgmap v10687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:45.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:45.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:46.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:46.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:46.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:45 smithi050 ceph-mon[92315]: pgmap v10688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:45 smithi172 ceph-mon[103696]: pgmap v10688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:47.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:47.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:48.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:48.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:47 smithi050 ceph-mon[92315]: pgmap v10689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:51:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:47 smithi172 ceph-mon[103696]: pgmap v10689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:51:49.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:49.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:49 smithi050 ceph-mon[92315]: pgmap v10690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:51:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:49 smithi172 ceph-mon[103696]: pgmap v10690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:51:50.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:50.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:51.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:51.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:52.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:52.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:51 smithi050 ceph-mon[92315]: pgmap v10691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:52.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:51 smithi172 ceph-mon[103696]: pgmap v10691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:53.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:53.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:54.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:54.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:53 smithi050 ceph-mon[92315]: pgmap v10692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:53 smithi172 ceph-mon[103696]: pgmap v10692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:55.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:55.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:56.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:56.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:55 smithi050 ceph-mon[92315]: pgmap v10693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:55 smithi172 ceph-mon[103696]: pgmap v10693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:57.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:57.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:58.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:58.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:57 smithi050 ceph-mon[92315]: pgmap v10694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:51:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:57 smithi172 ceph-mon[103696]: pgmap v10694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:51:59.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:51:59.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:51:59.696 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:51:59 smithi172 ceph-mon[103696]: pgmap v10695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:51:59.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:51:59 smithi050 ceph-mon[92315]: pgmap v10695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:00.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:00.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:01.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:01.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:02.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:02.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:01 smithi050 ceph-mon[92315]: pgmap v10696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:01 smithi172 ceph-mon[103696]: pgmap v10696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:03.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:03.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:04.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:04.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:03 smithi050 ceph-mon[92315]: pgmap v10697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:03 smithi172 ceph-mon[103696]: pgmap v10697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:05.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:52:05.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:05.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:52:06.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:05 smithi050 ceph-mon[92315]: pgmap v10698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:06.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:06.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:05 smithi172 ceph-mon[103696]: pgmap v10698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:07.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:07.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:07 smithi050 ceph-mon[92315]: pgmap v10699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:52:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:52:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:52:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:52:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:52:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:52:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:52:08.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:08.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:07 smithi172 ceph-mon[103696]: pgmap v10699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:52:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:52:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:52:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:52:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:52:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:52:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:52:09.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:09.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:09.804 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:09 smithi172 ceph-mon[103696]: pgmap v10700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:09 smithi050 ceph-mon[92315]: pgmap v10700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:10.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:10.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:11.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:11.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:12.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:11 smithi050 ceph-mon[92315]: pgmap v10701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:12.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:12.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:11 smithi172 ceph-mon[103696]: pgmap v10701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:13.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:13.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:14.028 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:13 smithi050 ceph-mon[92315]: pgmap v10702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:14.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:14.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:14.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:13 smithi172 ceph-mon[103696]: pgmap v10702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:15.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:15.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:15 smithi050 ceph-mon[92315]: pgmap v10703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:16.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:16.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:15 smithi172 ceph-mon[103696]: pgmap v10703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:17.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:17.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:17 smithi050 ceph-mon[92315]: pgmap v10704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:52:18.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:18.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:17 smithi172 ceph-mon[103696]: pgmap v10704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:52:19.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:19.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:19 smithi050 ceph-mon[92315]: pgmap v10705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:52:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:19 smithi172 ceph-mon[103696]: pgmap v10705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:52:20.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:20.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:21.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:21.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:21 smithi050 ceph-mon[92315]: pgmap v10706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:22.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:22.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:21 smithi172 ceph-mon[103696]: pgmap v10706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:23.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:23.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:23 smithi050 ceph-mon[92315]: pgmap v10707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:23 smithi172 ceph-mon[103696]: pgmap v10707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:24.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:24.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:25.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:25.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:25 smithi050 ceph-mon[92315]: pgmap v10708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:26.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:25 smithi172 ceph-mon[103696]: pgmap v10708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:26.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:26.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:27.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:27.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:28.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:27 smithi050 ceph-mon[92315]: pgmap v10709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:52:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:27 smithi172 ceph-mon[103696]: pgmap v10709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:52:28.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:28.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:29.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:29.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:29.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:29 smithi050 ceph-mon[92315]: pgmap v10710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:29.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:29 smithi172 ceph-mon[103696]: pgmap v10710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:30.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:30.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:31.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:31.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:32.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:31 smithi050 ceph-mon[92315]: pgmap v10711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:31 smithi172 ceph-mon[103696]: pgmap v10711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:32.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:32.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:33.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:33.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:33 smithi050 ceph-mon[92315]: pgmap v10712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:33 smithi172 ceph-mon[103696]: pgmap v10712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:34.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:34.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:35.069 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:52:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:52:35.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:35.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:35 smithi050 ceph-mon[92315]: pgmap v10713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:35 smithi172 ceph-mon[103696]: pgmap v10713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:36.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:36.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:37.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:37.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:37 smithi050 ceph-mon[92315]: pgmap v10714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:52:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:37 smithi172 ceph-mon[103696]: pgmap v10714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:52:38.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:38.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:39.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:39.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:39 smithi050 ceph-mon[92315]: pgmap v10715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:39 smithi172 ceph-mon[103696]: pgmap v10715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:40.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:40.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:41.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:41.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:41 smithi050 ceph-mon[92315]: pgmap v10716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:42.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:41 smithi172 ceph-mon[103696]: pgmap v10716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:42.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:42.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:43.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:43.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:43 smithi050 ceph-mon[92315]: pgmap v10717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:44.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:43 smithi172 ceph-mon[103696]: pgmap v10717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:44.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:44.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:45.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:45.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:46.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:45 smithi050 ceph-mon[92315]: pgmap v10718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:46.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:45 smithi172 ceph-mon[103696]: pgmap v10718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:46.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:46.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:47.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:47.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:47 smithi050 ceph-mon[92315]: pgmap v10719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:52:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:47 smithi172 ceph-mon[103696]: pgmap v10719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:52:48.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:48.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:49.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:49.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:49 smithi050 ceph-mon[92315]: pgmap v10720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:52:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:49 smithi172 ceph-mon[103696]: pgmap v10720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:52:50.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:50.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:51.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:51.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:51 smithi050 ceph-mon[92315]: pgmap v10721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:51 smithi172 ceph-mon[103696]: pgmap v10721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:52.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:52.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:53.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:53.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:53 smithi050 ceph-mon[92315]: pgmap v10722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:54.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:53 smithi172 ceph-mon[103696]: pgmap v10722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:54.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:54.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:55.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:55.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:55 smithi050 ceph-mon[92315]: pgmap v10723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:55 smithi172 ceph-mon[103696]: pgmap v10723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:56.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:56.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:57.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:57.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:57 smithi050 ceph-mon[92315]: pgmap v10724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:52:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:57 smithi172 ceph-mon[103696]: pgmap v10724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:52:58.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:58.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:59.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:52:59.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:52:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:52:59 smithi050 ceph-mon[92315]: pgmap v10725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:52:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:52:59 smithi172 ceph-mon[103696]: pgmap v10725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:00.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:00.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:01.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:01.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:01 smithi050 ceph-mon[92315]: pgmap v10726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:01 smithi172 ceph-mon[103696]: pgmap v10726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:02.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:02.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:03.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:03.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:04.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:03 smithi050 ceph-mon[92315]: pgmap v10727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:03 smithi172 ceph-mon[103696]: pgmap v10727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:04.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:04.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:05.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:53:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:53:05.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:05.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:05 smithi050 ceph-mon[92315]: pgmap v10728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:05 smithi172 ceph-mon[103696]: pgmap v10728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:06.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:06.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:07.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:07.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:07 smithi050 ceph-mon[92315]: pgmap v10729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:53:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:07 smithi172 ceph-mon[103696]: pgmap v10729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:53:08.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:08.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:53:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:53:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:53:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:53:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:53:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:53:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:53:09.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:53:09.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:53:09.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:53:09.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:53:09.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:53:09.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:09.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:09 smithi050 ceph-mon[92315]: pgmap v10730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:10.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:09 smithi172 ceph-mon[103696]: pgmap v10730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:10.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:10.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:11.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:11.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:12.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:11 smithi050 ceph-mon[92315]: pgmap v10731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:11 smithi172 ceph-mon[103696]: pgmap v10731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:12.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:12.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:13.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:13.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:13 smithi050 ceph-mon[92315]: pgmap v10732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:13 smithi172 ceph-mon[103696]: pgmap v10732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:14.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:14.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:15.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:15.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:15 smithi050 ceph-mon[92315]: pgmap v10733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:15 smithi172 ceph-mon[103696]: pgmap v10733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:16.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:16.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:17.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:17.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:17 smithi050 ceph-mon[92315]: pgmap v10734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:53:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:17 smithi172 ceph-mon[103696]: pgmap v10734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:53:18.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:18.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:19.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:19.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:19.772 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:19 smithi050 ceph-mon[92315]: pgmap v10735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:19.772 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:53:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:19 smithi172 ceph-mon[103696]: pgmap v10735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:53:20.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:20.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:21.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:21.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:21 smithi050 ceph-mon[92315]: pgmap v10736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:22.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:21 smithi172 ceph-mon[103696]: pgmap v10736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:22.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:22.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:23.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:23.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:23 smithi050 ceph-mon[92315]: pgmap v10737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:23 smithi172 ceph-mon[103696]: pgmap v10737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:24.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:24.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:25.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:25.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:25.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:25 smithi172 ceph-mon[103696]: pgmap v10738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:26.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:25 smithi050 ceph-mon[92315]: pgmap v10738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:26.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:26.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:27.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:27.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:27 smithi050 ceph-mon[92315]: pgmap v10739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:53:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:27 smithi172 ceph-mon[103696]: pgmap v10739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:53:28.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:28.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:29.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:29.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:29.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:29 smithi050 ceph-mon[92315]: pgmap v10740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:29 smithi172 ceph-mon[103696]: pgmap v10740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:30.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:30.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:31.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:31.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:32.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:31 smithi050 ceph-mon[92315]: pgmap v10741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:32.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:31 smithi172 ceph-mon[103696]: pgmap v10741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:32.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:32.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:33.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:33.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:34.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:33 smithi050 ceph-mon[92315]: pgmap v10742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:33 smithi172 ceph-mon[103696]: pgmap v10742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:34.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:34.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:53:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:53:35.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:35.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:36.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:35 smithi050 ceph-mon[92315]: pgmap v10743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:35 smithi172 ceph-mon[103696]: pgmap v10743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:36.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:36.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:37.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:37.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:37 smithi050 ceph-mon[92315]: pgmap v10744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:53:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:37 smithi172 ceph-mon[103696]: pgmap v10744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:53:38.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:38.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:39.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:39.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:39 smithi050 ceph-mon[92315]: pgmap v10745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:39 smithi172 ceph-mon[103696]: pgmap v10745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:40.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:40.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:41.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:41.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:41 smithi050 ceph-mon[92315]: pgmap v10746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:41 smithi172 ceph-mon[103696]: pgmap v10746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:42.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:42.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:43.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:43.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:44.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:43 smithi050 ceph-mon[92315]: pgmap v10747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:43 smithi172 ceph-mon[103696]: pgmap v10747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:44.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:44.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:45.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:45.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:45 smithi050 ceph-mon[92315]: pgmap v10748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:46.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:45 smithi172 ceph-mon[103696]: pgmap v10748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:46.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:46.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:47.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:47.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:48.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:47 smithi050 ceph-mon[92315]: pgmap v10749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:53:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:47 smithi172 ceph-mon[103696]: pgmap v10749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:53:48.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:48.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:49.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:49.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:49 smithi050 ceph-mon[92315]: pgmap v10750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:53:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:49 smithi172 ceph-mon[103696]: pgmap v10750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:53:50.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:50.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:51.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:51.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:51 smithi050 ceph-mon[92315]: pgmap v10751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:51 smithi172 ceph-mon[103696]: pgmap v10751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:52.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:52.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:53.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:53.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:53 smithi050 ceph-mon[92315]: pgmap v10752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:53 smithi172 ceph-mon[103696]: pgmap v10752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:54.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:54.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:55.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:55.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:56.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:55 smithi050 ceph-mon[92315]: pgmap v10753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:55 smithi172 ceph-mon[103696]: pgmap v10753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:56.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:56.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:57.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:57.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:57 smithi050 ceph-mon[92315]: pgmap v10754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:53:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:57 smithi172 ceph-mon[103696]: pgmap v10754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:53:58.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:58.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:59.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:53:59.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:53:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:53:59 smithi050 ceph-mon[92315]: pgmap v10755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:53:59.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:53:59 smithi172 ceph-mon[103696]: pgmap v10755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:00.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:00.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:01.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:01.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:02.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:01 smithi050 ceph-mon[92315]: pgmap v10756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:02.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:01 smithi172 ceph-mon[103696]: pgmap v10756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:02.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:02.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:03.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:03.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:04.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:03 smithi050 ceph-mon[92315]: pgmap v10757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:04.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:03 smithi172 ceph-mon[103696]: pgmap v10757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:04.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:04.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:54:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:54:05.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:05.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:06.024 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:05 smithi172 ceph-mon[103696]: pgmap v10758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:06.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:05 smithi050 ceph-mon[92315]: pgmap v10758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:06.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:06.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:07.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:07.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:07 smithi050 ceph-mon[92315]: pgmap v10759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:54:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:07 smithi172 ceph-mon[103696]: pgmap v10759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:54:08.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:08.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:09.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:09.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:09.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:54:09.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:09 smithi050 ceph-mon[92315]: pgmap v10760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:09.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:54:09.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:09 smithi172 ceph-mon[103696]: pgmap v10760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:10.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:10.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:11.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:11.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:11 smithi050 ceph-mon[92315]: pgmap v10761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:11 smithi172 ceph-mon[103696]: pgmap v10761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:12.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:12.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:13.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:13.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:14.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:14.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:14 smithi050 ceph-mon[92315]: pgmap v10762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:54:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:54:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:54:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:54:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:54:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:54:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:54:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:14 smithi172 ceph-mon[103696]: pgmap v10762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:54:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:54:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:54:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:54:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:54:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:54:14.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:54:15.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:15.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:16.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:16.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:16 smithi050 ceph-mon[92315]: pgmap v10763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:16.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:16 smithi172 ceph-mon[103696]: pgmap v10763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:17.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:17.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:18.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:18.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:18 smithi050 ceph-mon[92315]: pgmap v10764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:54:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:18 smithi172 ceph-mon[103696]: pgmap v10764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:54:19.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:19.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:19 smithi050 ceph-mon[92315]: pgmap v10765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:54:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:19 smithi172 ceph-mon[103696]: pgmap v10765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:54:20.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:20.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:21.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:21.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:21 smithi050 ceph-mon[92315]: pgmap v10766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:22.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:21 smithi172 ceph-mon[103696]: pgmap v10766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:22.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:22.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:23.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:23.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:23 smithi050 ceph-mon[92315]: pgmap v10767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:24.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:23 smithi172 ceph-mon[103696]: pgmap v10767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:24.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:24.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:25.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:25.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:25 smithi050 ceph-mon[92315]: pgmap v10768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:26.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:25 smithi172 ceph-mon[103696]: pgmap v10768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:26.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:26.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:27.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:27.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:27 smithi050 ceph-mon[92315]: pgmap v10769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:54:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:27 smithi172 ceph-mon[103696]: pgmap v10769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:54:28.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:28.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:29.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:29.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:29 smithi050 ceph-mon[92315]: pgmap v10770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:29 smithi172 ceph-mon[103696]: pgmap v10770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:30.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:30.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:31.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:31.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:31 smithi050 ceph-mon[92315]: pgmap v10771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:31 smithi172 ceph-mon[103696]: pgmap v10771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:32.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:32.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:33.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:33.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:34.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:33 smithi050 ceph-mon[92315]: pgmap v10772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:34.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:33 smithi172 ceph-mon[103696]: pgmap v10772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:34.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:34.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:54:35.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:54:35.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:35.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:35 smithi050 ceph-mon[92315]: pgmap v10773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:35 smithi172 ceph-mon[103696]: pgmap v10773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:36.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:36.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:37.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:37.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:38.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:37 smithi050 ceph-mon[92315]: pgmap v10774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:54:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:37 smithi172 ceph-mon[103696]: pgmap v10774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:54:38.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:38.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:39.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:39.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:39 smithi050 ceph-mon[92315]: pgmap v10775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:39 smithi172 ceph-mon[103696]: pgmap v10775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:40.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:40.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:41.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:41.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:42.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:41 smithi050 ceph-mon[92315]: pgmap v10776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:42.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:41 smithi172 ceph-mon[103696]: pgmap v10776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:42.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:42.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:43.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:43.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:43 smithi050 ceph-mon[92315]: pgmap v10777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:43 smithi172 ceph-mon[103696]: pgmap v10777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:44.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:44.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:45.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:45.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:46.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:45 smithi050 ceph-mon[92315]: pgmap v10778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:45 smithi172 ceph-mon[103696]: pgmap v10778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:46.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:46.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:47.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:47.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:48.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:47 smithi050 ceph-mon[92315]: pgmap v10779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:54:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:47 smithi172 ceph-mon[103696]: pgmap v10779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:54:48.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:48.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:49.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:49.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:49 smithi050 ceph-mon[92315]: pgmap v10780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:54:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:49 smithi172 ceph-mon[103696]: pgmap v10780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:54:50.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:50.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:51.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:51.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:51 smithi050 ceph-mon[92315]: pgmap v10781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:51 smithi172 ceph-mon[103696]: pgmap v10781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:52.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:52.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:53.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:53.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:53 smithi050 ceph-mon[92315]: pgmap v10782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:53 smithi172 ceph-mon[103696]: pgmap v10782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:54.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:54.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:55.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:55.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:55 smithi050 ceph-mon[92315]: pgmap v10783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:55 smithi172 ceph-mon[103696]: pgmap v10783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:56.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:56.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:57.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:57.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:58.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:57 smithi050 ceph-mon[92315]: pgmap v10784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:54:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:57 smithi172 ceph-mon[103696]: pgmap v10784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:54:58.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:58.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:59.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:54:59.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:54:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:54:59 smithi050 ceph-mon[92315]: pgmap v10785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:54:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:54:59 smithi172 ceph-mon[103696]: pgmap v10785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:00.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:00.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:01.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:01.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:01 smithi172 ceph-mon[103696]: pgmap v10786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:01 smithi050 ceph-mon[92315]: pgmap v10786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:02.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:02.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:03.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:03.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:04.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:03 smithi050 ceph-mon[92315]: pgmap v10787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:03 smithi172 ceph-mon[103696]: pgmap v10787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:04.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:04.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:05.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:55:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:55:05.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:05.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:05 smithi050 ceph-mon[92315]: pgmap v10788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:05 smithi172 ceph-mon[103696]: pgmap v10788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:06.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:06.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:07.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:07.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:07 smithi050 ceph-mon[92315]: pgmap v10789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:55:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:07 smithi172 ceph-mon[103696]: pgmap v10789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:55:08.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:08.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:09.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:09.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:09.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:09 smithi050 ceph-mon[92315]: pgmap v10790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:09 smithi172 ceph-mon[103696]: pgmap v10790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:10.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:10.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:11.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:11.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:12.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:11 smithi050 ceph-mon[92315]: pgmap v10791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:11 smithi172 ceph-mon[103696]: pgmap v10791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:12.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:12.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:13.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:13.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:13 smithi050 ceph-mon[92315]: pgmap v10792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:13 smithi172 ceph-mon[103696]: pgmap v10792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:14.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:14.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:15.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:55:15.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:55:15.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:55:15.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:55:15.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:55:15.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:55:15.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:55:15.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:55:15.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:55:15.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:55:15.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:55:15.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:55:15.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:15.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:16.091 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:15 smithi050 ceph-mon[92315]: pgmap v10793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:15 smithi172 ceph-mon[103696]: pgmap v10793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:16.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:16.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:17.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:17.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:18.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:17 smithi050 ceph-mon[92315]: pgmap v10794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:55:18.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:17 smithi172 ceph-mon[103696]: pgmap v10794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:55:18.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:18.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:19.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:19.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:19 smithi050 ceph-mon[92315]: pgmap v10795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:55:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:19 smithi172 ceph-mon[103696]: pgmap v10795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:55:20.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:20.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:21.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:21.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:22.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:21 smithi050 ceph-mon[92315]: pgmap v10796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:21 smithi172 ceph-mon[103696]: pgmap v10796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:22.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:22.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:23.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:23.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:23 smithi050 ceph-mon[92315]: pgmap v10797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:23 smithi172 ceph-mon[103696]: pgmap v10797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:24.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:24.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:25.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:25.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:25 smithi050 ceph-mon[92315]: pgmap v10798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:25 smithi172 ceph-mon[103696]: pgmap v10798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:26.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:26.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:27.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:27.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:27 smithi050 ceph-mon[92315]: pgmap v10799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:55:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:27 smithi172 ceph-mon[103696]: pgmap v10799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:55:28.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:28.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:29.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:29.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:29 smithi050 ceph-mon[92315]: pgmap v10800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:29 smithi172 ceph-mon[103696]: pgmap v10800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:30.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:30.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:31.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:31.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:31 smithi050 ceph-mon[92315]: pgmap v10801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:32.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:31 smithi172 ceph-mon[103696]: pgmap v10801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:32.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:32.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:33.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:33.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:34.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:33 smithi050 ceph-mon[92315]: pgmap v10802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:33 smithi172 ceph-mon[103696]: pgmap v10802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:34.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:34.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:55:35.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:55:35.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:35.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:36.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:35 smithi050 ceph-mon[92315]: pgmap v10803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:35 smithi172 ceph-mon[103696]: pgmap v10803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:36.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:36.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:37.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:37.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:38.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:37 smithi050 ceph-mon[92315]: pgmap v10804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:55:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:37 smithi172 ceph-mon[103696]: pgmap v10804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:55:38.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:38.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:39.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:39.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:39 smithi050 ceph-mon[92315]: pgmap v10805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:39 smithi172 ceph-mon[103696]: pgmap v10805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:40.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:40.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:41.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:41.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:41 smithi050 ceph-mon[92315]: pgmap v10806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:41 smithi172 ceph-mon[103696]: pgmap v10806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:42.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:42.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:43.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:43.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:44.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:43 smithi050 ceph-mon[92315]: pgmap v10807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:43 smithi172 ceph-mon[103696]: pgmap v10807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:44.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:44.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:45.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:45.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:46.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:45 smithi050 ceph-mon[92315]: pgmap v10808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:45 smithi172 ceph-mon[103696]: pgmap v10808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:46.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:46.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:47.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:47.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:48.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:47 smithi050 ceph-mon[92315]: pgmap v10809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:55:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:47 smithi172 ceph-mon[103696]: pgmap v10809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:55:48.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:48.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:49.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:49.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:49 smithi050 ceph-mon[92315]: pgmap v10810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:55:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:49 smithi172 ceph-mon[103696]: pgmap v10810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:55:50.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:50.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:51.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:51.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:51 smithi050 ceph-mon[92315]: pgmap v10811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:51 smithi172 ceph-mon[103696]: pgmap v10811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:52.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:52.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:53.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:53.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:53 smithi050 ceph-mon[92315]: pgmap v10812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:54.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:53 smithi172 ceph-mon[103696]: pgmap v10812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:54.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:54.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:55.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:55.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:56.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:55 smithi050 ceph-mon[92315]: pgmap v10813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:55 smithi172 ceph-mon[103696]: pgmap v10813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:56.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:56.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:57.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:57.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:57 smithi050 ceph-mon[92315]: pgmap v10814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:55:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:57 smithi172 ceph-mon[103696]: pgmap v10814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:55:58.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:58.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:59.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:55:59.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:55:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:55:59 smithi050 ceph-mon[92315]: pgmap v10815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:55:59.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:55:59 smithi172 ceph-mon[103696]: pgmap v10815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:00.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:00.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:01.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:01.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:01 smithi050 ceph-mon[92315]: pgmap v10816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:01 smithi172 ceph-mon[103696]: pgmap v10816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:02.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:02.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:03.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:03.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:03 smithi050 ceph-mon[92315]: pgmap v10817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:04.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:03 smithi172 ceph-mon[103696]: pgmap v10817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:04.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:04.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:05.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:56:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:56:05.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:05.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:06.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:05 smithi050 ceph-mon[92315]: pgmap v10818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:05 smithi172 ceph-mon[103696]: pgmap v10818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:06.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:06.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:07.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:07.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:07 smithi050 ceph-mon[92315]: pgmap v10819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:56:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:07 smithi172 ceph-mon[103696]: pgmap v10819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:56:08.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:08.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:09.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:09.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:09 smithi050 ceph-mon[92315]: pgmap v10820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:09 smithi172 ceph-mon[103696]: pgmap v10820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:10.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:10.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:11.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:11.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:11 smithi050 ceph-mon[92315]: pgmap v10821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:12.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:11 smithi172 ceph-mon[103696]: pgmap v10821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:12.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:12.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:13.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:13.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:13 smithi050 ceph-mon[92315]: pgmap v10822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:13 smithi172 ceph-mon[103696]: pgmap v10822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:14.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:14.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:56:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:56:15.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:15.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:15 smithi050 ceph-mon[92315]: pgmap v10823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:15 smithi172 ceph-mon[103696]: pgmap v10823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:16.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:16.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:17.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:17.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:17 smithi050 ceph-mon[92315]: pgmap v10824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:56:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:17 smithi172 ceph-mon[103696]: pgmap v10824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:56:18.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:18.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:19.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:19.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:19 smithi050 ceph-mon[92315]: pgmap v10825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:56:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:19 smithi172 ceph-mon[103696]: pgmap v10825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:56:20.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:20.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:21.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:21.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:21 smithi050 ceph-mon[92315]: pgmap v10826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:22.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:56:22.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:56:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:21 smithi172 ceph-mon[103696]: pgmap v10826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:22.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:56:22.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:56:22.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:22.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:23.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:56:23.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:56:23.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:56:23.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:56:23.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:56:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:56:23.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:56:23.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:56:23.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:56:23.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:56:23.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:23.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:24 smithi172 ceph-mon[103696]: pgmap v10827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:24.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:24.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:24 smithi050 ceph-mon[92315]: pgmap v10827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:25.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:25.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:26.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:26 smithi172 ceph-mon[103696]: pgmap v10828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:26.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:26.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:26.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:26 smithi050 ceph-mon[92315]: pgmap v10828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:27.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:27.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:28.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:28 smithi172 ceph-mon[103696]: pgmap v10829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:56:28.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:28.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:28 smithi050 ceph-mon[92315]: pgmap v10829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:56:29.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:29.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:29 smithi050 ceph-mon[92315]: pgmap v10830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:29 smithi172 ceph-mon[103696]: pgmap v10830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:30.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:30.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:31.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:31.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:32.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:31 smithi050 ceph-mon[92315]: pgmap v10831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:31 smithi172 ceph-mon[103696]: pgmap v10831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:32.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:32.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:33.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:33.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:34.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:33 smithi050 ceph-mon[92315]: pgmap v10832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:33 smithi172 ceph-mon[103696]: pgmap v10832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:34.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:34.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:56:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:56:35.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:35.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:36.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:35 smithi050 ceph-mon[92315]: pgmap v10833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:35 smithi172 ceph-mon[103696]: pgmap v10833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:36.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:36.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:37.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:37.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:37.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:37 smithi172 ceph-mon[103696]: pgmap v10834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:56:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:37 smithi050 ceph-mon[92315]: pgmap v10834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:56:38.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:38.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:39.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:39.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:39 smithi050 ceph-mon[92315]: pgmap v10835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:39 smithi172 ceph-mon[103696]: pgmap v10835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:40.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:40.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:41.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:41.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:42.064 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:41 smithi050 ceph-mon[92315]: pgmap v10836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:41 smithi172 ceph-mon[103696]: pgmap v10836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:42.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:42.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:43.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:43.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:44.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:43 smithi050 ceph-mon[92315]: pgmap v10837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:44.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:43 smithi172 ceph-mon[103696]: pgmap v10837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:44.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:44.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:45.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:45.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:45 smithi050 ceph-mon[92315]: pgmap v10838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:45 smithi172 ceph-mon[103696]: pgmap v10838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:46.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:46.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:47.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:47.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:48.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:47 smithi050 ceph-mon[92315]: pgmap v10839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:56:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:47 smithi172 ceph-mon[103696]: pgmap v10839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:56:48.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:48.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:49.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:49.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:49 smithi050 ceph-mon[92315]: pgmap v10840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:56:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:49 smithi172 ceph-mon[103696]: pgmap v10840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:56:50.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:50.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:51.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:51.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:51 smithi050 ceph-mon[92315]: pgmap v10841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:52.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:51 smithi172 ceph-mon[103696]: pgmap v10841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:52.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:52.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:53.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:53.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:53 smithi050 ceph-mon[92315]: pgmap v10842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:54.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:53 smithi172 ceph-mon[103696]: pgmap v10842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:54.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:54.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:55.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:55.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:55 smithi050 ceph-mon[92315]: pgmap v10843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:55 smithi172 ceph-mon[103696]: pgmap v10843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:56.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:56.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:57.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:57.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:58.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:57 smithi050 ceph-mon[92315]: pgmap v10844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:56:58.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:57 smithi172 ceph-mon[103696]: pgmap v10844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:56:58.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:58.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:59.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:56:59.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:56:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:56:59 smithi050 ceph-mon[92315]: pgmap v10845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:56:59.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:56:59 smithi172 ceph-mon[103696]: pgmap v10845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:00.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:00.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:01.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:01.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:01 smithi050 ceph-mon[92315]: pgmap v10846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:01 smithi172 ceph-mon[103696]: pgmap v10846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:02.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:02.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:03.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:03.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:03 smithi050 ceph-mon[92315]: pgmap v10847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:03 smithi172 ceph-mon[103696]: pgmap v10847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:04.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:04.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:57:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:57:05.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:05.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:06.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:05 smithi050 ceph-mon[92315]: pgmap v10848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:05 smithi172 ceph-mon[103696]: pgmap v10848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:06.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:06.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:07.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:07.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:07 smithi050 ceph-mon[92315]: pgmap v10849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:57:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:07 smithi172 ceph-mon[103696]: pgmap v10849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:57:08.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:08.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:09.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:09.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:09 smithi050 ceph-mon[92315]: pgmap v10850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:09.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:09 smithi172 ceph-mon[103696]: pgmap v10850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:10.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:10.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:11.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:11.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:11 smithi050 ceph-mon[92315]: pgmap v10851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:12.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:11 smithi172 ceph-mon[103696]: pgmap v10851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:12.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:12.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:13.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:13.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:13 smithi050 ceph-mon[92315]: pgmap v10852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:14.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:13 smithi172 ceph-mon[103696]: pgmap v10852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:14.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:14.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:15.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:15.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:15 smithi050 ceph-mon[92315]: pgmap v10853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:15 smithi172 ceph-mon[103696]: pgmap v10853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:16.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:16.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:17.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:17.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:18.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:17 smithi050 ceph-mon[92315]: pgmap v10854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:57:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:17 smithi172 ceph-mon[103696]: pgmap v10854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:57:18.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:18.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:19.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:19.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:19 smithi050 ceph-mon[92315]: pgmap v10855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:57:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:19 smithi172 ceph-mon[103696]: pgmap v10855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:57:20.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:20.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:21.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:21.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:21 smithi050 ceph-mon[92315]: pgmap v10856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:21 smithi172 ceph-mon[103696]: pgmap v10856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:22.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:22.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:23.084 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:57:23.084 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:57:23.085 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:57:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:57:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:57:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:57:23.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:23.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:23 smithi050 ceph-mon[92315]: pgmap v10857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:57:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:57:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:57:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:57:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:57:24.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:23 smithi172 ceph-mon[103696]: pgmap v10857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:24.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:57:24.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:57:24.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:57:24.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:57:24.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:57:24.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:24.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:25.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:25.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:26.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:25 smithi050 ceph-mon[92315]: pgmap v10858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:25 smithi172 ceph-mon[103696]: pgmap v10858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:26.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:26.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:27.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:27.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:27 smithi050 ceph-mon[92315]: pgmap v10859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:57:28.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:27 smithi172 ceph-mon[103696]: pgmap v10859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:57:28.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:28.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:29.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:29.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:29 smithi050 ceph-mon[92315]: pgmap v10860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:29 smithi172 ceph-mon[103696]: pgmap v10860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:30.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:30.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:31.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:31.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:31 smithi050 ceph-mon[92315]: pgmap v10861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:31 smithi172 ceph-mon[103696]: pgmap v10861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:32.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:32.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:33.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:33.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:33 smithi050 ceph-mon[92315]: pgmap v10862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:34.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:33 smithi172 ceph-mon[103696]: pgmap v10862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:34.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:34.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:57:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:57:35.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:35.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:35 smithi050 ceph-mon[92315]: pgmap v10863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:35 smithi172 ceph-mon[103696]: pgmap v10863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:36.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:36.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:37.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:37.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:38.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:37 smithi050 ceph-mon[92315]: pgmap v10864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:57:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:37 smithi172 ceph-mon[103696]: pgmap v10864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:57:38.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:38.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:39.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:39.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:39 smithi050 ceph-mon[92315]: pgmap v10865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:39 smithi172 ceph-mon[103696]: pgmap v10865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:40.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:40.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:41.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:41.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:41 smithi050 ceph-mon[92315]: pgmap v10866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:42.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:41 smithi172 ceph-mon[103696]: pgmap v10866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:42.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:42.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:43.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:43.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:43 smithi050 ceph-mon[92315]: pgmap v10867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:44.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:43 smithi172 ceph-mon[103696]: pgmap v10867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:44.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:44.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:45.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:45.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:46.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:45 smithi050 ceph-mon[92315]: pgmap v10868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:45 smithi172 ceph-mon[103696]: pgmap v10868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:46.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:46.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:47.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:47.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:48.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:47 smithi050 ceph-mon[92315]: pgmap v10869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:57:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:47 smithi172 ceph-mon[103696]: pgmap v10869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:57:48.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:48.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:49.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:49.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:49 smithi050 ceph-mon[92315]: pgmap v10870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:57:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:49 smithi172 ceph-mon[103696]: pgmap v10870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:57:50.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:50.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:51.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:51.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:51 smithi050 ceph-mon[92315]: pgmap v10871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:51 smithi172 ceph-mon[103696]: pgmap v10871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:52.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:52.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:53.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:53.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:53 smithi050 ceph-mon[92315]: pgmap v10872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:54.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:53 smithi172 ceph-mon[103696]: pgmap v10872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:54.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:54.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:55.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:55.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:55 smithi050 ceph-mon[92315]: pgmap v10873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:56.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:55 smithi172 ceph-mon[103696]: pgmap v10873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:56.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:56.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:57.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:57.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:58.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:57 smithi050 ceph-mon[92315]: pgmap v10874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:57:58.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:57 smithi172 ceph-mon[103696]: pgmap v10874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:57:58.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:58.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:59.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:57:59.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:57:59.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:57:59 smithi050 ceph-mon[92315]: pgmap v10875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:57:59.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:57:59 smithi172 ceph-mon[103696]: pgmap v10875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:00.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:00.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:01.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:01.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:01 smithi050 ceph-mon[92315]: pgmap v10876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:02.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:01 smithi172 ceph-mon[103696]: pgmap v10876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:02.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:02.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:03.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:03.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:04.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:03 smithi050 ceph-mon[92315]: pgmap v10877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:04.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:03 smithi172 ceph-mon[103696]: pgmap v10877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:04.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:04.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:58:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:58:05.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:05.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:06.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:05 smithi050 ceph-mon[92315]: pgmap v10878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:06.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:05 smithi172 ceph-mon[103696]: pgmap v10878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:06.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:06.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:07.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:07.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:07 smithi050 ceph-mon[92315]: pgmap v10879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:58:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:07 smithi172 ceph-mon[103696]: pgmap v10879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:58:08.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:08.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:09.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:09.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:09 smithi050 ceph-mon[92315]: pgmap v10880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:09 smithi172 ceph-mon[103696]: pgmap v10880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:10.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:10.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:11.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:11.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:12.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:11 smithi050 ceph-mon[92315]: pgmap v10881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:11 smithi172 ceph-mon[103696]: pgmap v10881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:12.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:12.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:13.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:13.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:13.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:13 smithi172 ceph-mon[103696]: pgmap v10882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:13 smithi050 ceph-mon[92315]: pgmap v10882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:14.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:14.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:15.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:15.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:15 smithi050 ceph-mon[92315]: pgmap v10883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:15 smithi172 ceph-mon[103696]: pgmap v10883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:16.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:16.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:17.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:17.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:17 smithi050 ceph-mon[92315]: pgmap v10884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:58:18.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:17 smithi172 ceph-mon[103696]: pgmap v10884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:58:18.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:18.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:19.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:19.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:19 smithi050 ceph-mon[92315]: pgmap v10885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:58:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:19 smithi172 ceph-mon[103696]: pgmap v10885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:58:20.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:20.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:21.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:21.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:21 smithi050 ceph-mon[92315]: pgmap v10886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:21 smithi172 ceph-mon[103696]: pgmap v10886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:22.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:22.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:23.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:23.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:23 smithi050 ceph-mon[92315]: pgmap v10887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:58:24.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:23 smithi172 ceph-mon[103696]: pgmap v10887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:24.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:58:24.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:24.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:25.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:58:25.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:58:25.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:58:25.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:58:25.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:58:25.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:58:25.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:58:25.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:58:25.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:58:25.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:58:25.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:25.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:26 smithi050 ceph-mon[92315]: pgmap v10888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:26 smithi172 ceph-mon[103696]: pgmap v10888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:26.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:26.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:27.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:27.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:28 smithi050 ceph-mon[92315]: pgmap v10889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:58:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:28 smithi172 ceph-mon[103696]: pgmap v10889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:58:28.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:28.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:29.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:29.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:29 smithi050 ceph-mon[92315]: pgmap v10890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:29.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:29 smithi172 ceph-mon[103696]: pgmap v10890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:30.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:30.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:31.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:31.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:32.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:31 smithi050 ceph-mon[92315]: pgmap v10891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:31 smithi172 ceph-mon[103696]: pgmap v10891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:32.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:32.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:33.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:33.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:34.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:33 smithi050 ceph-mon[92315]: pgmap v10892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:33 smithi172 ceph-mon[103696]: pgmap v10892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:34.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:34.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:58:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:58:35.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:35.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:36.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:35 smithi172 ceph-mon[103696]: pgmap v10893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:35 smithi050 ceph-mon[92315]: pgmap v10893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:36.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:36.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:37.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:37.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:37 smithi172 ceph-mon[103696]: pgmap v10894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:58:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:37 smithi050 ceph-mon[92315]: pgmap v10894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:58:38.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:38.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:39.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:39.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:39 smithi050 ceph-mon[92315]: pgmap v10895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:39 smithi172 ceph-mon[103696]: pgmap v10895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:40.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:40.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:41.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:41.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:41 smithi050 ceph-mon[92315]: pgmap v10896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:41 smithi172 ceph-mon[103696]: pgmap v10896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:42.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:42.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:43.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:43.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:44.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:43 smithi050 ceph-mon[92315]: pgmap v10897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:44.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:43 smithi172 ceph-mon[103696]: pgmap v10897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:44.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:44.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:45.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:45.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:45 smithi172 ceph-mon[103696]: pgmap v10898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:45 smithi050 ceph-mon[92315]: pgmap v10898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:46.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:46.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:47.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:47.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:47 smithi172 ceph-mon[103696]: pgmap v10899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:58:48.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:47 smithi050 ceph-mon[92315]: pgmap v10899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:58:48.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:48.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:49.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:49.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:49 smithi050 ceph-mon[92315]: pgmap v10900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:58:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:49 smithi172 ceph-mon[103696]: pgmap v10900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:58:50.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:50.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:51.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:51.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:51 smithi050 ceph-mon[92315]: pgmap v10901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:51 smithi172 ceph-mon[103696]: pgmap v10901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:52.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:52.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:53.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:53.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:53 smithi172 ceph-mon[103696]: pgmap v10902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:54.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:53 smithi050 ceph-mon[92315]: pgmap v10902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:54.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:54.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:55.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:55.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:55 smithi172 ceph-mon[103696]: pgmap v10903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:56.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:55 smithi050 ceph-mon[92315]: pgmap v10903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:56.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:56.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:57.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:57.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:57 smithi172 ceph-mon[103696]: pgmap v10904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:58:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:57 smithi050 ceph-mon[92315]: pgmap v10904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:58:58.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:58.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:59.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:58:59.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:58:59.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:58:59 smithi050 ceph-mon[92315]: pgmap v10905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:58:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:58:59 smithi172 ceph-mon[103696]: pgmap v10905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:00.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:00.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:01.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:01.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:01 smithi172 ceph-mon[103696]: pgmap v10906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:02.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:01 smithi050 ceph-mon[92315]: pgmap v10906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:02.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:02.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:03.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:03.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:04.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:03 smithi050 ceph-mon[92315]: pgmap v10907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:03 smithi172 ceph-mon[103696]: pgmap v10907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:04.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:04.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:59:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:59:05.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:05.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:05 smithi172 ceph-mon[103696]: pgmap v10908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:05 smithi050 ceph-mon[92315]: pgmap v10908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:06.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:06.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:07.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:07.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:07 smithi172 ceph-mon[103696]: pgmap v10909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:59:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:07 smithi050 ceph-mon[92315]: pgmap v10909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:59:08.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:08.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:09.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:09.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:09 smithi050 ceph-mon[92315]: pgmap v10910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:09 smithi172 ceph-mon[103696]: pgmap v10910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:10.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:10.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:11.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:11.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:11 smithi172 ceph-mon[103696]: pgmap v10911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:11 smithi050 ceph-mon[92315]: pgmap v10911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:12.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:12.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:13.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:13.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:14.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:13 smithi050 ceph-mon[92315]: pgmap v10912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:13 smithi172 ceph-mon[103696]: pgmap v10912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:14.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:14.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:15.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:15.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:16.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:15 smithi172 ceph-mon[103696]: pgmap v10913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:15 smithi050 ceph-mon[92315]: pgmap v10913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:16.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:16.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:17.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:17.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:17 smithi172 ceph-mon[103696]: pgmap v10914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:59:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:17 smithi050 ceph-mon[92315]: pgmap v10914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:59:18.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:18.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:19 smithi172 ceph-mon[103696]: pgmap v10915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:59:19.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:19.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:19 smithi050 ceph-mon[92315]: pgmap v10915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:59:20.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:20.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:21.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:21.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:22.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:21 smithi172 ceph-mon[103696]: pgmap v10916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:21 smithi050 ceph-mon[92315]: pgmap v10916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:22.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:22.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:23.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:23.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:24.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:23 smithi172 ceph-mon[103696]: pgmap v10917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:24.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:23 smithi050 ceph-mon[92315]: pgmap v10917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:24.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:24.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:25.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:59:25.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:59:25.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:59:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T19:59:25.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:59:25.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:59:25.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:25.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:26.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:25 smithi172 ceph-mon[103696]: pgmap v10918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:26.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:59:26.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:59:26.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:59:26.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:59:26.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:59:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:25 smithi050 ceph-mon[92315]: pgmap v10918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T19:59:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T19:59:26.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:59:26.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T19:59:26.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T19:59:26.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:26.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:27.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:27.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:27 smithi172 ceph-mon[103696]: pgmap v10919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:59:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:27 smithi050 ceph-mon[92315]: pgmap v10919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:59:28.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:28.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:29.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:29.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:29 smithi050 ceph-mon[92315]: pgmap v10920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:29 smithi172 ceph-mon[103696]: pgmap v10920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:30.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:30.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:31.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:31.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:32.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:31 smithi172 ceph-mon[103696]: pgmap v10921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:31 smithi050 ceph-mon[92315]: pgmap v10921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:32.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:32.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:33.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:33.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:34.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:33 smithi172 ceph-mon[103696]: pgmap v10922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:34.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:33 smithi050 ceph-mon[92315]: pgmap v10922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:34.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:34.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:35.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:59:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:59:35.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:35.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:35 smithi172 ceph-mon[103696]: pgmap v10923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:36.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:35 smithi050 ceph-mon[92315]: pgmap v10923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:36.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:36.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:37.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:37.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:37 smithi172 ceph-mon[103696]: pgmap v10924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:59:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:37 smithi050 ceph-mon[92315]: pgmap v10924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:59:38.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:38.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:39 smithi050 ceph-mon[92315]: pgmap v10925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:39.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:39.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:39 smithi172 ceph-mon[103696]: pgmap v10925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:40.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:40.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:41.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:41.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:41 smithi172 ceph-mon[103696]: pgmap v10926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:41 smithi050 ceph-mon[92315]: pgmap v10926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:42.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:42.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:43.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:43.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:44.122 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:43 smithi050 ceph-mon[92315]: pgmap v10927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:44.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:43 smithi172 ceph-mon[103696]: pgmap v10927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:44.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:44.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:45.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:45.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:45 smithi172 ceph-mon[103696]: pgmap v10928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:45 smithi050 ceph-mon[92315]: pgmap v10928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:46.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:46.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:47.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:47.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:47 smithi172 ceph-mon[103696]: pgmap v10929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:59:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:47 smithi050 ceph-mon[92315]: pgmap v10929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:59:48.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:48.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:49 smithi050 ceph-mon[92315]: pgmap v10930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:59:49.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:49.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:49 smithi172 ceph-mon[103696]: pgmap v10930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T19:59:50.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:50.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:51.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:51.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:51 smithi172 ceph-mon[103696]: pgmap v10931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:51 smithi050 ceph-mon[92315]: pgmap v10931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:52.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:52.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:53.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:53.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:53 smithi172 ceph-mon[103696]: pgmap v10932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:54.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:53 smithi050 ceph-mon[92315]: pgmap v10932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:54.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:54.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:55.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:55.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:56.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:55 smithi172 ceph-mon[103696]: pgmap v10933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:55 smithi050 ceph-mon[92315]: pgmap v10933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:56.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:56.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:57.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:57.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:57 smithi172 ceph-mon[103696]: pgmap v10934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:59:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:57 smithi050 ceph-mon[92315]: pgmap v10934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T19:59:58.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:58.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T19:59:59.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 19:59:59 smithi050 ceph-mon[92315]: pgmap v10935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:59.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 19:59:59 smithi172 ceph-mon[103696]: pgmap v10935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T19:59:59.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T19:59:59.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T20:00:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T20:00:00.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:00.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:01.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:01 smithi050 ceph-mon[92315]: pgmap v10936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:01 smithi172 ceph-mon[103696]: pgmap v10936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:01.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:01.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:02.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:02.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:03.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:03.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:03 smithi172 ceph-mon[103696]: pgmap v10937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:04.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:03 smithi050 ceph-mon[92315]: pgmap v10937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:04.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:04.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:00:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:00:05.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:05.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:05 smithi172 ceph-mon[103696]: pgmap v10938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:05 smithi050 ceph-mon[92315]: pgmap v10938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:06.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:06.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:07.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:07.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:07 smithi050 ceph-mon[92315]: pgmap v10939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:00:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:07 smithi172 ceph-mon[103696]: pgmap v10939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:00:08.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:08.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:09.829 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:09 smithi172 ceph-mon[103696]: pgmap v10940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:09.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:09 smithi050 ceph-mon[92315]: pgmap v10940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:09.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:09.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:10.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:10.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:11.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:11.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:11 smithi172 ceph-mon[103696]: pgmap v10941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:11 smithi050 ceph-mon[92315]: pgmap v10941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:12.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:12.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:13.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:13.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:13 smithi172 ceph-mon[103696]: pgmap v10942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:14.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:13 smithi050 ceph-mon[92315]: pgmap v10942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:14.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:14.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:15.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:15.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:15 smithi050 ceph-mon[92315]: pgmap v10943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:15 smithi172 ceph-mon[103696]: pgmap v10943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:16.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:16.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:17.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:17.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:17 smithi050 ceph-mon[92315]: pgmap v10944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:00:18.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:17 smithi172 ceph-mon[103696]: pgmap v10944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:00:18.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:18.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:19 smithi050 ceph-mon[92315]: pgmap v10945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:00:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:19 smithi172 ceph-mon[103696]: pgmap v10945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:00:19.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:19.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:20.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:20.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:21.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:21.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:21 smithi172 ceph-mon[103696]: pgmap v10946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:21 smithi050 ceph-mon[92315]: pgmap v10946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:22.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:22.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:23.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:23.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:24.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:23 smithi050 ceph-mon[92315]: pgmap v10947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:23 smithi172 ceph-mon[103696]: pgmap v10947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:24.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:24.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:25.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:25.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:25 smithi050 ceph-mon[92315]: pgmap v10948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:00:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:00:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:00:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:25 smithi172 ceph-mon[103696]: pgmap v10948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:26.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:00:26.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:00:26.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:00:26.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:26.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:00:27.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:00:27.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:00:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:00:27.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:00:27.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:00:27.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:27.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:27 smithi050 ceph-mon[92315]: pgmap v10949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:00:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:27 smithi172 ceph-mon[103696]: pgmap v10949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:00:28.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:28.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:29 smithi050 ceph-mon[92315]: pgmap v10950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:29 smithi172 ceph-mon[103696]: pgmap v10950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:29.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:29.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:30.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:30.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:31.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:31.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:31 smithi050 ceph-mon[92315]: pgmap v10951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:31 smithi172 ceph-mon[103696]: pgmap v10951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:32.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:32.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:33.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:33.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:34.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:33 smithi050 ceph-mon[92315]: pgmap v10952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:33 smithi172 ceph-mon[103696]: pgmap v10952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:34.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:34.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:00:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:00:35.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:35.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:35 smithi050 ceph-mon[92315]: pgmap v10953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:35 smithi172 ceph-mon[103696]: pgmap v10953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:36.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:36.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:37.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:37.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:37 smithi050 ceph-mon[92315]: pgmap v10954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:00:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:37 smithi172 ceph-mon[103696]: pgmap v10954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:00:38.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:38.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:39 smithi050 ceph-mon[92315]: pgmap v10955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:39 smithi172 ceph-mon[103696]: pgmap v10955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:39.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:39.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:40.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:40.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:41.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:41.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:41 smithi050 ceph-mon[92315]: pgmap v10956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:41 smithi172 ceph-mon[103696]: pgmap v10956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:42.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:42.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:43.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:43.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:44.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:43 smithi050 ceph-mon[92315]: pgmap v10957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:43 smithi172 ceph-mon[103696]: pgmap v10957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:44.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:44.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:45.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:45.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:45 smithi050 ceph-mon[92315]: pgmap v10958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:46.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:45 smithi172 ceph-mon[103696]: pgmap v10958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:46.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:46.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:47.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:47.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:47 smithi050 ceph-mon[92315]: pgmap v10959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:00:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:47 smithi172 ceph-mon[103696]: pgmap v10959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:00:48.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:48.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:49 smithi050 ceph-mon[92315]: pgmap v10960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:00:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:49 smithi172 ceph-mon[103696]: pgmap v10960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:00:49.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:49.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:50.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:50.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:51.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:51.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:51 smithi050 ceph-mon[92315]: pgmap v10961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:51 smithi172 ceph-mon[103696]: pgmap v10961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:52.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:52.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:53.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:53.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:54.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:53 smithi050 ceph-mon[92315]: pgmap v10962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:53 smithi172 ceph-mon[103696]: pgmap v10962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:54.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:54.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:55.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:55.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:55 smithi050 ceph-mon[92315]: pgmap v10963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:55 smithi172 ceph-mon[103696]: pgmap v10963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:56.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:56.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:57.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:57.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:57 smithi050 ceph-mon[92315]: pgmap v10964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:00:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:57 smithi172 ceph-mon[103696]: pgmap v10964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:00:58.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:58.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:00:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:00:59 smithi050 ceph-mon[92315]: pgmap v10965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:00:59 smithi172 ceph-mon[103696]: pgmap v10965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:00:59.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:00:59.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:00.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:00.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:01.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:01.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:02.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:01 smithi050 ceph-mon[92315]: pgmap v10966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:02.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:01 smithi172 ceph-mon[103696]: pgmap v10966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:02.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:02.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:03.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:03.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:04.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:03 smithi050 ceph-mon[92315]: pgmap v10967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:03 smithi172 ceph-mon[103696]: pgmap v10967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:04.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:04.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:01:05.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:01:06.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:06.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:05 smithi050 ceph-mon[92315]: pgmap v10968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:05 smithi172 ceph-mon[103696]: pgmap v10968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:07.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:07.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:08.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:08.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:07 smithi050 ceph-mon[92315]: pgmap v10969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:01:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:07 smithi172 ceph-mon[103696]: pgmap v10969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:01:09.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:09.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:09 smithi050 ceph-mon[92315]: pgmap v10970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:09.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:09 smithi172 ceph-mon[103696]: pgmap v10970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:10.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:10.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:11.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:11.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:12.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:12.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:11 smithi050 ceph-mon[92315]: pgmap v10971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:11 smithi172 ceph-mon[103696]: pgmap v10971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:13.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:13.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:14.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:14.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:14.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:13 smithi050 ceph-mon[92315]: pgmap v10972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:13 smithi172 ceph-mon[103696]: pgmap v10972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:15.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:15.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:16.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:16.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:15 smithi050 ceph-mon[92315]: pgmap v10973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:16.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:15 smithi172 ceph-mon[103696]: pgmap v10973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:17.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:17.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:18.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:18.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:17 smithi050 ceph-mon[92315]: pgmap v10974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:01:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:17 smithi172 ceph-mon[103696]: pgmap v10974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:01:19.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:19.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:19 smithi050 ceph-mon[92315]: pgmap v10975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:01:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:19 smithi172 ceph-mon[103696]: pgmap v10975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:01:20.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:20.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:21.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:21.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:22.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:22.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:21 smithi050 ceph-mon[92315]: pgmap v10976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:22.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:21 smithi172 ceph-mon[103696]: pgmap v10976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:23.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:23.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:24.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:24.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:24.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:23 smithi050 ceph-mon[92315]: pgmap v10977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:23 smithi172 ceph-mon[103696]: pgmap v10977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:25.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:25.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:26.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:26.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:25 smithi050 ceph-mon[92315]: pgmap v10978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:25 smithi172 ceph-mon[103696]: pgmap v10978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:27.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:27.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:01:27.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:01:27.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:01:27.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:01:27.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:01:27.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:01:27.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:01:27.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:01:27.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:01:27.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:01:27.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:01:27.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:01:27.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:01:27.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:01:27.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:01:27.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:01:27.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:01:27.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:01:27.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:01:27.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:01:27.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:01:27.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:01:28.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:28.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:27 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1592M 2023-09-30T20:01:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:27 smithi050 ceph-mon[92315]: pgmap v10979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:01:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:27 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1592M 2023-09-30T20:01:28.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:27 smithi172 ceph-mon[103696]: pgmap v10979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:01:29.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:29.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:29 smithi050 ceph-mon[92315]: pgmap v10980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:29 smithi172 ceph-mon[103696]: pgmap v10980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:30.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:30.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:31.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:31.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:32.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:32.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:31 smithi050 ceph-mon[92315]: pgmap v10981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:31 smithi172 ceph-mon[103696]: pgmap v10981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:33.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:33.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:34.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:34.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:34.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:33 smithi050 ceph-mon[92315]: pgmap v10982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:34.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:33 smithi172 ceph-mon[103696]: pgmap v10982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:35.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:35.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:01:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:01:36.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:36.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:35 smithi172 ceph-mon[103696]: pgmap v10983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:35 smithi050 ceph-mon[92315]: pgmap v10983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:37.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:37.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:38.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:38.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:37 smithi050 ceph-mon[92315]: pgmap v10984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:01:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:37 smithi172 ceph-mon[103696]: pgmap v10984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:01:39.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:39.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:39 smithi050 ceph-mon[92315]: pgmap v10985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:39 smithi172 ceph-mon[103696]: pgmap v10985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:40.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:40.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:41.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:41.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:42.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:42.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:41 smithi050 ceph-mon[92315]: pgmap v10986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:41 smithi172 ceph-mon[103696]: pgmap v10986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:43.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:43.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:44.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:44.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:44.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:43 smithi050 ceph-mon[92315]: pgmap v10987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:43 smithi172 ceph-mon[103696]: pgmap v10987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:45.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:45.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:46.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:46.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:45 smithi172 ceph-mon[103696]: pgmap v10988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:45 smithi050 ceph-mon[92315]: pgmap v10988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:47.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:47.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:48.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:48.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:47 smithi050 ceph-mon[92315]: pgmap v10989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:01:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:47 smithi172 ceph-mon[103696]: pgmap v10989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:01:49.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:49.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:49 smithi050 ceph-mon[92315]: pgmap v10990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:01:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:49 smithi172 ceph-mon[103696]: pgmap v10990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:01:50.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:50.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:51.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:51.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:52.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:52.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:51 smithi050 ceph-mon[92315]: pgmap v10991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:51 smithi172 ceph-mon[103696]: pgmap v10991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:53.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:53.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:54.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:54.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:54.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:53 smithi050 ceph-mon[92315]: pgmap v10992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:53 smithi172 ceph-mon[103696]: pgmap v10992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:55.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:55.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:56.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:56.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:55 smithi050 ceph-mon[92315]: pgmap v10993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:55 smithi172 ceph-mon[103696]: pgmap v10993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:57.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:57.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:58.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:58.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:57 smithi050 ceph-mon[92315]: pgmap v10994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:01:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:57 smithi172 ceph-mon[103696]: pgmap v10994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:01:59.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:01:59.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:01:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:01:59 smithi050 ceph-mon[92315]: pgmap v10995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:01:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:01:59 smithi172 ceph-mon[103696]: pgmap v10995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:00.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:00.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:01.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:01.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:02.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:02.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:02.350 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:01 smithi050 ceph-mon[92315]: pgmap v10996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:01 smithi172 ceph-mon[103696]: pgmap v10996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:03.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:03.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:04.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:04.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:04.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:03 smithi050 ceph-mon[92315]: pgmap v10997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:03 smithi172 ceph-mon[103696]: pgmap v10997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:05.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:05.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:02:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:02:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:05 smithi050 ceph-mon[92315]: pgmap v10998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:06.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:06.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:05 smithi172 ceph-mon[103696]: pgmap v10998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:07.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:07.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:08.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:08.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:07 smithi050 ceph-mon[92315]: pgmap v10999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:02:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:07 smithi172 ceph-mon[103696]: pgmap v10999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:02:09.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:09.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:09.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:09 smithi050 ceph-mon[92315]: pgmap v11000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:09 smithi172 ceph-mon[103696]: pgmap v11000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:10.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:10.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:11.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:11.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:12.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:12.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:11 smithi050 ceph-mon[92315]: pgmap v11001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:11 smithi172 ceph-mon[103696]: pgmap v11001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:13.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:13.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:14.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:14.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:14.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:13 smithi050 ceph-mon[92315]: pgmap v11002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:13 smithi172 ceph-mon[103696]: pgmap v11002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:15.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:15.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:16.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:16.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:16.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:15 smithi050 ceph-mon[92315]: pgmap v11003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:15 smithi172 ceph-mon[103696]: pgmap v11003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:17.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:17.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:18.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:18.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:17 smithi050 ceph-mon[92315]: pgmap v11004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:02:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:17 smithi172 ceph-mon[103696]: pgmap v11004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:02:19.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:19.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:19 smithi050 ceph-mon[92315]: pgmap v11005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:02:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:19 smithi172 ceph-mon[103696]: pgmap v11005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:02:20.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:20.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:21.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:21.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:22.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:22.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:21 smithi050 ceph-mon[92315]: pgmap v11006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:21 smithi172 ceph-mon[103696]: pgmap v11006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:23.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:23.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:24.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:24.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:24.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:23 smithi050 ceph-mon[92315]: pgmap v11007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:23 smithi172 ceph-mon[103696]: pgmap v11007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:25.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:25.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:26.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:26.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:26.256 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:25 smithi172 ceph-mon[103696]: pgmap v11008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:25 smithi050 ceph-mon[92315]: pgmap v11008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:27.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:27.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:02:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:02:28.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:28.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:27 smithi050 ceph-mon[92315]: pgmap v11009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:02:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:02:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:02:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:02:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:02:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:02:28.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:27 smithi172 ceph-mon[103696]: pgmap v11009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:02:28.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:02:28.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:02:28.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:02:28.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:02:28.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:02:29.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:29.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:29 smithi050 ceph-mon[92315]: pgmap v11010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:29.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:29 smithi172 ceph-mon[103696]: pgmap v11010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:30.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:30.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:31.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:31.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:32.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:32.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:31 smithi050 ceph-mon[92315]: pgmap v11011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:31 smithi172 ceph-mon[103696]: pgmap v11011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:33.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:33.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:34.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:34.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:34.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:33 smithi050 ceph-mon[92315]: pgmap v11012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:33 smithi172 ceph-mon[103696]: pgmap v11012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:35.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:35.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:02:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:02:36.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:36.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:35 smithi050 ceph-mon[92315]: pgmap v11013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:36.360 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:35 smithi172 ceph-mon[103696]: pgmap v11013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:37.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:37.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:38.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:38.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:37 smithi050 ceph-mon[92315]: pgmap v11014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:02:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:37 smithi172 ceph-mon[103696]: pgmap v11014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:02:39.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:39.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:39 smithi050 ceph-mon[92315]: pgmap v11015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:39 smithi172 ceph-mon[103696]: pgmap v11015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:40.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:40.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:41.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:41.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:42.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:42.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:41 smithi050 ceph-mon[92315]: pgmap v11016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:41 smithi172 ceph-mon[103696]: pgmap v11016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:43.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:43.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:44.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:44.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:43 smithi050 ceph-mon[92315]: pgmap v11017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:43 smithi172 ceph-mon[103696]: pgmap v11017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:45.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:45.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:46.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:46.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:46.193 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:45 smithi050 ceph-mon[92315]: pgmap v11018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:45 smithi172 ceph-mon[103696]: pgmap v11018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:47.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:47.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:48.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:48.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:47 smithi050 ceph-mon[92315]: pgmap v11019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:02:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:47 smithi172 ceph-mon[103696]: pgmap v11019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:02:49.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:49.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:49 smithi050 ceph-mon[92315]: pgmap v11020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:02:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:49 smithi172 ceph-mon[103696]: pgmap v11020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:02:50.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:50.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:51.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:51.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:52.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:52.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:51 smithi050 ceph-mon[92315]: pgmap v11021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:51 smithi172 ceph-mon[103696]: pgmap v11021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:53.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:53.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:54.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:54.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:54.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:53 smithi050 ceph-mon[92315]: pgmap v11022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:53 smithi172 ceph-mon[103696]: pgmap v11022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:55.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:55.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:56.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:56.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:56.308 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:55 smithi050 ceph-mon[92315]: pgmap v11023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:55 smithi172 ceph-mon[103696]: pgmap v11023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:57.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:57.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:58.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:58.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:58.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:57 smithi050 ceph-mon[92315]: pgmap v11024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:02:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:57 smithi172 ceph-mon[103696]: pgmap v11024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:02:59.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:02:59.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:02:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:02:59 smithi050 ceph-mon[92315]: pgmap v11025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:02:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:02:59 smithi172 ceph-mon[103696]: pgmap v11025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:00.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:00.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:01.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:01.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:02.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:02.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:01 smithi050 ceph-mon[92315]: pgmap v11026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:01 smithi172 ceph-mon[103696]: pgmap v11026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:03.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:03.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:04.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:04.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:03 smithi050 ceph-mon[92315]: pgmap v11027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:03 smithi172 ceph-mon[103696]: pgmap v11027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:05.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:05.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:03:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:03:06.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:06.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:05 smithi050 ceph-mon[92315]: pgmap v11028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:05 smithi172 ceph-mon[103696]: pgmap v11028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:07.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:07.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:08.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:08.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:07 smithi050 ceph-mon[92315]: pgmap v11029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:03:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:07 smithi172 ceph-mon[103696]: pgmap v11029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:03:09.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:09.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:09 smithi050 ceph-mon[92315]: pgmap v11030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:09 smithi172 ceph-mon[103696]: pgmap v11030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:10.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:10.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:11.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:11.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:11 smithi172 ceph-mon[103696]: pgmap v11031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:12.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:12.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:11 smithi050 ceph-mon[92315]: pgmap v11031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:13.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:13.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:14.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:14.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:13 smithi050 ceph-mon[92315]: pgmap v11032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:13 smithi172 ceph-mon[103696]: pgmap v11032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:15.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:15.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:16.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:16.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:15 smithi050 ceph-mon[92315]: pgmap v11033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:15 smithi172 ceph-mon[103696]: pgmap v11033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:17.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:17.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:18.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:18.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:17 smithi050 ceph-mon[92315]: pgmap v11034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:03:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:17 smithi172 ceph-mon[103696]: pgmap v11034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:03:19.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:19.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:19 smithi050 ceph-mon[92315]: pgmap v11035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:03:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:19 smithi172 ceph-mon[103696]: pgmap v11035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:03:20.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:20.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:21.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:21.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:21 smithi172 ceph-mon[103696]: pgmap v11036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:22.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:22.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:21 smithi050 ceph-mon[92315]: pgmap v11036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:23.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:23.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:24.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:24.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:23 smithi050 ceph-mon[92315]: pgmap v11037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:24.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:23 smithi172 ceph-mon[103696]: pgmap v11037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:25.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:25.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:26.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:26.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:25 smithi050 ceph-mon[92315]: pgmap v11038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:25 smithi172 ceph-mon[103696]: pgmap v11038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:27.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:27.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:28.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:28.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:27 smithi050 ceph-mon[92315]: pgmap v11039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:03:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:03:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:27 smithi172 ceph-mon[103696]: pgmap v11039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:03:28.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:03:29.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:29.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:03:29.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:03:29.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:03:29.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:03:29.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:03:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:03:29.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:03:29.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:03:29.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:03:29.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:03:30.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:30.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:29 smithi050 ceph-mon[92315]: pgmap v11040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:29 smithi172 ceph-mon[103696]: pgmap v11040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:31.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:31.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:31 smithi050 ceph-mon[92315]: pgmap v11041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:32.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:32.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:31 smithi172 ceph-mon[103696]: pgmap v11041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:33.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:33.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:34.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:34.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:33 smithi050 ceph-mon[92315]: pgmap v11042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:33 smithi172 ceph-mon[103696]: pgmap v11042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:35.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:35.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:03:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:03:36.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:36.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:35 smithi050 ceph-mon[92315]: pgmap v11043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:35 smithi172 ceph-mon[103696]: pgmap v11043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:37.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:37.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:38.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:38.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:37 smithi050 ceph-mon[92315]: pgmap v11044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:03:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:37 smithi172 ceph-mon[103696]: pgmap v11044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:03:39.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:39.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:39 smithi050 ceph-mon[92315]: pgmap v11045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:39 smithi172 ceph-mon[103696]: pgmap v11045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:40.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:40.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:41.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:41.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:41 smithi050 ceph-mon[92315]: pgmap v11046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:42.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:42.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:41 smithi172 ceph-mon[103696]: pgmap v11046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:43.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:43.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:44.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:44.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:43 smithi050 ceph-mon[92315]: pgmap v11047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:43 smithi172 ceph-mon[103696]: pgmap v11047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:45.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:45.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:46.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:46.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:45 smithi050 ceph-mon[92315]: pgmap v11048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:45 smithi172 ceph-mon[103696]: pgmap v11048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:47.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:47.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:48.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:48.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:47 smithi050 ceph-mon[92315]: pgmap v11049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:03:48.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:47 smithi172 ceph-mon[103696]: pgmap v11049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:03:49.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:49.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:49 smithi050 ceph-mon[92315]: pgmap v11050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:03:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:49 smithi172 ceph-mon[103696]: pgmap v11050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:03:50.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:50.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:51.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:51.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:52.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:52.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:51 smithi050 ceph-mon[92315]: pgmap v11051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:51 smithi172 ceph-mon[103696]: pgmap v11051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:53.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:53.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:54.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:54.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:53 smithi050 ceph-mon[92315]: pgmap v11052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:53 smithi172 ceph-mon[103696]: pgmap v11052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:55.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:55.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:56.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:56.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:55 smithi050 ceph-mon[92315]: pgmap v11053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:55 smithi172 ceph-mon[103696]: pgmap v11053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:57.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:57.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:58.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:58.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:57 smithi050 ceph-mon[92315]: pgmap v11054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:03:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:57 smithi172 ceph-mon[103696]: pgmap v11054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:03:59.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:03:59.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:03:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:03:59 smithi050 ceph-mon[92315]: pgmap v11055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:03:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:03:59 smithi172 ceph-mon[103696]: pgmap v11055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:00.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:00.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:01.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:01.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:02.258 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:01 smithi172 ceph-mon[103696]: pgmap v11056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:02.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:02.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:01 smithi050 ceph-mon[92315]: pgmap v11056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:03.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:03.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:04.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:04.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:03 smithi050 ceph-mon[92315]: pgmap v11057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:03 smithi172 ceph-mon[103696]: pgmap v11057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:05.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:05.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:04:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:04:06.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:06.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:05 smithi050 ceph-mon[92315]: pgmap v11058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:05 smithi172 ceph-mon[103696]: pgmap v11058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:07.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:07.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:08.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:08.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:07 smithi050 ceph-mon[92315]: pgmap v11059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:04:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:07 smithi172 ceph-mon[103696]: pgmap v11059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:04:09.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:09.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:09 smithi050 ceph-mon[92315]: pgmap v11060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:09 smithi172 ceph-mon[103696]: pgmap v11060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:10.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:10.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:11.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:11.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:12.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:12.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:11 smithi050 ceph-mon[92315]: pgmap v11061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:12.363 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:11 smithi172 ceph-mon[103696]: pgmap v11061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:13.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:13.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:14.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:14.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:13 smithi050 ceph-mon[92315]: pgmap v11062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:13 smithi172 ceph-mon[103696]: pgmap v11062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:15.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:15.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:16.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:16.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:15 smithi050 ceph-mon[92315]: pgmap v11063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:15 smithi172 ceph-mon[103696]: pgmap v11063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:17.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:17.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:18.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:18.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:17 smithi050 ceph-mon[92315]: pgmap v11064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:04:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:17 smithi172 ceph-mon[103696]: pgmap v11064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:04:19.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:19.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:19 smithi050 ceph-mon[92315]: pgmap v11065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:04:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:19 smithi172 ceph-mon[103696]: pgmap v11065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:04:20.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:20.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:21.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:21.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:22.279 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:21 smithi050 ceph-mon[92315]: pgmap v11066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:22.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:22.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:21 smithi172 ceph-mon[103696]: pgmap v11066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:23.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:23.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:24.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:24.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:23 smithi050 ceph-mon[92315]: pgmap v11067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:23 smithi172 ceph-mon[103696]: pgmap v11067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:25.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:25.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:26.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:26.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:25 smithi050 ceph-mon[92315]: pgmap v11068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:25 smithi172 ceph-mon[103696]: pgmap v11068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:27.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:27.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:28.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:28.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:27 smithi050 ceph-mon[92315]: pgmap v11069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:04:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:27 smithi172 ceph-mon[103696]: pgmap v11069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:04:29.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:29.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:04:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:04:30.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:30.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:29 smithi050 ceph-mon[92315]: pgmap v11070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:30.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:29 smithi172 ceph-mon[103696]: pgmap v11070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:31.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:31.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:31 smithi050 ceph-mon[92315]: pgmap v11071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:32.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:32.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:31 smithi172 ceph-mon[103696]: pgmap v11071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:33.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:33.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:34 smithi050 ceph-mon[92315]: pgmap v11072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:34.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:04:34.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:04:34.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:04:34.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:04:34.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:04:34.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:04:34.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:04:34.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:34.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:34 smithi172 ceph-mon[103696]: pgmap v11072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:34.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:04:34.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:04:34.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:04:34.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:04:34.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:04:34.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:04:34.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:04:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:04:35.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:35.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:04:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:36 smithi050 ceph-mon[92315]: pgmap v11073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:36.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:36.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:36 smithi172 ceph-mon[103696]: pgmap v11073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:37.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:37.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:38 smithi050 ceph-mon[92315]: pgmap v11074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:04:38.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:38.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:38 smithi172 ceph-mon[103696]: pgmap v11074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:04:39.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:39.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:39 smithi050 ceph-mon[92315]: pgmap v11075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:39 smithi172 ceph-mon[103696]: pgmap v11075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:40.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:40.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:41.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:41.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:41 smithi050 ceph-mon[92315]: pgmap v11076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:42.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:42.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:41 smithi172 ceph-mon[103696]: pgmap v11076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:43.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:43.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:43 smithi050 ceph-mon[92315]: pgmap v11077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:44.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:44.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:43 smithi172 ceph-mon[103696]: pgmap v11077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:45.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:45.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:45 smithi050 ceph-mon[92315]: pgmap v11078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:46.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:46.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:45 smithi172 ceph-mon[103696]: pgmap v11078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:47.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:47.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:47 smithi172 ceph-mon[103696]: pgmap v11079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:04:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:47 smithi050 ceph-mon[92315]: pgmap v11079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:04:48.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:48.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:49.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:49.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:49 smithi050 ceph-mon[92315]: pgmap v11080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:04:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:49 smithi172 ceph-mon[103696]: pgmap v11080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:04:50.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:50.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:51.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:51.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:51 smithi050 ceph-mon[92315]: pgmap v11081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:51 smithi172 ceph-mon[103696]: pgmap v11081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:52.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:52.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:53.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:53.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:53 smithi050 ceph-mon[92315]: pgmap v11082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:53 smithi172 ceph-mon[103696]: pgmap v11082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:54.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:54.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:55.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:55.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:55 smithi050 ceph-mon[92315]: pgmap v11083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:55 smithi172 ceph-mon[103696]: pgmap v11083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:56.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:56.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:57.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:57.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:57 smithi172 ceph-mon[103696]: pgmap v11084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:04:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:57 smithi050 ceph-mon[92315]: pgmap v11084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:04:58.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:58.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:59.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:04:59.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:04:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:04:59 smithi050 ceph-mon[92315]: pgmap v11085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:04:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:04:59 smithi172 ceph-mon[103696]: pgmap v11085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:00.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:00.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:01.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:01.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:01 smithi050 ceph-mon[92315]: pgmap v11086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:01 smithi172 ceph-mon[103696]: pgmap v11086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:02.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:02.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:03.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:03.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:03 smithi050 ceph-mon[92315]: pgmap v11087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:03 smithi172 ceph-mon[103696]: pgmap v11087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:04.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:04.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:05:05.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:05:05.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:05.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:05 smithi050 ceph-mon[92315]: pgmap v11088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:05 smithi172 ceph-mon[103696]: pgmap v11088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:06.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:06.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:07.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:07.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:07 smithi050 ceph-mon[92315]: pgmap v11089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:05:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:07 smithi172 ceph-mon[103696]: pgmap v11089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:05:08.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:08.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:09.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:09.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:09 smithi050 ceph-mon[92315]: pgmap v11090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:09 smithi172 ceph-mon[103696]: pgmap v11090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:10.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:10.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:11.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:11.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:11 smithi050 ceph-mon[92315]: pgmap v11091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:11 smithi172 ceph-mon[103696]: pgmap v11091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:12.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:12.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:13.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:13.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:13 smithi050 ceph-mon[92315]: pgmap v11092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:13 smithi172 ceph-mon[103696]: pgmap v11092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:14.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:14.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:15.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:15.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:15 smithi050 ceph-mon[92315]: pgmap v11093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:15 smithi172 ceph-mon[103696]: pgmap v11093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:16.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:16.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:17.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:17.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:17 smithi050 ceph-mon[92315]: pgmap v11094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:05:18.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:17 smithi172 ceph-mon[103696]: pgmap v11094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:05:18.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:18.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:19.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:19.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:19 smithi050 ceph-mon[92315]: pgmap v11095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:05:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:19 smithi172 ceph-mon[103696]: pgmap v11095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:05:20.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:20.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:21.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:21.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:21 smithi050 ceph-mon[92315]: pgmap v11096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:21 smithi172 ceph-mon[103696]: pgmap v11096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:22.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:22.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:23.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:23.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:23 smithi050 ceph-mon[92315]: pgmap v11097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:24.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:23 smithi172 ceph-mon[103696]: pgmap v11097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:24.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:24.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:25.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:25.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:25 smithi050 ceph-mon[92315]: pgmap v11098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:25 smithi172 ceph-mon[103696]: pgmap v11098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:26.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:26.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:27.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:27.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:27 smithi050 ceph-mon[92315]: pgmap v11099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:05:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:27 smithi172 ceph-mon[103696]: pgmap v11099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:05:28.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:28.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:29.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:29.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:29 smithi172 ceph-mon[103696]: pgmap v11100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:29 smithi050 ceph-mon[92315]: pgmap v11100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:30.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:30.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:31.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:31.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:31 smithi050 ceph-mon[92315]: pgmap v11101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:31 smithi172 ceph-mon[103696]: pgmap v11101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:32.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:32.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:33.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:33.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:33 smithi050 ceph-mon[92315]: pgmap v11102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:34.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:05:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:33 smithi172 ceph-mon[103696]: pgmap v11102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:34.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:05:34.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:34.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:05:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:05:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:05:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:05:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:05:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:05:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:05:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:05:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:05:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:05:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:05:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:05:35.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:35.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:36.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:36.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:36 smithi050 ceph-mon[92315]: pgmap v11103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:36 smithi172 ceph-mon[103696]: pgmap v11103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:37.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:37.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:38.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:38.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:38 smithi172 ceph-mon[103696]: pgmap v11104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:05:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:38 smithi050 ceph-mon[92315]: pgmap v11104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:05:39.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:39.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:39.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:39 smithi172 ceph-mon[103696]: pgmap v11105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:39 smithi050 ceph-mon[92315]: pgmap v11105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:40.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:40.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:41.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:41.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:41 smithi050 ceph-mon[92315]: pgmap v11106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:41 smithi172 ceph-mon[103696]: pgmap v11106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:42.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:42.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:43.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:43.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:43 smithi050 ceph-mon[92315]: pgmap v11107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:43 smithi172 ceph-mon[103696]: pgmap v11107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:44.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:44.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:45.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:45.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:46.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:45 smithi050 ceph-mon[92315]: pgmap v11108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:45 smithi172 ceph-mon[103696]: pgmap v11108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:46.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:46.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:47.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:47.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:48.255 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:47 smithi050 ceph-mon[92315]: pgmap v11109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:05:48.363 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:47 smithi172 ceph-mon[103696]: pgmap v11109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:05:48.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:48.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:49.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:49.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:49 smithi172 ceph-mon[103696]: pgmap v11110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:05:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:49 smithi050 ceph-mon[92315]: pgmap v11110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:05:50.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:50.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:51.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:51.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:51 smithi050 ceph-mon[92315]: pgmap v11111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:51 smithi172 ceph-mon[103696]: pgmap v11111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:52.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:52.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:53.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:53.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:54.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:53 smithi050 ceph-mon[92315]: pgmap v11112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:53 smithi172 ceph-mon[103696]: pgmap v11112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:54.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:54.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:55.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:55.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:55 smithi050 ceph-mon[92315]: pgmap v11113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:55 smithi172 ceph-mon[103696]: pgmap v11113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:05:56.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:56.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:57.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:57.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:57 smithi050 ceph-mon[92315]: pgmap v11114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:05:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:57 smithi172 ceph-mon[103696]: pgmap v11114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:05:58.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:58.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:59.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:05:59.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:05:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:05:59 smithi172 ceph-mon[103696]: pgmap v11115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:05:59 smithi050 ceph-mon[92315]: pgmap v11115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:00.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:00.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:01.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:01.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:01 smithi050 ceph-mon[92315]: pgmap v11116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:01 smithi172 ceph-mon[103696]: pgmap v11116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:02.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:02.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:03.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:03.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:03 smithi050 ceph-mon[92315]: pgmap v11117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:03 smithi172 ceph-mon[103696]: pgmap v11117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:04.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:04.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:06:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:06:05.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:05.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:05 smithi050 ceph-mon[92315]: pgmap v11118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:06.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:05 smithi172 ceph-mon[103696]: pgmap v11118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:06.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:06.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:07.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:07.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:07 smithi050 ceph-mon[92315]: pgmap v11119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:06:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:07 smithi172 ceph-mon[103696]: pgmap v11119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:06:08.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:08.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:09.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:09.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:09 smithi172 ceph-mon[103696]: pgmap v11120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:09 smithi050 ceph-mon[92315]: pgmap v11120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:10.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:10.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:11.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:11.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:11 smithi050 ceph-mon[92315]: pgmap v11121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:11 smithi172 ceph-mon[103696]: pgmap v11121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:12.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:12.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:13.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:13.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:13 smithi050 ceph-mon[92315]: pgmap v11122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:13 smithi172 ceph-mon[103696]: pgmap v11122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:14.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:14.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:15.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:15.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:15 smithi050 ceph-mon[92315]: pgmap v11123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:15 smithi172 ceph-mon[103696]: pgmap v11123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:16.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:16.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:17.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:17.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:17 smithi050 ceph-mon[92315]: pgmap v11124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:06:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:17 smithi172 ceph-mon[103696]: pgmap v11124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:06:18.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:18.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:19.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:19.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:19 smithi172 ceph-mon[103696]: pgmap v11125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:06:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:19 smithi050 ceph-mon[92315]: pgmap v11125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:06:20.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:20.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:21.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:21.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:21 smithi050 ceph-mon[92315]: pgmap v11126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:21 smithi172 ceph-mon[103696]: pgmap v11126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:22.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:22.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:23.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:23.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:23 smithi050 ceph-mon[92315]: pgmap v11127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:24.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:23 smithi172 ceph-mon[103696]: pgmap v11127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:24.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:24.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:25.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:25.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:25 smithi050 ceph-mon[92315]: pgmap v11128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:25 smithi172 ceph-mon[103696]: pgmap v11128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:26.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:26.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:27.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:27.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:27 smithi050 ceph-mon[92315]: pgmap v11129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:06:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:28 smithi172 ceph-mon[103696]: pgmap v11129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:06:28.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:28.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:29.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:29.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:29 smithi172 ceph-mon[103696]: pgmap v11130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:29 smithi050 ceph-mon[92315]: pgmap v11130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:30.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:30.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:31.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:31.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:31 smithi050 ceph-mon[92315]: pgmap v11131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:32.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:31 smithi172 ceph-mon[103696]: pgmap v11131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:32.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:32.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:33.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:33.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:33 smithi050 ceph-mon[92315]: pgmap v11132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:34.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:33 smithi172 ceph-mon[103696]: pgmap v11132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:34.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:34.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:06:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:06:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:06:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:06:35.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:35.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:36 smithi050 ceph-mon[92315]: pgmap v11133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:36 smithi172 ceph-mon[103696]: pgmap v11133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:36.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:36.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:37.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:37.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:38 smithi050 ceph-mon[92315]: pgmap v11134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:06:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:38 smithi172 ceph-mon[103696]: pgmap v11134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:06:38.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:38.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:39.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:39.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:39 smithi172 ceph-mon[103696]: pgmap v11135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:40.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:39 smithi050 ceph-mon[92315]: pgmap v11135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:40.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:40.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:41.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:41.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:41 smithi050 ceph-mon[92315]: pgmap v11136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:06:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:06:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:41 smithi172 ceph-mon[103696]: pgmap v11136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:06:42.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:06:42.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:42.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:43.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:43.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:06:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:06:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:06:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:06:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:06:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:06:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:06:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:06:43.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:06:43.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:06:43.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:06:43.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:06:43.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:06:43.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:06:44.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:44.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:44 smithi050 ceph-mon[92315]: pgmap v11137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:44 smithi172 ceph-mon[103696]: pgmap v11137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:45.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:45.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:46.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:46.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:46 smithi050 ceph-mon[92315]: pgmap v11138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:46 smithi172 ceph-mon[103696]: pgmap v11138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:47.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:47.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:48.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:48.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:48 smithi172 ceph-mon[103696]: pgmap v11139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:06:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:48 smithi050 ceph-mon[92315]: pgmap v11139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:06:49.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:49.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:49 smithi172 ceph-mon[103696]: pgmap v11140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:06:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:49 smithi050 ceph-mon[92315]: pgmap v11140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:06:50.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:50.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:51.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:51.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:51 smithi050 ceph-mon[92315]: pgmap v11141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:52 smithi172 ceph-mon[103696]: pgmap v11141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:52.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:52.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:53.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:53.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:54 smithi050 ceph-mon[92315]: pgmap v11142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:54 smithi172 ceph-mon[103696]: pgmap v11142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:54.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:54.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:55.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:55.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:56 smithi050 ceph-mon[92315]: pgmap v11143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:56 smithi172 ceph-mon[103696]: pgmap v11143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:06:56.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:56.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:57.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:57.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:58 smithi050 ceph-mon[92315]: pgmap v11144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:06:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:58 smithi172 ceph-mon[103696]: pgmap v11144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:06:58.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:58.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:59.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:06:59.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:06:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:06:59 smithi172 ceph-mon[103696]: pgmap v11145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:06:59 smithi050 ceph-mon[92315]: pgmap v11145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:00.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:00.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:01.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:01.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:02 smithi050 ceph-mon[92315]: pgmap v11146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:02 smithi172 ceph-mon[103696]: pgmap v11146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:02.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:02.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:03.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:03.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:04 smithi050 ceph-mon[92315]: pgmap v11147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:04 smithi172 ceph-mon[103696]: pgmap v11147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:04.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:04.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:07:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:07:05.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:05.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:06 smithi050 ceph-mon[92315]: pgmap v11148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:06 smithi172 ceph-mon[103696]: pgmap v11148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:06.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:06.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:07.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:07.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:08 smithi050 ceph-mon[92315]: pgmap v11149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:07:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:08 smithi172 ceph-mon[103696]: pgmap v11149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:07:08.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:08.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:09.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:09.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:09.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:09 smithi172 ceph-mon[103696]: pgmap v11150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:09 smithi050 ceph-mon[92315]: pgmap v11150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:10.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:10.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:11.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:11.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:12 smithi050 ceph-mon[92315]: pgmap v11151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:12.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:12 smithi172 ceph-mon[103696]: pgmap v11151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:12.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:12.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:13.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:13.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:14 smithi050 ceph-mon[92315]: pgmap v11152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:14 smithi172 ceph-mon[103696]: pgmap v11152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:14.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:14.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:15.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:15.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:16 smithi050 ceph-mon[92315]: pgmap v11153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:16 smithi172 ceph-mon[103696]: pgmap v11153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:16.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:16.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:17.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:17.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:18.338 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:18 smithi050 ceph-mon[92315]: pgmap v11154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:07:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:18 smithi172 ceph-mon[103696]: pgmap v11154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:07:18.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:18.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:19.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:19.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:19 smithi172 ceph-mon[103696]: pgmap v11155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:07:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:19 smithi050 ceph-mon[92315]: pgmap v11155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:07:20.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:20.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:21.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:21.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:22 smithi050 ceph-mon[92315]: pgmap v11156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:22 smithi172 ceph-mon[103696]: pgmap v11156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:22.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:22.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:23.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:23.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:24 smithi050 ceph-mon[92315]: pgmap v11157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:24.352 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:24 smithi172 ceph-mon[103696]: pgmap v11157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:24.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:24.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:25.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:25.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:26 smithi050 ceph-mon[92315]: pgmap v11158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:26 smithi172 ceph-mon[103696]: pgmap v11158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:26.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:26.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:27.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:27.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:28.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:28 smithi050 ceph-mon[92315]: pgmap v11159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:07:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:28 smithi172 ceph-mon[103696]: pgmap v11159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:07:28.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:28.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:29.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:29.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:29 smithi050 ceph-mon[92315]: pgmap v11160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:29 smithi172 ceph-mon[103696]: pgmap v11160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:30.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:30.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:31.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:31.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:32 smithi050 ceph-mon[92315]: pgmap v11161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:32 smithi172 ceph-mon[103696]: pgmap v11161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:32.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:32.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:33.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:33.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:34 smithi050 ceph-mon[92315]: pgmap v11162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:34 smithi172 ceph-mon[103696]: pgmap v11162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:34.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:34.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:07:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:07:35.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:35.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:36 smithi050 ceph-mon[92315]: pgmap v11163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:36 smithi172 ceph-mon[103696]: pgmap v11163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:36.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:36.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:37.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:37.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:38 smithi050 ceph-mon[92315]: pgmap v11164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:07:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:38 smithi172 ceph-mon[103696]: pgmap v11164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:07:38.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:38.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:39.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:39.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:39 smithi050 ceph-mon[92315]: pgmap v11165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:39 smithi172 ceph-mon[103696]: pgmap v11165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:40.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:40.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:41.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:41.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:42 smithi050 ceph-mon[92315]: pgmap v11166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:42 smithi172 ceph-mon[103696]: pgmap v11166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:42.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:42.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:07:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:07:43.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:43.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:44 smithi050 ceph-mon[92315]: pgmap v11167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:07:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:07:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:07:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:07:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:07:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:07:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:07:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:07:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:07:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:44 smithi172 ceph-mon[103696]: pgmap v11167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:07:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:07:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:07:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:07:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:07:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:07:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:07:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:07:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:07:44.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:44.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:45.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:45.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:46 smithi050 ceph-mon[92315]: pgmap v11168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:46 smithi172 ceph-mon[103696]: pgmap v11168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:46.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:46.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:47.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:47.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:48 smithi050 ceph-mon[92315]: pgmap v11169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:07:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:48 smithi172 ceph-mon[103696]: pgmap v11169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:07:48.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:48.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:49.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:49.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:49 smithi172 ceph-mon[103696]: pgmap v11170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:07:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:49 smithi050 ceph-mon[92315]: pgmap v11170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:07:50.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:50.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:51.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:51.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:52 smithi050 ceph-mon[92315]: pgmap v11171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:52 smithi172 ceph-mon[103696]: pgmap v11171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:52.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:52.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:53.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:53.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:54 smithi050 ceph-mon[92315]: pgmap v11172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:54 smithi172 ceph-mon[103696]: pgmap v11172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:54.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:54.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:55.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:55.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:56 smithi050 ceph-mon[92315]: pgmap v11173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:56 smithi172 ceph-mon[103696]: pgmap v11173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:07:56.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:56.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:57.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:57.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:58 smithi050 ceph-mon[92315]: pgmap v11174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:07:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:58 smithi172 ceph-mon[103696]: pgmap v11174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:07:58.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:58.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:07:59.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:07:59.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:07:59 smithi050 ceph-mon[92315]: pgmap v11175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:07:59 smithi172 ceph-mon[103696]: pgmap v11175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:00.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:00.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:01.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:01.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:02 smithi050 ceph-mon[92315]: pgmap v11176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:02 smithi172 ceph-mon[103696]: pgmap v11176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:02.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:02.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:03.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:03.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:04 smithi050 ceph-mon[92315]: pgmap v11177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:04 smithi172 ceph-mon[103696]: pgmap v11177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:04.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:04.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:08:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:08:05.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:05.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:06 smithi050 ceph-mon[92315]: pgmap v11178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:06 smithi172 ceph-mon[103696]: pgmap v11178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:06.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:06.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:07.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:07.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:08 smithi050 ceph-mon[92315]: pgmap v11179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:08:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:08 smithi172 ceph-mon[103696]: pgmap v11179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:08:08.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:08.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:09.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:09.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:09 smithi050 ceph-mon[92315]: pgmap v11180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:09 smithi172 ceph-mon[103696]: pgmap v11180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:10.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:10.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:11.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:11.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:12 smithi050 ceph-mon[92315]: pgmap v11181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:12 smithi172 ceph-mon[103696]: pgmap v11181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:12.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:12.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:13.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:13.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:14 smithi050 ceph-mon[92315]: pgmap v11182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:14 smithi172 ceph-mon[103696]: pgmap v11182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:14.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:14.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:15.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:15.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:16 smithi050 ceph-mon[92315]: pgmap v11183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:16 smithi172 ceph-mon[103696]: pgmap v11183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:16.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:16.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:17.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:17.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:18 smithi050 ceph-mon[92315]: pgmap v11184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:08:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:18 smithi172 ceph-mon[103696]: pgmap v11184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:08:18.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:18.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:19.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:19.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:19.932 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:19 smithi172 ceph-mon[103696]: pgmap v11185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:19.932 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:08:19.983 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:19 smithi050 ceph-mon[92315]: pgmap v11185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:19.983 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:08:20.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:20.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:21.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:21.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:22 smithi050 ceph-mon[92315]: pgmap v11186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:22 smithi172 ceph-mon[103696]: pgmap v11186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:22.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:22.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:23.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:23.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:24 smithi050 ceph-mon[92315]: pgmap v11187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:24.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:24 smithi172 ceph-mon[103696]: pgmap v11187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:24.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:24.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:25.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:25.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:26 smithi050 ceph-mon[92315]: pgmap v11188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:26 smithi172 ceph-mon[103696]: pgmap v11188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:26.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:26.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:27.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:27.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:28 smithi050 ceph-mon[92315]: pgmap v11189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:08:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:28 smithi172 ceph-mon[103696]: pgmap v11189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:08:28.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:28.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:29.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:29.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:30.038 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:29 smithi172 ceph-mon[103696]: pgmap v11190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:29 smithi050 ceph-mon[92315]: pgmap v11190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:30.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:30.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:31.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:31.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:32 smithi050 ceph-mon[92315]: pgmap v11191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:32 smithi172 ceph-mon[103696]: pgmap v11191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:32.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:32.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:33.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:33.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:34 smithi050 ceph-mon[92315]: pgmap v11192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:34 smithi172 ceph-mon[103696]: pgmap v11192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:34.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:34.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:08:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:08:35.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:35.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:36 smithi050 ceph-mon[92315]: pgmap v11193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:36 smithi172 ceph-mon[103696]: pgmap v11193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:36.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:36.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:37.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:37.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:38 smithi050 ceph-mon[92315]: pgmap v11194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:08:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:38 smithi172 ceph-mon[103696]: pgmap v11194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:08:38.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:38.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:39.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:39.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:39 smithi050 ceph-mon[92315]: pgmap v11195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:39 smithi172 ceph-mon[103696]: pgmap v11195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:40.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:40.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:41.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:41.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:42 smithi050 ceph-mon[92315]: pgmap v11196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:42 smithi172 ceph-mon[103696]: pgmap v11196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:42.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:42.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:43.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:43.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:44 smithi050 ceph-mon[92315]: pgmap v11197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:08:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:44 smithi172 ceph-mon[103696]: pgmap v11197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:08:44.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:44.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:08:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:08:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:08:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:08:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:08:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:08:45.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:08:45.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:08:45.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:08:45.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:08:45.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:45.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:46.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:46.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:46 smithi050 ceph-mon[92315]: pgmap v11198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:46 smithi172 ceph-mon[103696]: pgmap v11198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:47.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:47.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:48.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:48.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:48 smithi050 ceph-mon[92315]: pgmap v11199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:08:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:48 smithi172 ceph-mon[103696]: pgmap v11199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:08:49.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:49.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:49 smithi050 ceph-mon[92315]: pgmap v11200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:08:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:49 smithi172 ceph-mon[103696]: pgmap v11200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:08:50.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:50.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:51.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:51.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:52 smithi050 ceph-mon[92315]: pgmap v11201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:52 smithi172 ceph-mon[103696]: pgmap v11201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:52.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:52.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:53.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:53.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:54 smithi050 ceph-mon[92315]: pgmap v11202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:54 smithi172 ceph-mon[103696]: pgmap v11202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:54.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:54.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:55.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:55.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:56 smithi050 ceph-mon[92315]: pgmap v11203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:56 smithi172 ceph-mon[103696]: pgmap v11203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:08:56.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:56.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:57.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:57.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:58 smithi050 ceph-mon[92315]: pgmap v11204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:08:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:58 smithi172 ceph-mon[103696]: pgmap v11204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:08:58.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:58.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:08:59.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:08:59.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:08:59 smithi050 ceph-mon[92315]: pgmap v11205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:08:59 smithi172 ceph-mon[103696]: pgmap v11205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:00.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:00.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:01.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:01.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:02 smithi050 ceph-mon[92315]: pgmap v11206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:02 smithi172 ceph-mon[103696]: pgmap v11206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:02.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:02.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:03.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:03.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:04 smithi050 ceph-mon[92315]: pgmap v11207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:04 smithi172 ceph-mon[103696]: pgmap v11207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:04.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:04.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:09:05.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:09:05.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:05.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:06 smithi050 ceph-mon[92315]: pgmap v11208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:06 smithi172 ceph-mon[103696]: pgmap v11208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:06.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:06.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:07.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:07.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:08 smithi050 ceph-mon[92315]: pgmap v11209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:09:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:08 smithi172 ceph-mon[103696]: pgmap v11209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:09:08.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:08.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:09.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:09.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:09 smithi050 ceph-mon[92315]: pgmap v11210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:09 smithi172 ceph-mon[103696]: pgmap v11210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:10.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:10.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:11.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:11.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:12 smithi050 ceph-mon[92315]: pgmap v11211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:12 smithi172 ceph-mon[103696]: pgmap v11211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:12.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:12.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:13.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:13.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:14.350 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:14 smithi050 ceph-mon[92315]: pgmap v11212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:14 smithi172 ceph-mon[103696]: pgmap v11212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:14.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:14.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:15.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:15.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:16 smithi050 ceph-mon[92315]: pgmap v11213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:16 smithi172 ceph-mon[103696]: pgmap v11213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:16.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:16.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:17.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:17.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:18 smithi050 ceph-mon[92315]: pgmap v11214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:09:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:18 smithi172 ceph-mon[103696]: pgmap v11214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:09:18.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:18.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:19.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:19.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:19 smithi050 ceph-mon[92315]: pgmap v11215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:09:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:19 smithi172 ceph-mon[103696]: pgmap v11215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:09:20.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:20.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:21.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:21.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:22 smithi050 ceph-mon[92315]: pgmap v11216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:22 smithi172 ceph-mon[103696]: pgmap v11216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:22.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:22.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:23.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:23.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:24 smithi050 ceph-mon[92315]: pgmap v11217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:24 smithi172 ceph-mon[103696]: pgmap v11217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:24.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:24.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:25.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:25.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:26 smithi050 ceph-mon[92315]: pgmap v11218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:26 smithi172 ceph-mon[103696]: pgmap v11218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:26.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:26.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:27.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:27.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:28 smithi050 ceph-mon[92315]: pgmap v11219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:09:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:28 smithi172 ceph-mon[103696]: pgmap v11219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:09:28.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:28.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:29.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:29.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:29 smithi050 ceph-mon[92315]: pgmap v11220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:29 smithi172 ceph-mon[103696]: pgmap v11220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:30.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:30.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:31.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:31.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:32 smithi050 ceph-mon[92315]: pgmap v11221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:32 smithi172 ceph-mon[103696]: pgmap v11221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:32.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:32.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:33.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:33.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:34 smithi050 ceph-mon[92315]: pgmap v11222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:34 smithi172 ceph-mon[103696]: pgmap v11222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:34.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:34.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:09:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:09:35.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:35.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:36 smithi050 ceph-mon[92315]: pgmap v11223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:36 smithi172 ceph-mon[103696]: pgmap v11223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:36.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:36.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:37.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:37.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:38 smithi050 ceph-mon[92315]: pgmap v11224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:09:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:38 smithi172 ceph-mon[103696]: pgmap v11224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:09:38.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:38.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:39.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:39.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:39 smithi050 ceph-mon[92315]: pgmap v11225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:39 smithi172 ceph-mon[103696]: pgmap v11225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:40.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:40.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:41.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:41.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:42 smithi050 ceph-mon[92315]: pgmap v11226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:42 smithi172 ceph-mon[103696]: pgmap v11226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:42.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:42.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:43.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:43.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:44 smithi050 ceph-mon[92315]: pgmap v11227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:44 smithi172 ceph-mon[103696]: pgmap v11227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:44.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:44.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:09:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:09:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:09:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:09:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:09:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:09:45.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:45.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:46 smithi050 ceph-mon[92315]: pgmap v11228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:46 smithi172 ceph-mon[103696]: pgmap v11228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:46.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:46.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:47.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:47.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:48 smithi050 ceph-mon[92315]: pgmap v11229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:09:48.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:48 smithi172 ceph-mon[103696]: pgmap v11229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:09:48.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:48.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:49.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:49.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:09:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:09:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:49 smithi050 ceph-mon[92315]: pgmap v11230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:09:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:09:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:09:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:09:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:09:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:09:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:09:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:09:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:09:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:09:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:49 smithi172 ceph-mon[103696]: pgmap v11230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:09:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:09:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:09:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:09:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:09:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:09:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:09:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:09:50.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:50.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:51.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:51.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:52 smithi050 ceph-mon[92315]: pgmap v11231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:52 smithi172 ceph-mon[103696]: pgmap v11231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:52.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:52.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:53.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:53.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:54 smithi050 ceph-mon[92315]: pgmap v11232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:54 smithi172 ceph-mon[103696]: pgmap v11232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:54.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:54.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:55.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:55.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:56 smithi050 ceph-mon[92315]: pgmap v11233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:56 smithi172 ceph-mon[103696]: pgmap v11233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:09:56.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:56.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:57.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:57.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:58 smithi050 ceph-mon[92315]: pgmap v11234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:09:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:58 smithi172 ceph-mon[103696]: pgmap v11234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:09:58.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:58.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:09:59.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:09:59.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:09:59 smithi050 ceph-mon[92315]: pgmap v11235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:09:59 smithi172 ceph-mon[103696]: pgmap v11235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T20:10:00.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:00.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:00.990 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T20:10:01.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:01.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:01 smithi050 ceph-mon[92315]: pgmap v11236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:01 smithi172 ceph-mon[103696]: pgmap v11236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:02.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:02.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:03.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:03.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:04 smithi050 ceph-mon[92315]: pgmap v11237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:04 smithi172 ceph-mon[103696]: pgmap v11237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:04.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:04.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:10:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:10:05.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:05.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:06 smithi050 ceph-mon[92315]: pgmap v11238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:06.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:06 smithi172 ceph-mon[103696]: pgmap v11238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:06.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:06.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:07.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:07.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:08 smithi050 ceph-mon[92315]: pgmap v11239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:10:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:08 smithi172 ceph-mon[103696]: pgmap v11239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:10:08.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:08.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:09.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:09.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:09 smithi050 ceph-mon[92315]: pgmap v11240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:09 smithi172 ceph-mon[103696]: pgmap v11240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:10.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:10.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:11.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:11.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:12 smithi050 ceph-mon[92315]: pgmap v11241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:12 smithi172 ceph-mon[103696]: pgmap v11241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:12.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:12.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:13.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:13.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:14 smithi050 ceph-mon[92315]: pgmap v11242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:14 smithi172 ceph-mon[103696]: pgmap v11242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:14.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:14.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:15.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:15.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:16 smithi050 ceph-mon[92315]: pgmap v11243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:16 smithi172 ceph-mon[103696]: pgmap v11243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:16.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:16.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:17.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:17.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:18 smithi050 ceph-mon[92315]: pgmap v11244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:10:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:18 smithi172 ceph-mon[103696]: pgmap v11244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:10:18.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:18.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:19.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:19.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:19 smithi050 ceph-mon[92315]: pgmap v11245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:10:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:19 smithi172 ceph-mon[103696]: pgmap v11245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:10:20.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:20.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:21.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:21.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:22 smithi050 ceph-mon[92315]: pgmap v11246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:22 smithi172 ceph-mon[103696]: pgmap v11246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:22.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:22.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:23.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:23.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:24 smithi050 ceph-mon[92315]: pgmap v11247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:24 smithi172 ceph-mon[103696]: pgmap v11247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:24.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:24.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:25.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:25.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:26 smithi050 ceph-mon[92315]: pgmap v11248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:26 smithi172 ceph-mon[103696]: pgmap v11248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:26.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:26.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:27.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:27.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:28 smithi050 ceph-mon[92315]: pgmap v11249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:10:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:28 smithi172 ceph-mon[103696]: pgmap v11249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:10:28.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:28.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:29.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:29.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:29 smithi050 ceph-mon[92315]: pgmap v11250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:29 smithi172 ceph-mon[103696]: pgmap v11250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:30.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:30.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:31.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:31.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:32 smithi050 ceph-mon[92315]: pgmap v11251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:32 smithi172 ceph-mon[103696]: pgmap v11251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:32.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:32.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:33.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:33.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:34.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:34 smithi050 ceph-mon[92315]: pgmap v11252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:34.391 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:34 smithi172 ceph-mon[103696]: pgmap v11252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:34.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:34.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:10:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:10:35.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:35.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:36 smithi050 ceph-mon[92315]: pgmap v11253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:36.361 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:36 smithi172 ceph-mon[103696]: pgmap v11253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:36.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:36.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:37.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:37.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:38 smithi050 ceph-mon[92315]: pgmap v11254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:10:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:38 smithi172 ceph-mon[103696]: pgmap v11254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:10:38.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:38.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:39.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:39.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:39 smithi050 ceph-mon[92315]: pgmap v11255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:39 smithi172 ceph-mon[103696]: pgmap v11255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:40.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:40.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:41.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:41.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:42 smithi050 ceph-mon[92315]: pgmap v11256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:42 smithi172 ceph-mon[103696]: pgmap v11256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:42.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:42.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:43.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:43.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:44 smithi050 ceph-mon[92315]: pgmap v11257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:44 smithi172 ceph-mon[103696]: pgmap v11257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:44.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:44.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:45.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:45.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:46 smithi050 ceph-mon[92315]: pgmap v11258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:46 smithi172 ceph-mon[103696]: pgmap v11258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:46.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:46.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:47.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:47.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:48 smithi050 ceph-mon[92315]: pgmap v11259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:10:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:48 smithi172 ceph-mon[103696]: pgmap v11259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:10:48.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:48.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:49.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:49.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:49 smithi050 ceph-mon[92315]: pgmap v11260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:10:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:10:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:49 smithi172 ceph-mon[103696]: pgmap v11260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:10:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:10:50.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:50.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:10:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:10:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:10:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:10:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:10:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:10:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:10:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:10:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:10:51.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:10:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:51 smithi172 ceph-mon[103696]: pgmap v11261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:51.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:51.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:51 smithi050 ceph-mon[92315]: pgmap v11261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:52.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:52.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:53.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:53.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:54 smithi050 ceph-mon[92315]: pgmap v11262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:54 smithi172 ceph-mon[103696]: pgmap v11262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:54.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:54.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:55.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:55.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:56 smithi050 ceph-mon[92315]: pgmap v11263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:56 smithi172 ceph-mon[103696]: pgmap v11263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:10:56.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:56.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:57.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:57.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:58 smithi050 ceph-mon[92315]: pgmap v11264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:10:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:58 smithi172 ceph-mon[103696]: pgmap v11264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:10:58.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:58.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:10:59.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:10:59.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:10:59 smithi050 ceph-mon[92315]: pgmap v11265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:10:59 smithi172 ceph-mon[103696]: pgmap v11265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:00.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:00.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:01.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:01.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:02 smithi050 ceph-mon[92315]: pgmap v11266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:02.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:02 smithi172 ceph-mon[103696]: pgmap v11266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:02.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:02.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:04.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:04.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:04 smithi050 ceph-mon[92315]: pgmap v11267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:04 smithi172 ceph-mon[103696]: pgmap v11267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:05.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:05.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:11:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:11:06.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:06.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:06 smithi050 ceph-mon[92315]: pgmap v11268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:06 smithi172 ceph-mon[103696]: pgmap v11268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:07.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:07.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:08.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:08.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:08 smithi050 ceph-mon[92315]: pgmap v11269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:11:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:08 smithi172 ceph-mon[103696]: pgmap v11269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:11:09.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:09.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:10.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:10.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:09 smithi050 ceph-mon[92315]: pgmap v11270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:09 smithi172 ceph-mon[103696]: pgmap v11270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:11.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:11.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:12.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:12.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:12 smithi050 ceph-mon[92315]: pgmap v11271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:12 smithi172 ceph-mon[103696]: pgmap v11271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:13.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:13.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:14.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:14.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:14 smithi050 ceph-mon[92315]: pgmap v11272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:14 smithi172 ceph-mon[103696]: pgmap v11272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:15.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:15.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:16.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:16.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:16 smithi050 ceph-mon[92315]: pgmap v11273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:16 smithi172 ceph-mon[103696]: pgmap v11273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:17.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:17.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:18.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:18.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:18 smithi050 ceph-mon[92315]: pgmap v11274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:11:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:18 smithi172 ceph-mon[103696]: pgmap v11274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:11:19.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:19.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:20.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:20.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:19 smithi050 ceph-mon[92315]: pgmap v11275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:11:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:19 smithi172 ceph-mon[103696]: pgmap v11275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:11:21.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:21.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:22.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:22.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:22 smithi050 ceph-mon[92315]: pgmap v11276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:22 smithi172 ceph-mon[103696]: pgmap v11276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:23.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:23.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:24.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:24.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:24 smithi050 ceph-mon[92315]: pgmap v11277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:24 smithi172 ceph-mon[103696]: pgmap v11277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:25.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:25.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:26.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:26.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:26 smithi050 ceph-mon[92315]: pgmap v11278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:26 smithi172 ceph-mon[103696]: pgmap v11278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:27.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:27.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:28.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:28.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:28 smithi172 ceph-mon[103696]: pgmap v11279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:11:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:28 smithi050 ceph-mon[92315]: pgmap v11279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:11:29.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:29.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:30.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:30.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:29 smithi050 ceph-mon[92315]: pgmap v11280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:29 smithi172 ceph-mon[103696]: pgmap v11280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:31.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:31.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:32.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:32.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:32 smithi050 ceph-mon[92315]: pgmap v11281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:32 smithi172 ceph-mon[103696]: pgmap v11281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:33.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:33.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:34.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:34.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:34 smithi050 ceph-mon[92315]: pgmap v11282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:34 smithi172 ceph-mon[103696]: pgmap v11282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:35.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:35.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:11:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:11:36.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:36.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:36 smithi172 ceph-mon[103696]: pgmap v11283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:36 smithi050 ceph-mon[92315]: pgmap v11283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:37.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:37.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:38.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:38.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:38 smithi172 ceph-mon[103696]: pgmap v11284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:11:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:38 smithi050 ceph-mon[92315]: pgmap v11284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:11:39.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:39.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:40.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:40.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:39 smithi050 ceph-mon[92315]: pgmap v11285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:39 smithi172 ceph-mon[103696]: pgmap v11285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:41.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:41.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:42.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:42.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:42 smithi050 ceph-mon[92315]: pgmap v11286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:42 smithi172 ceph-mon[103696]: pgmap v11286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:43.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:43.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:44.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:44.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:44 smithi050 ceph-mon[92315]: pgmap v11287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:44 smithi172 ceph-mon[103696]: pgmap v11287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:45.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:45.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:46.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:46.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:46 smithi172 ceph-mon[103696]: pgmap v11288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:46 smithi050 ceph-mon[92315]: pgmap v11288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:47.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:47.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:48.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:48.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:48 smithi172 ceph-mon[103696]: pgmap v11289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:11:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:48 smithi050 ceph-mon[92315]: pgmap v11289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:11:49.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:49.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:50.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:50.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:49 smithi050 ceph-mon[92315]: pgmap v11290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:11:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:49 smithi172 ceph-mon[103696]: pgmap v11290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:11:51.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:51.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:11:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:11:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:11:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:11:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:11:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:50 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1584M 2023-09-30T20:11:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:11:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:11:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:11:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:11:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:11:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:11:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:11:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:11:51.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:11:51.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:11:51.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:11:51.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:50 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1584M 2023-09-30T20:11:51.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:11:51.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:11:51.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:11:51.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:11:51.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:11:51.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:11:52.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:52.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:51 smithi050 ceph-mon[92315]: pgmap v11291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:51 smithi172 ceph-mon[103696]: pgmap v11291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:53.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:53.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:54.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:54.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:54 smithi172 ceph-mon[103696]: pgmap v11292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:54 smithi050 ceph-mon[92315]: pgmap v11292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:55.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:55.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:56.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:56.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:56 smithi172 ceph-mon[103696]: pgmap v11293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:56 smithi050 ceph-mon[92315]: pgmap v11293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:11:57.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:57.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:58.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:58.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:11:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:58 smithi172 ceph-mon[103696]: pgmap v11294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:11:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:58 smithi050 ceph-mon[92315]: pgmap v11294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:11:59.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:11:59.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:00.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:00.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:11:59 smithi050 ceph-mon[92315]: pgmap v11295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:11:59 smithi172 ceph-mon[103696]: pgmap v11295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:01.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:01.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:02.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:02.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:02 smithi172 ceph-mon[103696]: pgmap v11296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:02.502 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:02 smithi050 ceph-mon[92315]: pgmap v11296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:03.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:03.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:04.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:04.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:04 smithi172 ceph-mon[103696]: pgmap v11297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:04 smithi050 ceph-mon[92315]: pgmap v11297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:05.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:05.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:12:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:12:06.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:06.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:06 smithi172 ceph-mon[103696]: pgmap v11298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:06 smithi050 ceph-mon[92315]: pgmap v11298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:07.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:07.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:08.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:08.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:08 smithi172 ceph-mon[103696]: pgmap v11299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:12:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:08 smithi050 ceph-mon[92315]: pgmap v11299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:12:09.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:09.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:09 smithi050 ceph-mon[92315]: pgmap v11300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:10.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:10.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:09 smithi172 ceph-mon[103696]: pgmap v11300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:11.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:11.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:12.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:12.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:12.357 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:12 smithi172 ceph-mon[103696]: pgmap v11301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:12 smithi050 ceph-mon[92315]: pgmap v11301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:13.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:13.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:14.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:14.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:14 smithi172 ceph-mon[103696]: pgmap v11302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:14 smithi050 ceph-mon[92315]: pgmap v11302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:15.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:15.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:16.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:16.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:16 smithi172 ceph-mon[103696]: pgmap v11303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:16 smithi050 ceph-mon[92315]: pgmap v11303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:17.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:17.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:18.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:18.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:18 smithi172 ceph-mon[103696]: pgmap v11304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:12:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:18 smithi050 ceph-mon[92315]: pgmap v11304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:12:19.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:19.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:19 smithi050 ceph-mon[92315]: pgmap v11305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:12:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:19 smithi172 ceph-mon[103696]: pgmap v11305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:12:20.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:20.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:21.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:21.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:22.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:22.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:22 smithi172 ceph-mon[103696]: pgmap v11306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:22 smithi050 ceph-mon[92315]: pgmap v11306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:23.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:23.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:24.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:24.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:24 smithi172 ceph-mon[103696]: pgmap v11307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:24 smithi050 ceph-mon[92315]: pgmap v11307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:25.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:25.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:26.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:26.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:26 smithi172 ceph-mon[103696]: pgmap v11308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:26 smithi050 ceph-mon[92315]: pgmap v11308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:27.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:27.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:28.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:28.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:28 smithi172 ceph-mon[103696]: pgmap v11309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:12:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:28 smithi050 ceph-mon[92315]: pgmap v11309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:12:29.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:29.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:29 smithi050 ceph-mon[92315]: pgmap v11310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:29 smithi172 ceph-mon[103696]: pgmap v11310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:30.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:30.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:31.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:31.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:32.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:32.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:32 smithi172 ceph-mon[103696]: pgmap v11311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:32 smithi050 ceph-mon[92315]: pgmap v11311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:33.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:33.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:34.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:34.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:34 smithi172 ceph-mon[103696]: pgmap v11312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:34 smithi050 ceph-mon[92315]: pgmap v11312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:35.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:35.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:12:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:12:36.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:36.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:36 smithi172 ceph-mon[103696]: pgmap v11313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:36.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:36 smithi050 ceph-mon[92315]: pgmap v11313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:37.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:37.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:38.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:38.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:38 smithi050 ceph-mon[92315]: pgmap v11314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:12:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:38 smithi172 ceph-mon[103696]: pgmap v11314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:12:39.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:39.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:39 smithi050 ceph-mon[92315]: pgmap v11315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:39 smithi172 ceph-mon[103696]: pgmap v11315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:40.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:40.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:41.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:41.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:42.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:42.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:42 smithi172 ceph-mon[103696]: pgmap v11316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:42 smithi050 ceph-mon[92315]: pgmap v11316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:43.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:43.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:44.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:44.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:44 smithi172 ceph-mon[103696]: pgmap v11317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:44 smithi050 ceph-mon[92315]: pgmap v11317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:45.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:45.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:46.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:46.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:46 smithi172 ceph-mon[103696]: pgmap v11318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:46 smithi050 ceph-mon[92315]: pgmap v11318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:47.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:47.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:48.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:48.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:48 smithi050 ceph-mon[92315]: pgmap v11319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:12:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:48 smithi172 ceph-mon[103696]: pgmap v11319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:12:49.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:49.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:49 smithi050 ceph-mon[92315]: pgmap v11320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:12:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:49 smithi172 ceph-mon[103696]: pgmap v11320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:12:50.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:50.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:12:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:12:51.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:51.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:51 smithi050 ceph-mon[92315]: pgmap v11321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:12:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:12:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:12:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:12:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:12:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:51 smithi172 ceph-mon[103696]: pgmap v11321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:12:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:12:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:12:52.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:12:52.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:12:52.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:52.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:53.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:53.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:54.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:54.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:54 smithi172 ceph-mon[103696]: pgmap v11322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:54 smithi050 ceph-mon[92315]: pgmap v11322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:55.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:55.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:56.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:56.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:56 smithi172 ceph-mon[103696]: pgmap v11323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:56 smithi050 ceph-mon[92315]: pgmap v11323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:12:57.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:57.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:58.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:58.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:12:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:58 smithi172 ceph-mon[103696]: pgmap v11324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:12:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:58 smithi050 ceph-mon[92315]: pgmap v11324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:12:59.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:12:59.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:12:59 smithi050 ceph-mon[92315]: pgmap v11325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:12:59 smithi172 ceph-mon[103696]: pgmap v11325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:00.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:00.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:01.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:01.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:02.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:02.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:02 smithi172 ceph-mon[103696]: pgmap v11326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:02 smithi050 ceph-mon[92315]: pgmap v11326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:03.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:03.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:04.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:04.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:04 smithi172 ceph-mon[103696]: pgmap v11327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:04 smithi050 ceph-mon[92315]: pgmap v11327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:05.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:05.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:13:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:13:06.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:06.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:06 smithi050 ceph-mon[92315]: pgmap v11328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:06 smithi172 ceph-mon[103696]: pgmap v11328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:07.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:07.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:08.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:08.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:08 smithi172 ceph-mon[103696]: pgmap v11329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:13:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:08 smithi050 ceph-mon[92315]: pgmap v11329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:13:09.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:09.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:09 smithi050 ceph-mon[92315]: pgmap v11330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:09 smithi172 ceph-mon[103696]: pgmap v11330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:10.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:10.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:11.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:11.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:12.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:12.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:12 smithi172 ceph-mon[103696]: pgmap v11331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:12 smithi050 ceph-mon[92315]: pgmap v11331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:13.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:13.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:14.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:14.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:14 smithi172 ceph-mon[103696]: pgmap v11332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:14 smithi050 ceph-mon[92315]: pgmap v11332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:15.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:15.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:16.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:16.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:16 smithi050 ceph-mon[92315]: pgmap v11333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:16 smithi172 ceph-mon[103696]: pgmap v11333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:17.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:17.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:18.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:18.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:18 smithi172 ceph-mon[103696]: pgmap v11334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:13:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:18 smithi050 ceph-mon[92315]: pgmap v11334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:13:19.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:19.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:19 smithi050 ceph-mon[92315]: pgmap v11335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:13:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:19 smithi172 ceph-mon[103696]: pgmap v11335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:13:20.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:20.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:21.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:21.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:22.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:22.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:22 smithi172 ceph-mon[103696]: pgmap v11336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:22 smithi050 ceph-mon[92315]: pgmap v11336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:23.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:23.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:24.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:24.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:24 smithi050 ceph-mon[92315]: pgmap v11337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:24 smithi172 ceph-mon[103696]: pgmap v11337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:25.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:25.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:26.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:26.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:26 smithi050 ceph-mon[92315]: pgmap v11338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:26 smithi172 ceph-mon[103696]: pgmap v11338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:27.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:27.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:28.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:28.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:28.483 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:28 smithi050 ceph-mon[92315]: pgmap v11339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:13:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:28 smithi172 ceph-mon[103696]: pgmap v11339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:13:29.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:29.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:29 smithi050 ceph-mon[92315]: pgmap v11340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:29 smithi172 ceph-mon[103696]: pgmap v11340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:30.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:30.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:31.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:31.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:32.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:32.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:32 smithi050 ceph-mon[92315]: pgmap v11341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:32 smithi172 ceph-mon[103696]: pgmap v11341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:33.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:33.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:34.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:34.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:34 smithi050 ceph-mon[92315]: pgmap v11342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:34 smithi172 ceph-mon[103696]: pgmap v11342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:35.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:35.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:13:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:13:36.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:36.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:36 smithi050 ceph-mon[92315]: pgmap v11343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:36 smithi172 ceph-mon[103696]: pgmap v11343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:37.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:37.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:38.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:38.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:38 smithi050 ceph-mon[92315]: pgmap v11344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:13:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:38 smithi172 ceph-mon[103696]: pgmap v11344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:13:39.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:39.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:39 smithi050 ceph-mon[92315]: pgmap v11345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:39 smithi172 ceph-mon[103696]: pgmap v11345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:40.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:40.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:41.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:41.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:42.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:42.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:42 smithi050 ceph-mon[92315]: pgmap v11346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:42 smithi172 ceph-mon[103696]: pgmap v11346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:43.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:43.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:44.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:44.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:44 smithi050 ceph-mon[92315]: pgmap v11347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:44 smithi172 ceph-mon[103696]: pgmap v11347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:45.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:45.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:46.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:46.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:46 smithi050 ceph-mon[92315]: pgmap v11348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:46 smithi172 ceph-mon[103696]: pgmap v11348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:47.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:47.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:48.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:48.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:48 smithi050 ceph-mon[92315]: pgmap v11349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:13:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:48 smithi172 ceph-mon[103696]: pgmap v11349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:13:49.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:49.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:49 smithi050 ceph-mon[92315]: pgmap v11350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:13:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:49 smithi172 ceph-mon[103696]: pgmap v11350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:13:50.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:50.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:51.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:51.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:52.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:52.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:52 smithi050 ceph-mon[92315]: pgmap v11351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:13:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:13:52.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:13:52.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:13:52.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:13:52.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:13:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:52 smithi172 ceph-mon[103696]: pgmap v11351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:13:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:13:52.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:13:52.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:13:52.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:13:52.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:13:53.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:53.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:54.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:54.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:54 smithi050 ceph-mon[92315]: pgmap v11352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:54 smithi172 ceph-mon[103696]: pgmap v11352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:55.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:55.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:56.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:56.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:56 smithi050 ceph-mon[92315]: pgmap v11353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:56 smithi172 ceph-mon[103696]: pgmap v11353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:13:57.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:57.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:58.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:58.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:13:58.461 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:58 smithi172 ceph-mon[103696]: pgmap v11354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:13:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:58 smithi050 ceph-mon[92315]: pgmap v11354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:13:59.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:13:59.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:13:59 smithi050 ceph-mon[92315]: pgmap v11355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:13:59 smithi172 ceph-mon[103696]: pgmap v11355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:00.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:00.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:01.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:01.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:02.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:02.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:02 smithi050 ceph-mon[92315]: pgmap v11356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:02 smithi172 ceph-mon[103696]: pgmap v11356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:03.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:03.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:04.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:04.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:04 smithi050 ceph-mon[92315]: pgmap v11357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:04 smithi172 ceph-mon[103696]: pgmap v11357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:05.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:05.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:14:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:14:06.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:06.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:06 smithi050 ceph-mon[92315]: pgmap v11358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:06 smithi172 ceph-mon[103696]: pgmap v11358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:07.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:07.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:08.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:08.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:08.567 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:08 smithi172 ceph-mon[103696]: pgmap v11359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:14:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:08 smithi050 ceph-mon[92315]: pgmap v11359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:14:09.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:09.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:09 smithi050 ceph-mon[92315]: pgmap v11360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:09 smithi172 ceph-mon[103696]: pgmap v11360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:10.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:10.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:11.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:11.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:12.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:12.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:12 smithi050 ceph-mon[92315]: pgmap v11361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:12 smithi172 ceph-mon[103696]: pgmap v11361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:13.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:13.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:14.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:14.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:14 smithi050 ceph-mon[92315]: pgmap v11362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:14 smithi172 ceph-mon[103696]: pgmap v11362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:15.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:15.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:16.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:16.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:16 smithi050 ceph-mon[92315]: pgmap v11363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:16 smithi172 ceph-mon[103696]: pgmap v11363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:17.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:17.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:18.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:18.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:18 smithi050 ceph-mon[92315]: pgmap v11364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:14:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:18 smithi172 ceph-mon[103696]: pgmap v11364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:14:19.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:19.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:19 smithi050 ceph-mon[92315]: pgmap v11365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:14:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:19 smithi172 ceph-mon[103696]: pgmap v11365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:14:20.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:20.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:21.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:21.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:22.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:22.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:22 smithi050 ceph-mon[92315]: pgmap v11366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:22 smithi172 ceph-mon[103696]: pgmap v11366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:23.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:23.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:24.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:24.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:24 smithi050 ceph-mon[92315]: pgmap v11367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:24 smithi172 ceph-mon[103696]: pgmap v11367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:25.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:25.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:26.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:26.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:26 smithi050 ceph-mon[92315]: pgmap v11368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:26 smithi172 ceph-mon[103696]: pgmap v11368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:27.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:27.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:28.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:28.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:28 smithi050 ceph-mon[92315]: pgmap v11369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:14:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:28 smithi172 ceph-mon[103696]: pgmap v11369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:14:29.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:29.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:29 smithi050 ceph-mon[92315]: pgmap v11370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:29 smithi172 ceph-mon[103696]: pgmap v11370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:30.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:30.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:31.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:31.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:32.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:32.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:32 smithi050 ceph-mon[92315]: pgmap v11371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:32 smithi172 ceph-mon[103696]: pgmap v11371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:33.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:33.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:34.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:34.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:34 smithi050 ceph-mon[92315]: pgmap v11372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:34 smithi172 ceph-mon[103696]: pgmap v11372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:35.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:35.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:14:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:14:36.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:36.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:36 smithi050 ceph-mon[92315]: pgmap v11373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:36 smithi172 ceph-mon[103696]: pgmap v11373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:37.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:37.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:38.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:38.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:38 smithi050 ceph-mon[92315]: pgmap v11374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:14:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:38 smithi172 ceph-mon[103696]: pgmap v11374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:14:39.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:39.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:39 smithi050 ceph-mon[92315]: pgmap v11375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:39 smithi172 ceph-mon[103696]: pgmap v11375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:40.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:40.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:41.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:41.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:42.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:42.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:42 smithi050 ceph-mon[92315]: pgmap v11376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:42 smithi172 ceph-mon[103696]: pgmap v11376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:43.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:43.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:44.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:44.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:44 smithi172 ceph-mon[103696]: pgmap v11377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:44 smithi050 ceph-mon[92315]: pgmap v11377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:45.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:45.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:46.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:46.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:46 smithi050 ceph-mon[92315]: pgmap v11378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:46 smithi172 ceph-mon[103696]: pgmap v11378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:47.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:47.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:48.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:48.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:48 smithi050 ceph-mon[92315]: pgmap v11379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:14:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:48 smithi172 ceph-mon[103696]: pgmap v11379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:14:49.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:49.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:49 smithi050 ceph-mon[92315]: pgmap v11380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:14:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:49 smithi172 ceph-mon[103696]: pgmap v11380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:14:50.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:50.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:51.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:51.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:52.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:52.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:52 smithi050 ceph-mon[92315]: pgmap v11381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:14:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:52 smithi172 ceph-mon[103696]: pgmap v11381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:14:53.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:53.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:54 smithi172 ceph-mon[103696]: pgmap v11382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:54.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:54.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:54.457 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:54 smithi050 ceph-mon[92315]: pgmap v11382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:55.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:55.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:56.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:56.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:56 smithi050 ceph-mon[92315]: pgmap v11383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:56 smithi172 ceph-mon[103696]: pgmap v11383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:14:57.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:57.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:14:58.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:14:58.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:57 smithi172 ceph-mon[103696]: pgmap v11384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:14:58.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:14:58.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:14:58.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:14:58.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:14:58.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:14:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:14:58.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:14:58.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:57 smithi050 ceph-mon[92315]: pgmap v11384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:14:58.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:14:58.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:14:58.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:14:58.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:14:58.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:14:58.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:58.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:59.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:14:59.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:14:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:14:59 smithi050 ceph-mon[92315]: pgmap v11385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:14:59 smithi172 ceph-mon[103696]: pgmap v11385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:00.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:00.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:01.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:01.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:02.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:02.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:02 smithi050 ceph-mon[92315]: pgmap v11386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:02 smithi172 ceph-mon[103696]: pgmap v11386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:03.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:03.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:04.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:04.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:04.573 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:04 smithi050 ceph-mon[92315]: pgmap v11387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:04 smithi172 ceph-mon[103696]: pgmap v11387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:05.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:05.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:15:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:15:06.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:06.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:06 smithi050 ceph-mon[92315]: pgmap v11388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:06 smithi172 ceph-mon[103696]: pgmap v11388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:07.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:07.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:08.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:08.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:08 smithi050 ceph-mon[92315]: pgmap v11389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:15:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:08 smithi172 ceph-mon[103696]: pgmap v11389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:15:09.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:09.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:09 smithi050 ceph-mon[92315]: pgmap v11390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:09 smithi172 ceph-mon[103696]: pgmap v11390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:10.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:10.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:11.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:11.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:12.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:12.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:12.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:12 smithi050 ceph-mon[92315]: pgmap v11391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:12.939 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:12 smithi172 ceph-mon[103696]: pgmap v11391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:13.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:13.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:14.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:14.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:14 smithi050 ceph-mon[92315]: pgmap v11392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:14 smithi172 ceph-mon[103696]: pgmap v11392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:15.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:15.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:16.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:16.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:16 smithi050 ceph-mon[92315]: pgmap v11393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:16 smithi172 ceph-mon[103696]: pgmap v11393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:17.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:17.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:18.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:18.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:18 smithi050 ceph-mon[92315]: pgmap v11394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:15:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:18 smithi172 ceph-mon[103696]: pgmap v11394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:15:19.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:19.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:19 smithi050 ceph-mon[92315]: pgmap v11395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:15:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:19 smithi172 ceph-mon[103696]: pgmap v11395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:15:20.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:20.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:21.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:21.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:22.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:22.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:22 smithi050 ceph-mon[92315]: pgmap v11396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:22 smithi172 ceph-mon[103696]: pgmap v11396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:23.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:23.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:24.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:24.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:24 smithi050 ceph-mon[92315]: pgmap v11397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:24 smithi172 ceph-mon[103696]: pgmap v11397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:25.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:25.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:26.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:26.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:26 smithi050 ceph-mon[92315]: pgmap v11398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:26 smithi172 ceph-mon[103696]: pgmap v11398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:27.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:27.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:28.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:28.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:28 smithi050 ceph-mon[92315]: pgmap v11399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:15:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:28 smithi172 ceph-mon[103696]: pgmap v11399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:15:29.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:29.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:29 smithi050 ceph-mon[92315]: pgmap v11400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:29 smithi172 ceph-mon[103696]: pgmap v11400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:30.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:30.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:31.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:31.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:32.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:32.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:32 smithi050 ceph-mon[92315]: pgmap v11401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:32 smithi172 ceph-mon[103696]: pgmap v11401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:33.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:33.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:34.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:34.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:34.470 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:34 smithi172 ceph-mon[103696]: pgmap v11402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:34 smithi050 ceph-mon[92315]: pgmap v11402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:35.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:35.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:15:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:15:36.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:36.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:36 smithi050 ceph-mon[92315]: pgmap v11403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:36 smithi172 ceph-mon[103696]: pgmap v11403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:37.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:37.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:38.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:38.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:38 smithi050 ceph-mon[92315]: pgmap v11404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:15:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:38 smithi172 ceph-mon[103696]: pgmap v11404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:15:39.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:39.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:39 smithi172 ceph-mon[103696]: pgmap v11405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:39 smithi050 ceph-mon[92315]: pgmap v11405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:40.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:40.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:41.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:41.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:42.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:42.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:42 smithi050 ceph-mon[92315]: pgmap v11406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:42 smithi172 ceph-mon[103696]: pgmap v11406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:43.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:43.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:44.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:44.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:44.577 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:44 smithi172 ceph-mon[103696]: pgmap v11407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:44 smithi050 ceph-mon[92315]: pgmap v11407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:45.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:45.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:46.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:46.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:46 smithi050 ceph-mon[92315]: pgmap v11408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:46 smithi172 ceph-mon[103696]: pgmap v11408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:47.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:47.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:48.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:48.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:48 smithi050 ceph-mon[92315]: pgmap v11409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:15:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:48 smithi172 ceph-mon[103696]: pgmap v11409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:15:49.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:49.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:50.092 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:49 smithi050 ceph-mon[92315]: pgmap v11410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:50.092 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:15:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:49 smithi172 ceph-mon[103696]: pgmap v11410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:15:50.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:50.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:51.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:51.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:52.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:52.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:52 smithi050 ceph-mon[92315]: pgmap v11411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:52 smithi172 ceph-mon[103696]: pgmap v11411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:53.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:53.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:54 smithi050 ceph-mon[92315]: pgmap v11412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:54.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:54.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:54 smithi172 ceph-mon[103696]: pgmap v11412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:55.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:55.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:56.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:56.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:56 smithi050 ceph-mon[92315]: pgmap v11413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:56 smithi172 ceph-mon[103696]: pgmap v11413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:15:57.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:57.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:58.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:58.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:15:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:58 smithi050 ceph-mon[92315]: pgmap v11414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:15:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:15:58.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:15:58.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:15:58.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:15:58.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:15:58.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:15:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:58 smithi172 ceph-mon[103696]: pgmap v11414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:15:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:15:58.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:15:58.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:15:58.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:15:58.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:15:58.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:15:59.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:15:59.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:15:59 smithi050 ceph-mon[92315]: pgmap v11415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:15:59 smithi172 ceph-mon[103696]: pgmap v11415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:00.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:00.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:01.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:01.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:02.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:02.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:02.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:02 smithi050 ceph-mon[92315]: pgmap v11416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:02 smithi172 ceph-mon[103696]: pgmap v11416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:03.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:03.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:04.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:04.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:04 smithi050 ceph-mon[92315]: pgmap v11417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:04 smithi172 ceph-mon[103696]: pgmap v11417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:05.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:05.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:16:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:16:06.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:06.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:06 smithi050 ceph-mon[92315]: pgmap v11418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:06.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:06 smithi172 ceph-mon[103696]: pgmap v11418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:07.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:07.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:08.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:08.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:08 smithi050 ceph-mon[92315]: pgmap v11419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:16:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:08 smithi172 ceph-mon[103696]: pgmap v11419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:16:09.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:09.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:09 smithi050 ceph-mon[92315]: pgmap v11420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:09 smithi172 ceph-mon[103696]: pgmap v11420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:10.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:10.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:11.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:11.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:12.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:12.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:12 smithi050 ceph-mon[92315]: pgmap v11421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:12 smithi172 ceph-mon[103696]: pgmap v11421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:13.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:13.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:14.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:14.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:14 smithi050 ceph-mon[92315]: pgmap v11422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:14 smithi172 ceph-mon[103696]: pgmap v11422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:15.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:15.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:16.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:16.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:16 smithi050 ceph-mon[92315]: pgmap v11423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:16 smithi172 ceph-mon[103696]: pgmap v11423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:17.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:17.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:18.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:18.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:18 smithi050 ceph-mon[92315]: pgmap v11424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:16:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:18 smithi172 ceph-mon[103696]: pgmap v11424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:16:19.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:19.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:19 smithi050 ceph-mon[92315]: pgmap v11425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:16:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:19 smithi172 ceph-mon[103696]: pgmap v11425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:16:20.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:20.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:21.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:21.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:22.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:22.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:22 smithi050 ceph-mon[92315]: pgmap v11426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:22 smithi172 ceph-mon[103696]: pgmap v11426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:23.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:23.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:24.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:24.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:24 smithi050 ceph-mon[92315]: pgmap v11427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:24 smithi172 ceph-mon[103696]: pgmap v11427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:25.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:25.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:26.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:26.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:26 smithi050 ceph-mon[92315]: pgmap v11428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:26 smithi172 ceph-mon[103696]: pgmap v11428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:27.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:27.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:28.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:28.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:28 smithi050 ceph-mon[92315]: pgmap v11429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:16:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:28 smithi172 ceph-mon[103696]: pgmap v11429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:16:29.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:29.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:30.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:29 smithi172 ceph-mon[103696]: pgmap v11430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:29 smithi050 ceph-mon[92315]: pgmap v11430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:30.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:30.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:31.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:31.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:32.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:32.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:32 smithi050 ceph-mon[92315]: pgmap v11431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:32 smithi172 ceph-mon[103696]: pgmap v11431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:33.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:33.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:34.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:34.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:34 smithi050 ceph-mon[92315]: pgmap v11432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:34 smithi172 ceph-mon[103696]: pgmap v11432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:16:35.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:35.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:16:36.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:36.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:36 smithi050 ceph-mon[92315]: pgmap v11433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:36 smithi172 ceph-mon[103696]: pgmap v11433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:37.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:37.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:38.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:38.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:38 smithi050 ceph-mon[92315]: pgmap v11434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:16:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:38 smithi172 ceph-mon[103696]: pgmap v11434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:16:39.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:39.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:39 smithi050 ceph-mon[92315]: pgmap v11435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:39 smithi172 ceph-mon[103696]: pgmap v11435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:40.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:40.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:41.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:41.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:42.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:42.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:42 smithi050 ceph-mon[92315]: pgmap v11436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:42 smithi172 ceph-mon[103696]: pgmap v11436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:43.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:43.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:44.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:44.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:44 smithi050 ceph-mon[92315]: pgmap v11437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:44 smithi172 ceph-mon[103696]: pgmap v11437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:45.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:45.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:46.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:46.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:46 smithi050 ceph-mon[92315]: pgmap v11438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:46.629 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:46 smithi172 ceph-mon[103696]: pgmap v11438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:47.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:47.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:48.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:48.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:48 smithi050 ceph-mon[92315]: pgmap v11439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:16:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:48 smithi172 ceph-mon[103696]: pgmap v11439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:16:49.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:49.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:49 smithi050 ceph-mon[92315]: pgmap v11440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:16:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:49 smithi172 ceph-mon[103696]: pgmap v11440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:16:50.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:50.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:51.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:51.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:52.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:52.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:52 smithi050 ceph-mon[92315]: pgmap v11441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:52 smithi172 ceph-mon[103696]: pgmap v11441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:53.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:53.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:54.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:54.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:54 smithi050 ceph-mon[92315]: pgmap v11442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:54 smithi172 ceph-mon[103696]: pgmap v11442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:55.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:55.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:56.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:56.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:56 smithi050 ceph-mon[92315]: pgmap v11443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:56 smithi172 ceph-mon[103696]: pgmap v11443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:16:57.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:57.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:58.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:58.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:58 smithi050 ceph-mon[92315]: pgmap v11444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:16:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:58 smithi172 ceph-mon[103696]: pgmap v11444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:16:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:16:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:16:59.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:16:59.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:16:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:16:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:17:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:00 smithi050 ceph-mon[92315]: pgmap v11445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:00.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:00.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:00 smithi172 ceph-mon[103696]: pgmap v11445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:01.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:01.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:02.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:02 smithi050 ceph-mon[92315]: pgmap v11446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:02.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:02.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:02 smithi172 ceph-mon[103696]: pgmap v11446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:03.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:03.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:04 smithi050 ceph-mon[92315]: pgmap v11447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:04.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:04.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:04.629 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:04 smithi172 ceph-mon[103696]: pgmap v11447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:17:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:17:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:17:05.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:05.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:17:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:17:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:17:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:06 smithi050 ceph-mon[92315]: pgmap v11448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:17:06.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:17:06.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:17:06.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:17:06.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:17:06.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:06.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:06 smithi172 ceph-mon[103696]: pgmap v11448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:17:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:17:06.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:17:06.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:17:06.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:17:07.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:07.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:08 smithi050 ceph-mon[92315]: pgmap v11449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:17:08.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:08.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:08 smithi172 ceph-mon[103696]: pgmap v11449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:17:09.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:09.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:09 smithi050 ceph-mon[92315]: pgmap v11450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:09 smithi172 ceph-mon[103696]: pgmap v11450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:10.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:10.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:11.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:11.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:12 smithi050 ceph-mon[92315]: pgmap v11451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:12.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:12.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:12 smithi172 ceph-mon[103696]: pgmap v11451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:13.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:13.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:14 smithi050 ceph-mon[92315]: pgmap v11452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:14.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:14.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:14 smithi172 ceph-mon[103696]: pgmap v11452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:15.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:15.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:16 smithi050 ceph-mon[92315]: pgmap v11453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:16.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:16.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:16 smithi172 ceph-mon[103696]: pgmap v11453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:17.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:17.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:18 smithi050 ceph-mon[92315]: pgmap v11454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:17:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:18 smithi172 ceph-mon[103696]: pgmap v11454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:17:18.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:18.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:19.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:19.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:19 smithi050 ceph-mon[92315]: pgmap v11455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:17:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:19 smithi172 ceph-mon[103696]: pgmap v11455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:17:20.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:20.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:21.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:21.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:22 smithi050 ceph-mon[92315]: pgmap v11456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:22 smithi172 ceph-mon[103696]: pgmap v11456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:22.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:22.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:23.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:23.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:24 smithi050 ceph-mon[92315]: pgmap v11457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:24 smithi172 ceph-mon[103696]: pgmap v11457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:24.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:24.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:25.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:25.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:26 smithi050 ceph-mon[92315]: pgmap v11458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:26 smithi172 ceph-mon[103696]: pgmap v11458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:26.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:26.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:27.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:27.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:28 smithi050 ceph-mon[92315]: pgmap v11459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:17:28.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:28 smithi172 ceph-mon[103696]: pgmap v11459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:17:28.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:28.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:29.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:29.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:29 smithi050 ceph-mon[92315]: pgmap v11460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:29 smithi172 ceph-mon[103696]: pgmap v11460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:30.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:30.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:31.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:31.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:32 smithi050 ceph-mon[92315]: pgmap v11461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:32 smithi172 ceph-mon[103696]: pgmap v11461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:32.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:32.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:33.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:33.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:34 smithi050 ceph-mon[92315]: pgmap v11462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:34 smithi172 ceph-mon[103696]: pgmap v11462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:34.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:34.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:17:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:17:35.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:35.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:36 smithi050 ceph-mon[92315]: pgmap v11463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:36 smithi172 ceph-mon[103696]: pgmap v11463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:36.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:36.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:37.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:37.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:38 smithi050 ceph-mon[92315]: pgmap v11464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:17:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:38 smithi172 ceph-mon[103696]: pgmap v11464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:17:38.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:38.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:39.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:39.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:39 smithi050 ceph-mon[92315]: pgmap v11465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:39 smithi172 ceph-mon[103696]: pgmap v11465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:40.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:40.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:41.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:41.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:42 smithi050 ceph-mon[92315]: pgmap v11466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:42 smithi172 ceph-mon[103696]: pgmap v11466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:42.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:42.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:43.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:43.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:44 smithi050 ceph-mon[92315]: pgmap v11467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:44 smithi172 ceph-mon[103696]: pgmap v11467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:44.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:44.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:45.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:45.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:46 smithi050 ceph-mon[92315]: pgmap v11468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:46.629 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:46 smithi172 ceph-mon[103696]: pgmap v11468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:46.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:46.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:47.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:47.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:48 smithi050 ceph-mon[92315]: pgmap v11469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:17:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:48 smithi172 ceph-mon[103696]: pgmap v11469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:17:48.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:48.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:49.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:49.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:49 smithi050 ceph-mon[92315]: pgmap v11470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:17:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:49 smithi172 ceph-mon[103696]: pgmap v11470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:17:50.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:50.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:51.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:51.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:52 smithi050 ceph-mon[92315]: pgmap v11471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:52 smithi172 ceph-mon[103696]: pgmap v11471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:52.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:52.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:53.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:53.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:54 smithi050 ceph-mon[92315]: pgmap v11472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:54 smithi172 ceph-mon[103696]: pgmap v11472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:54.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:54.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:55.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:55.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:56.527 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:56 smithi050 ceph-mon[92315]: pgmap v11473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:56 smithi172 ceph-mon[103696]: pgmap v11473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:17:56.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:56.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:57.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:57.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:58 smithi050 ceph-mon[92315]: pgmap v11474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:17:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:58 smithi172 ceph-mon[103696]: pgmap v11474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:17:58.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:58.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:17:59.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:17:59.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:17:59 smithi050 ceph-mon[92315]: pgmap v11475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:17:59 smithi172 ceph-mon[103696]: pgmap v11475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:00.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:00.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:01.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:01.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:02 smithi050 ceph-mon[92315]: pgmap v11476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:02 smithi172 ceph-mon[103696]: pgmap v11476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:02.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:02.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:03.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:03.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:04 smithi050 ceph-mon[92315]: pgmap v11477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:04 smithi172 ceph-mon[103696]: pgmap v11477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:04.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:04.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:18:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:18:05.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:05.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:06 smithi172 ceph-mon[103696]: pgmap v11478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:18:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:18:06.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:18:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:06 smithi050 ceph-mon[92315]: pgmap v11478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:18:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:18:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:18:06.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:06.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:18:07.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:18:07.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:18:07.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:18:07.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:18:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:18:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:18:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:18:07.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:18:07.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:18:07.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:07.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:08 smithi050 ceph-mon[92315]: pgmap v11479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:18:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:08 smithi172 ceph-mon[103696]: pgmap v11479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:18:08.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:08.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:09.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:09.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:09 smithi050 ceph-mon[92315]: pgmap v11480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:09 smithi172 ceph-mon[103696]: pgmap v11480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:10.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:10.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:11.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:11.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:12 smithi050 ceph-mon[92315]: pgmap v11481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:12 smithi172 ceph-mon[103696]: pgmap v11481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:12.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:12.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:13.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:13.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:14 smithi050 ceph-mon[92315]: pgmap v11482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:14 smithi172 ceph-mon[103696]: pgmap v11482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:14.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:14.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:15.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:15.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:16 smithi050 ceph-mon[92315]: pgmap v11483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:16 smithi172 ceph-mon[103696]: pgmap v11483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:16.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:16.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:17.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:17.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:18 smithi050 ceph-mon[92315]: pgmap v11484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:18:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:18 smithi172 ceph-mon[103696]: pgmap v11484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:18:18.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:18.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:19.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:19.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:19 smithi050 ceph-mon[92315]: pgmap v11485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:18:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:19 smithi172 ceph-mon[103696]: pgmap v11485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:18:20.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:20.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:21.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:21.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:22 smithi050 ceph-mon[92315]: pgmap v11486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:22 smithi172 ceph-mon[103696]: pgmap v11486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:22.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:22.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:23.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:23.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:24 smithi050 ceph-mon[92315]: pgmap v11487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:24 smithi172 ceph-mon[103696]: pgmap v11487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:24.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:24.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:25.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:25.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:26 smithi050 ceph-mon[92315]: pgmap v11488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:26 smithi172 ceph-mon[103696]: pgmap v11488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:26.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:26.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:27.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:27.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:28 smithi050 ceph-mon[92315]: pgmap v11489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:18:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:28 smithi172 ceph-mon[103696]: pgmap v11489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:18:28.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:28.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:29.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:29.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:29 smithi050 ceph-mon[92315]: pgmap v11490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:29 smithi172 ceph-mon[103696]: pgmap v11490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:30.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:30.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:31.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:31.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:32 smithi050 ceph-mon[92315]: pgmap v11491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:32 smithi172 ceph-mon[103696]: pgmap v11491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:32.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:32.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:33.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:33.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:34 smithi050 ceph-mon[92315]: pgmap v11492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:34 smithi172 ceph-mon[103696]: pgmap v11492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:34.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:34.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:18:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:18:35.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:35.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:36 smithi050 ceph-mon[92315]: pgmap v11493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:36 smithi172 ceph-mon[103696]: pgmap v11493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:36.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:36.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:37.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:37.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:38 smithi050 ceph-mon[92315]: pgmap v11494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:18:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:38 smithi172 ceph-mon[103696]: pgmap v11494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:18:38.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:38.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:39.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:39.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:40.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:39 smithi050 ceph-mon[92315]: pgmap v11495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:39 smithi172 ceph-mon[103696]: pgmap v11495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:40.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:40.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:41.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:41.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:42 smithi050 ceph-mon[92315]: pgmap v11496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:42 smithi172 ceph-mon[103696]: pgmap v11496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:42.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:42.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:43.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:43.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:44 smithi050 ceph-mon[92315]: pgmap v11497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:44 smithi172 ceph-mon[103696]: pgmap v11497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:44.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:44.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:45.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:45.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:46 smithi050 ceph-mon[92315]: pgmap v11498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:46 smithi172 ceph-mon[103696]: pgmap v11498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:46.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:46.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:47.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:47.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:48 smithi050 ceph-mon[92315]: pgmap v11499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:18:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:48 smithi172 ceph-mon[103696]: pgmap v11499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:18:48.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:48.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:49.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:49.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:49 smithi050 ceph-mon[92315]: pgmap v11500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:18:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:49 smithi172 ceph-mon[103696]: pgmap v11500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:18:50.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:50.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:51.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:51.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:52 smithi050 ceph-mon[92315]: pgmap v11501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:52 smithi172 ceph-mon[103696]: pgmap v11501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:52.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:52.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:53.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:53.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:54 smithi050 ceph-mon[92315]: pgmap v11502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:54 smithi172 ceph-mon[103696]: pgmap v11502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:54.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:54.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:55.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:55.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:56.579 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:56 smithi172 ceph-mon[103696]: pgmap v11503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:56 smithi050 ceph-mon[92315]: pgmap v11503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:18:56.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:56.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:57.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:57.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:58 smithi050 ceph-mon[92315]: pgmap v11504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:18:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:58 smithi172 ceph-mon[103696]: pgmap v11504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:18:58.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:58.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:18:59.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:18:59.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:18:59 smithi050 ceph-mon[92315]: pgmap v11505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:18:59 smithi172 ceph-mon[103696]: pgmap v11505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:00.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:00.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:01.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:01.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:02 smithi050 ceph-mon[92315]: pgmap v11506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:02 smithi172 ceph-mon[103696]: pgmap v11506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:02.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:02.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:03.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:03.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:04 smithi050 ceph-mon[92315]: pgmap v11507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:04 smithi172 ceph-mon[103696]: pgmap v11507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:04.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:04.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:19:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:19:05.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:05.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:06 smithi050 ceph-mon[92315]: pgmap v11508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:06 smithi172 ceph-mon[103696]: pgmap v11508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:06.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:06.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:19:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:19:07.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:07.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:08 smithi050 ceph-mon[92315]: pgmap v11509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:19:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:19:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:19:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:19:08.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:19:08.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:19:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:08 smithi172 ceph-mon[103696]: pgmap v11509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:19:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:19:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:19:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:19:08.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:19:08.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:19:08.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:08.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:09.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:09.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:09 smithi050 ceph-mon[92315]: pgmap v11510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:09 smithi172 ceph-mon[103696]: pgmap v11510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:10.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:10.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:11.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:11.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:12 smithi050 ceph-mon[92315]: pgmap v11511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:12 smithi172 ceph-mon[103696]: pgmap v11511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:12.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:12.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:13.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:13.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:14 smithi050 ceph-mon[92315]: pgmap v11512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:14 smithi172 ceph-mon[103696]: pgmap v11512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:14.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:14.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:15.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:15.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:16 smithi050 ceph-mon[92315]: pgmap v11513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:16 smithi172 ceph-mon[103696]: pgmap v11513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:16.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:16.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:17.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:17.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:18.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:18 smithi050 ceph-mon[92315]: pgmap v11514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:19:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:18 smithi172 ceph-mon[103696]: pgmap v11514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:19:18.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:18.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:19.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:19.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:19 smithi050 ceph-mon[92315]: pgmap v11515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:19:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:19 smithi172 ceph-mon[103696]: pgmap v11515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:19:20.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:20.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:21.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:21.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:22.512 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:22 smithi050 ceph-mon[92315]: pgmap v11516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:22 smithi172 ceph-mon[103696]: pgmap v11516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:22.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:22.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:23.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:23.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:24 smithi050 ceph-mon[92315]: pgmap v11517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:24 smithi172 ceph-mon[103696]: pgmap v11517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:24.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:24.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:25.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:25.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:26 smithi050 ceph-mon[92315]: pgmap v11518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:26 smithi172 ceph-mon[103696]: pgmap v11518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:26.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:26.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:27.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:27.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:28 smithi050 ceph-mon[92315]: pgmap v11519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:19:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:28 smithi172 ceph-mon[103696]: pgmap v11519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:19:28.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:28.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:29.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:29.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:29 smithi050 ceph-mon[92315]: pgmap v11520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:29 smithi172 ceph-mon[103696]: pgmap v11520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:30.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:30.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:31.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:31.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:32 smithi050 ceph-mon[92315]: pgmap v11521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:32 smithi172 ceph-mon[103696]: pgmap v11521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:32.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:32.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:33.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:33.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:34 smithi050 ceph-mon[92315]: pgmap v11522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:34 smithi172 ceph-mon[103696]: pgmap v11522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:34.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:34.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:19:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:19:35.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:35.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:36 smithi050 ceph-mon[92315]: pgmap v11523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:36.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:36 smithi172 ceph-mon[103696]: pgmap v11523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:36.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:36.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:37.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:37.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:38 smithi050 ceph-mon[92315]: pgmap v11524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:19:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:38 smithi172 ceph-mon[103696]: pgmap v11524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:19:38.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:38.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:39.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:39.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:40.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:39 smithi050 ceph-mon[92315]: pgmap v11525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:39 smithi172 ceph-mon[103696]: pgmap v11525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:40.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:40.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:41.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:41.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:42 smithi172 ceph-mon[103696]: pgmap v11526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:42 smithi050 ceph-mon[92315]: pgmap v11526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:42.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:42.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:43.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:43.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:44 smithi050 ceph-mon[92315]: pgmap v11527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:44 smithi172 ceph-mon[103696]: pgmap v11527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:44.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:44.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:45.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:45.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:46 smithi050 ceph-mon[92315]: pgmap v11528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:46 smithi172 ceph-mon[103696]: pgmap v11528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:46.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:46.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:47.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:47.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:48 smithi050 ceph-mon[92315]: pgmap v11529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:19:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:48 smithi172 ceph-mon[103696]: pgmap v11529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:19:48.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:48.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:49.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:49.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:49 smithi050 ceph-mon[92315]: pgmap v11530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:19:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:49 smithi172 ceph-mon[103696]: pgmap v11530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:19:50.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:50.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:51.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:51.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:52 smithi050 ceph-mon[92315]: pgmap v11531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:52 smithi172 ceph-mon[103696]: pgmap v11531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:52.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:52.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:53.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:53.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:54 smithi050 ceph-mon[92315]: pgmap v11532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:54 smithi172 ceph-mon[103696]: pgmap v11532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:54.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:54.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:55.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:55.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:56 smithi050 ceph-mon[92315]: pgmap v11533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:56 smithi172 ceph-mon[103696]: pgmap v11533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:19:56.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:56.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:57.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:57.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:58 smithi050 ceph-mon[92315]: pgmap v11534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:19:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:58 smithi172 ceph-mon[103696]: pgmap v11534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:19:58.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:58.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:19:59.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:19:59.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:19:59 smithi050 ceph-mon[92315]: pgmap v11535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:19:59 smithi172 ceph-mon[103696]: pgmap v11535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T20:20:00.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:00.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T20:20:01.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:01.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:01 smithi050 ceph-mon[92315]: pgmap v11536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:01 smithi172 ceph-mon[103696]: pgmap v11536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:02.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:02.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:03.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:03.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:04 smithi050 ceph-mon[92315]: pgmap v11537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:04 smithi172 ceph-mon[103696]: pgmap v11537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:04.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:04.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:20:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:20:05.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:05.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:06 smithi050 ceph-mon[92315]: pgmap v11538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:06 smithi172 ceph-mon[103696]: pgmap v11538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:06.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:06.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:07.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:07.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:08 smithi050 ceph-mon[92315]: pgmap v11539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:20:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:20:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:20:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:20:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:08 smithi172 ceph-mon[103696]: pgmap v11539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:20:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:20:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:20:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:20:08.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:08.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:20:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:20:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:20:09.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:20:09.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:20:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:20:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:20:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:20:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:20:09.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:20:09.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:09.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:10 smithi050 ceph-mon[92315]: pgmap v11540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:10 smithi172 ceph-mon[103696]: pgmap v11540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:10.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:10.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:11.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:11.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:12 smithi050 ceph-mon[92315]: pgmap v11541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:12 smithi172 ceph-mon[103696]: pgmap v11541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:12.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:12.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:13.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:13.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:14 smithi050 ceph-mon[92315]: pgmap v11542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:14 smithi172 ceph-mon[103696]: pgmap v11542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:14.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:14.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:15.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:15.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:16 smithi050 ceph-mon[92315]: pgmap v11543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:16 smithi172 ceph-mon[103696]: pgmap v11543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:16.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:16.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:17.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:17.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:18.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:18 smithi050 ceph-mon[92315]: pgmap v11544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:20:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:18 smithi172 ceph-mon[103696]: pgmap v11544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:20:18.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:18.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:19.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:19.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:19 smithi050 ceph-mon[92315]: pgmap v11545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:20:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:19 smithi172 ceph-mon[103696]: pgmap v11545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:20:20.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:20.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:21.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:21.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:22 smithi050 ceph-mon[92315]: pgmap v11546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:22 smithi172 ceph-mon[103696]: pgmap v11546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:22.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:22.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:23.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:23.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:24 smithi050 ceph-mon[92315]: pgmap v11547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:24 smithi172 ceph-mon[103696]: pgmap v11547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:24.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:24.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:25.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:25.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:26 smithi050 ceph-mon[92315]: pgmap v11548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:26 smithi172 ceph-mon[103696]: pgmap v11548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:26.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:26.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:27.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:27.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:28 smithi050 ceph-mon[92315]: pgmap v11549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:20:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:28 smithi172 ceph-mon[103696]: pgmap v11549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:20:28.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:28.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:29.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:29.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:29 smithi050 ceph-mon[92315]: pgmap v11550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:29 smithi172 ceph-mon[103696]: pgmap v11550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:30.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:30.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:31.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:31.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:32.580 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:32 smithi172 ceph-mon[103696]: pgmap v11551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:32 smithi050 ceph-mon[92315]: pgmap v11551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:32.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:32.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:33.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:33.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:34 smithi050 ceph-mon[92315]: pgmap v11552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:34 smithi172 ceph-mon[103696]: pgmap v11552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:34.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:34.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:20:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:20:35.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:35.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:36 smithi050 ceph-mon[92315]: pgmap v11553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:36 smithi172 ceph-mon[103696]: pgmap v11553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:36.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:36.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:37.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:37.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:38 smithi050 ceph-mon[92315]: pgmap v11554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:20:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:38 smithi172 ceph-mon[103696]: pgmap v11554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:20:38.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:38.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:39.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:39.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:39 smithi050 ceph-mon[92315]: pgmap v11555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:39 smithi172 ceph-mon[103696]: pgmap v11555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:40.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:40.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:41.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:41.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:42 smithi050 ceph-mon[92315]: pgmap v11556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:42 smithi172 ceph-mon[103696]: pgmap v11556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:42.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:42.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:43.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:43.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:44 smithi050 ceph-mon[92315]: pgmap v11557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:44 smithi172 ceph-mon[103696]: pgmap v11557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:44.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:44.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:45.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:45.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:46 smithi050 ceph-mon[92315]: pgmap v11558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:46 smithi172 ceph-mon[103696]: pgmap v11558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:46.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:46.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:47.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:47.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:48 smithi050 ceph-mon[92315]: pgmap v11559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:20:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:48 smithi172 ceph-mon[103696]: pgmap v11559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:20:48.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:48.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:49.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:49.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:49 smithi050 ceph-mon[92315]: pgmap v11560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:20:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:49 smithi172 ceph-mon[103696]: pgmap v11560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:20:50.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:50.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:51.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:51.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:52 smithi050 ceph-mon[92315]: pgmap v11561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:52 smithi172 ceph-mon[103696]: pgmap v11561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:52.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:52.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:53.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:53.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:54.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:54 smithi050 ceph-mon[92315]: pgmap v11562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:54 smithi172 ceph-mon[103696]: pgmap v11562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:54.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:54.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:55.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:55.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:56 smithi050 ceph-mon[92315]: pgmap v11563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:56.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:56 smithi172 ceph-mon[103696]: pgmap v11563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:20:56.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:56.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:57.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:57.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:58 smithi050 ceph-mon[92315]: pgmap v11564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:20:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:58 smithi172 ceph-mon[103696]: pgmap v11564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:20:58.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:58.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:20:59.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:20:59.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:20:59 smithi050 ceph-mon[92315]: pgmap v11565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:20:59 smithi172 ceph-mon[103696]: pgmap v11565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:01.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:01.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:02.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:02.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:02 smithi050 ceph-mon[92315]: pgmap v11566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:02.630 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:02 smithi172 ceph-mon[103696]: pgmap v11566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:03.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:03.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:04.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:04.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:04 smithi050 ceph-mon[92315]: pgmap v11567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:04 smithi172 ceph-mon[103696]: pgmap v11567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:05.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:05.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:21:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:21:06.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:06.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:06 smithi050 ceph-mon[92315]: pgmap v11568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:06 smithi172 ceph-mon[103696]: pgmap v11568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:07.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:07.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:08.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:08.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:08 smithi050 ceph-mon[92315]: pgmap v11569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:21:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:08 smithi172 ceph-mon[103696]: pgmap v11569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:21:09.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:09.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:21:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:21:10.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:10.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:10 smithi050 ceph-mon[92315]: pgmap v11570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:21:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:21:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:21:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:21:10.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:21:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:10 smithi172 ceph-mon[103696]: pgmap v11570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:21:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:21:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:21:10.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:21:10.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:21:11.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:11.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:12.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:12.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:12 smithi050 ceph-mon[92315]: pgmap v11571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:12 smithi172 ceph-mon[103696]: pgmap v11571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:13.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:13.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:14.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:14.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:14 smithi050 ceph-mon[92315]: pgmap v11572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:14 smithi172 ceph-mon[103696]: pgmap v11572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:15.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:15.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:16.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:16.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:16 smithi050 ceph-mon[92315]: pgmap v11573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:16 smithi172 ceph-mon[103696]: pgmap v11573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:17.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:17.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:18.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:18.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:18 smithi172 ceph-mon[103696]: pgmap v11574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:21:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:18 smithi050 ceph-mon[92315]: pgmap v11574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:21:19.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:19.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:20.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:20.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:19 smithi050 ceph-mon[92315]: pgmap v11575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:21:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:19 smithi172 ceph-mon[103696]: pgmap v11575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:21:21.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:21.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:22.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:22.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:22 smithi050 ceph-mon[92315]: pgmap v11576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:22 smithi172 ceph-mon[103696]: pgmap v11576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:23.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:23.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:24.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:24.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:24 smithi050 ceph-mon[92315]: pgmap v11577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:24 smithi172 ceph-mon[103696]: pgmap v11577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:25.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:25.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:26.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:26.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:26 smithi050 ceph-mon[92315]: pgmap v11578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:26 smithi172 ceph-mon[103696]: pgmap v11578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:27.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:27.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:28.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:28.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:28 smithi050 ceph-mon[92315]: pgmap v11579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:21:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:28 smithi172 ceph-mon[103696]: pgmap v11579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:21:29.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:29.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:30.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:30.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:29 smithi050 ceph-mon[92315]: pgmap v11580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:29 smithi172 ceph-mon[103696]: pgmap v11580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:31.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:31.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:32.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:32.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:32 smithi050 ceph-mon[92315]: pgmap v11581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:32 smithi172 ceph-mon[103696]: pgmap v11581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:33.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:33.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:34.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:34.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:34 smithi050 ceph-mon[92315]: pgmap v11582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:34 smithi172 ceph-mon[103696]: pgmap v11582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:35.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:35.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:21:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:21:36.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:36.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:36 smithi050 ceph-mon[92315]: pgmap v11583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:36 smithi172 ceph-mon[103696]: pgmap v11583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:37.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:37.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:38.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:38.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:38 smithi050 ceph-mon[92315]: pgmap v11584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:21:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:38 smithi172 ceph-mon[103696]: pgmap v11584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:21:39.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:39.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:40.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:40.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:39 smithi050 ceph-mon[92315]: pgmap v11585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:39 smithi172 ceph-mon[103696]: pgmap v11585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:41.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:41.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:42.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:42.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:42 smithi050 ceph-mon[92315]: pgmap v11586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:42 smithi172 ceph-mon[103696]: pgmap v11586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:43.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:43.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:44.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:44.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:44 smithi050 ceph-mon[92315]: pgmap v11587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:44 smithi172 ceph-mon[103696]: pgmap v11587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:45.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:45.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:46.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:46.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:46 smithi050 ceph-mon[92315]: pgmap v11588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:46 smithi172 ceph-mon[103696]: pgmap v11588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:47.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:47.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:48.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:48.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:48 smithi050 ceph-mon[92315]: pgmap v11589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:21:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:48 smithi172 ceph-mon[103696]: pgmap v11589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:21:49.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:49.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:50.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:50.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:49 smithi050 ceph-mon[92315]: pgmap v11590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:21:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:49 smithi172 ceph-mon[103696]: pgmap v11590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:21:51.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:51.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:52.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:52.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:52 smithi050 ceph-mon[92315]: pgmap v11591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:52 smithi172 ceph-mon[103696]: pgmap v11591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:53.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:53.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:54.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:54.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:54 smithi050 ceph-mon[92315]: pgmap v11592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:54 smithi172 ceph-mon[103696]: pgmap v11592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:55.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:55.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:56.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:56.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:56 smithi050 ceph-mon[92315]: pgmap v11593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:56 smithi172 ceph-mon[103696]: pgmap v11593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:21:57.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:57.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:58.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:58.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:21:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:58 smithi050 ceph-mon[92315]: pgmap v11594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:21:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:58 smithi172 ceph-mon[103696]: pgmap v11594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:21:59.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:21:59.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:21:59 smithi050 ceph-mon[92315]: pgmap v11595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:00.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:00.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:21:59 smithi172 ceph-mon[103696]: pgmap v11595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:01.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:01.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:02.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:02.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:02 smithi050 ceph-mon[92315]: pgmap v11596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:02 smithi172 ceph-mon[103696]: pgmap v11596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:03.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:03.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:04.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:04.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:04 smithi050 ceph-mon[92315]: pgmap v11597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:04 smithi172 ceph-mon[103696]: pgmap v11597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:05.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:05.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:22:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:22:06.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:06.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:06 smithi050 ceph-mon[92315]: pgmap v11598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:06 smithi172 ceph-mon[103696]: pgmap v11598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:07.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:07.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:08.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:08.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:08.586 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:08 smithi172 ceph-mon[103696]: pgmap v11599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:22:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:08 smithi050 ceph-mon[92315]: pgmap v11599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:22:09.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:09.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:09 smithi050 ceph-mon[92315]: pgmap v11600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:22:10.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:10.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:09 smithi172 ceph-mon[103696]: pgmap v11600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:22:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:22:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:22:11.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:22:11.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:22:11.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:10 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1575M 2023-09-30T20:22:11.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:22:11.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:22:11.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:22:11.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:22:11.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:22:11.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:22:11.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:11.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:22:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:22:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:22:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:22:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:10 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1575M 2023-09-30T20:22:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:22:11.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:22:11.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:22:11.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:22:11.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:22:11.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:22:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:11 smithi050 ceph-mon[92315]: pgmap v11601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:12.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:12.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:11 smithi172 ceph-mon[103696]: pgmap v11601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:13.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:13.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:14.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:14.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:14.458 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:14 smithi050 ceph-mon[92315]: pgmap v11602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:14 smithi172 ceph-mon[103696]: pgmap v11602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:15.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:15.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:16.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:16.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:16 smithi050 ceph-mon[92315]: pgmap v11603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:16 smithi172 ceph-mon[103696]: pgmap v11603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:17.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:17.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:18.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:18.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:18 smithi050 ceph-mon[92315]: pgmap v11604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:22:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:18 smithi172 ceph-mon[103696]: pgmap v11604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:22:19.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:19.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:19 smithi050 ceph-mon[92315]: pgmap v11605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:22:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:19 smithi172 ceph-mon[103696]: pgmap v11605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:22:20.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:20.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:21.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:21.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:22.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:22.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:22 smithi050 ceph-mon[92315]: pgmap v11606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:22 smithi172 ceph-mon[103696]: pgmap v11606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:23.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:23.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:24.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:24.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:24.574 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:24 smithi050 ceph-mon[92315]: pgmap v11607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:24 smithi172 ceph-mon[103696]: pgmap v11607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:25.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:25.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:26.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:26.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:26 smithi050 ceph-mon[92315]: pgmap v11608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:26 smithi172 ceph-mon[103696]: pgmap v11608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:27.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:27.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:28.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:28.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:28 smithi050 ceph-mon[92315]: pgmap v11609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:22:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:28 smithi172 ceph-mon[103696]: pgmap v11609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:22:29.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:29.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:29 smithi050 ceph-mon[92315]: pgmap v11610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:29 smithi172 ceph-mon[103696]: pgmap v11610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:30.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:30.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:31.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:31.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:32.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:32.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:32 smithi050 ceph-mon[92315]: pgmap v11611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:32 smithi172 ceph-mon[103696]: pgmap v11611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:33.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:33.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:34.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:34.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:34 smithi050 ceph-mon[92315]: pgmap v11612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:34 smithi172 ceph-mon[103696]: pgmap v11612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:35.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:35.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:22:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:22:36.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:36.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:36.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:36 smithi050 ceph-mon[92315]: pgmap v11613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:36 smithi172 ceph-mon[103696]: pgmap v11613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:37.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:37.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:38.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:38.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:38 smithi050 ceph-mon[92315]: pgmap v11614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:22:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:38 smithi172 ceph-mon[103696]: pgmap v11614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:22:39.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:39.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:39 smithi050 ceph-mon[92315]: pgmap v11615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:39 smithi172 ceph-mon[103696]: pgmap v11615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:40.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:40.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:41.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:41.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:42.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:42.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:42 smithi050 ceph-mon[92315]: pgmap v11616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:42 smithi172 ceph-mon[103696]: pgmap v11616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:43.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:43.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:44.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:44.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:44 smithi050 ceph-mon[92315]: pgmap v11617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:44 smithi172 ceph-mon[103696]: pgmap v11617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:45.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:45.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:46.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:46.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:46 smithi050 ceph-mon[92315]: pgmap v11618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:46 smithi172 ceph-mon[103696]: pgmap v11618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:47.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:47.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:48.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:48.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:48 smithi050 ceph-mon[92315]: pgmap v11619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:22:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:48 smithi172 ceph-mon[103696]: pgmap v11619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:22:49.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:49.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:49 smithi050 ceph-mon[92315]: pgmap v11620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:22:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:49 smithi172 ceph-mon[103696]: pgmap v11620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:22:50.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:50.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:51.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:51.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:52.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:52.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:52 smithi050 ceph-mon[92315]: pgmap v11621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:52 smithi172 ceph-mon[103696]: pgmap v11621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:53.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:53.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:54.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:54.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:54 smithi050 ceph-mon[92315]: pgmap v11622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:54 smithi172 ceph-mon[103696]: pgmap v11622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:55.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:55.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:56.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:56.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:56 smithi050 ceph-mon[92315]: pgmap v11623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:56 smithi172 ceph-mon[103696]: pgmap v11623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:22:57.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:57.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:58.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:58.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:22:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:58 smithi050 ceph-mon[92315]: pgmap v11624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:22:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:58 smithi172 ceph-mon[103696]: pgmap v11624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:22:59.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:22:59.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:22:59 smithi050 ceph-mon[92315]: pgmap v11625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:22:59 smithi172 ceph-mon[103696]: pgmap v11625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:00.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:00.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:01.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:01.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:02.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:02.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:02 smithi050 ceph-mon[92315]: pgmap v11626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:02.635 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:02 smithi172 ceph-mon[103696]: pgmap v11626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:03.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:03.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:04.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:04.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:04 smithi050 ceph-mon[92315]: pgmap v11627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:04 smithi172 ceph-mon[103696]: pgmap v11627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:05.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:05.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:23:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:23:06.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:06.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:06 smithi050 ceph-mon[92315]: pgmap v11628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:06 smithi172 ceph-mon[103696]: pgmap v11628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:07.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:07.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:08.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:08.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:08 smithi050 ceph-mon[92315]: pgmap v11629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:23:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:08 smithi172 ceph-mon[103696]: pgmap v11629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:23:09.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:09.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:09 smithi050 ceph-mon[92315]: pgmap v11630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:09 smithi172 ceph-mon[103696]: pgmap v11630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:10.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:10.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:23:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:23:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:23:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:23:11.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:23:11.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:23:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:23:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:23:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:23:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:23:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:23:11.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:23:11.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:11.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:11 smithi172 ceph-mon[103696]: pgmap v11631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:12.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:12.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:11 smithi050 ceph-mon[92315]: pgmap v11631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:13.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:13.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:14.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:14.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:14 smithi050 ceph-mon[92315]: pgmap v11632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:14 smithi172 ceph-mon[103696]: pgmap v11632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:15.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:15.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:16.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:16.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:16 smithi050 ceph-mon[92315]: pgmap v11633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:16 smithi172 ceph-mon[103696]: pgmap v11633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:17.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:17.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:18.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:18.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:18 smithi050 ceph-mon[92315]: pgmap v11634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:23:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:18 smithi172 ceph-mon[103696]: pgmap v11634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:23:19.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:19.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:19 smithi050 ceph-mon[92315]: pgmap v11635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:23:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:19 smithi172 ceph-mon[103696]: pgmap v11635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:23:20.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:20.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:21.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:21.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:22.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:22.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:22 smithi050 ceph-mon[92315]: pgmap v11636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:22 smithi172 ceph-mon[103696]: pgmap v11636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:23.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:23.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:24.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:24.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:24 smithi050 ceph-mon[92315]: pgmap v11637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:24 smithi172 ceph-mon[103696]: pgmap v11637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:25.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:25.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:26.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:26.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:26 smithi050 ceph-mon[92315]: pgmap v11638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:26 smithi172 ceph-mon[103696]: pgmap v11638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:27.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:27.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:28.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:28.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:28 smithi050 ceph-mon[92315]: pgmap v11639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:23:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:28 smithi172 ceph-mon[103696]: pgmap v11639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:23:29.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:29.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:29 smithi172 ceph-mon[103696]: pgmap v11640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:30.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:30.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:30.320 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:29 smithi050 ceph-mon[92315]: pgmap v11640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:31.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:31.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:32.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:32.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:32 smithi050 ceph-mon[92315]: pgmap v11641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:32 smithi172 ceph-mon[103696]: pgmap v11641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:33.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:33.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:34.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:34.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:34 smithi050 ceph-mon[92315]: pgmap v11642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:23:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:34 smithi172 ceph-mon[103696]: pgmap v11642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:23:35.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:35.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:36.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:36.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:36 smithi050 ceph-mon[92315]: pgmap v11643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:36 smithi172 ceph-mon[103696]: pgmap v11643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:37.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:37.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:38.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:38.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:38 smithi050 ceph-mon[92315]: pgmap v11644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:23:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:38 smithi172 ceph-mon[103696]: pgmap v11644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:23:39.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:39.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:39 smithi172 ceph-mon[103696]: pgmap v11645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:40.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:40.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:39 smithi050 ceph-mon[92315]: pgmap v11645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:41.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:41.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:42.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:42.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:42 smithi050 ceph-mon[92315]: pgmap v11646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:42 smithi172 ceph-mon[103696]: pgmap v11646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:43.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:43.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:44.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:44.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:44.595 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:44 smithi172 ceph-mon[103696]: pgmap v11647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:44 smithi050 ceph-mon[92315]: pgmap v11647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:45.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:45.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:46.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:46.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:46 smithi050 ceph-mon[92315]: pgmap v11648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:46 smithi172 ceph-mon[103696]: pgmap v11648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:47.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:47.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:48.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:48.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:48 smithi050 ceph-mon[92315]: pgmap v11649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:23:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:48 smithi172 ceph-mon[103696]: pgmap v11649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:23:49.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:49.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:49 smithi172 ceph-mon[103696]: pgmap v11650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:23:50.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:50.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:49 smithi050 ceph-mon[92315]: pgmap v11650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:23:51.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:51.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:52.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:52.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:52 smithi050 ceph-mon[92315]: pgmap v11651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:52 smithi172 ceph-mon[103696]: pgmap v11651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:53.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:53.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:54.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:54.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:54 smithi050 ceph-mon[92315]: pgmap v11652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:54 smithi172 ceph-mon[103696]: pgmap v11652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:55.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:55.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:56.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:56.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:56 smithi050 ceph-mon[92315]: pgmap v11653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:56 smithi172 ceph-mon[103696]: pgmap v11653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:23:57.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:57.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:58.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:58.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:23:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:58 smithi050 ceph-mon[92315]: pgmap v11654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:23:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:58 smithi172 ceph-mon[103696]: pgmap v11654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:23:59.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:23:59.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:23:59 smithi172 ceph-mon[103696]: pgmap v11655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:00.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:00.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:23:59 smithi050 ceph-mon[92315]: pgmap v11655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:01.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:01.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:02.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:02.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:02 smithi050 ceph-mon[92315]: pgmap v11656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:02 smithi172 ceph-mon[103696]: pgmap v11656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:03.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:03.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:04.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:04.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:04 smithi050 ceph-mon[92315]: pgmap v11657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:24:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:04 smithi172 ceph-mon[103696]: pgmap v11657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:24:05.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:05.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:06.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:06.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:06 smithi050 ceph-mon[92315]: pgmap v11658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:06 smithi172 ceph-mon[103696]: pgmap v11658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:07.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:07.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:08.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:08.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:08 smithi050 ceph-mon[92315]: pgmap v11659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:24:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:08 smithi172 ceph-mon[103696]: pgmap v11659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:24:09.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:09.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:09 smithi172 ceph-mon[103696]: pgmap v11660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:10.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:10.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:09 smithi050 ceph-mon[92315]: pgmap v11660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:11.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:24:11.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:11.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:24:12.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:12.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:12 smithi050 ceph-mon[92315]: pgmap v11661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:24:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:24:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:24:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:24:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:24:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:12 smithi172 ceph-mon[103696]: pgmap v11661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:24:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:24:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:24:12.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:24:12.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:24:13.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:13.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:14.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:14.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:14 smithi050 ceph-mon[92315]: pgmap v11662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:14 smithi172 ceph-mon[103696]: pgmap v11662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:15.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:15.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:16.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:16.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:16 smithi050 ceph-mon[92315]: pgmap v11663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:16 smithi172 ceph-mon[103696]: pgmap v11663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:17.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:17.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:18.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:18.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:18 smithi172 ceph-mon[103696]: pgmap v11664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:24:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:18 smithi050 ceph-mon[92315]: pgmap v11664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:24:19.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:19.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:19 smithi172 ceph-mon[103696]: pgmap v11665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:24:20.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:20.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:19 smithi050 ceph-mon[92315]: pgmap v11665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:24:21.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:21.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:22.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:22.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:22 smithi050 ceph-mon[92315]: pgmap v11666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:22 smithi172 ceph-mon[103696]: pgmap v11666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:23.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:23.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:24.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:24.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:24 smithi050 ceph-mon[92315]: pgmap v11667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:24 smithi172 ceph-mon[103696]: pgmap v11667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:25.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:25.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:26.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:26.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:26 smithi050 ceph-mon[92315]: pgmap v11668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:26 smithi172 ceph-mon[103696]: pgmap v11668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:27.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:27.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:28.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:28.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:28 smithi172 ceph-mon[103696]: pgmap v11669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:24:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:28 smithi050 ceph-mon[92315]: pgmap v11669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:24:29.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:29.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:29 smithi172 ceph-mon[103696]: pgmap v11670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:29 smithi050 ceph-mon[92315]: pgmap v11670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:30.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:30.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:31.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:31.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:32.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:32.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:32 smithi050 ceph-mon[92315]: pgmap v11671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:32 smithi172 ceph-mon[103696]: pgmap v11671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:33.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:33.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:34.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:34.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:34 smithi050 ceph-mon[92315]: pgmap v11672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:24:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:34 smithi172 ceph-mon[103696]: pgmap v11672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:24:35.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:35.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:36.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:36.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:36 smithi172 ceph-mon[103696]: pgmap v11673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:36 smithi050 ceph-mon[92315]: pgmap v11673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:37.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:37.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:38.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:38.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:38 smithi172 ceph-mon[103696]: pgmap v11674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:24:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:38 smithi050 ceph-mon[92315]: pgmap v11674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:24:39.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:39.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:39 smithi172 ceph-mon[103696]: pgmap v11675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:39 smithi050 ceph-mon[92315]: pgmap v11675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:40.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:40.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:41.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:41.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:42.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:42.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:42 smithi050 ceph-mon[92315]: pgmap v11676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:42 smithi172 ceph-mon[103696]: pgmap v11676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:43.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:43.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:44.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:44.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:44 smithi050 ceph-mon[92315]: pgmap v11677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:44 smithi172 ceph-mon[103696]: pgmap v11677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:45.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:45.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:46.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:46.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:46.608 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:46 smithi050 ceph-mon[92315]: pgmap v11678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:46 smithi172 ceph-mon[103696]: pgmap v11678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:47.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:47.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:48.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:48.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:48 smithi172 ceph-mon[103696]: pgmap v11679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:24:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:48 smithi050 ceph-mon[92315]: pgmap v11679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:24:49.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:49.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:49 smithi172 ceph-mon[103696]: pgmap v11680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:24:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:49 smithi050 ceph-mon[92315]: pgmap v11680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:24:50.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:50.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:51.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:51.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:52.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:52.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:52 smithi172 ceph-mon[103696]: pgmap v11681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:52 smithi050 ceph-mon[92315]: pgmap v11681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:53.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:53.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:54.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:54.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:54 smithi050 ceph-mon[92315]: pgmap v11682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:54 smithi172 ceph-mon[103696]: pgmap v11682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:55.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:55.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:56.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:56.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:56 smithi050 ceph-mon[92315]: pgmap v11683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:56 smithi172 ceph-mon[103696]: pgmap v11683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:24:57.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:57.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:58.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:58.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:24:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:58 smithi172 ceph-mon[103696]: pgmap v11684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:24:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:58 smithi050 ceph-mon[92315]: pgmap v11684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:24:59.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:24:59.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:24:59 smithi172 ceph-mon[103696]: pgmap v11685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:24:59 smithi050 ceph-mon[92315]: pgmap v11685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:00.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:00.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:01.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:01.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:02.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:02.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:02 smithi172 ceph-mon[103696]: pgmap v11686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:02 smithi050 ceph-mon[92315]: pgmap v11686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:03.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:03.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:04.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:04.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:04 smithi050 ceph-mon[92315]: pgmap v11687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:25:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:04 smithi172 ceph-mon[103696]: pgmap v11687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:25:05.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:05.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:06.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:06.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:06 smithi172 ceph-mon[103696]: pgmap v11688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:06 smithi050 ceph-mon[92315]: pgmap v11688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:07.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:07.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:08.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:08.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:08 smithi172 ceph-mon[103696]: pgmap v11689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:25:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:08 smithi050 ceph-mon[92315]: pgmap v11689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:25:09.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:09.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:09 smithi172 ceph-mon[103696]: pgmap v11690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:09 smithi050 ceph-mon[92315]: pgmap v11690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:10.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:10.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:11.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:11.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:12.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:12.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:12 smithi172 ceph-mon[103696]: pgmap v11691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:25:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:12 smithi050 ceph-mon[92315]: pgmap v11691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:25:13.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:13.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:14.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:14.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:14 smithi050 ceph-mon[92315]: pgmap v11692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:14 smithi172 ceph-mon[103696]: pgmap v11692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:15.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:15.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:16.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:16.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:16 smithi172 ceph-mon[103696]: pgmap v11693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:16 smithi050 ceph-mon[92315]: pgmap v11693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:17.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:17.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:25:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:25:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:25:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:25:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:25:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:25:17.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:25:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:25:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:25:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:25:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:25:17.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:25:17.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:25:17.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:25:18.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:18.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:18 smithi050 ceph-mon[92315]: pgmap v11694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:25:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:18 smithi172 ceph-mon[103696]: pgmap v11694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:25:19.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:19.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:19 smithi172 ceph-mon[103696]: pgmap v11695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:25:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:19 smithi050 ceph-mon[92315]: pgmap v11695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:25:20.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:20.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:21.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:21.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:22.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:22.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:22 smithi172 ceph-mon[103696]: pgmap v11696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:22 smithi050 ceph-mon[92315]: pgmap v11696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:23.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:23.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:24.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:24.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:24 smithi050 ceph-mon[92315]: pgmap v11697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:24 smithi172 ceph-mon[103696]: pgmap v11697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:25.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:25.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:26.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:26.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:26 smithi172 ceph-mon[103696]: pgmap v11698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:26.636 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:26 smithi050 ceph-mon[92315]: pgmap v11698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:27.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:27.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:28.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:28.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:28 smithi172 ceph-mon[103696]: pgmap v11699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:25:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:28 smithi050 ceph-mon[92315]: pgmap v11699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:25:29.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:29.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:29 smithi172 ceph-mon[103696]: pgmap v11700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:29 smithi050 ceph-mon[92315]: pgmap v11700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:30.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:30.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:31.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:31.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:32.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:32.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:32 smithi172 ceph-mon[103696]: pgmap v11701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:32 smithi050 ceph-mon[92315]: pgmap v11701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:33.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:33.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:34.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:34.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:34 smithi050 ceph-mon[92315]: pgmap v11702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:25:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:34 smithi172 ceph-mon[103696]: pgmap v11702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:25:35.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:35.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:36.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:36.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:36 smithi172 ceph-mon[103696]: pgmap v11703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:36.751 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:36 smithi050 ceph-mon[92315]: pgmap v11703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:37.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:37.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:38.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:38.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:38 smithi172 ceph-mon[103696]: pgmap v11704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:25:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:38 smithi050 ceph-mon[92315]: pgmap v11704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:25:39.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:39.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:39 smithi172 ceph-mon[103696]: pgmap v11705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:39 smithi050 ceph-mon[92315]: pgmap v11705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:40.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:40.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:41.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:41.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:42.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:42.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:42 smithi172 ceph-mon[103696]: pgmap v11706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:42 smithi050 ceph-mon[92315]: pgmap v11706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:43.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:43.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:44.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:44.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:44 smithi050 ceph-mon[92315]: pgmap v11707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:44 smithi172 ceph-mon[103696]: pgmap v11707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:45.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:45.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:46.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:46.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:46 smithi172 ceph-mon[103696]: pgmap v11708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:46 smithi050 ceph-mon[92315]: pgmap v11708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:47.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:47.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:48.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:48.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:48 smithi172 ceph-mon[103696]: pgmap v11709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:25:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:48 smithi050 ceph-mon[92315]: pgmap v11709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:25:49.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:49.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:49 smithi050 ceph-mon[92315]: pgmap v11710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:25:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:49 smithi172 ceph-mon[103696]: pgmap v11710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:25:50.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:50.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:51.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:51.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:52.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:52.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:52 smithi172 ceph-mon[103696]: pgmap v11711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:52 smithi050 ceph-mon[92315]: pgmap v11711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:53.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:53.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:54.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:54.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:54 smithi172 ceph-mon[103696]: pgmap v11712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:54 smithi050 ceph-mon[92315]: pgmap v11712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:55.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:55.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:56.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:56.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:56 smithi172 ceph-mon[103696]: pgmap v11713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:56 smithi050 ceph-mon[92315]: pgmap v11713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:25:57.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:57.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:58.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:58.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:25:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:58 smithi050 ceph-mon[92315]: pgmap v11714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:25:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:58 smithi172 ceph-mon[103696]: pgmap v11714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:25:59.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:25:59.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:25:59 smithi050 ceph-mon[92315]: pgmap v11715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:25:59 smithi172 ceph-mon[103696]: pgmap v11715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:00.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:00.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:01.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:01.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:02.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:02.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:02 smithi172 ceph-mon[103696]: pgmap v11716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:02 smithi050 ceph-mon[92315]: pgmap v11716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:03.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:03.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:04.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:04.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:04 smithi050 ceph-mon[92315]: pgmap v11717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:26:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:04 smithi172 ceph-mon[103696]: pgmap v11717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:26:05.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:05.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:06.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:06.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:06 smithi050 ceph-mon[92315]: pgmap v11718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:06 smithi172 ceph-mon[103696]: pgmap v11718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:07.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:07.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:08.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:08.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:08 smithi050 ceph-mon[92315]: pgmap v11719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:26:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:08 smithi172 ceph-mon[103696]: pgmap v11719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:26:09.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:09.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:09 smithi050 ceph-mon[92315]: pgmap v11720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:09 smithi172 ceph-mon[103696]: pgmap v11720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:10.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:10.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:11.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:11.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:12.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:12.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:12 smithi050 ceph-mon[92315]: pgmap v11721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:12 smithi172 ceph-mon[103696]: pgmap v11721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:13.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:13.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:14.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:14.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:14 smithi050 ceph-mon[92315]: pgmap v11722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:14 smithi172 ceph-mon[103696]: pgmap v11722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:15.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:15.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:16.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:16.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:16 smithi172 ceph-mon[103696]: pgmap v11723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:16 smithi050 ceph-mon[92315]: pgmap v11723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:17.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:17.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:26:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:26:18.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:18.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:18 smithi050 ceph-mon[92315]: pgmap v11724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:26:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:26:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:26:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:26:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:26:18.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:26:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:18 smithi172 ceph-mon[103696]: pgmap v11724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:26:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:26:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:26:18.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:26:18.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:26:18.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:26:19.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:19.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:26:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:19 smithi050 ceph-mon[92315]: pgmap v11725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:26:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:19 smithi172 ceph-mon[103696]: pgmap v11725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:20.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:20.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:21.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:21.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:22.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:22.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:22.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:22 smithi050 ceph-mon[92315]: pgmap v11726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:22 smithi172 ceph-mon[103696]: pgmap v11726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:23.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:23.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:24.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:24.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:24 smithi050 ceph-mon[92315]: pgmap v11727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:24 smithi172 ceph-mon[103696]: pgmap v11727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:25.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:25.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:26.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:26.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:26 smithi172 ceph-mon[103696]: pgmap v11728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:26 smithi050 ceph-mon[92315]: pgmap v11728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:27.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:27.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:28.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:28.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:28 smithi050 ceph-mon[92315]: pgmap v11729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:26:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:28 smithi172 ceph-mon[103696]: pgmap v11729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:26:29.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:29.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:29 smithi050 ceph-mon[92315]: pgmap v11730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:29 smithi172 ceph-mon[103696]: pgmap v11730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:30.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:30.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:31.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:31.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:32.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:32.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:32 smithi050 ceph-mon[92315]: pgmap v11731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:32 smithi172 ceph-mon[103696]: pgmap v11731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:33.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:33.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:34.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:34.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:34 smithi050 ceph-mon[92315]: pgmap v11732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:26:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:34 smithi172 ceph-mon[103696]: pgmap v11732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:26:35.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:35.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:36.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:36.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:36 smithi050 ceph-mon[92315]: pgmap v11733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:36 smithi172 ceph-mon[103696]: pgmap v11733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:37.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:37.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:38.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:38.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:38 smithi050 ceph-mon[92315]: pgmap v11734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:26:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:38 smithi172 ceph-mon[103696]: pgmap v11734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:26:39.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:39.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:39 smithi050 ceph-mon[92315]: pgmap v11735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:39 smithi172 ceph-mon[103696]: pgmap v11735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:40.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:40.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:41.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:41.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:42.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:42.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:42 smithi050 ceph-mon[92315]: pgmap v11736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:42 smithi172 ceph-mon[103696]: pgmap v11736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:43.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:43.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:44.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:44.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:44 smithi050 ceph-mon[92315]: pgmap v11737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:44 smithi172 ceph-mon[103696]: pgmap v11737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:45.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:45.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:46.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:46.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:46 smithi050 ceph-mon[92315]: pgmap v11738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:46 smithi172 ceph-mon[103696]: pgmap v11738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:47.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:47.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:48.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:48.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:48 smithi050 ceph-mon[92315]: pgmap v11739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:26:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:48 smithi172 ceph-mon[103696]: pgmap v11739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:26:49.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:49.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:26:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:49 smithi050 ceph-mon[92315]: pgmap v11740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:26:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:49 smithi172 ceph-mon[103696]: pgmap v11740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:50.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:50.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:51.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:51.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:52.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:52.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:52 smithi050 ceph-mon[92315]: pgmap v11741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:52 smithi172 ceph-mon[103696]: pgmap v11741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:53.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:53.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:54.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:54.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:54 smithi050 ceph-mon[92315]: pgmap v11742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:54 smithi172 ceph-mon[103696]: pgmap v11742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:55.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:55.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:56.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:56.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:56 smithi050 ceph-mon[92315]: pgmap v11743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:56 smithi172 ceph-mon[103696]: pgmap v11743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:26:57.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:57.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:58.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:58.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:26:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:58 smithi050 ceph-mon[92315]: pgmap v11744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:26:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:58 smithi172 ceph-mon[103696]: pgmap v11744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:26:59.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:26:59.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:26:59 smithi050 ceph-mon[92315]: pgmap v11745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:26:59 smithi172 ceph-mon[103696]: pgmap v11745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:00.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:00.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:01.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:01.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:02.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:02.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:02.729 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:02 smithi050 ceph-mon[92315]: pgmap v11746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:02 smithi172 ceph-mon[103696]: pgmap v11746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:03.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:03.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:04 smithi050 ceph-mon[92315]: pgmap v11747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:27:04.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:04.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:04 smithi172 ceph-mon[103696]: pgmap v11747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:27:05.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:05.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:06.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:06.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:06.699 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:06 smithi172 ceph-mon[103696]: pgmap v11748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:06 smithi050 ceph-mon[92315]: pgmap v11748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:07.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:07.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:08.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:08.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:08 smithi050 ceph-mon[92315]: pgmap v11749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:27:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:08 smithi172 ceph-mon[103696]: pgmap v11749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:27:09.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:09.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:09 smithi050 ceph-mon[92315]: pgmap v11750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:09 smithi172 ceph-mon[103696]: pgmap v11750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:10.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:10.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:11.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:11.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:12.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:12.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:12.843 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:12 smithi050 ceph-mon[92315]: pgmap v11751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:12 smithi172 ceph-mon[103696]: pgmap v11751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:13.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:13.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:14 smithi050 ceph-mon[92315]: pgmap v11752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:14.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:14.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:14 smithi172 ceph-mon[103696]: pgmap v11752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:15.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:15.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:16.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:16.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:16.807 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:16 smithi172 ceph-mon[103696]: pgmap v11753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:16 smithi050 ceph-mon[92315]: pgmap v11753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:17.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:17.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:18.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:18 smithi050 ceph-mon[92315]: pgmap v11754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:27:18.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:27:18.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:18.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:18 smithi172 ceph-mon[103696]: pgmap v11754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:27:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:27:19.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:19.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:27:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:19 smithi050 ceph-mon[92315]: pgmap v11755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:27:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:19 smithi172 ceph-mon[103696]: pgmap v11755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:20.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:20.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:21.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:21.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:22.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:22.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:22 smithi050 ceph-mon[92315]: pgmap v11756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:22 smithi172 ceph-mon[103696]: pgmap v11756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:23.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:23.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:24 smithi050 ceph-mon[92315]: pgmap v11757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:24.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:24.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:24 smithi172 ceph-mon[103696]: pgmap v11757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:25.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:25.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:27:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:27:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:25 smithi050 ceph-mon[92315]: pgmap v11758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:27:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:27:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:27:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:27:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:27:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:27:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:27:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:25 smithi172 ceph-mon[103696]: pgmap v11758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:27:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:27:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:27:26.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:27:26.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:27:26.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:26.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:27.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:27.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:28.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:28.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:28 smithi050 ceph-mon[92315]: pgmap v11759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:27:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:28 smithi172 ceph-mon[103696]: pgmap v11759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:27:29.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:29.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:29 smithi050 ceph-mon[92315]: pgmap v11760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:29 smithi172 ceph-mon[103696]: pgmap v11760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:30.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:30.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:31.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:31.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:32.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:32.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:32 smithi050 ceph-mon[92315]: pgmap v11761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:32 smithi172 ceph-mon[103696]: pgmap v11761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:33.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:33.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:34 smithi050 ceph-mon[92315]: pgmap v11762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:27:34.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:34.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:34 smithi172 ceph-mon[103696]: pgmap v11762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:27:35.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:35.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:36.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:36.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:36 smithi050 ceph-mon[92315]: pgmap v11763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:36 smithi172 ceph-mon[103696]: pgmap v11763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:37.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:37.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:38.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:38.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:38 smithi050 ceph-mon[92315]: pgmap v11764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:27:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:38 smithi172 ceph-mon[103696]: pgmap v11764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:27:39.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:39.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:39 smithi050 ceph-mon[92315]: pgmap v11765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:39 smithi172 ceph-mon[103696]: pgmap v11765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:40.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:40.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:41.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:41.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:42.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:42.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:42 smithi050 ceph-mon[92315]: pgmap v11766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:42 smithi172 ceph-mon[103696]: pgmap v11766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:43.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:43.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:44 smithi050 ceph-mon[92315]: pgmap v11767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:44.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:44.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:44 smithi172 ceph-mon[103696]: pgmap v11767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:45.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:45.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:46.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:46.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:46 smithi050 ceph-mon[92315]: pgmap v11768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:46 smithi172 ceph-mon[103696]: pgmap v11768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:47.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:47.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:48 smithi050 ceph-mon[92315]: pgmap v11769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:27:48.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:48.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:48 smithi172 ceph-mon[103696]: pgmap v11769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:27:49.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:49.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:27:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:49 smithi050 ceph-mon[92315]: pgmap v11770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:27:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:49 smithi172 ceph-mon[103696]: pgmap v11770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:50.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:50.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:51.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:51.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:52 smithi172 ceph-mon[103696]: pgmap v11771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:52.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:52.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:52 smithi050 ceph-mon[92315]: pgmap v11771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:53.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:53.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:54 smithi050 ceph-mon[92315]: pgmap v11772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:54.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:54.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:54 smithi172 ceph-mon[103696]: pgmap v11772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:55.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:55.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:56.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:56.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:56 smithi050 ceph-mon[92315]: pgmap v11773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:56.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:56 smithi172 ceph-mon[103696]: pgmap v11773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:27:57.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:57.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:58.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:58.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:27:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:58 smithi050 ceph-mon[92315]: pgmap v11774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:27:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:58 smithi172 ceph-mon[103696]: pgmap v11774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:27:59.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:27:59.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:27:59 smithi050 ceph-mon[92315]: pgmap v11775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:27:59 smithi172 ceph-mon[103696]: pgmap v11775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:00.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:00.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:01.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:01.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:02 smithi172 ceph-mon[103696]: pgmap v11776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:02.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:02.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:02 smithi050 ceph-mon[92315]: pgmap v11776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:03.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:03.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:04 smithi050 ceph-mon[92315]: pgmap v11777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:28:04.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:04.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:04 smithi172 ceph-mon[103696]: pgmap v11777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:28:05.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:05.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:06.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:06.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:06 smithi050 ceph-mon[92315]: pgmap v11778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:06 smithi172 ceph-mon[103696]: pgmap v11778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:07.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:07.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:08.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:08.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:08 smithi050 ceph-mon[92315]: pgmap v11779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:28:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:08 smithi172 ceph-mon[103696]: pgmap v11779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:28:09.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:09.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:09 smithi050 ceph-mon[92315]: pgmap v11780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:09 smithi172 ceph-mon[103696]: pgmap v11780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:10.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:10.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:11.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:11.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:12.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:12.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:12 smithi050 ceph-mon[92315]: pgmap v11781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:12 smithi172 ceph-mon[103696]: pgmap v11781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:13.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:13.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:14 smithi050 ceph-mon[92315]: pgmap v11782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:14.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:14.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:14 smithi172 ceph-mon[103696]: pgmap v11782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:15.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:15.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:16.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:16.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:16 smithi050 ceph-mon[92315]: pgmap v11783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:16 smithi172 ceph-mon[103696]: pgmap v11783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:17.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:17.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:18.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:18.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:18 smithi050 ceph-mon[92315]: pgmap v11784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:28:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:18 smithi172 ceph-mon[103696]: pgmap v11784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:28:19.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:19.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:28:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:19 smithi050 ceph-mon[92315]: pgmap v11785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:28:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:19 smithi172 ceph-mon[103696]: pgmap v11785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:20.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:20.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:21.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:21.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:22.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:22.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:22 smithi050 ceph-mon[92315]: pgmap v11786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:22 smithi172 ceph-mon[103696]: pgmap v11786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:23.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:23.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:24 smithi050 ceph-mon[92315]: pgmap v11787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:24.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:24.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:24 smithi172 ceph-mon[103696]: pgmap v11787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:25.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:25.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:26.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:26.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:26 smithi050 ceph-mon[92315]: pgmap v11788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:28:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:28:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:28:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:26 smithi172 ceph-mon[103696]: pgmap v11788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:28:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:28:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:28:27.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:27.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:28:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:28:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:28:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:28:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:28:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:28:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:28:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:28:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:28:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:28:28.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:28.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:28 smithi050 ceph-mon[92315]: pgmap v11789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:28:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:28 smithi172 ceph-mon[103696]: pgmap v11789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:28:29.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:29.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:29 smithi050 ceph-mon[92315]: pgmap v11790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:29 smithi172 ceph-mon[103696]: pgmap v11790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:30.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:30.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:31.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:31.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:32.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:32.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:32 smithi050 ceph-mon[92315]: pgmap v11791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:32 smithi172 ceph-mon[103696]: pgmap v11791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:33.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:33.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:34.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:34.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:34 smithi050 ceph-mon[92315]: pgmap v11792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:28:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:34 smithi172 ceph-mon[103696]: pgmap v11792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:28:35.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:35.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:36.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:36.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:36 smithi050 ceph-mon[92315]: pgmap v11793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:36 smithi172 ceph-mon[103696]: pgmap v11793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:37.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:37.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:38.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:38.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:38.813 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:38 smithi050 ceph-mon[92315]: pgmap v11794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:28:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:38 smithi172 ceph-mon[103696]: pgmap v11794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:28:39.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:39.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:39 smithi050 ceph-mon[92315]: pgmap v11795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:39 smithi172 ceph-mon[103696]: pgmap v11795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:40.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:40.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:41.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:41.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:42.707 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:42 smithi172 ceph-mon[103696]: pgmap v11796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:42.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:42.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:42 smithi050 ceph-mon[92315]: pgmap v11796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:43.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:43.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:44.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:44.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:44 smithi050 ceph-mon[92315]: pgmap v11797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:44 smithi172 ceph-mon[103696]: pgmap v11797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:45.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:45.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:46.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:46.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:46 smithi050 ceph-mon[92315]: pgmap v11798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:46 smithi172 ceph-mon[103696]: pgmap v11798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:47.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:47.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:48.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:48.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:48 smithi050 ceph-mon[92315]: pgmap v11799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:28:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:48 smithi172 ceph-mon[103696]: pgmap v11799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:28:49.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:49.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:28:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:49 smithi050 ceph-mon[92315]: pgmap v11800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:28:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:49 smithi172 ceph-mon[103696]: pgmap v11800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:50.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:50.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:51.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:51.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:52.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:52.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:52.814 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:52 smithi172 ceph-mon[103696]: pgmap v11801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:52 smithi050 ceph-mon[92315]: pgmap v11801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:53.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:53.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:54.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:54.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:54 smithi050 ceph-mon[92315]: pgmap v11802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:54 smithi172 ceph-mon[103696]: pgmap v11802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:55.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:55.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:56.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:56.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:56 smithi050 ceph-mon[92315]: pgmap v11803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:56 smithi172 ceph-mon[103696]: pgmap v11803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:28:57.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:57.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:58.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:58.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:28:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:58 smithi050 ceph-mon[92315]: pgmap v11804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:28:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:58 smithi172 ceph-mon[103696]: pgmap v11804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:28:59.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:28:59.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:28:59 smithi050 ceph-mon[92315]: pgmap v11805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:28:59 smithi172 ceph-mon[103696]: pgmap v11805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:00.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:00.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:01.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:01.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:02.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:02.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:02 smithi050 ceph-mon[92315]: pgmap v11806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:02 smithi172 ceph-mon[103696]: pgmap v11806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:03.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:03.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:04.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:04.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:04 smithi050 ceph-mon[92315]: pgmap v11807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:29:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:04 smithi172 ceph-mon[103696]: pgmap v11807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:29:05.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:05.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:06.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:06.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:06 smithi050 ceph-mon[92315]: pgmap v11808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:06 smithi172 ceph-mon[103696]: pgmap v11808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:07.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:07.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:08.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:08.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:08 smithi050 ceph-mon[92315]: pgmap v11809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:29:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:08 smithi172 ceph-mon[103696]: pgmap v11809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:29:09.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:09.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:09 smithi050 ceph-mon[92315]: pgmap v11810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:09 smithi172 ceph-mon[103696]: pgmap v11810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:10.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:10.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:11.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:11.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:12.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:12.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:12 smithi050 ceph-mon[92315]: pgmap v11811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:12 smithi172 ceph-mon[103696]: pgmap v11811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:13.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:13.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:14.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:14.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:14 smithi050 ceph-mon[92315]: pgmap v11812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:14 smithi172 ceph-mon[103696]: pgmap v11812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:15.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:15.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:16.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:16.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:16 smithi050 ceph-mon[92315]: pgmap v11813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:16 smithi172 ceph-mon[103696]: pgmap v11813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:17.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:17.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:18.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:18.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:18 smithi050 ceph-mon[92315]: pgmap v11814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:29:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:18 smithi172 ceph-mon[103696]: pgmap v11814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:29:19.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:19.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:29:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:19 smithi050 ceph-mon[92315]: pgmap v11815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:29:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:19 smithi172 ceph-mon[103696]: pgmap v11815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:20.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:20.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:21.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:21.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:22.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:22.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:22 smithi050 ceph-mon[92315]: pgmap v11816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:22 smithi172 ceph-mon[103696]: pgmap v11816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:23.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:23.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:24.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:24.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:24.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:24 smithi050 ceph-mon[92315]: pgmap v11817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:24 smithi172 ceph-mon[103696]: pgmap v11817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:25.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:25.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:26.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:26.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:26 smithi050 ceph-mon[92315]: pgmap v11818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:26 smithi172 ceph-mon[103696]: pgmap v11818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:27.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:27.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:29:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:29:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:29:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:29:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:29:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:29:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:29:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:29:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:29:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:29:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:29:27.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:29:28.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:28.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:28 smithi050 ceph-mon[92315]: pgmap v11819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:29:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:28 smithi172 ceph-mon[103696]: pgmap v11819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:29:29.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:29.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:29 smithi050 ceph-mon[92315]: pgmap v11820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:29 smithi172 ceph-mon[103696]: pgmap v11820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:30.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:30.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:31.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:31.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:32 smithi050 ceph-mon[92315]: pgmap v11821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:32.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:32.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:32 smithi172 ceph-mon[103696]: pgmap v11821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:33.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:33.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:34 smithi050 ceph-mon[92315]: pgmap v11822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:29:34.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:34.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:34 smithi172 ceph-mon[103696]: pgmap v11822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:29:35.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:35.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:36 smithi050 ceph-mon[92315]: pgmap v11823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:36.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:36.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:36 smithi172 ceph-mon[103696]: pgmap v11823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:37.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:37.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:38 smithi172 ceph-mon[103696]: pgmap v11824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:29:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:38 smithi050 ceph-mon[92315]: pgmap v11824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:29:38.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:38.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:39.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:39.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:39 smithi050 ceph-mon[92315]: pgmap v11825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:39 smithi172 ceph-mon[103696]: pgmap v11825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:40.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:40.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:41.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:41.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:42 smithi050 ceph-mon[92315]: pgmap v11826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:42.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:42.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:42 smithi172 ceph-mon[103696]: pgmap v11826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:43.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:43.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:44 smithi050 ceph-mon[92315]: pgmap v11827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:44.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:44.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:44 smithi172 ceph-mon[103696]: pgmap v11827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:45.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:45.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:46 smithi050 ceph-mon[92315]: pgmap v11828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:46.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:46.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:46 smithi172 ceph-mon[103696]: pgmap v11828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:47.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:47.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:48 smithi050 ceph-mon[92315]: pgmap v11829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:29:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:48 smithi172 ceph-mon[103696]: pgmap v11829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:29:48.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:48.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:49.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:49.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:29:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:49 smithi050 ceph-mon[92315]: pgmap v11830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:29:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:49 smithi172 ceph-mon[103696]: pgmap v11830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:50.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:50.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:51.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:51.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:52 smithi050 ceph-mon[92315]: pgmap v11831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:52 smithi172 ceph-mon[103696]: pgmap v11831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:52.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:52.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:53.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:53.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:54 smithi050 ceph-mon[92315]: pgmap v11832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:54 smithi172 ceph-mon[103696]: pgmap v11832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:54.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:54.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:55.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:55.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:56 smithi050 ceph-mon[92315]: pgmap v11833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:56 smithi172 ceph-mon[103696]: pgmap v11833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:29:56.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:56.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:57.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:57.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:58 smithi050 ceph-mon[92315]: pgmap v11834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:29:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:58 smithi172 ceph-mon[103696]: pgmap v11834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:29:58.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:58.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:29:59.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:29:59.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:29:59 smithi050 ceph-mon[92315]: pgmap v11835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:29:59 smithi172 ceph-mon[103696]: pgmap v11835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:00.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:00.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T20:30:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T20:30:01.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:01.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:01 smithi050 ceph-mon[92315]: pgmap v11836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:01 smithi172 ceph-mon[103696]: pgmap v11836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:02.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:02.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:03.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:03.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:04.788 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:04 smithi050 ceph-mon[92315]: pgmap v11837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:04.788 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:30:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:04 smithi172 ceph-mon[103696]: pgmap v11837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:30:04.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:04.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:05.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:05.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:06 smithi050 ceph-mon[92315]: pgmap v11838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:06 smithi172 ceph-mon[103696]: pgmap v11838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:06.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:06.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:07.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:07.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:08 smithi050 ceph-mon[92315]: pgmap v11839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:30:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:08 smithi172 ceph-mon[103696]: pgmap v11839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:30:08.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:08.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:09.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:09.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:09 smithi050 ceph-mon[92315]: pgmap v11840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:09 smithi172 ceph-mon[103696]: pgmap v11840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:10.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:10.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:11.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:11.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:12 smithi050 ceph-mon[92315]: pgmap v11841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:12 smithi172 ceph-mon[103696]: pgmap v11841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:12.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:12.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:13.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:13.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:14 smithi050 ceph-mon[92315]: pgmap v11842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:14 smithi172 ceph-mon[103696]: pgmap v11842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:14.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:14.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:15.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:15.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:16 smithi050 ceph-mon[92315]: pgmap v11843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:16 smithi172 ceph-mon[103696]: pgmap v11843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:16.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:16.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:17.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:17.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:18.713 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:18 smithi172 ceph-mon[103696]: pgmap v11844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:30:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:18 smithi050 ceph-mon[92315]: pgmap v11844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:30:18.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:18.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:19.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:19.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:30:20.377 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:19 smithi050 ceph-mon[92315]: pgmap v11845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:30:20.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:19 smithi172 ceph-mon[103696]: pgmap v11845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:20.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:20.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:21.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:21.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:22 smithi050 ceph-mon[92315]: pgmap v11846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:22 smithi172 ceph-mon[103696]: pgmap v11846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:22.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:22.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:23.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:23.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:24 smithi050 ceph-mon[92315]: pgmap v11847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:24 smithi172 ceph-mon[103696]: pgmap v11847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:24.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:24.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:25.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:25.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:26 smithi050 ceph-mon[92315]: pgmap v11848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:26 smithi172 ceph-mon[103696]: pgmap v11848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:26.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:26.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:27.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:27.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:28.820 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:28 smithi172 ceph-mon[103696]: pgmap v11849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:30:28.820 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:30:28.820 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:30:28.820 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:30:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:28 smithi050 ceph-mon[92315]: pgmap v11849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:30:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:30:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:30:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:30:28.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:28.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:30:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:30:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:30:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:30:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:30:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:30:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:30:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:30:29.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:30:29.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:30:29.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:29.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:30 smithi050 ceph-mon[92315]: pgmap v11850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:30 smithi172 ceph-mon[103696]: pgmap v11850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:30.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:30.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:31.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:31.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:32 smithi050 ceph-mon[92315]: pgmap v11851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:32 smithi172 ceph-mon[103696]: pgmap v11851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:32.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:32.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:33.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:33.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:34 smithi050 ceph-mon[92315]: pgmap v11852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:30:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:34 smithi172 ceph-mon[103696]: pgmap v11852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:30:34.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:34.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:35.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:35.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:36 smithi050 ceph-mon[92315]: pgmap v11853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:36 smithi172 ceph-mon[103696]: pgmap v11853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:36.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:36.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:37.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:37.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:38 smithi050 ceph-mon[92315]: pgmap v11854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:30:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:38 smithi172 ceph-mon[103696]: pgmap v11854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:30:38.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:38.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:39.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:39.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:39 smithi050 ceph-mon[92315]: pgmap v11855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:39 smithi172 ceph-mon[103696]: pgmap v11855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:40.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:40.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:41.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:41.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:42 smithi050 ceph-mon[92315]: pgmap v11856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:42 smithi172 ceph-mon[103696]: pgmap v11856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:42.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:42.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:43.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:43.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:44 smithi050 ceph-mon[92315]: pgmap v11857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:44 smithi172 ceph-mon[103696]: pgmap v11857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:44.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:44.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:45.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:45.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:46 smithi050 ceph-mon[92315]: pgmap v11858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:46 smithi172 ceph-mon[103696]: pgmap v11858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:46.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:46.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:47.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:47.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:48 smithi050 ceph-mon[92315]: pgmap v11859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:30:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:48 smithi172 ceph-mon[103696]: pgmap v11859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:30:48.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:48.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:49.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:49.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:50.303 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:30:50.304 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:49 smithi050 ceph-mon[92315]: pgmap v11860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:30:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:49 smithi172 ceph-mon[103696]: pgmap v11860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:50.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:50.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:51.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:51.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:52 smithi050 ceph-mon[92315]: pgmap v11861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:52 smithi172 ceph-mon[103696]: pgmap v11861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:52.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:52.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:53.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:53.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:54 smithi050 ceph-mon[92315]: pgmap v11862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:54 smithi172 ceph-mon[103696]: pgmap v11862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:54.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:54.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:55.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:55.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:56 smithi050 ceph-mon[92315]: pgmap v11863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:56 smithi172 ceph-mon[103696]: pgmap v11863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:30:56.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:56.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:57.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:57.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:58 smithi050 ceph-mon[92315]: pgmap v11864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:30:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:58 smithi172 ceph-mon[103696]: pgmap v11864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:30:58.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:58.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:30:59.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:30:59.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:30:59 smithi050 ceph-mon[92315]: pgmap v11865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:30:59 smithi172 ceph-mon[103696]: pgmap v11865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:00.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:00.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:01.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:01.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:02 smithi050 ceph-mon[92315]: pgmap v11866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:02 smithi172 ceph-mon[103696]: pgmap v11866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:03.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:03.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:04.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:04.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:04 smithi050 ceph-mon[92315]: pgmap v11867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:31:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:04 smithi172 ceph-mon[103696]: pgmap v11867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:31:05.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:05.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:06.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:06.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:06 smithi050 ceph-mon[92315]: pgmap v11868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:06 smithi172 ceph-mon[103696]: pgmap v11868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:07.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:07.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:08.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:08.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:08 smithi050 ceph-mon[92315]: pgmap v11869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:31:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:08 smithi172 ceph-mon[103696]: pgmap v11869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:31:09.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:09.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:10.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:10.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:09 smithi050 ceph-mon[92315]: pgmap v11870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:09 smithi172 ceph-mon[103696]: pgmap v11870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:11.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:11.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:12.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:12.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:12 smithi050 ceph-mon[92315]: pgmap v11871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:12 smithi172 ceph-mon[103696]: pgmap v11871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:13.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:13.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:14.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:14.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:14 smithi172 ceph-mon[103696]: pgmap v11872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:14 smithi050 ceph-mon[92315]: pgmap v11872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:15.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:15.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:16.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:16.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:16 smithi050 ceph-mon[92315]: pgmap v11873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:16 smithi172 ceph-mon[103696]: pgmap v11873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:17.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:17.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:18.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:18.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:18 smithi050 ceph-mon[92315]: pgmap v11874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:31:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:18 smithi172 ceph-mon[103696]: pgmap v11874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:31:19.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:19.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:20.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:20.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:31:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:19 smithi050 ceph-mon[92315]: pgmap v11875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:31:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:19 smithi172 ceph-mon[103696]: pgmap v11875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:21.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:21.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:22.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:22.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:22 smithi050 ceph-mon[92315]: pgmap v11876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:22 smithi172 ceph-mon[103696]: pgmap v11876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:23.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:23.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:24.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:24.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:24 smithi050 ceph-mon[92315]: pgmap v11877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:24 smithi172 ceph-mon[103696]: pgmap v11877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:25.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:25.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:26.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:26.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:26 smithi050 ceph-mon[92315]: pgmap v11878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:26 smithi172 ceph-mon[103696]: pgmap v11878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:27.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:27.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:28.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:28.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:28 smithi050 ceph-mon[92315]: pgmap v11879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:31:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:28 smithi172 ceph-mon[103696]: pgmap v11879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:31:29.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:29.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:31:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:31:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:31:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:31:29.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:31:29.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:31:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:31:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:31:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:31:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:31:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:31:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:31:30.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:30.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:30.761 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:30 smithi050 ceph-mon[92315]: pgmap v11880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:30 smithi172 ceph-mon[103696]: pgmap v11880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:31.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:31.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:32.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:32.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:32 smithi050 ceph-mon[92315]: pgmap v11881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:32 smithi172 ceph-mon[103696]: pgmap v11881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:33.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:33.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:34.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:34.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:34 smithi050 ceph-mon[92315]: pgmap v11882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:31:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:34 smithi172 ceph-mon[103696]: pgmap v11882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:31:35.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:35.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:36.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:36.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:36 smithi050 ceph-mon[92315]: pgmap v11883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:36 smithi172 ceph-mon[103696]: pgmap v11883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:37.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:37.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:38.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:38.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:38 smithi050 ceph-mon[92315]: pgmap v11884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:31:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:38 smithi172 ceph-mon[103696]: pgmap v11884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:31:39.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:39.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:40.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:40.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:39 smithi050 ceph-mon[92315]: pgmap v11885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:39 smithi172 ceph-mon[103696]: pgmap v11885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:41.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:41.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:42.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:42.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:42 smithi050 ceph-mon[92315]: pgmap v11886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:42 smithi172 ceph-mon[103696]: pgmap v11886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:43.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:43.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:44.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:44.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:44 smithi050 ceph-mon[92315]: pgmap v11887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:44 smithi172 ceph-mon[103696]: pgmap v11887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:45.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:45.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:46.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:46.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:46 smithi050 ceph-mon[92315]: pgmap v11888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:46 smithi172 ceph-mon[103696]: pgmap v11888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:47.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:47.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:48.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:48.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:48.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:48 smithi050 ceph-mon[92315]: pgmap v11889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:31:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:48 smithi172 ceph-mon[103696]: pgmap v11889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:31:49.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:49.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:50.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:50.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:31:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:49 smithi050 ceph-mon[92315]: pgmap v11890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:31:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:49 smithi172 ceph-mon[103696]: pgmap v11890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:51.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:51.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:52.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:52.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:52 smithi050 ceph-mon[92315]: pgmap v11891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:52 smithi172 ceph-mon[103696]: pgmap v11891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:53.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:53.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:54.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:54.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:54 smithi050 ceph-mon[92315]: pgmap v11892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:54 smithi172 ceph-mon[103696]: pgmap v11892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:55.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:55.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:56.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:56.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:56 smithi050 ceph-mon[92315]: pgmap v11893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:56 smithi172 ceph-mon[103696]: pgmap v11893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:31:57.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:57.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:58.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:58.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:31:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:58 smithi050 ceph-mon[92315]: pgmap v11894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:31:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:58 smithi172 ceph-mon[103696]: pgmap v11894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:31:59.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:31:59.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:00.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:00.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:31:59 smithi172 ceph-mon[103696]: pgmap v11895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:31:59 smithi050 ceph-mon[92315]: pgmap v11895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:01.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:01.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:02.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:02.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:02 smithi050 ceph-mon[92315]: pgmap v11896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:02 smithi172 ceph-mon[103696]: pgmap v11896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:03.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:03.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:04.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:04.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:04.811 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:04 smithi172 ceph-mon[103696]: pgmap v11897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:04.811 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:32:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:04 smithi050 ceph-mon[92315]: pgmap v11897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:32:05.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:05.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:06.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:06.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:06 smithi050 ceph-mon[92315]: pgmap v11898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:06 smithi172 ceph-mon[103696]: pgmap v11898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:07.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:07.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:08.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:08.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:08 smithi050 ceph-mon[92315]: pgmap v11899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:32:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:08 smithi172 ceph-mon[103696]: pgmap v11899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:32:09.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:09.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:10.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:10.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:09 smithi172 ceph-mon[103696]: pgmap v11900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:09 smithi050 ceph-mon[92315]: pgmap v11900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:11.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:11.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:12.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:12.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:12 smithi050 ceph-mon[92315]: pgmap v11901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:12 smithi172 ceph-mon[103696]: pgmap v11901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:13.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:13.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:14.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:14.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:14 smithi050 ceph-mon[92315]: pgmap v11902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:14 smithi172 ceph-mon[103696]: pgmap v11902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:15.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:15.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:16.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:16.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:16 smithi050 ceph-mon[92315]: pgmap v11903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:16 smithi172 ceph-mon[103696]: pgmap v11903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:17.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:17.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:18.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:18.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:18 smithi050 ceph-mon[92315]: pgmap v11904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:32:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:18 smithi172 ceph-mon[103696]: pgmap v11904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:32:19.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:19.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:20.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:20.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:32:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:19 smithi050 ceph-mon[92315]: pgmap v11905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:32:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:19 smithi172 ceph-mon[103696]: pgmap v11905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:21.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:21.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:22.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:22.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:22 smithi050 ceph-mon[92315]: pgmap v11906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:22 smithi172 ceph-mon[103696]: pgmap v11906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:23.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:23.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:24.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:24.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:24 smithi050 ceph-mon[92315]: pgmap v11907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:25.017 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:24 smithi172 ceph-mon[103696]: pgmap v11907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:25.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:25.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:26.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:26.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:26 smithi050 ceph-mon[92315]: pgmap v11908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:26 smithi172 ceph-mon[103696]: pgmap v11908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:27.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:27.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:28.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:28.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:28 smithi050 ceph-mon[92315]: pgmap v11909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:32:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:28 smithi172 ceph-mon[103696]: pgmap v11909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:32:29.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:29.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:30.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:30.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:32:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:29 smithi050 ceph-mon[92315]: pgmap v11910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:32:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:32:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:32:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:32:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:32:30.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:32:30.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:32:30.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:32:30.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:32:30.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:32:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:32:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:29 smithi172 ceph-mon[103696]: pgmap v11910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:32:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:32:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:32:30.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:32:30.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:32:30.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:32:30.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:32:30.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:32:30.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:32:30.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:32:31.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:31.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:30 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1567M 2023-09-30T20:32:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:30 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1567M 2023-09-30T20:32:32.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:32.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:31 smithi050 ceph-mon[92315]: pgmap v11911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:31 smithi172 ceph-mon[103696]: pgmap v11911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:33.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:33.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:34.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:34.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:34 smithi050 ceph-mon[92315]: pgmap v11912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:32:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:34 smithi172 ceph-mon[103696]: pgmap v11912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:32:35.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:35.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:36.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:36.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:36 smithi050 ceph-mon[92315]: pgmap v11913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:36 smithi172 ceph-mon[103696]: pgmap v11913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:37.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:37.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:38.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:38.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:38 smithi050 ceph-mon[92315]: pgmap v11914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:32:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:38 smithi172 ceph-mon[103696]: pgmap v11914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:32:39.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:39.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:40.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:40.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:39 smithi050 ceph-mon[92315]: pgmap v11915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:39 smithi172 ceph-mon[103696]: pgmap v11915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:41.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:41.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:42.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:42.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:42 smithi050 ceph-mon[92315]: pgmap v11916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:42 smithi172 ceph-mon[103696]: pgmap v11916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:43.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:43.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:44.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:44.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:44 smithi050 ceph-mon[92315]: pgmap v11917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:44 smithi172 ceph-mon[103696]: pgmap v11917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:45.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:45.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:46.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:46.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:46 smithi050 ceph-mon[92315]: pgmap v11918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:46 smithi172 ceph-mon[103696]: pgmap v11918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:47.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:47.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:48.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:48.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:48 smithi050 ceph-mon[92315]: pgmap v11919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:32:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:48 smithi172 ceph-mon[103696]: pgmap v11919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:32:49.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:49.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:50.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:50.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:50.281 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:32:50.281 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:49 smithi172 ceph-mon[103696]: pgmap v11920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:32:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:49 smithi050 ceph-mon[92315]: pgmap v11920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:51.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:51.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:52.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:52.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:52 smithi050 ceph-mon[92315]: pgmap v11921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:52 smithi172 ceph-mon[103696]: pgmap v11921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:53.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:53.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:54.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:54.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:54 smithi050 ceph-mon[92315]: pgmap v11922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:54 smithi172 ceph-mon[103696]: pgmap v11922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:55.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:55.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:56.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:56.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:56 smithi050 ceph-mon[92315]: pgmap v11923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:56 smithi172 ceph-mon[103696]: pgmap v11923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:32:57.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:57.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:58.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:58.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:32:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:58 smithi050 ceph-mon[92315]: pgmap v11924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:32:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:58 smithi172 ceph-mon[103696]: pgmap v11924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:32:59.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:32:59.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:00.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:00.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:32:59 smithi050 ceph-mon[92315]: pgmap v11925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:32:59 smithi172 ceph-mon[103696]: pgmap v11925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:01.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:01.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:02.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:02.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:02 smithi050 ceph-mon[92315]: pgmap v11926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:02 smithi172 ceph-mon[103696]: pgmap v11926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:03.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:03.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:04.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:04.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:04 smithi050 ceph-mon[92315]: pgmap v11927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:33:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:04 smithi172 ceph-mon[103696]: pgmap v11927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:33:05.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:05.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:06.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:06.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:06 smithi050 ceph-mon[92315]: pgmap v11928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:06 smithi172 ceph-mon[103696]: pgmap v11928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:07.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:07.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:08.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:08.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:08 smithi050 ceph-mon[92315]: pgmap v11929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:33:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:08 smithi172 ceph-mon[103696]: pgmap v11929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:33:09.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:09.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:10.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:10.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:09 smithi050 ceph-mon[92315]: pgmap v11930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:09 smithi172 ceph-mon[103696]: pgmap v11930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:11.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:11.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:12.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:12.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:12 smithi050 ceph-mon[92315]: pgmap v11931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:12 smithi172 ceph-mon[103696]: pgmap v11931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:13.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:13.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:14.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:14.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:14 smithi050 ceph-mon[92315]: pgmap v11932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:14 smithi172 ceph-mon[103696]: pgmap v11932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:15.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:15.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:16.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:16.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:16 smithi050 ceph-mon[92315]: pgmap v11933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:16 smithi172 ceph-mon[103696]: pgmap v11933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:17.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:17.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:18.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:18.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:18 smithi050 ceph-mon[92315]: pgmap v11934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:33:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:18 smithi172 ceph-mon[103696]: pgmap v11934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:33:19.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:19.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:20.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:20.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:33:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:19 smithi050 ceph-mon[92315]: pgmap v11935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:33:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:19 smithi172 ceph-mon[103696]: pgmap v11935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:21.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:21.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:22.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:22.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:22 smithi050 ceph-mon[92315]: pgmap v11936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:22 smithi172 ceph-mon[103696]: pgmap v11936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:23.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:23.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:24.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:24.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:24 smithi050 ceph-mon[92315]: pgmap v11937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:24 smithi172 ceph-mon[103696]: pgmap v11937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:25.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:25.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:26.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:26.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:26 smithi050 ceph-mon[92315]: pgmap v11938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:26 smithi172 ceph-mon[103696]: pgmap v11938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:27.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:27.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:28.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:28.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:28 smithi050 ceph-mon[92315]: pgmap v11939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:33:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:28 smithi172 ceph-mon[103696]: pgmap v11939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:33:29.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:29.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:30.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:30.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:29 smithi050 ceph-mon[92315]: pgmap v11940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:29 smithi172 ceph-mon[103696]: pgmap v11940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:31.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:31.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:33:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:33:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:33:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:33:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:33:31.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:33:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:33:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:33:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:33:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:33:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:33:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:33:32.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:32.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:31 smithi050 ceph-mon[92315]: pgmap v11941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:31 smithi172 ceph-mon[103696]: pgmap v11941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:33.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:33.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:34.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:34.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:34 smithi050 ceph-mon[92315]: pgmap v11942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:33:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:34 smithi172 ceph-mon[103696]: pgmap v11942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:33:35.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:35.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:36.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:36.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:36 smithi050 ceph-mon[92315]: pgmap v11943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:36 smithi172 ceph-mon[103696]: pgmap v11943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:37.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:37.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:38.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:38.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:38 smithi050 ceph-mon[92315]: pgmap v11944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:33:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:38 smithi172 ceph-mon[103696]: pgmap v11944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:33:39.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:39.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:40.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:40.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:39 smithi050 ceph-mon[92315]: pgmap v11945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:39 smithi172 ceph-mon[103696]: pgmap v11945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:41.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:41.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:42.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:42.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:42 smithi050 ceph-mon[92315]: pgmap v11946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:42 smithi172 ceph-mon[103696]: pgmap v11946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:43.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:43.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:44.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:44.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:44 smithi050 ceph-mon[92315]: pgmap v11947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:44 smithi172 ceph-mon[103696]: pgmap v11947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:45.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:45.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:46.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:46.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:46 smithi050 ceph-mon[92315]: pgmap v11948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:46 smithi172 ceph-mon[103696]: pgmap v11948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:47.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:47.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:48.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:48.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:48 smithi050 ceph-mon[92315]: pgmap v11949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:33:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:48 smithi172 ceph-mon[103696]: pgmap v11949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:33:49.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:49.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:50.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:50.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:33:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:49 smithi050 ceph-mon[92315]: pgmap v11950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:33:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:49 smithi172 ceph-mon[103696]: pgmap v11950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:51.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:51.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:52.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:52.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:52 smithi050 ceph-mon[92315]: pgmap v11951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:52 smithi172 ceph-mon[103696]: pgmap v11951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:53.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:53.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:54.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:54.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:54 smithi050 ceph-mon[92315]: pgmap v11952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:54 smithi172 ceph-mon[103696]: pgmap v11952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:55.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:55.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:56.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:56.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:56 smithi050 ceph-mon[92315]: pgmap v11953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:56 smithi172 ceph-mon[103696]: pgmap v11953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:33:57.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:57.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:58.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:58.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:33:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:58 smithi050 ceph-mon[92315]: pgmap v11954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:33:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:58 smithi172 ceph-mon[103696]: pgmap v11954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:33:59.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:33:59.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:00.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:00.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:33:59 smithi050 ceph-mon[92315]: pgmap v11955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:33:59 smithi172 ceph-mon[103696]: pgmap v11955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:01.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:01.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:02.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:02.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:02 smithi050 ceph-mon[92315]: pgmap v11956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:02 smithi172 ceph-mon[103696]: pgmap v11956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:03.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:03.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:04.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:04.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:04 smithi050 ceph-mon[92315]: pgmap v11957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:34:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:04 smithi172 ceph-mon[103696]: pgmap v11957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:34:05.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:05.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:06.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:06.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:06 smithi050 ceph-mon[92315]: pgmap v11958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:06 smithi172 ceph-mon[103696]: pgmap v11958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:07.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:07.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:08.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:08.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:08 smithi050 ceph-mon[92315]: pgmap v11959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:34:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:08 smithi172 ceph-mon[103696]: pgmap v11959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:34:09.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:09.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:10.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:10.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:09 smithi050 ceph-mon[92315]: pgmap v11960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:09 smithi172 ceph-mon[103696]: pgmap v11960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:11.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:11.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:12.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:12.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:12 smithi050 ceph-mon[92315]: pgmap v11961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:12 smithi172 ceph-mon[103696]: pgmap v11961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:13.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:13.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:14.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:14.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:14 smithi050 ceph-mon[92315]: pgmap v11962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:14 smithi172 ceph-mon[103696]: pgmap v11962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:15.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:15.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:16.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:16.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:16 smithi050 ceph-mon[92315]: pgmap v11963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:16 smithi172 ceph-mon[103696]: pgmap v11963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:17.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:17.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:18.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:18.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:18 smithi050 ceph-mon[92315]: pgmap v11964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:34:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:18 smithi172 ceph-mon[103696]: pgmap v11964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:34:19.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:19.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:20.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:20.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:34:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:19 smithi050 ceph-mon[92315]: pgmap v11965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:34:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:19 smithi172 ceph-mon[103696]: pgmap v11965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:21.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:21.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:22.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:22.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:22 smithi050 ceph-mon[92315]: pgmap v11966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:22 smithi172 ceph-mon[103696]: pgmap v11966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:23.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:23.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:24.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:24.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:24 smithi050 ceph-mon[92315]: pgmap v11967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:24 smithi172 ceph-mon[103696]: pgmap v11967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:25.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:25.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:26.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:26.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:26 smithi050 ceph-mon[92315]: pgmap v11968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:26 smithi172 ceph-mon[103696]: pgmap v11968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:27.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:27.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:28.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:28.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:28 smithi050 ceph-mon[92315]: pgmap v11969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:34:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:28 smithi172 ceph-mon[103696]: pgmap v11969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:34:29.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:29.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:29 smithi050 ceph-mon[92315]: pgmap v11970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:30.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:30.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:29 smithi172 ceph-mon[103696]: pgmap v11970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:31.334 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:34:31.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:34:31.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:31.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:34:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:34:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:34:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:34:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:34:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:32 smithi050 ceph-mon[92315]: pgmap v11971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:32.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:32.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:34:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:34:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:34:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:34:32.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:34:32.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:32 smithi172 ceph-mon[103696]: pgmap v11971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:33.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:33.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:34.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:34.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:34 smithi050 ceph-mon[92315]: pgmap v11972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:34:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:34 smithi172 ceph-mon[103696]: pgmap v11972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:34:35.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:35.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:36.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:36.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:36 smithi050 ceph-mon[92315]: pgmap v11973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:36 smithi172 ceph-mon[103696]: pgmap v11973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:37.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:37.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:38.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:38.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:38 smithi050 ceph-mon[92315]: pgmap v11974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:34:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:38 smithi172 ceph-mon[103696]: pgmap v11974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:34:39.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:39.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:40 smithi050 ceph-mon[92315]: pgmap v11975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:40.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:40.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:40 smithi172 ceph-mon[103696]: pgmap v11975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:41.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:41.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:42.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:42.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:42 smithi050 ceph-mon[92315]: pgmap v11976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:42 smithi172 ceph-mon[103696]: pgmap v11976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:43.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:43.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:44.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:44.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:44 smithi050 ceph-mon[92315]: pgmap v11977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:44 smithi172 ceph-mon[103696]: pgmap v11977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:45.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:45.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:46.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:46.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:46 smithi050 ceph-mon[92315]: pgmap v11978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:46 smithi172 ceph-mon[103696]: pgmap v11978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:47.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:47.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:48.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:48.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:48 smithi050 ceph-mon[92315]: pgmap v11979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:34:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:48 smithi172 ceph-mon[103696]: pgmap v11979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:34:49.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:49.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:34:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:50 smithi050 ceph-mon[92315]: pgmap v11980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:34:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:50 smithi172 ceph-mon[103696]: pgmap v11980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:50.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:50.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:51.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:51.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:52.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:52.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:52 smithi050 ceph-mon[92315]: pgmap v11981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:52 smithi172 ceph-mon[103696]: pgmap v11981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:53.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:53.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:54.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:54.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:54 smithi050 ceph-mon[92315]: pgmap v11982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:54 smithi172 ceph-mon[103696]: pgmap v11982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:55.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:55.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:56.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:56.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:56 smithi050 ceph-mon[92315]: pgmap v11983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:56 smithi172 ceph-mon[103696]: pgmap v11983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:34:57.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:57.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:58.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:58.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:34:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:34:58 smithi050 ceph-mon[92315]: pgmap v11984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:34:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:34:58 smithi172 ceph-mon[103696]: pgmap v11984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:34:59.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:34:59.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:00 smithi050 ceph-mon[92315]: pgmap v11985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:00 smithi172 ceph-mon[103696]: pgmap v11985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:00.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:00.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:01.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:01.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:02.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:02.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:02 smithi050 ceph-mon[92315]: pgmap v11986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:02 smithi172 ceph-mon[103696]: pgmap v11986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:03.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:03.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:04.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:04.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:04 smithi050 ceph-mon[92315]: pgmap v11987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:35:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:04 smithi172 ceph-mon[103696]: pgmap v11987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:35:05.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:05.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:06.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:06.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:06 smithi050 ceph-mon[92315]: pgmap v11988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:06 smithi172 ceph-mon[103696]: pgmap v11988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:07.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:07.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:08.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:08.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:08 smithi050 ceph-mon[92315]: pgmap v11989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:35:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:08 smithi172 ceph-mon[103696]: pgmap v11989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:35:09.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:09.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:10 smithi050 ceph-mon[92315]: pgmap v11990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:10 smithi172 ceph-mon[103696]: pgmap v11990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:10.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:10.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:11.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:11.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:12.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:12.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:12 smithi050 ceph-mon[92315]: pgmap v11991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:12 smithi172 ceph-mon[103696]: pgmap v11991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:13.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:13.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:14.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:14.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:14 smithi050 ceph-mon[92315]: pgmap v11992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:14 smithi172 ceph-mon[103696]: pgmap v11992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:15.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:15.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:16.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:16.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:16 smithi050 ceph-mon[92315]: pgmap v11993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:16 smithi172 ceph-mon[103696]: pgmap v11993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:17.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:17.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:18.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:18.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:18 smithi050 ceph-mon[92315]: pgmap v11994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:35:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:18 smithi172 ceph-mon[103696]: pgmap v11994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:35:19.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:19.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:35:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:20 smithi050 ceph-mon[92315]: pgmap v11995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:35:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:20 smithi172 ceph-mon[103696]: pgmap v11995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:20.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:20.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:21.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:21.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:22.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:22.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:22 smithi050 ceph-mon[92315]: pgmap v11996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:22 smithi172 ceph-mon[103696]: pgmap v11996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:23.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:23.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:24.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:24.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:24 smithi050 ceph-mon[92315]: pgmap v11997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:24 smithi172 ceph-mon[103696]: pgmap v11997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:25.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:25.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:26.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:26.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:26 smithi050 ceph-mon[92315]: pgmap v11998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:26 smithi172 ceph-mon[103696]: pgmap v11998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:27.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:27.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:28.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:28.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:28 smithi050 ceph-mon[92315]: pgmap v11999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:35:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:28 smithi172 ceph-mon[103696]: pgmap v11999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:35:29.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:29.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:30 smithi050 ceph-mon[92315]: pgmap v12000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:30 smithi172 ceph-mon[103696]: pgmap v12000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:30.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:30.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:31.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:31.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:32.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:32.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:32 smithi050 ceph-mon[92315]: pgmap v12001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:35:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:32 smithi172 ceph-mon[103696]: pgmap v12001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:35:33.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:33.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:34.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:34.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:34 smithi050 ceph-mon[92315]: pgmap v12002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:35:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:34 smithi172 ceph-mon[103696]: pgmap v12002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:35:35.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:35.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:36.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:36.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:36 smithi050 ceph-mon[92315]: pgmap v12003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:35:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:35:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:36 smithi172 ceph-mon[103696]: pgmap v12003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:35:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:35:37.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:37.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:35:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:35:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:35:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:35:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:35:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:35:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:35:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:35:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:35:37.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:35:38.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:38.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:38 smithi050 ceph-mon[92315]: pgmap v12004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:35:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:38 smithi172 ceph-mon[103696]: pgmap v12004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:35:39.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:39.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:40 smithi050 ceph-mon[92315]: pgmap v12005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:40 smithi172 ceph-mon[103696]: pgmap v12005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:40.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:40.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:41.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:41.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:42.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:42.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:42 smithi050 ceph-mon[92315]: pgmap v12006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:42 smithi172 ceph-mon[103696]: pgmap v12006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:43.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:43.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:44.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:44.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:44 smithi050 ceph-mon[92315]: pgmap v12007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:44 smithi172 ceph-mon[103696]: pgmap v12007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:45.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:45.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:46.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:46.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:46 smithi050 ceph-mon[92315]: pgmap v12008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:46 smithi172 ceph-mon[103696]: pgmap v12008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:47.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:47.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:48.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:48.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:48 smithi050 ceph-mon[92315]: pgmap v12009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:35:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:48 smithi172 ceph-mon[103696]: pgmap v12009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:35:49.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:49.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:35:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:50 smithi050 ceph-mon[92315]: pgmap v12010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:35:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:50 smithi172 ceph-mon[103696]: pgmap v12010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:50.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:50.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:51.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:51.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:52.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:52.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:52 smithi050 ceph-mon[92315]: pgmap v12011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:52 smithi172 ceph-mon[103696]: pgmap v12011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:53.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:53.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:54.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:54.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:54 smithi050 ceph-mon[92315]: pgmap v12012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:54 smithi172 ceph-mon[103696]: pgmap v12012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:55.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:55.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:56.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:56.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:56 smithi050 ceph-mon[92315]: pgmap v12013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:56 smithi172 ceph-mon[103696]: pgmap v12013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:35:57.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:57.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:58.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:58.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:35:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:35:58 smithi050 ceph-mon[92315]: pgmap v12014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:35:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:35:58 smithi172 ceph-mon[103696]: pgmap v12014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:35:59.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:35:59.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:00 smithi050 ceph-mon[92315]: pgmap v12015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:00 smithi172 ceph-mon[103696]: pgmap v12015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:00.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:00.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:01.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:01.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:02.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:02.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:02 smithi050 ceph-mon[92315]: pgmap v12016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:02 smithi172 ceph-mon[103696]: pgmap v12016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:03.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:03.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:04.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:04.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:04 smithi050 ceph-mon[92315]: pgmap v12017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:36:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:04 smithi172 ceph-mon[103696]: pgmap v12017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:36:05.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:05.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:06.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:06.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:06 smithi050 ceph-mon[92315]: pgmap v12018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:06 smithi172 ceph-mon[103696]: pgmap v12018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:07.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:07.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:08.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:08.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:08 smithi050 ceph-mon[92315]: pgmap v12019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:36:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:08 smithi172 ceph-mon[103696]: pgmap v12019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:36:09.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:09.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:10 smithi050 ceph-mon[92315]: pgmap v12020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:10 smithi172 ceph-mon[103696]: pgmap v12020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:10.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:10.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:11.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:11.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:12.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:12.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:12 smithi172 ceph-mon[103696]: pgmap v12021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:12 smithi050 ceph-mon[92315]: pgmap v12021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:13.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:13.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:14.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:14.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:14 smithi050 ceph-mon[92315]: pgmap v12022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:14 smithi172 ceph-mon[103696]: pgmap v12022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:15.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:15.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:16.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:16.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:16 smithi050 ceph-mon[92315]: pgmap v12023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:16 smithi172 ceph-mon[103696]: pgmap v12023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:17.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:17.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:18.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:18.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:18 smithi050 ceph-mon[92315]: pgmap v12024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:36:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:18 smithi172 ceph-mon[103696]: pgmap v12024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:36:19.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:19.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:36:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:20 smithi050 ceph-mon[92315]: pgmap v12025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:36:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:20 smithi172 ceph-mon[103696]: pgmap v12025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:20.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:20.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:21.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:21.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:22.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:22.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:22 smithi050 ceph-mon[92315]: pgmap v12026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:22 smithi172 ceph-mon[103696]: pgmap v12026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:23.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:23.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:24.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:24.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:24 smithi050 ceph-mon[92315]: pgmap v12027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:24 smithi172 ceph-mon[103696]: pgmap v12027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:25.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:25.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:26.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:26.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:26 smithi050 ceph-mon[92315]: pgmap v12028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:26 smithi172 ceph-mon[103696]: pgmap v12028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:27.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:27.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:28.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:28.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:28 smithi050 ceph-mon[92315]: pgmap v12029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:36:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:28 smithi172 ceph-mon[103696]: pgmap v12029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:36:29.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:29.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:30 smithi050 ceph-mon[92315]: pgmap v12030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:30 smithi172 ceph-mon[103696]: pgmap v12030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:30.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:30.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:31.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:31.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:32.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:32.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:32 smithi050 ceph-mon[92315]: pgmap v12031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:32 smithi172 ceph-mon[103696]: pgmap v12031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:33.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:33.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:34.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:34.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:34 smithi050 ceph-mon[92315]: pgmap v12032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:36:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:34 smithi172 ceph-mon[103696]: pgmap v12032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:36:35.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:35.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:36.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:36.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:36 smithi050 ceph-mon[92315]: pgmap v12033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:36 smithi172 ceph-mon[103696]: pgmap v12033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:37.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:37.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:36:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:36:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:36:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:36:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:36:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:36:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:36:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:36:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:36:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:36:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:36:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:36:38.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:38.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:38 smithi050 ceph-mon[92315]: pgmap v12034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:36:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:38 smithi172 ceph-mon[103696]: pgmap v12034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:36:39.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:39.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:40 smithi050 ceph-mon[92315]: pgmap v12035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:40 smithi172 ceph-mon[103696]: pgmap v12035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:40.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:40.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:41.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:41.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:42.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:42.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:42 smithi050 ceph-mon[92315]: pgmap v12036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:42 smithi172 ceph-mon[103696]: pgmap v12036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:43.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:43.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:44.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:44.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:44 smithi050 ceph-mon[92315]: pgmap v12037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:44 smithi172 ceph-mon[103696]: pgmap v12037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:45.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:45.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:46.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:46.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:46 smithi050 ceph-mon[92315]: pgmap v12038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:46 smithi172 ceph-mon[103696]: pgmap v12038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:47.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:47.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:48.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:48.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:48 smithi050 ceph-mon[92315]: pgmap v12039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:36:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:48 smithi172 ceph-mon[103696]: pgmap v12039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:36:49.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:49.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:36:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:50 smithi050 ceph-mon[92315]: pgmap v12040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:36:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:50 smithi172 ceph-mon[103696]: pgmap v12040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:50.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:50.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:51.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:51.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:52.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:52.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:52 smithi050 ceph-mon[92315]: pgmap v12041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:52 smithi172 ceph-mon[103696]: pgmap v12041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:53.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:53.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:54.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:54.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:54 smithi050 ceph-mon[92315]: pgmap v12042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:54 smithi172 ceph-mon[103696]: pgmap v12042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:55.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:55.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:56.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:56.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:56 smithi050 ceph-mon[92315]: pgmap v12043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:56 smithi172 ceph-mon[103696]: pgmap v12043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:36:57.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:57.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:58.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:58.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:36:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:36:58 smithi050 ceph-mon[92315]: pgmap v12044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:36:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:36:58 smithi172 ceph-mon[103696]: pgmap v12044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:36:59.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:36:59.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:00 smithi050 ceph-mon[92315]: pgmap v12045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:00 smithi172 ceph-mon[103696]: pgmap v12045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:00.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:00.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:01.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:01.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:02.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:02.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:02 smithi050 ceph-mon[92315]: pgmap v12046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:02.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:02 smithi172 ceph-mon[103696]: pgmap v12046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:03.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:03.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:04.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:04.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:04 smithi050 ceph-mon[92315]: pgmap v12047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:37:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:04 smithi172 ceph-mon[103696]: pgmap v12047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:37:05.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:05.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:06.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:06.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:06 smithi050 ceph-mon[92315]: pgmap v12048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:06 smithi172 ceph-mon[103696]: pgmap v12048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:07.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:07.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:08.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:08.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:08 smithi050 ceph-mon[92315]: pgmap v12049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:37:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:08 smithi172 ceph-mon[103696]: pgmap v12049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:37:09.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:09.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:10 smithi050 ceph-mon[92315]: pgmap v12050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:10 smithi172 ceph-mon[103696]: pgmap v12050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:10.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:10.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:11.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:11.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:12.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:12.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:12 smithi050 ceph-mon[92315]: pgmap v12051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:12 smithi172 ceph-mon[103696]: pgmap v12051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:13.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:13.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:14.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:14.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:14 smithi050 ceph-mon[92315]: pgmap v12052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:14 smithi172 ceph-mon[103696]: pgmap v12052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:15.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:15.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:16.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:16.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:16 smithi050 ceph-mon[92315]: pgmap v12053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:16 smithi172 ceph-mon[103696]: pgmap v12053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:17.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:17.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:18.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:18.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:18 smithi172 ceph-mon[103696]: pgmap v12054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:37:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:18 smithi050 ceph-mon[92315]: pgmap v12054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:37:19.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:19.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:20.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:37:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:20 smithi050 ceph-mon[92315]: pgmap v12055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:37:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:20 smithi172 ceph-mon[103696]: pgmap v12055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:20.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:20.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:21.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:21.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:22.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:22.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:22 smithi050 ceph-mon[92315]: pgmap v12056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:22 smithi172 ceph-mon[103696]: pgmap v12056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:23.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:23.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:24.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:24.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:24 smithi050 ceph-mon[92315]: pgmap v12057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:24 smithi172 ceph-mon[103696]: pgmap v12057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:25.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:25.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:26.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:26.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:26 smithi172 ceph-mon[103696]: pgmap v12058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:26 smithi050 ceph-mon[92315]: pgmap v12058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:27.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:27.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:28.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:28.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:28 smithi172 ceph-mon[103696]: pgmap v12059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:37:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:28 smithi050 ceph-mon[92315]: pgmap v12059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:37:29.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:29.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:30 smithi050 ceph-mon[92315]: pgmap v12060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:30 smithi172 ceph-mon[103696]: pgmap v12060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:30.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:30.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:31.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:31.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:32.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:32.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:32 smithi050 ceph-mon[92315]: pgmap v12061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:32 smithi172 ceph-mon[103696]: pgmap v12061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:33.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:33.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:34.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:34.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:34 smithi172 ceph-mon[103696]: pgmap v12062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:37:34.903 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:34 smithi050 ceph-mon[92315]: pgmap v12062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:34.904 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:37:35.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:35.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:36.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:36.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:36 smithi172 ceph-mon[103696]: pgmap v12063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:36 smithi050 ceph-mon[92315]: pgmap v12063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:37.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:37.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:38.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:38.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:38 smithi172 ceph-mon[103696]: pgmap v12064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:37:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:37:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:38 smithi050 ceph-mon[92315]: pgmap v12064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:37:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:37:39.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:39.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:40 smithi050 ceph-mon[92315]: pgmap v12065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:40 smithi172 ceph-mon[103696]: pgmap v12065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:40.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:40.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:41.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:41.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:42.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:42.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:42 smithi172 ceph-mon[103696]: pgmap v12066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:42 smithi050 ceph-mon[92315]: pgmap v12066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:43.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:43.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:44.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:44.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:44.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:44 smithi172 ceph-mon[103696]: pgmap v12067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:45.016 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:44 smithi050 ceph-mon[92315]: pgmap v12067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:45.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:45.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:37:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:37:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:37:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:37:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:37:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:37:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:37:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:37:46.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:37:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:37:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:37:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:37:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:37:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:37:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:37:46.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:37:46.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:37:46.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:37:46.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:46.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:46 smithi050 ceph-mon[92315]: pgmap v12068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:46 smithi172 ceph-mon[103696]: pgmap v12068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:47.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:47.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:48.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:48.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:48 smithi050 ceph-mon[92315]: pgmap v12069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:37:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:48 smithi172 ceph-mon[103696]: pgmap v12069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:37:49.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:49.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:37:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:50 smithi050 ceph-mon[92315]: pgmap v12070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:37:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:50 smithi172 ceph-mon[103696]: pgmap v12070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:50.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:50.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:51.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:51.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:52.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:52.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:52 smithi172 ceph-mon[103696]: pgmap v12071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:52 smithi050 ceph-mon[92315]: pgmap v12071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:53.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:53.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:54.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:54.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:54 smithi172 ceph-mon[103696]: pgmap v12072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:54 smithi050 ceph-mon[92315]: pgmap v12072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:55.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:55.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:56.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:56.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:56 smithi172 ceph-mon[103696]: pgmap v12073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:56 smithi050 ceph-mon[92315]: pgmap v12073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:37:57.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:57.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:58.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:58.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:37:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:37:58 smithi172 ceph-mon[103696]: pgmap v12074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:37:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:37:58 smithi050 ceph-mon[92315]: pgmap v12074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:37:59.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:37:59.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:00 smithi050 ceph-mon[92315]: pgmap v12075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:00 smithi172 ceph-mon[103696]: pgmap v12075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:00.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:00.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:01.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:01.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:02.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:02.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:02 smithi172 ceph-mon[103696]: pgmap v12076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:03.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:02 smithi050 ceph-mon[92315]: pgmap v12076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:03.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:03.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:04.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:04.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:04 smithi172 ceph-mon[103696]: pgmap v12077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:38:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:04 smithi050 ceph-mon[92315]: pgmap v12077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:38:05.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:05.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:06.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:06.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:06 smithi172 ceph-mon[103696]: pgmap v12078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:06 smithi050 ceph-mon[92315]: pgmap v12078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:07.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:07.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:08.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:08.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:08 smithi172 ceph-mon[103696]: pgmap v12079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:38:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:08 smithi050 ceph-mon[92315]: pgmap v12079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:38:09.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:09.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:10 smithi050 ceph-mon[92315]: pgmap v12080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:10 smithi172 ceph-mon[103696]: pgmap v12080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:10.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:10.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:11.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:11.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:12.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:12.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:12 smithi172 ceph-mon[103696]: pgmap v12081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:12 smithi050 ceph-mon[92315]: pgmap v12081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:13.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:13.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:14.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:14.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:14 smithi172 ceph-mon[103696]: pgmap v12082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:14 smithi050 ceph-mon[92315]: pgmap v12082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:15.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:15.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:16.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:16.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:16 smithi172 ceph-mon[103696]: pgmap v12083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:16 smithi050 ceph-mon[92315]: pgmap v12083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:17.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:17.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:18.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:18.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:18 smithi172 ceph-mon[103696]: pgmap v12084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:38:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:18 smithi050 ceph-mon[92315]: pgmap v12084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:38:19.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:19.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:38:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:20 smithi050 ceph-mon[92315]: pgmap v12085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:38:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:20 smithi172 ceph-mon[103696]: pgmap v12085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:20.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:20.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:21.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:21.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:22.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:22.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:22 smithi172 ceph-mon[103696]: pgmap v12086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:22 smithi050 ceph-mon[92315]: pgmap v12086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:23.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:23.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:24.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:24.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:24 smithi172 ceph-mon[103696]: pgmap v12087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:24 smithi050 ceph-mon[92315]: pgmap v12087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:25.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:25.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:26.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:26.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:26 smithi172 ceph-mon[103696]: pgmap v12088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:26 smithi050 ceph-mon[92315]: pgmap v12088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:27.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:27.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:28.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:28.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:28 smithi172 ceph-mon[103696]: pgmap v12089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:38:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:28 smithi050 ceph-mon[92315]: pgmap v12089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:38:29.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:29.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:30 smithi050 ceph-mon[92315]: pgmap v12090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:30 smithi172 ceph-mon[103696]: pgmap v12090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:30.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:30.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:31.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:31.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:32.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:32.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:32 smithi172 ceph-mon[103696]: pgmap v12091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:32 smithi050 ceph-mon[92315]: pgmap v12091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:33.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:33.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:34.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:34.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:34 smithi172 ceph-mon[103696]: pgmap v12092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:38:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:34 smithi050 ceph-mon[92315]: pgmap v12092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:38:35.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:35.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:36.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:36.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:36 smithi172 ceph-mon[103696]: pgmap v12093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:36 smithi050 ceph-mon[92315]: pgmap v12093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:37.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:37.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:38.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:38.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:38 smithi172 ceph-mon[103696]: pgmap v12094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:38:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:38 smithi050 ceph-mon[92315]: pgmap v12094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:38:39.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:39.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:40 smithi050 ceph-mon[92315]: pgmap v12095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:40 smithi172 ceph-mon[103696]: pgmap v12095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:40.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:40.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:41.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:41.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:42.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:42.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:42 smithi172 ceph-mon[103696]: pgmap v12096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:42 smithi050 ceph-mon[92315]: pgmap v12096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:43.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:43.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:44.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:44.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:44 smithi172 ceph-mon[103696]: pgmap v12097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:44 smithi050 ceph-mon[92315]: pgmap v12097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:45.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:45.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:46.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:46.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:46 smithi172 ceph-mon[103696]: pgmap v12098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:38:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:38:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:38:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:46 smithi050 ceph-mon[92315]: pgmap v12098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:38:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:38:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:38:47.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:47.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:38:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:38:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:38:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:38:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:38:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:38:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:38:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:38:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:38:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:38:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:38:48.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:38:48.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:38:48.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:38:48.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:48.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:48 smithi172 ceph-mon[103696]: pgmap v12099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:38:49.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:49.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:48 smithi050 ceph-mon[92315]: pgmap v12099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:38:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:38:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:50 smithi050 ceph-mon[92315]: pgmap v12100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:38:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:50 smithi172 ceph-mon[103696]: pgmap v12100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:50.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:50.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:51.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:51.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:52.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:52.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:52 smithi172 ceph-mon[103696]: pgmap v12101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:52 smithi050 ceph-mon[92315]: pgmap v12101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:53.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:53.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:54.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:54.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:54 smithi172 ceph-mon[103696]: pgmap v12102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:54 smithi050 ceph-mon[92315]: pgmap v12102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:55.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:55.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:56.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:56.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:56 smithi050 ceph-mon[92315]: pgmap v12103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:56 smithi172 ceph-mon[103696]: pgmap v12103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:38:57.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:57.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:58.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:58.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:38:59.095 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:38:58 smithi172 ceph-mon[103696]: pgmap v12104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:38:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:38:58 smithi050 ceph-mon[92315]: pgmap v12104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:38:59.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:38:59.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:00 smithi050 ceph-mon[92315]: pgmap v12105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:00 smithi172 ceph-mon[103696]: pgmap v12105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:00.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:00.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:01.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:01.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:02.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:02.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:02 smithi172 ceph-mon[103696]: pgmap v12106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:02 smithi050 ceph-mon[92315]: pgmap v12106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:03.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:03.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:04.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:04.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:04 smithi050 ceph-mon[92315]: pgmap v12107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:39:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:04 smithi172 ceph-mon[103696]: pgmap v12107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:39:05.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:05.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:06.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:06.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:06 smithi050 ceph-mon[92315]: pgmap v12108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:06 smithi172 ceph-mon[103696]: pgmap v12108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:07.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:07.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:08.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:08.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:08 smithi050 ceph-mon[92315]: pgmap v12109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:39:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:08 smithi172 ceph-mon[103696]: pgmap v12109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:39:09.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:09.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:10 smithi050 ceph-mon[92315]: pgmap v12110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:10 smithi172 ceph-mon[103696]: pgmap v12110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:10.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:10.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:11.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:11.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:12.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:12.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:12 smithi050 ceph-mon[92315]: pgmap v12111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:12 smithi172 ceph-mon[103696]: pgmap v12111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:13.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:13.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:14.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:14.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:14 smithi050 ceph-mon[92315]: pgmap v12112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:14 smithi172 ceph-mon[103696]: pgmap v12112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:15.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:15.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:16.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:16.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:16 smithi050 ceph-mon[92315]: pgmap v12113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:16 smithi172 ceph-mon[103696]: pgmap v12113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:17.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:17.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:18.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:18.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:18 smithi050 ceph-mon[92315]: pgmap v12114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:39:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:18 smithi172 ceph-mon[103696]: pgmap v12114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:39:19.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:19.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:39:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:20 smithi050 ceph-mon[92315]: pgmap v12115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:39:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:20 smithi172 ceph-mon[103696]: pgmap v12115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:20.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:20.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:21.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:21.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:22.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:22.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:22 smithi050 ceph-mon[92315]: pgmap v12116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:22 smithi172 ceph-mon[103696]: pgmap v12116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:23.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:23.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:24.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:24.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:24 smithi050 ceph-mon[92315]: pgmap v12117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:24 smithi172 ceph-mon[103696]: pgmap v12117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:25.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:25.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:26.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:26.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:26 smithi050 ceph-mon[92315]: pgmap v12118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:26 smithi172 ceph-mon[103696]: pgmap v12118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:27.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:27.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:28.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:28.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:28 smithi050 ceph-mon[92315]: pgmap v12119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:39:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:28 smithi172 ceph-mon[103696]: pgmap v12119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:39:29.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:29.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:30 smithi050 ceph-mon[92315]: pgmap v12120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:30 smithi172 ceph-mon[103696]: pgmap v12120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:30.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:30.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:31.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:31.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:32.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:32.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:32 smithi050 ceph-mon[92315]: pgmap v12121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:32 smithi172 ceph-mon[103696]: pgmap v12121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:33.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:33.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:34.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:34.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:34 smithi172 ceph-mon[103696]: pgmap v12122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:39:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:34 smithi050 ceph-mon[92315]: pgmap v12122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:39:35.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:35.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:36.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:36.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:36 smithi050 ceph-mon[92315]: pgmap v12123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:36 smithi172 ceph-mon[103696]: pgmap v12123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:37.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:37.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:38.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:38.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:38 smithi050 ceph-mon[92315]: pgmap v12124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:39:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:38 smithi172 ceph-mon[103696]: pgmap v12124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:39:39.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:39.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:40 smithi050 ceph-mon[92315]: pgmap v12125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:40 smithi172 ceph-mon[103696]: pgmap v12125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:40.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:40.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:41.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:41.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:42.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:42.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:42 smithi050 ceph-mon[92315]: pgmap v12126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:42 smithi172 ceph-mon[103696]: pgmap v12126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:43.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:43.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:44.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:44.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:44 smithi172 ceph-mon[103696]: pgmap v12127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:44 smithi050 ceph-mon[92315]: pgmap v12127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:45.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:45.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:46 smithi050 ceph-mon[92315]: pgmap v12128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:46.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:46.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:46 smithi172 ceph-mon[103696]: pgmap v12128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:47.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:47.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:39:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:39:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:39:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:39:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:39:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:39:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:39:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:39:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:39:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:39:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:39:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:39:48.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:48.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:48 smithi050 ceph-mon[92315]: pgmap v12129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:39:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:48 smithi172 ceph-mon[103696]: pgmap v12129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:39:49.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:49.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:39:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:50 smithi050 ceph-mon[92315]: pgmap v12130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:39:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:50 smithi172 ceph-mon[103696]: pgmap v12130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:50.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:50.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:51.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:51.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:52.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:52.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:52 smithi050 ceph-mon[92315]: pgmap v12131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:53.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:52 smithi172 ceph-mon[103696]: pgmap v12131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:53.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:53.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:54.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:54.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:54 smithi050 ceph-mon[92315]: pgmap v12132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:54 smithi172 ceph-mon[103696]: pgmap v12132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:55.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:55.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:56 smithi050 ceph-mon[92315]: pgmap v12133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:56.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:56.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:56 smithi172 ceph-mon[103696]: pgmap v12133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:39:57.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:57.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:58.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:58.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:39:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:39:58 smithi050 ceph-mon[92315]: pgmap v12134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:39:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:39:58 smithi172 ceph-mon[103696]: pgmap v12134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:39:59.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:39:59.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:00 smithi050 ceph-mon[92315]: pgmap v12135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T20:40:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:00 smithi172 ceph-mon[103696]: pgmap v12135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T20:40:00.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:00.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:01.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:01.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:02.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:02.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:02 smithi050 ceph-mon[92315]: pgmap v12136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:02 smithi172 ceph-mon[103696]: pgmap v12136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:03.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:03.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:04.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:04.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:04 smithi050 ceph-mon[92315]: pgmap v12137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:40:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:04 smithi172 ceph-mon[103696]: pgmap v12137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:40:05.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:05.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:06.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:06.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:06 smithi050 ceph-mon[92315]: pgmap v12138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:06 smithi172 ceph-mon[103696]: pgmap v12138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:07.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:07.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:08.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:08.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:08 smithi050 ceph-mon[92315]: pgmap v12139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:40:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:08 smithi172 ceph-mon[103696]: pgmap v12139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:40:09.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:09.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:10 smithi050 ceph-mon[92315]: pgmap v12140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:10 smithi172 ceph-mon[103696]: pgmap v12140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:10.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:10.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:11.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:11.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:12.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:12.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:12 smithi050 ceph-mon[92315]: pgmap v12141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:12 smithi172 ceph-mon[103696]: pgmap v12141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:13.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:13.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:14.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:14.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:14 smithi050 ceph-mon[92315]: pgmap v12142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:14 smithi172 ceph-mon[103696]: pgmap v12142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:15.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:15.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:16.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:16.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:16 smithi050 ceph-mon[92315]: pgmap v12143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:16 smithi172 ceph-mon[103696]: pgmap v12143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:17.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:17.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:18.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:18.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:18 smithi050 ceph-mon[92315]: pgmap v12144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:40:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:18 smithi172 ceph-mon[103696]: pgmap v12144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:40:19.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:19.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:40:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:20 smithi050 ceph-mon[92315]: pgmap v12145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:40:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:20 smithi172 ceph-mon[103696]: pgmap v12145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:20.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:20.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:21.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:21.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:22.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:22.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:22 smithi050 ceph-mon[92315]: pgmap v12146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:22 smithi172 ceph-mon[103696]: pgmap v12146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:23.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:23.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:24.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:24.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:24.984 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:24 smithi172 ceph-mon[103696]: pgmap v12147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:24 smithi050 ceph-mon[92315]: pgmap v12147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:25.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:25.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:26.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:26.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:27.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:26 smithi050 ceph-mon[92315]: pgmap v12148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:26 smithi172 ceph-mon[103696]: pgmap v12148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:27.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:27.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:28.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:28.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:28 smithi050 ceph-mon[92315]: pgmap v12149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:40:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:28 smithi172 ceph-mon[103696]: pgmap v12149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:40:29.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:29.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:30 smithi050 ceph-mon[92315]: pgmap v12150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:30 smithi172 ceph-mon[103696]: pgmap v12150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:30.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:30.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:31.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:31.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:32.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:32.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:32 smithi050 ceph-mon[92315]: pgmap v12151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:32 smithi172 ceph-mon[103696]: pgmap v12151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:33.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:33.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:34.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:34.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:35.091 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:34 smithi172 ceph-mon[103696]: pgmap v12152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:35.091 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:40:35.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:34 smithi050 ceph-mon[92315]: pgmap v12152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:35.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:40:35.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:35.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:36.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:36.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:36.973 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:36 smithi050 ceph-mon[92315]: pgmap v12153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:36 smithi172 ceph-mon[103696]: pgmap v12153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:37.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:37.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:38.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:38.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:39.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:38 smithi050 ceph-mon[92315]: pgmap v12154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:40:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:38 smithi172 ceph-mon[103696]: pgmap v12154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:40:39.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:39.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:40 smithi050 ceph-mon[92315]: pgmap v12155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:40 smithi172 ceph-mon[103696]: pgmap v12155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:40.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:40.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:41.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:41.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:42.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:42.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:42 smithi050 ceph-mon[92315]: pgmap v12156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:42 smithi172 ceph-mon[103696]: pgmap v12156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:43.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:43.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:44.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:44.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:44 smithi050 ceph-mon[92315]: pgmap v12157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:44 smithi172 ceph-mon[103696]: pgmap v12157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:45.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:45.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:46.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:46.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:47.088 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:46 smithi050 ceph-mon[92315]: pgmap v12158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:46 smithi172 ceph-mon[103696]: pgmap v12158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:47.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:47.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:40:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:40:48.970 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:48 smithi050 ceph-mon[92315]: pgmap v12159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:40:48.970 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:40:48.970 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:40:48.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:48.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:48 smithi172 ceph-mon[103696]: pgmap v12159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:40:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:40:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:40:49.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:49.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:40:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:50 smithi050 ceph-mon[92315]: pgmap v12160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:40:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:50 smithi172 ceph-mon[103696]: pgmap v12160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:50.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:50.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:51.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:51.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:52.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:52.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:52 smithi050 ceph-mon[92315]: pgmap v12161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:40:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:40:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:40:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:40:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:40:53.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:40:53.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:40:53.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:40:53.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:40:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:52 smithi172 ceph-mon[103696]: pgmap v12161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:40:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:40:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:40:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:40:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:40:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:40:53.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:40:53.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:40:53.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:40:53.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:53.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:54.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:54.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:55.301 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:54 smithi172 ceph-mon[103696]: pgmap v12162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:54 smithi050 ceph-mon[92315]: pgmap v12162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:55.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:55.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:56.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:56.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:57.199 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:56 smithi050 ceph-mon[92315]: pgmap v12163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:56 smithi172 ceph-mon[103696]: pgmap v12163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:40:57.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:57.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:40:57 smithi050 ceph-mon[92315]: pgmap v12164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:40:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:40:57 smithi172 ceph-mon[103696]: pgmap v12164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:40:58.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:58.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:40:59.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:40:59.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:00 smithi050 ceph-mon[92315]: pgmap v12165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:00.352 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:00 smithi172 ceph-mon[103696]: pgmap v12165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:01.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:01.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:02.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:02.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:03.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:03.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:02 smithi050 ceph-mon[92315]: pgmap v12166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:02 smithi172 ceph-mon[103696]: pgmap v12166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:04.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:04.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:05.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:05.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:04 smithi050 ceph-mon[92315]: pgmap v12167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:41:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:04 smithi172 ceph-mon[103696]: pgmap v12167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:41:06.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:06.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:07.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:07.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:06 smithi050 ceph-mon[92315]: pgmap v12168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:06 smithi172 ceph-mon[103696]: pgmap v12168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:08.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:08.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:09.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:09.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:08 smithi050 ceph-mon[92315]: pgmap v12169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:41:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:08 smithi172 ceph-mon[103696]: pgmap v12169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:41:10.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:10.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:10 smithi050 ceph-mon[92315]: pgmap v12170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:10 smithi172 ceph-mon[103696]: pgmap v12170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:11.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:11.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:12.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:12.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:13.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:13.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:13.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:12 smithi050 ceph-mon[92315]: pgmap v12171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:12 smithi172 ceph-mon[103696]: pgmap v12171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:14.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:14.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:15.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:15.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:14 smithi050 ceph-mon[92315]: pgmap v12172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:14 smithi172 ceph-mon[103696]: pgmap v12172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:16.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:16.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:17.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:17.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:16 smithi050 ceph-mon[92315]: pgmap v12173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:16 smithi172 ceph-mon[103696]: pgmap v12173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:18.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:18.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:19.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:19.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:18 smithi050 ceph-mon[92315]: pgmap v12174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:41:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:18 smithi172 ceph-mon[103696]: pgmap v12174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:41:20.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:20.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:20.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:41:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:20 smithi050 ceph-mon[92315]: pgmap v12175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:41:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:20 smithi172 ceph-mon[103696]: pgmap v12175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:21.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:21.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:22.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:22.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:22.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:22 smithi050 ceph-mon[92315]: pgmap v12176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:23.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:23.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:22 smithi172 ceph-mon[103696]: pgmap v12176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:24.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:24.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:25.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:25.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:24 smithi050 ceph-mon[92315]: pgmap v12177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:24 smithi172 ceph-mon[103696]: pgmap v12177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:26.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:26.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:27.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:27.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:27.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:26 smithi050 ceph-mon[92315]: pgmap v12178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:26 smithi172 ceph-mon[103696]: pgmap v12178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:28.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:28.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:29.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:29.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:29.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:28 smithi050 ceph-mon[92315]: pgmap v12179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:41:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:28 smithi172 ceph-mon[103696]: pgmap v12179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:41:30.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:30.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:30 smithi172 ceph-mon[103696]: pgmap v12180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:30 smithi050 ceph-mon[92315]: pgmap v12180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:31.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:31.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:32.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:32.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:33.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:33.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:33.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:32 smithi050 ceph-mon[92315]: pgmap v12181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:32 smithi172 ceph-mon[103696]: pgmap v12181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:34.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:34.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:35.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:35.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:34 smithi050 ceph-mon[92315]: pgmap v12182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:35.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:41:35.135 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:34 smithi172 ceph-mon[103696]: pgmap v12182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:35.136 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:41:36.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:36.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:37.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:37.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:36 smithi050 ceph-mon[92315]: pgmap v12183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:36 smithi172 ceph-mon[103696]: pgmap v12183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:38.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:38.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:39.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:39.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:39.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:38 smithi050 ceph-mon[92315]: pgmap v12184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:41:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:38 smithi172 ceph-mon[103696]: pgmap v12184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:41:40.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:40.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:40 smithi172 ceph-mon[103696]: pgmap v12185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:40 smithi050 ceph-mon[92315]: pgmap v12185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:41.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:41.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:42.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:42.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:43.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:43.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:43.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:42 smithi050 ceph-mon[92315]: pgmap v12186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:42 smithi172 ceph-mon[103696]: pgmap v12186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:44.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:44.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:45.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:45.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:45.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:44 smithi050 ceph-mon[92315]: pgmap v12187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:44 smithi172 ceph-mon[103696]: pgmap v12187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:46.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:46.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:47.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:47.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:47.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:46 smithi050 ceph-mon[92315]: pgmap v12188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:46 smithi172 ceph-mon[103696]: pgmap v12188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:48.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:48.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:49.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:49.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:49.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:48 smithi050 ceph-mon[92315]: pgmap v12189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:41:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:48 smithi172 ceph-mon[103696]: pgmap v12189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:41:50.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:50.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:41:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:50 smithi172 ceph-mon[103696]: pgmap v12190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:41:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:50 smithi050 ceph-mon[92315]: pgmap v12190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:51.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:51.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:52.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:52.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:53.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:53.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:53.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:52 smithi050 ceph-mon[92315]: pgmap v12191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:41:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:52 smithi172 ceph-mon[103696]: pgmap v12191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:41:54.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:54.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:54.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:41:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:41:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:41:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:41:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:41:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:41:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:41:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:41:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:41:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:41:55.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:55.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:55.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:54 smithi050 ceph-mon[92315]: pgmap v12192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:54 smithi172 ceph-mon[103696]: pgmap v12192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:56.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:56.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:57.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:57.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:57.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:56 smithi050 ceph-mon[92315]: pgmap v12193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:56 smithi172 ceph-mon[103696]: pgmap v12193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:41:58.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:58.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:41:58 smithi050 ceph-mon[92315]: pgmap v12194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:41:59.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:41:59.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:41:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:41:58 smithi172 ceph-mon[103696]: pgmap v12194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:42:00.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:00.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:00 smithi172 ceph-mon[103696]: pgmap v12195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:00 smithi050 ceph-mon[92315]: pgmap v12195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:01.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:01.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:02.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:02.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:02.943 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:02 smithi050 ceph-mon[92315]: pgmap v12196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:03.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:03.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:02 smithi172 ceph-mon[103696]: pgmap v12196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:04.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:04.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:04 smithi050 ceph-mon[92315]: pgmap v12197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:42:05.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:05.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:04 smithi172 ceph-mon[103696]: pgmap v12197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:42:06.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:06.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:06 smithi050 ceph-mon[92315]: pgmap v12198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:07.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:07.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:06 smithi172 ceph-mon[103696]: pgmap v12198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:08.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:08.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:08 smithi050 ceph-mon[92315]: pgmap v12199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:42:09.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:09.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:09.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:08 smithi172 ceph-mon[103696]: pgmap v12199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:42:10.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:10.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:10 smithi172 ceph-mon[103696]: pgmap v12200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:10.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:10 smithi050 ceph-mon[92315]: pgmap v12200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:11.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:11.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:12.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:12.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:13.057 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:12 smithi050 ceph-mon[92315]: pgmap v12201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:13.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:13.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:12 smithi172 ceph-mon[103696]: pgmap v12201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:14.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:14.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:14 smithi050 ceph-mon[92315]: pgmap v12202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:15.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:15.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:15.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:14 smithi172 ceph-mon[103696]: pgmap v12202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:16.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:16.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:16 smithi050 ceph-mon[92315]: pgmap v12203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:17.142 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:16 smithi172 ceph-mon[103696]: pgmap v12203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:17.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:17.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:18.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:18.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:18 smithi050 ceph-mon[92315]: pgmap v12204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:42:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:18 smithi172 ceph-mon[103696]: pgmap v12204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:42:19.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:19.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:20.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:20.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:42:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:20 smithi172 ceph-mon[103696]: pgmap v12205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:42:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:20 smithi050 ceph-mon[92315]: pgmap v12205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:21.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:21.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:22.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:22.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:23.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:22 smithi050 ceph-mon[92315]: pgmap v12206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:22 smithi172 ceph-mon[103696]: pgmap v12206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:23.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:23.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:24.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:24.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:24 smithi050 ceph-mon[92315]: pgmap v12207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:24 smithi172 ceph-mon[103696]: pgmap v12207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:25.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:25.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:26.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:26.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:26 smithi050 ceph-mon[92315]: pgmap v12208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:26 smithi172 ceph-mon[103696]: pgmap v12208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:27.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:27.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:28.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:28.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:28 smithi050 ceph-mon[92315]: pgmap v12209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:42:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:28 smithi172 ceph-mon[103696]: pgmap v12209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:42:29.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:29.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:30.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:30.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:30 smithi172 ceph-mon[103696]: pgmap v12210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:30 smithi050 ceph-mon[92315]: pgmap v12210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:31.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:31.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:32.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:32.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:32 smithi050 ceph-mon[92315]: pgmap v12211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:32 smithi172 ceph-mon[103696]: pgmap v12211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:33.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:33.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:34.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:34.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:34 smithi050 ceph-mon[92315]: pgmap v12212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:42:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:34 smithi172 ceph-mon[103696]: pgmap v12212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:42:35.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:35.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:36.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:36.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:36 smithi050 ceph-mon[92315]: pgmap v12213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:36 smithi172 ceph-mon[103696]: pgmap v12213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:37.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:37.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:38.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:38.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:39.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:38 smithi050 ceph-mon[92315]: pgmap v12214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:42:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:38 smithi172 ceph-mon[103696]: pgmap v12214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:42:39.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:39.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:40.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:40.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:40 smithi172 ceph-mon[103696]: pgmap v12215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:40 smithi050 ceph-mon[92315]: pgmap v12215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:41.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:41.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:42.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:42.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:42 smithi050 ceph-mon[92315]: pgmap v12216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:42 smithi172 ceph-mon[103696]: pgmap v12216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:43.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:43.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:44.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:44.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:45.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:44 smithi050 ceph-mon[92315]: pgmap v12217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:44 smithi172 ceph-mon[103696]: pgmap v12217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:45.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:45.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:46.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:46.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:46 smithi050 ceph-mon[92315]: pgmap v12218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:47.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:46 smithi172 ceph-mon[103696]: pgmap v12218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:47.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:47.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:48.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:48.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:48 smithi050 ceph-mon[92315]: pgmap v12219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:42:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:48 smithi172 ceph-mon[103696]: pgmap v12219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:42:49.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:49.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:50.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:50.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:42:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:50 smithi172 ceph-mon[103696]: pgmap v12220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:42:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:50 smithi050 ceph-mon[92315]: pgmap v12220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:51.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:51.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:52.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:52.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:53.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:52 smithi050 ceph-mon[92315]: pgmap v12221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:52 smithi172 ceph-mon[103696]: pgmap v12221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:53.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:53.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:53.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:42:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:42:54.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:54.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:54 smithi050 ceph-mon[92315]: pgmap v12222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:42:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:42:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:42:55.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:42:55.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:54 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1560M 2023-09-30T20:42:55.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:42:55.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:42:55.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:42:55.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:42:55.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:42:55.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:42:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:54 smithi172 ceph-mon[103696]: pgmap v12222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:42:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:42:55.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:42:55.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:42:55.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:54 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1560M 2023-09-30T20:42:55.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:42:55.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:42:55.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:42:55.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:42:55.128 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:42:55.128 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:42:55.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:55.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:56.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:56.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:56 smithi172 ceph-mon[103696]: pgmap v12223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:56 smithi050 ceph-mon[92315]: pgmap v12223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:42:57.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:57.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:58.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:58.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:42:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:42:58 smithi050 ceph-mon[92315]: pgmap v12224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:42:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:42:58 smithi172 ceph-mon[103696]: pgmap v12224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:42:59.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:42:59.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:00.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:00.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:00 smithi172 ceph-mon[103696]: pgmap v12225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:00 smithi050 ceph-mon[92315]: pgmap v12225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:01.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:01.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:02.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:02.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:02 smithi050 ceph-mon[92315]: pgmap v12226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:02 smithi172 ceph-mon[103696]: pgmap v12226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:03.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:03.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:04.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:04.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:04 smithi050 ceph-mon[92315]: pgmap v12227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:43:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:04 smithi172 ceph-mon[103696]: pgmap v12227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:43:05.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:05.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:06.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:06.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:06 smithi050 ceph-mon[92315]: pgmap v12228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:06 smithi172 ceph-mon[103696]: pgmap v12228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:07.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:07.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:08.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:08.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:08 smithi050 ceph-mon[92315]: pgmap v12229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:43:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:08 smithi172 ceph-mon[103696]: pgmap v12229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:43:09.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:09.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:10.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:10.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:10 smithi172 ceph-mon[103696]: pgmap v12230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:10 smithi050 ceph-mon[92315]: pgmap v12230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:11.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:11.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:12.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:12.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:12 smithi050 ceph-mon[92315]: pgmap v12231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:13.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:12 smithi172 ceph-mon[103696]: pgmap v12231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:13.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:13.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:14.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:14.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:14 smithi050 ceph-mon[92315]: pgmap v12232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:14 smithi172 ceph-mon[103696]: pgmap v12232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:15.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:15.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:16.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:16.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:16 smithi050 ceph-mon[92315]: pgmap v12233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:16 smithi172 ceph-mon[103696]: pgmap v12233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:17.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:17.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:18.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:18.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:18 smithi050 ceph-mon[92315]: pgmap v12234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:43:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:18 smithi172 ceph-mon[103696]: pgmap v12234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:43:19.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:19.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:20.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:20.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:43:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:20 smithi050 ceph-mon[92315]: pgmap v12235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:43:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:20 smithi172 ceph-mon[103696]: pgmap v12235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:21.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:21.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:22.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:22.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:23.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:22 smithi050 ceph-mon[92315]: pgmap v12236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:22 smithi172 ceph-mon[103696]: pgmap v12236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:23.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:23.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:24.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:24.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:24 smithi050 ceph-mon[92315]: pgmap v12237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:24 smithi172 ceph-mon[103696]: pgmap v12237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:25.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:25.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:26.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:26.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:26 smithi050 ceph-mon[92315]: pgmap v12238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:26 smithi172 ceph-mon[103696]: pgmap v12238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:27.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:27.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:28.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:28.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:28 smithi050 ceph-mon[92315]: pgmap v12239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:43:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:28 smithi172 ceph-mon[103696]: pgmap v12239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:43:29.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:29.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:30.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:30.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:30 smithi050 ceph-mon[92315]: pgmap v12240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:30 smithi172 ceph-mon[103696]: pgmap v12240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:31.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:31.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:32.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:32.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:32 smithi050 ceph-mon[92315]: pgmap v12241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:32 smithi172 ceph-mon[103696]: pgmap v12241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:33.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:33.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:34.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:34.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:35.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:34 smithi050 ceph-mon[92315]: pgmap v12242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:43:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:34 smithi172 ceph-mon[103696]: pgmap v12242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:43:35.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:35.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:36.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:36.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:36.967 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:36 smithi172 ceph-mon[103696]: pgmap v12243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:36 smithi050 ceph-mon[92315]: pgmap v12243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:37.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:37.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:38.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:38.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:39.027 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:38 smithi050 ceph-mon[92315]: pgmap v12244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:43:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:38 smithi172 ceph-mon[103696]: pgmap v12244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:43:39.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:39.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:40.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:40.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:40 smithi050 ceph-mon[92315]: pgmap v12245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:40 smithi172 ceph-mon[103696]: pgmap v12245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:41.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:41.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:42.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:42.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:42 smithi050 ceph-mon[92315]: pgmap v12246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:42 smithi172 ceph-mon[103696]: pgmap v12246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:43.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:43.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:44.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:44.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:45.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:44 smithi050 ceph-mon[92315]: pgmap v12247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:44 smithi172 ceph-mon[103696]: pgmap v12247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:45.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:45.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:46.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:46.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:47.072 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:46 smithi172 ceph-mon[103696]: pgmap v12248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:47.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:46 smithi050 ceph-mon[92315]: pgmap v12248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:47.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:47.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:48.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:48.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:48 smithi050 ceph-mon[92315]: pgmap v12249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:43:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:48 smithi172 ceph-mon[103696]: pgmap v12249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:43:49.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:49.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:50.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:50.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:43:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:50 smithi050 ceph-mon[92315]: pgmap v12250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:43:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:50 smithi172 ceph-mon[103696]: pgmap v12250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:51.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:51.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:52.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:52.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:52 smithi050 ceph-mon[92315]: pgmap v12251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:52 smithi172 ceph-mon[103696]: pgmap v12251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:53.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:53.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:54.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:54.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:55.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:54 smithi050 ceph-mon[92315]: pgmap v12252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:43:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:43:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:43:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:43:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:43:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:43:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:54 smithi172 ceph-mon[103696]: pgmap v12252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:43:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:43:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:43:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:43:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:43:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:43:55.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:55.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:56.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:56.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:56 smithi050 ceph-mon[92315]: pgmap v12253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:56 smithi172 ceph-mon[103696]: pgmap v12253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:43:57.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:57.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:58.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:58.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:43:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:43:58 smithi050 ceph-mon[92315]: pgmap v12254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:43:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:43:58 smithi172 ceph-mon[103696]: pgmap v12254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:43:59.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:43:59.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:00.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:00.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:00 smithi050 ceph-mon[92315]: pgmap v12255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:00 smithi172 ceph-mon[103696]: pgmap v12255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:01.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:01.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:02.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:02.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:02 smithi050 ceph-mon[92315]: pgmap v12256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:02 smithi172 ceph-mon[103696]: pgmap v12256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:03.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:03.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:04.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:04.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:04 smithi050 ceph-mon[92315]: pgmap v12257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:44:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:04 smithi172 ceph-mon[103696]: pgmap v12257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:44:05.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:05.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:06.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:06.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:07.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:06 smithi050 ceph-mon[92315]: pgmap v12258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:06 smithi172 ceph-mon[103696]: pgmap v12258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:07.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:07.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:08.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:08.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:08 smithi050 ceph-mon[92315]: pgmap v12259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:44:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:08 smithi172 ceph-mon[103696]: pgmap v12259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:44:09.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:09.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:10.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:10.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:10 smithi050 ceph-mon[92315]: pgmap v12260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:10 smithi172 ceph-mon[103696]: pgmap v12260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:11.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:11.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:12.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:12.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:12 smithi050 ceph-mon[92315]: pgmap v12261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:12 smithi172 ceph-mon[103696]: pgmap v12261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:13.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:13.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:14.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:14.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:15.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:14 smithi050 ceph-mon[92315]: pgmap v12262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:14 smithi172 ceph-mon[103696]: pgmap v12262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:15.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:15.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:16.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:16.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:17.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:16 smithi050 ceph-mon[92315]: pgmap v12263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:16 smithi172 ceph-mon[103696]: pgmap v12263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:17.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:17.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:18.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:18.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:18 smithi050 ceph-mon[92315]: pgmap v12264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:44:19.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:18 smithi172 ceph-mon[103696]: pgmap v12264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:44:19.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:19.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:20.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:20.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:44:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:20 smithi050 ceph-mon[92315]: pgmap v12265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:44:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:20 smithi172 ceph-mon[103696]: pgmap v12265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:21.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:21.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:22.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:22.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:22 smithi050 ceph-mon[92315]: pgmap v12266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:22 smithi172 ceph-mon[103696]: pgmap v12266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:23.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:23.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:24.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:24.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:24 smithi050 ceph-mon[92315]: pgmap v12267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:24 smithi172 ceph-mon[103696]: pgmap v12267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:25.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:25.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:26.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:26.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:26 smithi050 ceph-mon[92315]: pgmap v12268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:26 smithi172 ceph-mon[103696]: pgmap v12268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:27.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:27.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:28.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:28.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:28 smithi050 ceph-mon[92315]: pgmap v12269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:44:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:28 smithi172 ceph-mon[103696]: pgmap v12269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:44:29.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:29.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:30.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:30.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:30 smithi050 ceph-mon[92315]: pgmap v12270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:30 smithi172 ceph-mon[103696]: pgmap v12270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:31.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:31.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:32.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:32.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:32 smithi172 ceph-mon[103696]: pgmap v12271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:33.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:32 smithi050 ceph-mon[92315]: pgmap v12271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:33.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:33.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:34.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:34.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:34 smithi050 ceph-mon[92315]: pgmap v12272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:44:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:34 smithi172 ceph-mon[103696]: pgmap v12272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:44:35.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:35.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:36.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:36.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:37.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:36 smithi050 ceph-mon[92315]: pgmap v12273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:36 smithi172 ceph-mon[103696]: pgmap v12273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:37.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:37.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:38.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:38.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:39.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:38 smithi050 ceph-mon[92315]: pgmap v12274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:44:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:38 smithi172 ceph-mon[103696]: pgmap v12274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:44:39.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:39.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:40.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:40.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:40 smithi050 ceph-mon[92315]: pgmap v12275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:40 smithi172 ceph-mon[103696]: pgmap v12275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:41.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:41.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:42.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:42.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:42 smithi050 ceph-mon[92315]: pgmap v12276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:42 smithi172 ceph-mon[103696]: pgmap v12276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:43.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:43.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:44.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:44.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:44 smithi050 ceph-mon[92315]: pgmap v12277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:44 smithi172 ceph-mon[103696]: pgmap v12277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:45.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:45.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:46.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:46.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:46 smithi050 ceph-mon[92315]: pgmap v12278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:46 smithi172 ceph-mon[103696]: pgmap v12278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:47.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:47.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:48.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:48.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:48 smithi050 ceph-mon[92315]: pgmap v12279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:44:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:48 smithi172 ceph-mon[103696]: pgmap v12279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:44:49.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:49.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:50.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:50.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:44:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:50 smithi050 ceph-mon[92315]: pgmap v12280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:44:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:50 smithi172 ceph-mon[103696]: pgmap v12280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:51.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:51.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:52.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:52.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:53.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:52 smithi050 ceph-mon[92315]: pgmap v12281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:52 smithi172 ceph-mon[103696]: pgmap v12281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:53.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:53.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:54.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:54.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:55.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:54 smithi050 ceph-mon[92315]: pgmap v12282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:55.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:54 smithi172 ceph-mon[103696]: pgmap v12282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:55.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:55.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:44:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:44:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:44:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:44:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:44:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:44:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:44:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:44:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:44:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:44:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:44:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:44:56.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:56.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:56 smithi050 ceph-mon[92315]: pgmap v12283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:56 smithi172 ceph-mon[103696]: pgmap v12283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:44:57.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:57.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:58.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:58.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:44:59.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:44:58 smithi050 ceph-mon[92315]: pgmap v12284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:44:59.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:44:58 smithi172 ceph-mon[103696]: pgmap v12284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:44:59.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:44:59.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:00.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:00 smithi050 ceph-mon[92315]: pgmap v12285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:00.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:00.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:00 smithi172 ceph-mon[103696]: pgmap v12285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:01.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:01.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:02.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:02.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:03.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:02 smithi050 ceph-mon[92315]: pgmap v12286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:02 smithi172 ceph-mon[103696]: pgmap v12286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:03.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:03.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:04.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:04.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:05.007 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:04 smithi050 ceph-mon[92315]: pgmap v12287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:05.007 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:45:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:04 smithi172 ceph-mon[103696]: pgmap v12287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:45:05.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:05.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:06.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:06.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:07.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:06 smithi050 ceph-mon[92315]: pgmap v12288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:07.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:06 smithi172 ceph-mon[103696]: pgmap v12288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:07.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:07.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:08.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:08.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:09.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:08 smithi050 ceph-mon[92315]: pgmap v12289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:45:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:08 smithi172 ceph-mon[103696]: pgmap v12289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:45:09.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:09.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:10 smithi050 ceph-mon[92315]: pgmap v12290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:10.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:10.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:10 smithi172 ceph-mon[103696]: pgmap v12290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:11.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:11.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:12.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:12.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:12 smithi050 ceph-mon[92315]: pgmap v12291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:12 smithi172 ceph-mon[103696]: pgmap v12291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:13.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:13.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:14.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:14.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:14 smithi050 ceph-mon[92315]: pgmap v12292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:15.132 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:14 smithi172 ceph-mon[103696]: pgmap v12292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:15.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:15.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:16.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:16.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:16 smithi050 ceph-mon[92315]: pgmap v12293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:16 smithi172 ceph-mon[103696]: pgmap v12293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:17.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:17.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:18.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:18.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:18 smithi050 ceph-mon[92315]: pgmap v12294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:45:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:18 smithi172 ceph-mon[103696]: pgmap v12294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:45:19.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:19.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:20.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:20.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:45:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:20 smithi050 ceph-mon[92315]: pgmap v12295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:45:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:20 smithi172 ceph-mon[103696]: pgmap v12295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:21.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:21.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:22.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:22.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:23.064 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:22 smithi172 ceph-mon[103696]: pgmap v12296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:23.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:22 smithi050 ceph-mon[92315]: pgmap v12296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:23.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:23.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:24.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:24.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:24 smithi050 ceph-mon[92315]: pgmap v12297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:24 smithi172 ceph-mon[103696]: pgmap v12297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:25.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:25.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:26.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:26.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:27.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:26 smithi050 ceph-mon[92315]: pgmap v12298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:26 smithi172 ceph-mon[103696]: pgmap v12298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:27.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:27.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:28.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:28.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:28 smithi050 ceph-mon[92315]: pgmap v12299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:45:29.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:28 smithi172 ceph-mon[103696]: pgmap v12299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:45:29.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:29.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:30.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:30.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:30 smithi050 ceph-mon[92315]: pgmap v12300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:30 smithi172 ceph-mon[103696]: pgmap v12300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:31.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:31.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:32.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:32.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:33.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:32 smithi050 ceph-mon[92315]: pgmap v12301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:32 smithi172 ceph-mon[103696]: pgmap v12301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:33.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:33.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:34.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:34.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:34 smithi050 ceph-mon[92315]: pgmap v12302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:45:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:34 smithi172 ceph-mon[103696]: pgmap v12302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:45:35.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:35.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:36.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:36.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:36 smithi050 ceph-mon[92315]: pgmap v12303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:36 smithi172 ceph-mon[103696]: pgmap v12303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:37.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:37.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:38.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:38.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:38 smithi050 ceph-mon[92315]: pgmap v12304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:45:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:38 smithi172 ceph-mon[103696]: pgmap v12304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:45:39.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:39.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:40.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:40.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:40 smithi050 ceph-mon[92315]: pgmap v12305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:40 smithi172 ceph-mon[103696]: pgmap v12305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:41.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:41.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:42.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:42.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:43.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:42 smithi050 ceph-mon[92315]: pgmap v12306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:42 smithi172 ceph-mon[103696]: pgmap v12306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:43.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:43.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:44.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:44.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:45.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:44 smithi050 ceph-mon[92315]: pgmap v12307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:44 smithi172 ceph-mon[103696]: pgmap v12307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:45.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:45.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:46.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:46.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:46 smithi050 ceph-mon[92315]: pgmap v12308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:46 smithi172 ceph-mon[103696]: pgmap v12308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:47.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:47.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:48.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:48.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:49.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:48 smithi050 ceph-mon[92315]: pgmap v12309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:45:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:48 smithi172 ceph-mon[103696]: pgmap v12309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:45:49.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:49.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:50.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:50.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:50.520 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:45:50.520 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:50 smithi050 ceph-mon[92315]: pgmap v12310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:45:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:50 smithi172 ceph-mon[103696]: pgmap v12310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:51.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:51.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:52.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:52.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:52 smithi050 ceph-mon[92315]: pgmap v12311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:53.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:52 smithi172 ceph-mon[103696]: pgmap v12311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:53.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:53.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:54.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:54.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:55.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:54 smithi050 ceph-mon[92315]: pgmap v12312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:54 smithi172 ceph-mon[103696]: pgmap v12312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:55.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:55.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:55.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:45:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:45:56.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:56.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:56 smithi050 ceph-mon[92315]: pgmap v12313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:56 smithi172 ceph-mon[103696]: pgmap v12313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:45:57.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:57.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:58.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:58.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:45:59.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:45:58 smithi050 ceph-mon[92315]: pgmap v12314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:45:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:45:58 smithi172 ceph-mon[103696]: pgmap v12314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:45:59.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:45:59.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:00.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:00.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:00 smithi050 ceph-mon[92315]: pgmap v12315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:00 smithi172 ceph-mon[103696]: pgmap v12315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:01.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:01.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:46:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:46:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:46:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:46:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:46:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:46:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:46:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:46:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:46:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:46:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:46:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:46:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:46:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:46:02.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:02.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:02 smithi050 ceph-mon[92315]: pgmap v12316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:02 smithi172 ceph-mon[103696]: pgmap v12316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:03.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:03.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:04.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:04.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:04 smithi050 ceph-mon[92315]: pgmap v12317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:46:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:04 smithi172 ceph-mon[103696]: pgmap v12317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:46:05.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:05.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:06.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:06.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:07.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:06 smithi050 ceph-mon[92315]: pgmap v12318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:06 smithi172 ceph-mon[103696]: pgmap v12318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:07.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:07.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:08.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:08.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:08 smithi172 ceph-mon[103696]: pgmap v12319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:46:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:08 smithi050 ceph-mon[92315]: pgmap v12319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:46:09.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:09.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:10.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:10.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:10.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:10 smithi050 ceph-mon[92315]: pgmap v12320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:10.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:10 smithi172 ceph-mon[103696]: pgmap v12320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:11.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:11.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:12.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:12.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:12 smithi050 ceph-mon[92315]: pgmap v12321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:12 smithi172 ceph-mon[103696]: pgmap v12321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:13.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:13.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:14.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:14.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:14 smithi050 ceph-mon[92315]: pgmap v12322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:14 smithi172 ceph-mon[103696]: pgmap v12322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:15.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:15.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:16.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:16.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:17.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:16 smithi050 ceph-mon[92315]: pgmap v12323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:16 smithi172 ceph-mon[103696]: pgmap v12323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:17.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:17.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:18.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:18.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:19.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:18 smithi050 ceph-mon[92315]: pgmap v12324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:46:19.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:18 smithi172 ceph-mon[103696]: pgmap v12324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:46:19.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:19.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:20.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:20.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:46:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:20 smithi050 ceph-mon[92315]: pgmap v12325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:46:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:20 smithi172 ceph-mon[103696]: pgmap v12325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:21.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:21.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:22.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:22.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:23.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:22 smithi050 ceph-mon[92315]: pgmap v12326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:22 smithi172 ceph-mon[103696]: pgmap v12326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:23.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:23.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:24.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:24.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:24 smithi050 ceph-mon[92315]: pgmap v12327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:24 smithi172 ceph-mon[103696]: pgmap v12327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:25.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:25.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:26.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:26.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:27.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:26 smithi050 ceph-mon[92315]: pgmap v12328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:27.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:26 smithi172 ceph-mon[103696]: pgmap v12328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:27.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:27.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:28.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:28.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:29.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:28 smithi050 ceph-mon[92315]: pgmap v12329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:46:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:28 smithi172 ceph-mon[103696]: pgmap v12329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:46:29.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:29.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:30.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:30.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:30 smithi050 ceph-mon[92315]: pgmap v12330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:30 smithi172 ceph-mon[103696]: pgmap v12330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:31.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:31.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:32.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:32.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:32 smithi050 ceph-mon[92315]: pgmap v12331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:32 smithi172 ceph-mon[103696]: pgmap v12331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:33.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:33.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:34.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:34.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:35.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:34 smithi050 ceph-mon[92315]: pgmap v12332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:46:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:34 smithi172 ceph-mon[103696]: pgmap v12332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:46:35.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:35.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:36.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:36.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:37.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:36 smithi050 ceph-mon[92315]: pgmap v12333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:37.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:36 smithi172 ceph-mon[103696]: pgmap v12333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:37.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:37.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:38.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:38.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:39.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:38 smithi050 ceph-mon[92315]: pgmap v12334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:46:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:38 smithi172 ceph-mon[103696]: pgmap v12334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:46:39.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:39.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:40.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:40.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:40 smithi050 ceph-mon[92315]: pgmap v12335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:40 smithi172 ceph-mon[103696]: pgmap v12335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:41.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:41.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:42.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:42.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:42 smithi050 ceph-mon[92315]: pgmap v12336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:42 smithi172 ceph-mon[103696]: pgmap v12336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:43.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:43.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:44.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:44.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:45.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:44 smithi050 ceph-mon[92315]: pgmap v12337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:45.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:44 smithi172 ceph-mon[103696]: pgmap v12337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:45.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:45.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:46.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:46.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:47.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:46 smithi050 ceph-mon[92315]: pgmap v12338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:46 smithi172 ceph-mon[103696]: pgmap v12338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:47.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:47.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:48.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:48.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:48.956 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:48 smithi172 ceph-mon[103696]: pgmap v12339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:46:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:48 smithi050 ceph-mon[92315]: pgmap v12339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:46:49.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:49.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:50.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:50.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:46:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:50 smithi050 ceph-mon[92315]: pgmap v12340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:46:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:50 smithi172 ceph-mon[103696]: pgmap v12340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:51.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:51.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:52.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:52.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:53.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:52 smithi050 ceph-mon[92315]: pgmap v12341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:52 smithi172 ceph-mon[103696]: pgmap v12341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:53.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:53.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:54.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:54.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:55.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:54 smithi050 ceph-mon[92315]: pgmap v12342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:54 smithi172 ceph-mon[103696]: pgmap v12342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:55.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:55.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:56.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:56.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:56 smithi050 ceph-mon[92315]: pgmap v12343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:56 smithi172 ceph-mon[103696]: pgmap v12343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:46:57.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:57.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:58.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:58.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:46:59.062 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:46:58 smithi172 ceph-mon[103696]: pgmap v12344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:46:59.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:46:58 smithi050 ceph-mon[92315]: pgmap v12344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:46:59.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:46:59.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:00 smithi050 ceph-mon[92315]: pgmap v12345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:00.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:00.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:00 smithi172 ceph-mon[103696]: pgmap v12345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:01.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:47:01.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:01.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:47:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:47:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:47:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:47:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:47:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:47:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:02 smithi050 ceph-mon[92315]: pgmap v12346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:02.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:02.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:47:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:47:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:47:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:47:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:47:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:02 smithi172 ceph-mon[103696]: pgmap v12346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:03.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:03.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:04.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:04.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:05.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:04 smithi050 ceph-mon[92315]: pgmap v12347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:47:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:04 smithi172 ceph-mon[103696]: pgmap v12347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:47:05.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:05.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:06.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:06.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:06 smithi050 ceph-mon[92315]: pgmap v12348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:07.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:06 smithi172 ceph-mon[103696]: pgmap v12348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:07.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:07.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:08.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:08.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:09.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:08 smithi050 ceph-mon[92315]: pgmap v12349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:47:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:08 smithi172 ceph-mon[103696]: pgmap v12349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:47:09.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:09.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:10.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:10 smithi050 ceph-mon[92315]: pgmap v12350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:10.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:10.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:10.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:10 smithi172 ceph-mon[103696]: pgmap v12350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:11.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:11.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:12.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:12.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:13.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:12 smithi050 ceph-mon[92315]: pgmap v12351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:12 smithi172 ceph-mon[103696]: pgmap v12351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:13.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:13.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:14.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:14.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:15.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:14 smithi050 ceph-mon[92315]: pgmap v12352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:14 smithi172 ceph-mon[103696]: pgmap v12352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:15.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:15.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:16.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:16.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:16 smithi050 ceph-mon[92315]: pgmap v12353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:16 smithi172 ceph-mon[103696]: pgmap v12353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:17.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:17.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:18.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:18.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:19.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:18 smithi050 ceph-mon[92315]: pgmap v12354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:47:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:18 smithi172 ceph-mon[103696]: pgmap v12354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:47:19.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:19.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:47:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:20 smithi050 ceph-mon[92315]: pgmap v12355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:47:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:20 smithi172 ceph-mon[103696]: pgmap v12355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:20.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:20.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:21.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:21.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:22.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:22.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:23.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:22 smithi050 ceph-mon[92315]: pgmap v12356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:23.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:22 smithi172 ceph-mon[103696]: pgmap v12356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:23.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:23.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:24.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:24.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:25.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:24 smithi050 ceph-mon[92315]: pgmap v12357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:24 smithi172 ceph-mon[103696]: pgmap v12357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:25.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:25.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:26.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:26.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:26 smithi050 ceph-mon[92315]: pgmap v12358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:26 smithi172 ceph-mon[103696]: pgmap v12358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:27.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:27.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:28.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:28.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:29.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:28 smithi050 ceph-mon[92315]: pgmap v12359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:47:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:28 smithi172 ceph-mon[103696]: pgmap v12359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:47:29.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:29.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:30 smithi050 ceph-mon[92315]: pgmap v12360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:30.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:30 smithi172 ceph-mon[103696]: pgmap v12360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:30.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:30.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:31.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:31.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:32.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:32.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:33.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:32 smithi050 ceph-mon[92315]: pgmap v12361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:32 smithi172 ceph-mon[103696]: pgmap v12361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:33.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:33.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:34.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:34.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:35.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:34 smithi050 ceph-mon[92315]: pgmap v12362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:47:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:34 smithi172 ceph-mon[103696]: pgmap v12362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:47:35.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:35.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:36.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:36.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:37.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:36 smithi050 ceph-mon[92315]: pgmap v12363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:37.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:36 smithi172 ceph-mon[103696]: pgmap v12363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:37.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:37.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:38.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:38.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:39.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:38 smithi050 ceph-mon[92315]: pgmap v12364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:47:39.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:38 smithi172 ceph-mon[103696]: pgmap v12364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:47:39.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:39.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:40 smithi050 ceph-mon[92315]: pgmap v12365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:40 smithi172 ceph-mon[103696]: pgmap v12365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:40.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:40.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:41.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:41.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:42.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:42.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:43.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:42 smithi050 ceph-mon[92315]: pgmap v12366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:42 smithi172 ceph-mon[103696]: pgmap v12366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:43.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:43.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:44.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:44.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:45.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:44 smithi050 ceph-mon[92315]: pgmap v12367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:44 smithi172 ceph-mon[103696]: pgmap v12367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:45.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:45.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:46.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:46.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:46 smithi050 ceph-mon[92315]: pgmap v12368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:46 smithi172 ceph-mon[103696]: pgmap v12368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:47.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:47.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:48.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:48.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:49.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:48 smithi050 ceph-mon[92315]: pgmap v12369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:47:49.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:48 smithi172 ceph-mon[103696]: pgmap v12369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:47:49.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:49.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:47:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:50 smithi050 ceph-mon[92315]: pgmap v12370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:47:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:50 smithi172 ceph-mon[103696]: pgmap v12370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:50.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:50.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:51.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:51.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:52.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:52.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:53.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:52 smithi050 ceph-mon[92315]: pgmap v12371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:52 smithi172 ceph-mon[103696]: pgmap v12371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:53.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:53.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:54.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:54.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:55.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:54 smithi050 ceph-mon[92315]: pgmap v12372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:54 smithi172 ceph-mon[103696]: pgmap v12372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:55.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:55.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:56.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:56.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:57.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:56 smithi050 ceph-mon[92315]: pgmap v12373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:56 smithi172 ceph-mon[103696]: pgmap v12373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:47:57.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:57.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:58.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:58.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:47:59.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:47:58 smithi050 ceph-mon[92315]: pgmap v12374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:47:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:47:58 smithi172 ceph-mon[103696]: pgmap v12374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:47:59.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:47:59.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:00 smithi050 ceph-mon[92315]: pgmap v12375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:00 smithi172 ceph-mon[103696]: pgmap v12375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:00.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:00.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:01.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:01.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:02.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:48:02.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:48:02.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:02.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:02 smithi050 ceph-mon[92315]: pgmap v12376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:02 smithi172 ceph-mon[103696]: pgmap v12376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:03.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:03.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:04.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:04.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:05.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:04 smithi050 ceph-mon[92315]: pgmap v12377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:48:05.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:04 smithi172 ceph-mon[103696]: pgmap v12377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:05.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:48:05.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:05.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:06.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:06.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:07.063 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:06 smithi050 ceph-mon[92315]: pgmap v12378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:06 smithi172 ceph-mon[103696]: pgmap v12378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:07.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:07.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:08.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:08.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:09.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:08 smithi050 ceph-mon[92315]: pgmap v12379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:48:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:08 smithi172 ceph-mon[103696]: pgmap v12379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:48:09.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:09.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:48:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:48:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:48:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:48:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:48:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:48:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:48:10.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:48:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:48:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:48:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:48:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:48:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:48:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:48:10.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:10.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:11.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:10 smithi050 ceph-mon[92315]: pgmap v12380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:10 smithi172 ceph-mon[103696]: pgmap v12380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:11.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:11.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:12.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:12.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:13.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:12 smithi050 ceph-mon[92315]: pgmap v12381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:12 smithi172 ceph-mon[103696]: pgmap v12381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:13.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:13.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:14.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:14.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:14 smithi172 ceph-mon[103696]: pgmap v12382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:15.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:14 smithi050 ceph-mon[92315]: pgmap v12382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:15.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:15.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:16.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:16.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:17.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:16 smithi050 ceph-mon[92315]: pgmap v12383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:16 smithi172 ceph-mon[103696]: pgmap v12383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:17.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:17.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:18.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:18.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:19.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:18 smithi050 ceph-mon[92315]: pgmap v12384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:48:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:18 smithi172 ceph-mon[103696]: pgmap v12384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:48:19.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:19.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:48:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:20 smithi050 ceph-mon[92315]: pgmap v12385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:48:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:20 smithi172 ceph-mon[103696]: pgmap v12385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:20.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:20.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:21.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:21.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:22.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:22.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:23.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:22 smithi050 ceph-mon[92315]: pgmap v12386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:22 smithi172 ceph-mon[103696]: pgmap v12386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:23.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:23.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:24.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:24.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:25.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:24 smithi050 ceph-mon[92315]: pgmap v12387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:25.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:24 smithi172 ceph-mon[103696]: pgmap v12387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:25.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:25.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:26.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:26.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:26 smithi050 ceph-mon[92315]: pgmap v12388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:26 smithi172 ceph-mon[103696]: pgmap v12388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:27.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:27.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:28.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:28.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:29.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:28 smithi050 ceph-mon[92315]: pgmap v12389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:48:29.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:28 smithi172 ceph-mon[103696]: pgmap v12389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:48:29.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:29.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:30.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:30 smithi172 ceph-mon[103696]: pgmap v12390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:30 smithi050 ceph-mon[92315]: pgmap v12390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:30.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:30.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:31.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:31.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:32.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:32.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:33.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:32 smithi050 ceph-mon[92315]: pgmap v12391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:32 smithi172 ceph-mon[103696]: pgmap v12391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:33.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:33.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:34.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:34.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:35.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:34 smithi050 ceph-mon[92315]: pgmap v12392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:48:35.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:34 smithi172 ceph-mon[103696]: pgmap v12392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:48:35.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:35.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:36.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:36.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:37.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:36 smithi050 ceph-mon[92315]: pgmap v12393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:36 smithi172 ceph-mon[103696]: pgmap v12393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:37.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:37.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:38.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:38.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:39.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:38 smithi050 ceph-mon[92315]: pgmap v12394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:48:39.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:38 smithi172 ceph-mon[103696]: pgmap v12394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:48:39.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:39.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:40 smithi172 ceph-mon[103696]: pgmap v12395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:40 smithi050 ceph-mon[92315]: pgmap v12395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:40.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:40.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:41.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:41.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:42.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:42.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:43.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:42 smithi050 ceph-mon[92315]: pgmap v12396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:42 smithi172 ceph-mon[103696]: pgmap v12396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:43.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:43.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:44.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:44.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:45.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:44 smithi050 ceph-mon[92315]: pgmap v12397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:44 smithi172 ceph-mon[103696]: pgmap v12397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:45.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:45.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:46.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:47.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:47.233 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:46 smithi172 ceph-mon[103696]: pgmap v12398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:47.233 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:46 smithi050 ceph-mon[92315]: pgmap v12398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:47.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:47.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:48.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:48.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:49.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:48 smithi050 ceph-mon[92315]: pgmap v12399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:48:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:48 smithi172 ceph-mon[103696]: pgmap v12399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:48:49.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:49.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:48:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:50 smithi050 ceph-mon[92315]: pgmap v12400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:48:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:50 smithi172 ceph-mon[103696]: pgmap v12400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:50.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:50.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:51.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:51.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:52.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:52.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:52.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:52 smithi050 ceph-mon[92315]: pgmap v12401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:52 smithi172 ceph-mon[103696]: pgmap v12401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:53.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:53.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:54.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:54.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:55.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:54 smithi050 ceph-mon[92315]: pgmap v12402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:54 smithi172 ceph-mon[103696]: pgmap v12402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:55.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:55.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:56.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:56.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:57.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:56 smithi050 ceph-mon[92315]: pgmap v12403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:57.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:56 smithi172 ceph-mon[103696]: pgmap v12403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:48:57.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:57.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:58.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:58.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:48:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:48:58 smithi050 ceph-mon[92315]: pgmap v12404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:48:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:48:58 smithi172 ceph-mon[103696]: pgmap v12404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:48:59.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:48:59.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:00 smithi050 ceph-mon[92315]: pgmap v12405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:00 smithi172 ceph-mon[103696]: pgmap v12405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:00.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:00.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:01.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:01.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:02.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:02.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:03.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:02 smithi050 ceph-mon[92315]: pgmap v12406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:02 smithi172 ceph-mon[103696]: pgmap v12406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:03.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:03.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:04.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:04.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:05.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:04 smithi050 ceph-mon[92315]: pgmap v12407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:49:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:04 smithi172 ceph-mon[103696]: pgmap v12407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:05.128 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:49:05.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:05.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:06.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:06.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:06 smithi050 ceph-mon[92315]: pgmap v12408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:06 smithi172 ceph-mon[103696]: pgmap v12408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:07.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:07.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:08.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:08.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:09.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:08 smithi050 ceph-mon[92315]: pgmap v12409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:49:09.462 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:08 smithi172 ceph-mon[103696]: pgmap v12409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:49:09.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:09.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:10.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:49:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:10 smithi050 ceph-mon[92315]: pgmap v12410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:49:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:49:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:49:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:10 smithi172 ceph-mon[103696]: pgmap v12410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:49:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:49:10.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:10.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:49:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:49:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:49:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:49:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:49:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:49:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:49:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:49:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:49:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:49:11.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:11.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:12 smithi050 ceph-mon[92315]: pgmap v12411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:12 smithi172 ceph-mon[103696]: pgmap v12411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:12.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:12.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:13.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:13.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:14.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:14.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:14 smithi050 ceph-mon[92315]: pgmap v12412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:14 smithi172 ceph-mon[103696]: pgmap v12412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:15.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:15.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:16.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:16.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:17.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:16 smithi050 ceph-mon[92315]: pgmap v12413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:16 smithi172 ceph-mon[103696]: pgmap v12413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:17.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:17.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:18.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:18.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:19.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:18 smithi050 ceph-mon[92315]: pgmap v12414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:49:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:18 smithi172 ceph-mon[103696]: pgmap v12414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:49:19.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:19.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:20.526 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:49:20.527 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:20 smithi172 ceph-mon[103696]: pgmap v12415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:49:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:20 smithi050 ceph-mon[92315]: pgmap v12415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:20.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:20.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:21.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:21.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:22.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:22.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:22 smithi050 ceph-mon[92315]: pgmap v12416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:22 smithi172 ceph-mon[103696]: pgmap v12416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:23.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:23.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:24.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:24.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:25.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:24 smithi050 ceph-mon[92315]: pgmap v12417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:24 smithi172 ceph-mon[103696]: pgmap v12417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:25.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:25.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:26.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:26.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:27.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:26 smithi050 ceph-mon[92315]: pgmap v12418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:26 smithi172 ceph-mon[103696]: pgmap v12418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:27.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:27.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:28.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:28.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:28 smithi050 ceph-mon[92315]: pgmap v12419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:49:29.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:28 smithi172 ceph-mon[103696]: pgmap v12419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:49:29.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:29.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:30 smithi050 ceph-mon[92315]: pgmap v12420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:30.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:30 smithi172 ceph-mon[103696]: pgmap v12420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:30.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:30.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:31.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:31.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:32.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:32.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:33.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:32 smithi050 ceph-mon[92315]: pgmap v12421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:32 smithi172 ceph-mon[103696]: pgmap v12421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:33.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:33.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:34.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:34.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:34 smithi050 ceph-mon[92315]: pgmap v12422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:49:35.129 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:34 smithi172 ceph-mon[103696]: pgmap v12422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:35.129 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:49:35.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:35.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:36.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:36.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:37.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:36 smithi050 ceph-mon[92315]: pgmap v12423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:36 smithi172 ceph-mon[103696]: pgmap v12423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:37.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:37.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:38.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:38.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:39.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:38 smithi050 ceph-mon[92315]: pgmap v12424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:49:39.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:38 smithi172 ceph-mon[103696]: pgmap v12424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:49:39.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:39.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:40 smithi050 ceph-mon[92315]: pgmap v12425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:40 smithi172 ceph-mon[103696]: pgmap v12425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:40.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:40.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:41.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:41.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:42.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:42.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:42 smithi050 ceph-mon[92315]: pgmap v12426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:42 smithi172 ceph-mon[103696]: pgmap v12426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:43.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:43.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:44.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:44.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:45.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:44 smithi050 ceph-mon[92315]: pgmap v12427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:44 smithi172 ceph-mon[103696]: pgmap v12427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:45.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:45.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:46.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:46.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:47.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:46 smithi050 ceph-mon[92315]: pgmap v12428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:47.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:46 smithi172 ceph-mon[103696]: pgmap v12428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:47.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:47.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:48.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:48.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:49.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:48 smithi050 ceph-mon[92315]: pgmap v12429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:49:49.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:48 smithi172 ceph-mon[103696]: pgmap v12429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:49:49.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:49.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:49:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:50 smithi050 ceph-mon[92315]: pgmap v12430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:49:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:50 smithi172 ceph-mon[103696]: pgmap v12430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:50.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:50.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:51.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:51.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:52.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:52.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:53.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:52 smithi050 ceph-mon[92315]: pgmap v12431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:53.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:52 smithi172 ceph-mon[103696]: pgmap v12431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:53.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:53.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:54.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:54.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:55.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:54 smithi050 ceph-mon[92315]: pgmap v12432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:54 smithi172 ceph-mon[103696]: pgmap v12432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:55.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:55.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:56.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:56.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:57.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:56 smithi050 ceph-mon[92315]: pgmap v12433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:57.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:56 smithi172 ceph-mon[103696]: pgmap v12433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:49:57.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:57.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:58.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:58.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:49:59.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:49:58 smithi050 ceph-mon[92315]: pgmap v12434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:49:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:49:58 smithi172 ceph-mon[103696]: pgmap v12434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:49:59.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:49:59.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:00.557 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:00 smithi050 ceph-mon[92315]: pgmap v12435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:00.558 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T20:50:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:00 smithi172 ceph-mon[103696]: pgmap v12435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T20:50:00.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:00.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:01.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:01.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:02.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:02.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:03.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:02 smithi050 ceph-mon[92315]: pgmap v12436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:03.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:02 smithi172 ceph-mon[103696]: pgmap v12436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:03.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:03.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:04.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:04.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:05.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:04 smithi050 ceph-mon[92315]: pgmap v12437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:50:05.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:04 smithi172 ceph-mon[103696]: pgmap v12437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:50:05.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:05.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:06.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:06.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:07.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:06 smithi050 ceph-mon[92315]: pgmap v12438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:07.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:06 smithi172 ceph-mon[103696]: pgmap v12438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:07.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:07.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:08.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:08.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:09.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:08 smithi172 ceph-mon[103696]: pgmap v12439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:50:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:08 smithi050 ceph-mon[92315]: pgmap v12439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:50:09.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:09.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:10.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:10 smithi050 ceph-mon[92315]: pgmap v12440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:10.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:10 smithi172 ceph-mon[103696]: pgmap v12440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:10.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:10.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:11.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:50:11.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:50:11.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:11.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:12.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:50:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:50:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:50:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:50:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:50:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:12 smithi050 ceph-mon[92315]: pgmap v12441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:50:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:50:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:50:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:50:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:50:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:12 smithi172 ceph-mon[103696]: pgmap v12441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:12.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:12.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:13.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:13.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:14.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:14.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:15.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:14 smithi050 ceph-mon[92315]: pgmap v12442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:14 smithi172 ceph-mon[103696]: pgmap v12442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:15.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:15.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:16.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:16.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:17.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:16 smithi050 ceph-mon[92315]: pgmap v12443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:16 smithi172 ceph-mon[103696]: pgmap v12443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:17.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:17.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:18.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:18.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:19.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:18 smithi172 ceph-mon[103696]: pgmap v12444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:50:19.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:18 smithi050 ceph-mon[92315]: pgmap v12444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:50:19.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:19.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:50:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:20 smithi050 ceph-mon[92315]: pgmap v12445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:50:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:20 smithi172 ceph-mon[103696]: pgmap v12445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:20.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:20.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:21.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:21.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:22.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:22.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:23.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:22 smithi050 ceph-mon[92315]: pgmap v12446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:22 smithi172 ceph-mon[103696]: pgmap v12446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:23.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:23.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:24.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:24.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:25.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:24 smithi050 ceph-mon[92315]: pgmap v12447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:24 smithi172 ceph-mon[103696]: pgmap v12447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:25.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:25.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:26.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:26.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:26 smithi172 ceph-mon[103696]: pgmap v12448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:26 smithi050 ceph-mon[92315]: pgmap v12448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:27.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:27.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:28.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:28.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:29.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:28 smithi050 ceph-mon[92315]: pgmap v12449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:50:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:28 smithi172 ceph-mon[103696]: pgmap v12449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:50:29.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:29.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:30 smithi050 ceph-mon[92315]: pgmap v12450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:30.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:30 smithi172 ceph-mon[103696]: pgmap v12450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:30.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:30.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:31.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:31.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:32.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:32.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:32 smithi172 ceph-mon[103696]: pgmap v12451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:33.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:32 smithi050 ceph-mon[92315]: pgmap v12451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:33.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:33.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:34.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:34.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:34 smithi172 ceph-mon[103696]: pgmap v12452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:50:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:34 smithi050 ceph-mon[92315]: pgmap v12452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:50:35.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:35.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:36.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:36.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:37.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:36 smithi172 ceph-mon[103696]: pgmap v12453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:36 smithi050 ceph-mon[92315]: pgmap v12453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:37.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:37.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:38.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:38.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:38 smithi050 ceph-mon[92315]: pgmap v12454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:50:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:38 smithi172 ceph-mon[103696]: pgmap v12454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:50:39.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:39.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:40 smithi050 ceph-mon[92315]: pgmap v12455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:40.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:40 smithi172 ceph-mon[103696]: pgmap v12455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:40.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:40.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:41.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:41.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:42.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:42.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:42 smithi172 ceph-mon[103696]: pgmap v12456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:42 smithi050 ceph-mon[92315]: pgmap v12456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:43.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:43.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:44.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:44.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:44 smithi172 ceph-mon[103696]: pgmap v12457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:45.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:44 smithi050 ceph-mon[92315]: pgmap v12457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:45.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:45.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:46.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:46.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:46 smithi172 ceph-mon[103696]: pgmap v12458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:47.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:46 smithi050 ceph-mon[92315]: pgmap v12458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:47.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:47.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:48.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:48.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:48 smithi172 ceph-mon[103696]: pgmap v12459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:50:49.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:48 smithi050 ceph-mon[92315]: pgmap v12459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:50:49.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:49.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:50:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:50 smithi050 ceph-mon[92315]: pgmap v12460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:50:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:50 smithi172 ceph-mon[103696]: pgmap v12460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:50.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:50.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:51.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:51.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:52.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:52.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:52 smithi172 ceph-mon[103696]: pgmap v12461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:53.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:52 smithi050 ceph-mon[92315]: pgmap v12461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:53.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:53.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:54.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:54.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:54 smithi172 ceph-mon[103696]: pgmap v12462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:55.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:54 smithi050 ceph-mon[92315]: pgmap v12462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:55.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:55.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:57.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:57.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:56 smithi172 ceph-mon[103696]: pgmap v12463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:57.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:56 smithi050 ceph-mon[92315]: pgmap v12463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:50:58.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:58.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:59.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:50:59.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:50:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:50:58 smithi172 ceph-mon[103696]: pgmap v12464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:50:59.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:50:58 smithi050 ceph-mon[92315]: pgmap v12464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:51:00.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:00.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:00 smithi050 ceph-mon[92315]: pgmap v12465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:00 smithi172 ceph-mon[103696]: pgmap v12465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:01.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:01.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:02.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:02.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:03.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:03.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:03.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:02 smithi172 ceph-mon[103696]: pgmap v12466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:03.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:02 smithi050 ceph-mon[92315]: pgmap v12466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:04.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:04.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:05.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:05.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:05.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:04 smithi172 ceph-mon[103696]: pgmap v12467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:51:05.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:04 smithi050 ceph-mon[92315]: pgmap v12467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:05.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:51:06.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:06.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:07.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:07.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:06 smithi172 ceph-mon[103696]: pgmap v12468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:07.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:06 smithi050 ceph-mon[92315]: pgmap v12468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:08.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:08.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:09.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:09.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:09.121 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:08 smithi050 ceph-mon[92315]: pgmap v12469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:51:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:08 smithi172 ceph-mon[103696]: pgmap v12469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:51:10.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:10.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:10.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:10 smithi050 ceph-mon[92315]: pgmap v12470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:10 smithi172 ceph-mon[103696]: pgmap v12470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:11.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:11.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:51:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:51:12.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:12.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:13.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:13.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:12 smithi050 ceph-mon[92315]: pgmap v12471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:51:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:51:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:51:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:51:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:51:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:51:13.350 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:51:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:12 smithi172 ceph-mon[103696]: pgmap v12471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:51:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:51:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:51:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:51:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:51:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:51:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:51:14.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:14.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:15.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:15.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:15.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:14 smithi050 ceph-mon[92315]: pgmap v12472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:14 smithi172 ceph-mon[103696]: pgmap v12472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:16.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:16.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:17.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:17.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:16 smithi172 ceph-mon[103696]: pgmap v12473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:17.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:16 smithi050 ceph-mon[92315]: pgmap v12473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:18.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:18.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:19.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:19.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:19.237 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:18 smithi050 ceph-mon[92315]: pgmap v12474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:51:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:18 smithi172 ceph-mon[103696]: pgmap v12474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:51:20.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:20.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:51:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:20 smithi050 ceph-mon[92315]: pgmap v12475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:51:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:20 smithi172 ceph-mon[103696]: pgmap v12475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:21.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:21.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:22.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:22.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:23.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:23.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:23.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:22 smithi172 ceph-mon[103696]: pgmap v12476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:23.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:22 smithi050 ceph-mon[92315]: pgmap v12476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:24.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:24.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:25.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:25.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:24 smithi172 ceph-mon[103696]: pgmap v12477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:24 smithi050 ceph-mon[92315]: pgmap v12477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:26.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:26.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:27.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:27.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:27.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:26 smithi172 ceph-mon[103696]: pgmap v12478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:27.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:26 smithi050 ceph-mon[92315]: pgmap v12478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:28.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:28.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:29.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:29.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:29.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:28 smithi172 ceph-mon[103696]: pgmap v12479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:51:29.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:28 smithi050 ceph-mon[92315]: pgmap v12479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:51:30.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:30.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:30 smithi050 ceph-mon[92315]: pgmap v12480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:30 smithi172 ceph-mon[103696]: pgmap v12480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:31.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:31.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:32.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:32.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:33.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:33.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:32 smithi172 ceph-mon[103696]: pgmap v12481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:33.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:32 smithi050 ceph-mon[92315]: pgmap v12481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:34.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:34.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:35.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:35.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:35.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:34 smithi172 ceph-mon[103696]: pgmap v12482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:51:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:34 smithi050 ceph-mon[92315]: pgmap v12482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:51:36.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:36.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:37.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:37.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:37.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:36 smithi172 ceph-mon[103696]: pgmap v12483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:37.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:36 smithi050 ceph-mon[92315]: pgmap v12483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:38.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:38.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:39.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:39.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:39.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:38 smithi050 ceph-mon[92315]: pgmap v12484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:51:39.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:38 smithi172 ceph-mon[103696]: pgmap v12484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:51:40.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:40.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:40 smithi050 ceph-mon[92315]: pgmap v12485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:40.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:40 smithi172 ceph-mon[103696]: pgmap v12485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:41.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:41.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:42.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:42.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:43.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:43.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:43.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:42 smithi172 ceph-mon[103696]: pgmap v12486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:43.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:42 smithi050 ceph-mon[92315]: pgmap v12486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:44.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:44.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:45.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:45.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:45.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:44 smithi172 ceph-mon[103696]: pgmap v12487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:45.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:44 smithi050 ceph-mon[92315]: pgmap v12487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:46.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:46.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:47.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:47.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:46 smithi172 ceph-mon[103696]: pgmap v12488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:47.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:46 smithi050 ceph-mon[92315]: pgmap v12488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:48.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:48.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:49.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:49.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:49.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:48 smithi050 ceph-mon[92315]: pgmap v12489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:51:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:48 smithi172 ceph-mon[103696]: pgmap v12489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:51:50.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:50.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:51:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:50 smithi050 ceph-mon[92315]: pgmap v12490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:51:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:50 smithi172 ceph-mon[103696]: pgmap v12490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:51.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:51.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:52.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:52.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:53.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:53.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:52 smithi172 ceph-mon[103696]: pgmap v12491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:53.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:52 smithi050 ceph-mon[92315]: pgmap v12491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:54.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:54.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:55.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:54 smithi050 ceph-mon[92315]: pgmap v12492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:55.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:55.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:54 smithi172 ceph-mon[103696]: pgmap v12492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:56.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:56.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:57.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:57.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:57.170 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:56 smithi172 ceph-mon[103696]: pgmap v12493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:57.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:56 smithi050 ceph-mon[92315]: pgmap v12493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:51:58.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:58.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:59.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:51:59.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:51:59.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:51:58 smithi050 ceph-mon[92315]: pgmap v12494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:51:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:51:58 smithi172 ceph-mon[103696]: pgmap v12494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:52:00.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:00.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:00 smithi050 ceph-mon[92315]: pgmap v12495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:00 smithi172 ceph-mon[103696]: pgmap v12495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:01.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:01.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:02.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:02.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:03.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:03.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:03.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:02 smithi050 ceph-mon[92315]: pgmap v12496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:02 smithi172 ceph-mon[103696]: pgmap v12496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:04.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:04.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:05.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:04 smithi050 ceph-mon[92315]: pgmap v12497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:52:05.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:05.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:04 smithi172 ceph-mon[103696]: pgmap v12497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:52:06.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:06.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:07.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:07.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:07.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:06 smithi172 ceph-mon[103696]: pgmap v12498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:07.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:06 smithi050 ceph-mon[92315]: pgmap v12498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:08.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:08.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:09.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:09.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:09.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:08 smithi050 ceph-mon[92315]: pgmap v12499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:52:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:08 smithi172 ceph-mon[103696]: pgmap v12499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:52:10.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:10.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:10.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:10 smithi050 ceph-mon[92315]: pgmap v12500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:10.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:10 smithi172 ceph-mon[103696]: pgmap v12500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:11.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:11.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:12.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:12.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:13.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:13.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:13.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:12 smithi050 ceph-mon[92315]: pgmap v12501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:13.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:52:13.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:12 smithi172 ceph-mon[103696]: pgmap v12501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:52:14.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:14.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:14.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:52:14.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:52:14.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:52:14.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:52:14.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:52:14.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:52:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:52:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:52:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:52:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:52:15.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:15.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:15.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:14 smithi050 ceph-mon[92315]: pgmap v12502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:15.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:14 smithi172 ceph-mon[103696]: pgmap v12502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:16.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:16.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:17.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:17.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:17.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:16 smithi050 ceph-mon[92315]: pgmap v12503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:16 smithi172 ceph-mon[103696]: pgmap v12503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:18.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:18.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:19.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:19.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:18 smithi050 ceph-mon[92315]: pgmap v12504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:52:19.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:18 smithi172 ceph-mon[103696]: pgmap v12504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:52:20.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:20.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:52:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:20 smithi050 ceph-mon[92315]: pgmap v12505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:52:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:20 smithi172 ceph-mon[103696]: pgmap v12505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:21.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:21.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:22.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:22.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:23.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:23.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:23.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:22 smithi050 ceph-mon[92315]: pgmap v12506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:23.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:22 smithi172 ceph-mon[103696]: pgmap v12506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:24.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:24.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:25.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:25.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:25.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:24 smithi050 ceph-mon[92315]: pgmap v12507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:25.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:24 smithi172 ceph-mon[103696]: pgmap v12507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:26.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:26.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:27.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:27.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:27.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:26 smithi050 ceph-mon[92315]: pgmap v12508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:26 smithi172 ceph-mon[103696]: pgmap v12508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:28.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:28.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:29.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:29.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:29.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:28 smithi050 ceph-mon[92315]: pgmap v12509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:52:29.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:28 smithi172 ceph-mon[103696]: pgmap v12509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:52:30.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:30.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:30 smithi050 ceph-mon[92315]: pgmap v12510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:30 smithi172 ceph-mon[103696]: pgmap v12510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:31.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:31.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:32.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:32.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:33.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:33.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:33.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:32 smithi050 ceph-mon[92315]: pgmap v12511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:32 smithi172 ceph-mon[103696]: pgmap v12511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:34.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:34.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:35.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:35.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:34 smithi050 ceph-mon[92315]: pgmap v12512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:52:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:34 smithi172 ceph-mon[103696]: pgmap v12512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:52:36.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:36.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:37.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:37.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:37.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:36 smithi050 ceph-mon[92315]: pgmap v12513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:36 smithi172 ceph-mon[103696]: pgmap v12513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:38.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:38.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:39.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:39.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:39.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:38 smithi050 ceph-mon[92315]: pgmap v12514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:52:39.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:38 smithi172 ceph-mon[103696]: pgmap v12514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:52:40.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:40.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:40 smithi050 ceph-mon[92315]: pgmap v12515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:40.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:40 smithi172 ceph-mon[103696]: pgmap v12515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:41.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:41.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:42.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:42.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:42 smithi172 ceph-mon[103696]: pgmap v12516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:43.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:43.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:43.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:42 smithi050 ceph-mon[92315]: pgmap v12516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:44.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:44.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:45.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:45.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:45.210 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:44 smithi050 ceph-mon[92315]: pgmap v12517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:44 smithi172 ceph-mon[103696]: pgmap v12517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:46.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:46.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:47.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:47.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:47.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:46 smithi050 ceph-mon[92315]: pgmap v12518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:47.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:46 smithi172 ceph-mon[103696]: pgmap v12518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:48.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:48.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:49.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:49.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:49.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:48 smithi050 ceph-mon[92315]: pgmap v12519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:52:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:48 smithi172 ceph-mon[103696]: pgmap v12519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:52:50.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:50.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:52:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:50 smithi050 ceph-mon[92315]: pgmap v12520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:50.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:52:50.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:50 smithi172 ceph-mon[103696]: pgmap v12520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:51.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:51.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:52.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:52.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:52 smithi172 ceph-mon[103696]: pgmap v12521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:53.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:53.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:53.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:52 smithi050 ceph-mon[92315]: pgmap v12521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:54.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:54.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:55.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:55.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:55.324 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:54 smithi050 ceph-mon[92315]: pgmap v12522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:55.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:54 smithi172 ceph-mon[103696]: pgmap v12522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:56.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:56.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:57.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:57.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:57.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:56 smithi050 ceph-mon[92315]: pgmap v12523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:57.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:56 smithi172 ceph-mon[103696]: pgmap v12523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:52:58.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:58.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:59.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:52:59.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:52:59.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:52:58 smithi050 ceph-mon[92315]: pgmap v12524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:52:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:52:58 smithi172 ceph-mon[103696]: pgmap v12524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:53:00.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:00.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:00 smithi050 ceph-mon[92315]: pgmap v12525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:00 smithi172 ceph-mon[103696]: pgmap v12525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:01.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:01.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:02.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:02.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:02 smithi172 ceph-mon[103696]: pgmap v12526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:03.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:03.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:03.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:02 smithi050 ceph-mon[92315]: pgmap v12526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:04.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:04.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:05.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:05.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:05.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:04 smithi050 ceph-mon[92315]: pgmap v12527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:53:05.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:04 smithi172 ceph-mon[103696]: pgmap v12527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:53:06.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:06.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:07.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:07.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:07.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:06 smithi050 ceph-mon[92315]: pgmap v12528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:07.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:06 smithi172 ceph-mon[103696]: pgmap v12528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:08.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:08.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:09.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:09.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:09.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:08 smithi050 ceph-mon[92315]: pgmap v12529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:53:09.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:08 smithi172 ceph-mon[103696]: pgmap v12529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:53:10.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:10.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:10.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:10 smithi050 ceph-mon[92315]: pgmap v12530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:10.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:10 smithi172 ceph-mon[103696]: pgmap v12530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:11.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:11.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:12.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:12.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:13.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:13.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:13.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:12 smithi050 ceph-mon[92315]: pgmap v12531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:13.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:12 smithi172 ceph-mon[103696]: pgmap v12531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:14.170 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:53:14.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:14.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:14.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:53:15.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:15.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:15.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:14 smithi050 ceph-mon[92315]: pgmap v12532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:53:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:53:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:53:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:53:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:14 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1552M 2023-09-30T20:53:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:53:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:53:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:53:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:53:15.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:53:15.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:53:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:14 smithi172 ceph-mon[103696]: pgmap v12532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:53:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:53:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:53:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T20:53:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:14 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1552M 2023-09-30T20:53:15.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:53:15.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:53:15.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:53:15.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:53:15.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:53:15.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:53:16.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:16.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:17.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:17.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:17.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:16 smithi050 ceph-mon[92315]: pgmap v12533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:16 smithi172 ceph-mon[103696]: pgmap v12533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:18.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:18.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:19.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:19.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:19.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:18 smithi050 ceph-mon[92315]: pgmap v12534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:53:19.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:18 smithi172 ceph-mon[103696]: pgmap v12534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:53:20.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:20.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:53:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:20 smithi050 ceph-mon[92315]: pgmap v12535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:53:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:20 smithi172 ceph-mon[103696]: pgmap v12535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:21.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:21.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:22.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:22.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:23.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:23.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:23.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:22 smithi050 ceph-mon[92315]: pgmap v12536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:23.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:22 smithi172 ceph-mon[103696]: pgmap v12536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:24.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:24.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:25.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:25.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:25.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:24 smithi050 ceph-mon[92315]: pgmap v12537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:25.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:24 smithi172 ceph-mon[103696]: pgmap v12537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:26.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:26.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:27.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:27.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:27.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:26 smithi050 ceph-mon[92315]: pgmap v12538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:27.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:26 smithi172 ceph-mon[103696]: pgmap v12538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:28.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:28.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:29.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:29.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:29.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:28 smithi050 ceph-mon[92315]: pgmap v12539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:53:29.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:28 smithi172 ceph-mon[103696]: pgmap v12539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:53:30.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:30.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:30 smithi050 ceph-mon[92315]: pgmap v12540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:30 smithi172 ceph-mon[103696]: pgmap v12540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:31.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:31.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:32.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:32.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:33.172 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:32 smithi172 ceph-mon[103696]: pgmap v12541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:33.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:33.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:33.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:32 smithi050 ceph-mon[92315]: pgmap v12541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:34.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:34.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:35.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:35.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:34 smithi050 ceph-mon[92315]: pgmap v12542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:53:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:34 smithi172 ceph-mon[103696]: pgmap v12542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:53:36.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:36.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:37.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:37.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:36 smithi050 ceph-mon[92315]: pgmap v12543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:37.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:36 smithi172 ceph-mon[103696]: pgmap v12543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:38.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:38.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:39.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:39.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:39.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:38 smithi050 ceph-mon[92315]: pgmap v12544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:53:39.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:38 smithi172 ceph-mon[103696]: pgmap v12544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:53:40.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:40.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:40 smithi050 ceph-mon[92315]: pgmap v12545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:40.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:40 smithi172 ceph-mon[103696]: pgmap v12545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:41.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:41.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:42.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:42.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:43.276 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:42 smithi172 ceph-mon[103696]: pgmap v12546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:43.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:43.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:43.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:42 smithi050 ceph-mon[92315]: pgmap v12546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:44.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:44.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:45.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:45.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:45.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:44 smithi050 ceph-mon[92315]: pgmap v12547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:45.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:44 smithi172 ceph-mon[103696]: pgmap v12547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:46.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:46.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:47.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:47.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:47.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:46 smithi050 ceph-mon[92315]: pgmap v12548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:46 smithi172 ceph-mon[103696]: pgmap v12548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:48.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:48.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:49.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:49.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:49.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:48 smithi050 ceph-mon[92315]: pgmap v12549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:53:49.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:48 smithi172 ceph-mon[103696]: pgmap v12549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:53:50.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:50.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:53:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:50 smithi050 ceph-mon[92315]: pgmap v12550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:53:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:50 smithi172 ceph-mon[103696]: pgmap v12550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:51.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:51.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:52.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:52.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:53.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:53.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:53.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:52 smithi050 ceph-mon[92315]: pgmap v12551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:53.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:52 smithi172 ceph-mon[103696]: pgmap v12551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:54.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:54.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:55.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:55.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:55.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:54 smithi050 ceph-mon[92315]: pgmap v12552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:55.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:54 smithi172 ceph-mon[103696]: pgmap v12552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:56.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:56.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:57.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:57.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:57.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:56 smithi050 ceph-mon[92315]: pgmap v12553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:57.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:56 smithi172 ceph-mon[103696]: pgmap v12553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:53:58.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:58.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:59.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:53:59.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:53:59.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:53:58 smithi050 ceph-mon[92315]: pgmap v12554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:53:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:53:58 smithi172 ceph-mon[103696]: pgmap v12554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:54:00.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:00.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:00 smithi050 ceph-mon[92315]: pgmap v12555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:00 smithi172 ceph-mon[103696]: pgmap v12555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:01.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:01.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:02.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:02.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:03.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:03.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:03.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:02 smithi050 ceph-mon[92315]: pgmap v12556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:02 smithi172 ceph-mon[103696]: pgmap v12556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:04.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:04.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:05.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:05.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:05.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:04 smithi050 ceph-mon[92315]: pgmap v12557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:05.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:54:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:04 smithi172 ceph-mon[103696]: pgmap v12557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:54:06.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:06.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:07.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:07.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:07.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:06 smithi050 ceph-mon[92315]: pgmap v12558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:06 smithi172 ceph-mon[103696]: pgmap v12558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:08.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:08.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:09.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:09.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:09.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:08 smithi050 ceph-mon[92315]: pgmap v12559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:54:09.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:08 smithi172 ceph-mon[103696]: pgmap v12559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:54:10.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:10.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:10.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:10 smithi050 ceph-mon[92315]: pgmap v12560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:10.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:10 smithi172 ceph-mon[103696]: pgmap v12560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:11.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:11.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:12.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:12.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:13.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:13.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:13.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:12 smithi050 ceph-mon[92315]: pgmap v12561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:13.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:12 smithi172 ceph-mon[103696]: pgmap v12561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:14.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:14.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:15.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:15.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:15.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:14 smithi050 ceph-mon[92315]: pgmap v12562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:15.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:54:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:54:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:54:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:54:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:54:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:54:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:14 smithi172 ceph-mon[103696]: pgmap v12562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:54:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:54:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:54:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:54:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:54:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:54:16.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:16.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:17.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:17.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:17.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:16 smithi050 ceph-mon[92315]: pgmap v12563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:16 smithi172 ceph-mon[103696]: pgmap v12563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:18.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:18.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:19.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:19.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:19.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:18 smithi050 ceph-mon[92315]: pgmap v12564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:54:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:18 smithi172 ceph-mon[103696]: pgmap v12564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:54:20.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:20.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:54:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:20 smithi050 ceph-mon[92315]: pgmap v12565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:54:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:20 smithi172 ceph-mon[103696]: pgmap v12565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:21.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:21.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:22.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:22.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:23.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:23.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:23.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:22 smithi050 ceph-mon[92315]: pgmap v12566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:23.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:22 smithi172 ceph-mon[103696]: pgmap v12566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:24.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:24.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:25.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:24 smithi050 ceph-mon[92315]: pgmap v12567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:25.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:25.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:25.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:24 smithi172 ceph-mon[103696]: pgmap v12567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:26.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:26.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:26 smithi050 ceph-mon[92315]: pgmap v12568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:27.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:27.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:27.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:26 smithi172 ceph-mon[103696]: pgmap v12568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:28.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:28.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:28 smithi172 ceph-mon[103696]: pgmap v12569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:54:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:28 smithi050 ceph-mon[92315]: pgmap v12569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:54:29.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:29.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:30.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:30.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:30 smithi050 ceph-mon[92315]: pgmap v12570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:30.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:30 smithi172 ceph-mon[103696]: pgmap v12570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:31.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:31.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:32.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:32.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:33.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:32 smithi050 ceph-mon[92315]: pgmap v12571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:33.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:33.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:33.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:32 smithi172 ceph-mon[103696]: pgmap v12571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:34.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:34.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:34 smithi050 ceph-mon[92315]: pgmap v12572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:54:35.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:35.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:34 smithi172 ceph-mon[103696]: pgmap v12572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:54:36.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:36.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:37.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:36 smithi050 ceph-mon[92315]: pgmap v12573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:37.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:37.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:37.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:36 smithi172 ceph-mon[103696]: pgmap v12573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:38.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:38.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:39.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:38 smithi172 ceph-mon[103696]: pgmap v12574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:54:39.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:38 smithi050 ceph-mon[92315]: pgmap v12574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:54:39.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:39.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:40.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:40.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:40 smithi050 ceph-mon[92315]: pgmap v12575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:40.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:40 smithi172 ceph-mon[103696]: pgmap v12575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:41.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:41.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:42.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:42.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:43.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:42 smithi050 ceph-mon[92315]: pgmap v12576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:43.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:42 smithi172 ceph-mon[103696]: pgmap v12576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:43.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:43.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:44.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:44.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:45.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:44 smithi050 ceph-mon[92315]: pgmap v12577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:44 smithi172 ceph-mon[103696]: pgmap v12577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:45.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:45.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:46.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:46.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:47.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:46 smithi050 ceph-mon[92315]: pgmap v12578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:47.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:46 smithi172 ceph-mon[103696]: pgmap v12578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:47.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:47.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:48.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:48.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:49.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:48 smithi050 ceph-mon[92315]: pgmap v12579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:54:49.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:48 smithi172 ceph-mon[103696]: pgmap v12579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:54:49.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:49.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:50.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:50.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:54:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:50 smithi050 ceph-mon[92315]: pgmap v12580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:54:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:50 smithi172 ceph-mon[103696]: pgmap v12580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:51.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:51.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:52.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:52.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:53.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:52 smithi050 ceph-mon[92315]: pgmap v12581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:53.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:52 smithi172 ceph-mon[103696]: pgmap v12581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:53.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:53.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:54.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:54.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:54 smithi050 ceph-mon[92315]: pgmap v12582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:54 smithi172 ceph-mon[103696]: pgmap v12582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:55.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:55.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:56.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:56.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:57.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:56 smithi050 ceph-mon[92315]: pgmap v12583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:57.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:56 smithi172 ceph-mon[103696]: pgmap v12583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:54:57.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:57.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:58.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:58.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:54:59.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:54:58 smithi050 ceph-mon[92315]: pgmap v12584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:54:59.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:54:58 smithi172 ceph-mon[103696]: pgmap v12584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:54:59.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:54:59.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:00.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:00.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:00 smithi050 ceph-mon[92315]: pgmap v12585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:00 smithi172 ceph-mon[103696]: pgmap v12585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:01.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:01.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:02.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:02.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:03.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:02 smithi050 ceph-mon[92315]: pgmap v12586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:03.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:02 smithi172 ceph-mon[103696]: pgmap v12586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:03.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:03.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:04.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:04.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:05.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:04 smithi050 ceph-mon[92315]: pgmap v12587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:05.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:55:05.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:04 smithi172 ceph-mon[103696]: pgmap v12587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:55:05.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:05.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:06.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:06.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:07.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:06 smithi050 ceph-mon[92315]: pgmap v12588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:06 smithi172 ceph-mon[103696]: pgmap v12588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:07.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:07.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:08.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:08.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:09.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:08 smithi050 ceph-mon[92315]: pgmap v12589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:55:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:08 smithi172 ceph-mon[103696]: pgmap v12589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:55:09.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:09.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:10.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:10.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:10.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:10 smithi050 ceph-mon[92315]: pgmap v12590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:10.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:10 smithi172 ceph-mon[103696]: pgmap v12590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:11.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:11.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:12.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:12.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:13.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:12 smithi050 ceph-mon[92315]: pgmap v12591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:12 smithi172 ceph-mon[103696]: pgmap v12591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:13.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:13.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:14.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:14.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:15.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:14 smithi050 ceph-mon[92315]: pgmap v12592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:15.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:55:15.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:14 smithi172 ceph-mon[103696]: pgmap v12592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:55:15.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:15.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:16.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:55:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:55:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:55:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:55:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:55:16.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:55:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:55:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:55:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:55:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:55:16.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:16.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:17.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:16 smithi050 ceph-mon[92315]: pgmap v12593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:17.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:16 smithi172 ceph-mon[103696]: pgmap v12593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:17.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:17.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:18.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:18.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:19.276 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:18 smithi172 ceph-mon[103696]: pgmap v12594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:55:19.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:18 smithi050 ceph-mon[92315]: pgmap v12594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:55:19.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:19.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:20.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:20.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:55:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:20 smithi050 ceph-mon[92315]: pgmap v12595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:55:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:20 smithi172 ceph-mon[103696]: pgmap v12595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:21.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:21.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:22.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:22.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:23.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:22 smithi050 ceph-mon[92315]: pgmap v12596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:23.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:22 smithi172 ceph-mon[103696]: pgmap v12596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:23.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:23.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:24.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:24.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:25.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:24 smithi050 ceph-mon[92315]: pgmap v12597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:24 smithi172 ceph-mon[103696]: pgmap v12597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:25.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:25.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:26.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:26.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:27.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:26 smithi050 ceph-mon[92315]: pgmap v12598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:26 smithi172 ceph-mon[103696]: pgmap v12598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:27.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:27.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:28.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:28.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:29.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:28 smithi050 ceph-mon[92315]: pgmap v12599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:55:29.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:28 smithi172 ceph-mon[103696]: pgmap v12599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:55:29.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:29.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:30.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:30.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:30 smithi050 ceph-mon[92315]: pgmap v12600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:30.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:30 smithi172 ceph-mon[103696]: pgmap v12600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:31.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:31.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:32.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:32.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:33.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:32 smithi050 ceph-mon[92315]: pgmap v12601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:32 smithi172 ceph-mon[103696]: pgmap v12601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:33.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:33.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:34.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:34.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:34 smithi050 ceph-mon[92315]: pgmap v12602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:55:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:34 smithi172 ceph-mon[103696]: pgmap v12602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:55:35.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:35.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:36.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:36.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:37.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:36 smithi050 ceph-mon[92315]: pgmap v12603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:37.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:36 smithi172 ceph-mon[103696]: pgmap v12603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:37.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:37.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:38.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:38.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:38 smithi050 ceph-mon[92315]: pgmap v12604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:55:39.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:38 smithi172 ceph-mon[103696]: pgmap v12604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:55:39.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:39.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:40.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:40.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:40 smithi050 ceph-mon[92315]: pgmap v12605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:40.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:40 smithi172 ceph-mon[103696]: pgmap v12605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:41.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:41.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:42.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:42.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:43.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:42 smithi050 ceph-mon[92315]: pgmap v12606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:43.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:42 smithi172 ceph-mon[103696]: pgmap v12606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:43.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:43.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:44.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:44.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:45.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:44 smithi050 ceph-mon[92315]: pgmap v12607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:44 smithi172 ceph-mon[103696]: pgmap v12607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:45.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:45.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:46.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:46.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:47.275 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:46 smithi050 ceph-mon[92315]: pgmap v12608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:46 smithi172 ceph-mon[103696]: pgmap v12608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:47.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:47.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:48.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:48.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:49.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:48 smithi050 ceph-mon[92315]: pgmap v12609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:55:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:48 smithi172 ceph-mon[103696]: pgmap v12609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:55:49.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:49.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:50.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:50.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:55:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:50 smithi050 ceph-mon[92315]: pgmap v12610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:55:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:50 smithi172 ceph-mon[103696]: pgmap v12610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:51.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:51.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:52.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:52.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:53.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:52 smithi050 ceph-mon[92315]: pgmap v12611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:53.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:52 smithi172 ceph-mon[103696]: pgmap v12611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:53.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:53.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:54.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:54.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:55.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:54 smithi050 ceph-mon[92315]: pgmap v12612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:54 smithi172 ceph-mon[103696]: pgmap v12612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:55.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:55.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:56.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:56.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:57.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:56 smithi050 ceph-mon[92315]: pgmap v12613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:57.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:56 smithi172 ceph-mon[103696]: pgmap v12613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:55:57.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:57.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:58.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:58.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:55:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:55:58 smithi050 ceph-mon[92315]: pgmap v12614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:55:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:55:58 smithi172 ceph-mon[103696]: pgmap v12614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:55:59.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:55:59.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:00.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:00.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:00 smithi050 ceph-mon[92315]: pgmap v12615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:00 smithi172 ceph-mon[103696]: pgmap v12615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:01.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:01.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:02.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:02.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:03.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:02 smithi050 ceph-mon[92315]: pgmap v12616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:03.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:02 smithi172 ceph-mon[103696]: pgmap v12616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:03.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:03.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:04.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:04.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:04 smithi172 ceph-mon[103696]: pgmap v12617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:56:05.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:04 smithi050 ceph-mon[92315]: pgmap v12617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:56:05.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:05.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:06.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:06.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:07.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:06 smithi050 ceph-mon[92315]: pgmap v12618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:07.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:06 smithi172 ceph-mon[103696]: pgmap v12618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:07.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:07.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:08.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:08.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:09.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:08 smithi050 ceph-mon[92315]: pgmap v12619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:56:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:08 smithi172 ceph-mon[103696]: pgmap v12619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:56:09.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:09.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:10.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:10.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:10.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:10 smithi050 ceph-mon[92315]: pgmap v12620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:10.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:10 smithi172 ceph-mon[103696]: pgmap v12620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:11.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:11.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:12.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:12.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:13.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:12 smithi050 ceph-mon[92315]: pgmap v12621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:13.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:12 smithi172 ceph-mon[103696]: pgmap v12621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:13.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:13.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:14.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:14.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:14 smithi172 ceph-mon[103696]: pgmap v12622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:15.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:14 smithi050 ceph-mon[92315]: pgmap v12622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:15.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:15.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:16.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:56:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:56:16.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:16.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:16 smithi050 ceph-mon[92315]: pgmap v12623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:16 smithi172 ceph-mon[103696]: pgmap v12623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:17.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:17.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:18.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:18.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:19.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:18 smithi050 ceph-mon[92315]: pgmap v12624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:56:19.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:18 smithi172 ceph-mon[103696]: pgmap v12624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:56:19.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:19.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:20.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:20.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:56:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:20 smithi050 ceph-mon[92315]: pgmap v12625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:56:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:20 smithi172 ceph-mon[103696]: pgmap v12625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:21.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:21.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:21.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:56:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:56:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:56:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:56:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:56:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:56:21.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:56:21.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:56:21.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:56:21.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:56:21.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:56:21.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:56:21.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:56:21.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:56:22.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:22.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:22.676 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:22 smithi050 ceph-mon[92315]: pgmap v12626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:22 smithi172 ceph-mon[103696]: pgmap v12626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:23.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:23.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:24.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:24.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:25.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:24 smithi050 ceph-mon[92315]: pgmap v12627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:24 smithi172 ceph-mon[103696]: pgmap v12627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:25.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:25.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:26.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:26.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:27.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:26 smithi050 ceph-mon[92315]: pgmap v12628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:27.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:26 smithi172 ceph-mon[103696]: pgmap v12628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:27.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:27.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:28.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:28.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:29.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:28 smithi050 ceph-mon[92315]: pgmap v12629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:56:29.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:28 smithi172 ceph-mon[103696]: pgmap v12629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:56:29.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:29.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:30.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:30.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:30 smithi050 ceph-mon[92315]: pgmap v12630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:30.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:30 smithi172 ceph-mon[103696]: pgmap v12630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:31.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:31.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:32.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:32.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:33.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:32 smithi050 ceph-mon[92315]: pgmap v12631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:33.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:32 smithi172 ceph-mon[103696]: pgmap v12631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:33.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:33.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:34.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:34.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:34 smithi050 ceph-mon[92315]: pgmap v12632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:56:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:34 smithi172 ceph-mon[103696]: pgmap v12632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:56:35.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:35.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:36.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:36.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:37.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:36 smithi050 ceph-mon[92315]: pgmap v12633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:37.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:36 smithi172 ceph-mon[103696]: pgmap v12633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:37.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:37.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:38.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:38.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:39.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:38 smithi050 ceph-mon[92315]: pgmap v12634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:56:39.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:38 smithi172 ceph-mon[103696]: pgmap v12634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:56:39.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:39.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:40.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:40 smithi172 ceph-mon[103696]: pgmap v12635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:40.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:40.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:40 smithi050 ceph-mon[92315]: pgmap v12635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:41.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:41.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:42.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:42.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:43.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:42 smithi050 ceph-mon[92315]: pgmap v12636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:43.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:42 smithi172 ceph-mon[103696]: pgmap v12636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:43.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:43.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:44.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:44.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:45.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:44 smithi050 ceph-mon[92315]: pgmap v12637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:45.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:44 smithi172 ceph-mon[103696]: pgmap v12637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:45.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:45.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:46.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:46.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:47.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:46 smithi050 ceph-mon[92315]: pgmap v12638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:47.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:46 smithi172 ceph-mon[103696]: pgmap v12638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:47.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:47.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:48.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:48.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:49.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:48 smithi172 ceph-mon[103696]: pgmap v12639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:56:49.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:48 smithi050 ceph-mon[92315]: pgmap v12639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:56:49.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:49.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:50.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:50.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:56:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:50 smithi050 ceph-mon[92315]: pgmap v12640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:56:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:50 smithi172 ceph-mon[103696]: pgmap v12640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:51.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:51.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:52.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:52.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:53.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:52 smithi050 ceph-mon[92315]: pgmap v12641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:53.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:52 smithi172 ceph-mon[103696]: pgmap v12641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:53.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:53.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:54.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:54.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:55.280 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:54 smithi172 ceph-mon[103696]: pgmap v12642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:55.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:54 smithi050 ceph-mon[92315]: pgmap v12642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:55.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:55.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:56.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:56.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:57.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:56 smithi050 ceph-mon[92315]: pgmap v12643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:57.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:56 smithi172 ceph-mon[103696]: pgmap v12643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:56:57.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:57.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:58.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:58.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:56:59.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:56:58 smithi050 ceph-mon[92315]: pgmap v12644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:56:59.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:56:58 smithi172 ceph-mon[103696]: pgmap v12644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:56:59.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:56:59.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:00 smithi050 ceph-mon[92315]: pgmap v12645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:00.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:00.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:00 smithi172 ceph-mon[103696]: pgmap v12645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:01.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:01.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:02.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:02.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:03.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:02 smithi050 ceph-mon[92315]: pgmap v12646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:02 smithi172 ceph-mon[103696]: pgmap v12646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:03.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:03.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:04.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:04.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:05.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:04 smithi050 ceph-mon[92315]: pgmap v12647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:57:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:04 smithi172 ceph-mon[103696]: pgmap v12647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:57:05.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:05.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:06.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:06.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:07.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:06 smithi050 ceph-mon[92315]: pgmap v12648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:07.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:06 smithi172 ceph-mon[103696]: pgmap v12648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:07.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:07.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:08.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:08.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:09.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:08 smithi050 ceph-mon[92315]: pgmap v12649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:57:09.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:08 smithi172 ceph-mon[103696]: pgmap v12649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:57:09.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:09.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:10.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:10 smithi050 ceph-mon[92315]: pgmap v12650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:10.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:10.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:10.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:10 smithi172 ceph-mon[103696]: pgmap v12650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:11.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:11.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:12.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:12.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:13.248 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:12 smithi050 ceph-mon[92315]: pgmap v12651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:12 smithi172 ceph-mon[103696]: pgmap v12651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:13.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:13.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:14.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:14.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:14 smithi050 ceph-mon[92315]: pgmap v12652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:14 smithi172 ceph-mon[103696]: pgmap v12652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:15.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:15.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:16.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:16.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:17.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:16 smithi050 ceph-mon[92315]: pgmap v12653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:17.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:16 smithi172 ceph-mon[103696]: pgmap v12653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:17.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:17.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:18.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:18.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:19.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:18 smithi050 ceph-mon[92315]: pgmap v12654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:57:19.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:18 smithi172 ceph-mon[103696]: pgmap v12654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:57:19.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:19.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:57:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:20 smithi050 ceph-mon[92315]: pgmap v12655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:57:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:20 smithi172 ceph-mon[103696]: pgmap v12655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:20.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:20.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:21.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:57:21.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:57:21.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:21.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:22.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:57:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:57:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:57:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:57:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:57:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:22 smithi050 ceph-mon[92315]: pgmap v12656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:22.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:57:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:57:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:57:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:57:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:57:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:22 smithi172 ceph-mon[103696]: pgmap v12656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:22.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:22.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:23.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:23.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:24.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:24.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:25.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:24 smithi050 ceph-mon[92315]: pgmap v12657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:25.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:24 smithi172 ceph-mon[103696]: pgmap v12657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:25.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:25.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:26.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:26.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:27.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:26 smithi050 ceph-mon[92315]: pgmap v12658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:26 smithi172 ceph-mon[103696]: pgmap v12658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:27.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:27.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:28.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:28.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:29.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:28 smithi050 ceph-mon[92315]: pgmap v12659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:57:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:28 smithi172 ceph-mon[103696]: pgmap v12659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:57:29.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:29.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:30 smithi050 ceph-mon[92315]: pgmap v12660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:30.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:30 smithi172 ceph-mon[103696]: pgmap v12660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:30.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:30.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:31.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:31.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:32.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:32.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:33.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:32 smithi050 ceph-mon[92315]: pgmap v12661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:33.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:32 smithi172 ceph-mon[103696]: pgmap v12661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:33.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:33.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:34.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:34.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:34 smithi050 ceph-mon[92315]: pgmap v12662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:57:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:34 smithi172 ceph-mon[103696]: pgmap v12662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:57:35.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:35.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:36.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:36.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:37.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:36 smithi050 ceph-mon[92315]: pgmap v12663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:37.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:36 smithi172 ceph-mon[103696]: pgmap v12663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:37.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:37.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:38.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:38.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:39.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:38 smithi050 ceph-mon[92315]: pgmap v12664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:57:39.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:38 smithi172 ceph-mon[103696]: pgmap v12664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:57:39.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:39.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:40 smithi050 ceph-mon[92315]: pgmap v12665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:40.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:40 smithi172 ceph-mon[103696]: pgmap v12665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:40.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:40.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:41.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:41.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:42.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:42.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:43.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:42 smithi050 ceph-mon[92315]: pgmap v12666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:43.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:42 smithi172 ceph-mon[103696]: pgmap v12666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:43.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:43.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:44.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:44.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:45.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:44 smithi050 ceph-mon[92315]: pgmap v12667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:45.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:44 smithi172 ceph-mon[103696]: pgmap v12667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:45.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:45.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:46.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:46.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:47.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:46 smithi050 ceph-mon[92315]: pgmap v12668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:47.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:46 smithi172 ceph-mon[103696]: pgmap v12668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:47.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:47.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:48.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:48.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:49.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:48 smithi050 ceph-mon[92315]: pgmap v12669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:57:49.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:48 smithi172 ceph-mon[103696]: pgmap v12669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:57:49.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:49.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:57:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:50 smithi050 ceph-mon[92315]: pgmap v12670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:57:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:50 smithi172 ceph-mon[103696]: pgmap v12670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:50.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:50.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:51.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:51.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:52.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:52.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:53.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:52 smithi050 ceph-mon[92315]: pgmap v12671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:53.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:52 smithi172 ceph-mon[103696]: pgmap v12671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:53.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:53.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:54.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:54.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:55.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:54 smithi050 ceph-mon[92315]: pgmap v12672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:55.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:54 smithi172 ceph-mon[103696]: pgmap v12672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:55.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:55.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:56.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:56.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:57.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:56 smithi050 ceph-mon[92315]: pgmap v12673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:57.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:56 smithi172 ceph-mon[103696]: pgmap v12673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:57:57.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:57.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:58.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:58.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:57:59.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:57:59 smithi050 ceph-mon[92315]: pgmap v12674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:57:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:57:59 smithi172 ceph-mon[103696]: pgmap v12674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:57:59.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:57:59.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:00 smithi050 ceph-mon[92315]: pgmap v12675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:00 smithi172 ceph-mon[103696]: pgmap v12675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:00.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:00.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:01.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:01.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:02.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:02.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:03.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:02 smithi050 ceph-mon[92315]: pgmap v12676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:03.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:02 smithi172 ceph-mon[103696]: pgmap v12676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:03.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:03.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:04.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:04.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:05.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:04 smithi050 ceph-mon[92315]: pgmap v12677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:58:05.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:04 smithi172 ceph-mon[103696]: pgmap v12677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:58:05.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:05.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:06.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:06.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:07.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:07 smithi050 ceph-mon[92315]: pgmap v12678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:07.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:07 smithi172 ceph-mon[103696]: pgmap v12678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:07.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:07.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:08.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:08.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:09.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:09 smithi050 ceph-mon[92315]: pgmap v12679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:58:09.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:09 smithi172 ceph-mon[103696]: pgmap v12679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:58:09.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:09.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:10.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:10 smithi050 ceph-mon[92315]: pgmap v12680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:10.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:10 smithi172 ceph-mon[103696]: pgmap v12680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:10.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:10.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:11.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:11.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:12.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:12.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:13.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:12 smithi050 ceph-mon[92315]: pgmap v12681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:13.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:12 smithi172 ceph-mon[103696]: pgmap v12681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:13.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:13.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:14.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:14.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:15.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:15 smithi050 ceph-mon[92315]: pgmap v12682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:15.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:15 smithi172 ceph-mon[103696]: pgmap v12682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:15.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:15.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:16.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:16.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:17.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:17 smithi050 ceph-mon[92315]: pgmap v12683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:17.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:17 smithi172 ceph-mon[103696]: pgmap v12683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:17.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:17.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:18.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:18.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:19.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:19 smithi050 ceph-mon[92315]: pgmap v12684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:58:19.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:19 smithi172 ceph-mon[103696]: pgmap v12684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:58:19.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:19.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:58:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:20 smithi050 ceph-mon[92315]: pgmap v12685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:58:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:20 smithi172 ceph-mon[103696]: pgmap v12685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:20.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:20.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:21.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:21.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:22.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:58:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:58:22.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:22.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:23.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:22 smithi172 ceph-mon[103696]: pgmap v12686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:22 smithi050 ceph-mon[92315]: pgmap v12686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:23.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:23.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:24.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:24.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:25.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:25 smithi050 ceph-mon[92315]: pgmap v12687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:25 smithi172 ceph-mon[103696]: pgmap v12687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:25.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:25.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:26.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:26.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:27.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:27 smithi050 ceph-mon[92315]: pgmap v12688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:27 smithi172 ceph-mon[103696]: pgmap v12688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:27.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:27.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:28.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:28.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:29 smithi050 ceph-mon[92315]: pgmap v12689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:58:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:58:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:58:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:29 smithi172 ceph-mon[103696]: pgmap v12689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:58:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:58:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:58:29.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:29.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:58:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:58:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:58:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:58:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:58:30.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:58:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:58:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:58:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:58:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:58:30.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:30.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:31.285 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:31 smithi172 ceph-mon[103696]: pgmap v12690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:31 smithi050 ceph-mon[92315]: pgmap v12690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:31.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:31.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:32.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:32.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:33 smithi050 ceph-mon[92315]: pgmap v12691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:33.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:33 smithi172 ceph-mon[103696]: pgmap v12691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:33.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:33.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:34.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:34.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:35 smithi050 ceph-mon[92315]: pgmap v12692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:58:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:35 smithi172 ceph-mon[103696]: pgmap v12692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:58:35.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:35.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:36.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:36.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:37.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:37 smithi050 ceph-mon[92315]: pgmap v12693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:37.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:37 smithi172 ceph-mon[103696]: pgmap v12693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:37.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:37.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:38.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:38.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:39.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:39 smithi050 ceph-mon[92315]: pgmap v12694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:58:39.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:39 smithi172 ceph-mon[103696]: pgmap v12694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:58:39.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:39.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:40 smithi050 ceph-mon[92315]: pgmap v12695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:40.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:40 smithi172 ceph-mon[103696]: pgmap v12695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:40.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:40.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:41.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:41.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:42.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:42.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:43.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:43 smithi050 ceph-mon[92315]: pgmap v12696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:43.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:43 smithi172 ceph-mon[103696]: pgmap v12696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:43.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:43.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:44.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:44.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:45.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:45 smithi050 ceph-mon[92315]: pgmap v12697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:45.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:45 smithi172 ceph-mon[103696]: pgmap v12697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:45.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:45.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:46.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:46.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:47.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:47 smithi050 ceph-mon[92315]: pgmap v12698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:47.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:47 smithi172 ceph-mon[103696]: pgmap v12698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:47.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:47.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:48.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:48.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:49.341 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:49 smithi050 ceph-mon[92315]: pgmap v12699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:58:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:49 smithi172 ceph-mon[103696]: pgmap v12699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:58:49.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:49.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:58:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:50 smithi050 ceph-mon[92315]: pgmap v12700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:58:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:50 smithi172 ceph-mon[103696]: pgmap v12700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:50.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:50.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:51.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:51.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:52.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:52.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:53.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:53 smithi050 ceph-mon[92315]: pgmap v12701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:53 smithi172 ceph-mon[103696]: pgmap v12701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:53.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:53.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:54.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:54.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:55.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:55 smithi050 ceph-mon[92315]: pgmap v12702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:55.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:55 smithi172 ceph-mon[103696]: pgmap v12702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:55.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:55.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:56.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:56.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:57.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:57 smithi050 ceph-mon[92315]: pgmap v12703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:57.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:57 smithi172 ceph-mon[103696]: pgmap v12703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:58:57.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:57.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:58.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:58.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:58:59.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:58:59 smithi050 ceph-mon[92315]: pgmap v12704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:58:59.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:58:59 smithi172 ceph-mon[103696]: pgmap v12704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:58:59.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:58:59.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:00 smithi050 ceph-mon[92315]: pgmap v12705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:00 smithi172 ceph-mon[103696]: pgmap v12705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:00.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:00.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:01.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:01.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:02.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:02.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:03.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:03 smithi050 ceph-mon[92315]: pgmap v12706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:03.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:03 smithi172 ceph-mon[103696]: pgmap v12706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:03.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:03.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:04.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:04.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:05.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:05 smithi050 ceph-mon[92315]: pgmap v12707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:05.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:59:05.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:05 smithi172 ceph-mon[103696]: pgmap v12707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:59:05.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:05.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:06.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:06.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:07.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:07 smithi050 ceph-mon[92315]: pgmap v12708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:07.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:07 smithi172 ceph-mon[103696]: pgmap v12708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:07.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:07.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:08.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:08.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:09.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:09 smithi050 ceph-mon[92315]: pgmap v12709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:59:09.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:09 smithi172 ceph-mon[103696]: pgmap v12709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:59:09.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:09.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:10.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:10 smithi172 ceph-mon[103696]: pgmap v12710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:10.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:10.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:10.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:10 smithi050 ceph-mon[92315]: pgmap v12710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:11.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:11.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:12.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:12.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:13.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:13 smithi050 ceph-mon[92315]: pgmap v12711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:13.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:13 smithi172 ceph-mon[103696]: pgmap v12711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:13.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:13.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:14.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:14.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:15 smithi050 ceph-mon[92315]: pgmap v12712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:15.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:15 smithi172 ceph-mon[103696]: pgmap v12712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:15.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:15.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:16.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:16.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:17.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:17 smithi050 ceph-mon[92315]: pgmap v12713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:17.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:17 smithi172 ceph-mon[103696]: pgmap v12713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:17.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:17.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:18.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:18.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:19.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:19 smithi050 ceph-mon[92315]: pgmap v12714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:59:19.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:19 smithi172 ceph-mon[103696]: pgmap v12714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:59:19.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:19.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:59:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:20 smithi172 ceph-mon[103696]: pgmap v12715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:20.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:20.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:20.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:59:20.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:20 smithi050 ceph-mon[92315]: pgmap v12715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:21.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:21.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:22.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:22.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:23.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:23 smithi050 ceph-mon[92315]: pgmap v12716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:23 smithi172 ceph-mon[103696]: pgmap v12716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:23.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:23.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:24.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:24.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:25 smithi050 ceph-mon[92315]: pgmap v12717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:25.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:25 smithi172 ceph-mon[103696]: pgmap v12717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:25.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:25.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:26.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:26.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:27.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:27 smithi172 ceph-mon[103696]: pgmap v12718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:27.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:27 smithi050 ceph-mon[92315]: pgmap v12718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:27.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:27.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:28.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:28.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:29.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:29 smithi050 ceph-mon[92315]: pgmap v12719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:59:29.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:29 smithi172 ceph-mon[103696]: pgmap v12719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:59:29.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:29.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:30.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:59:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:59:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:59:30.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T20:59:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:59:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:59:30.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:30.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:31.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:31 smithi050 ceph-mon[92315]: pgmap v12720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:59:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:59:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:59:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:59:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:59:31.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:31 smithi172 ceph-mon[103696]: pgmap v12720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:31.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T20:59:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T20:59:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:59:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T20:59:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T20:59:31.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:31.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:32.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:32.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:33 smithi050 ceph-mon[92315]: pgmap v12721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:33.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:33 smithi172 ceph-mon[103696]: pgmap v12721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:33.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:33.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:34.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:34.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:35 smithi050 ceph-mon[92315]: pgmap v12722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:59:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:35 smithi172 ceph-mon[103696]: pgmap v12722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:59:35.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:35.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:36.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:36.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:37.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:37 smithi050 ceph-mon[92315]: pgmap v12723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:37 smithi172 ceph-mon[103696]: pgmap v12723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:37.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:37.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:38.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:38.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:39.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:39 smithi050 ceph-mon[92315]: pgmap v12724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:59:39.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:39 smithi172 ceph-mon[103696]: pgmap v12724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:59:39.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:39.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:40.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:40 smithi172 ceph-mon[103696]: pgmap v12725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:40.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:40 smithi050 ceph-mon[92315]: pgmap v12725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:40.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:40.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:41.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:41.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:42.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:42.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:43.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:43 smithi050 ceph-mon[92315]: pgmap v12726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:43.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:43 smithi172 ceph-mon[103696]: pgmap v12726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:43.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:43.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:44.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:44.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:45.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:45 smithi050 ceph-mon[92315]: pgmap v12727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:45.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:45 smithi172 ceph-mon[103696]: pgmap v12727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:45.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:45.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:46.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:46.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:47.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:47 smithi050 ceph-mon[92315]: pgmap v12728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:47.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:47 smithi172 ceph-mon[103696]: pgmap v12728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:47.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:47.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:48.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:48.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:49.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:49 smithi050 ceph-mon[92315]: pgmap v12729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:59:49.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:49 smithi172 ceph-mon[103696]: pgmap v12729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:59:49.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:49.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:59:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:50 smithi172 ceph-mon[103696]: pgmap v12730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:50.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T20:59:50.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:50 smithi050 ceph-mon[92315]: pgmap v12730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:50.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:50.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:51.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:51.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:52.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:52.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:53.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:53 smithi050 ceph-mon[92315]: pgmap v12731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:53 smithi172 ceph-mon[103696]: pgmap v12731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:53.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:53.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:54.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:54.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:55.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:55 smithi050 ceph-mon[92315]: pgmap v12732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:55.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:55 smithi172 ceph-mon[103696]: pgmap v12732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:55.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:55.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:56.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:56.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:57.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:57 smithi050 ceph-mon[92315]: pgmap v12733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:57.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:57 smithi172 ceph-mon[103696]: pgmap v12733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T20:59:57.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:57.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:58.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:58.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T20:59:59.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 20:59:59 smithi050 ceph-mon[92315]: pgmap v12734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:59:59.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 20:59:59 smithi172 ceph-mon[103696]: pgmap v12734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T20:59:59.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T20:59:59.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:00.557 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:00 smithi050 ceph-mon[92315]: pgmap v12735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:00.557 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T21:00:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:00 smithi172 ceph-mon[103696]: pgmap v12735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T21:00:00.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:00.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:01.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:01.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:02.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:02.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:03.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:03 smithi050 ceph-mon[92315]: pgmap v12736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:03.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:03 smithi172 ceph-mon[103696]: pgmap v12736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:03.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:03.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:04.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:04.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:05.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:05 smithi050 ceph-mon[92315]: pgmap v12737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:00:05.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:05 smithi172 ceph-mon[103696]: pgmap v12737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:00:05.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:05.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:06.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:06.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:07.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:07 smithi050 ceph-mon[92315]: pgmap v12738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:07.544 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:07 smithi172 ceph-mon[103696]: pgmap v12738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:07.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:07.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:08.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:08.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:09.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:09 smithi050 ceph-mon[92315]: pgmap v12739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:00:09.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:09 smithi172 ceph-mon[103696]: pgmap v12739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:00:09.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:09.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:10.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:10 smithi050 ceph-mon[92315]: pgmap v12740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:10.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:10 smithi172 ceph-mon[103696]: pgmap v12740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:10.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:10.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:11.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:11.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:12.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:12.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:13.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:13 smithi050 ceph-mon[92315]: pgmap v12741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:13.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:13 smithi172 ceph-mon[103696]: pgmap v12741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:13.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:13.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:14.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:14.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:15.327 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:15 smithi050 ceph-mon[92315]: pgmap v12742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:15.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:15 smithi172 ceph-mon[103696]: pgmap v12742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:15.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:15.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:16.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:16.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:17.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:17 smithi050 ceph-mon[92315]: pgmap v12743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:17.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:17 smithi172 ceph-mon[103696]: pgmap v12743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:17.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:17.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:18.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:18.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:19.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:19 smithi050 ceph-mon[92315]: pgmap v12744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:00:19.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:19 smithi172 ceph-mon[103696]: pgmap v12744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:00:19.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:19.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:00:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:20 smithi172 ceph-mon[103696]: pgmap v12745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:20.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:00:20.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:20 smithi050 ceph-mon[92315]: pgmap v12745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:20.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:20.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:21.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:21.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:22.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:22.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:23.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:23 smithi050 ceph-mon[92315]: pgmap v12746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:23.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:23 smithi172 ceph-mon[103696]: pgmap v12746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:23.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:23.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:24.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:24.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:25.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:25 smithi050 ceph-mon[92315]: pgmap v12747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:25 smithi172 ceph-mon[103696]: pgmap v12747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:25.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:25.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:26.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:26.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:27.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:27 smithi050 ceph-mon[92315]: pgmap v12748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:27.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:27 smithi172 ceph-mon[103696]: pgmap v12748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:27.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:27.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:28.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:28.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:29.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:29 smithi050 ceph-mon[92315]: pgmap v12749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:00:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:29 smithi172 ceph-mon[103696]: pgmap v12749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:00:29.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:29.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:30.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:30 smithi172 ceph-mon[103696]: pgmap v12750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:30.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:30 smithi050 ceph-mon[92315]: pgmap v12750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:30.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:31.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:00:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:00:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:00:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:00:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:00:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:00:31.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:00:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:00:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:00:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:00:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:00:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:00:31.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:31.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:32.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:32 smithi172 ceph-mon[103696]: pgmap v12751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:32.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:32 smithi050 ceph-mon[92315]: pgmap v12751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:32.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:32.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:33.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:33.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:34.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:34.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:35 smithi050 ceph-mon[92315]: pgmap v12752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:00:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:35 smithi172 ceph-mon[103696]: pgmap v12752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:00:35.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:35.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:36.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:36.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:37.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:37 smithi050 ceph-mon[92315]: pgmap v12753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:37 smithi172 ceph-mon[103696]: pgmap v12753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:37.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:37.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:38.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:38.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:39.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:39 smithi050 ceph-mon[92315]: pgmap v12754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:00:39.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:39 smithi172 ceph-mon[103696]: pgmap v12754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:00:39.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:39.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:40.619 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:40 smithi050 ceph-mon[92315]: pgmap v12755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:40.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:40 smithi172 ceph-mon[103696]: pgmap v12755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:40.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:40.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:41.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:41.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:42.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:42.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:43 smithi050 ceph-mon[92315]: pgmap v12756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:43 smithi172 ceph-mon[103696]: pgmap v12756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:43.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:43.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:44.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:44.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:45.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:45 smithi050 ceph-mon[92315]: pgmap v12757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:45 smithi172 ceph-mon[103696]: pgmap v12757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:45.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:45.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:46.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:46.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:47.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:47 smithi050 ceph-mon[92315]: pgmap v12758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:47.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:47 smithi172 ceph-mon[103696]: pgmap v12758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:47.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:47.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:48.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:48.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:49.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:49 smithi050 ceph-mon[92315]: pgmap v12759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:00:49.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:49 smithi172 ceph-mon[103696]: pgmap v12759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:00:49.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:49.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:00:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:50 smithi172 ceph-mon[103696]: pgmap v12760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:50.733 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:00:50.733 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:50 smithi050 ceph-mon[92315]: pgmap v12760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:50.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:50.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:51.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:51.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:52.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:52.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:53.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:53 smithi050 ceph-mon[92315]: pgmap v12761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:53.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:53 smithi172 ceph-mon[103696]: pgmap v12761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:53.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:53.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:55.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:55.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:55.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:55 smithi050 ceph-mon[92315]: pgmap v12762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:55 smithi172 ceph-mon[103696]: pgmap v12762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:56.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:56.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:57.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:57.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:57.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:57 smithi050 ceph-mon[92315]: pgmap v12763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:57.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:57 smithi172 ceph-mon[103696]: pgmap v12763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:00:58.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:58.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:59.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:00:59.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:00:59.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:00:59 smithi050 ceph-mon[92315]: pgmap v12764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:00:59.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:00:59 smithi172 ceph-mon[103696]: pgmap v12764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:01:00.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:00.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:00 smithi172 ceph-mon[103696]: pgmap v12765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:00 smithi050 ceph-mon[92315]: pgmap v12765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:01.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:01.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:02.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:02.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:03.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:03.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:03 smithi172 ceph-mon[103696]: pgmap v12766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:03.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:03 smithi050 ceph-mon[92315]: pgmap v12766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:04.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:04.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:05.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:05.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:05.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:05 smithi050 ceph-mon[92315]: pgmap v12767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:01:05.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:05 smithi172 ceph-mon[103696]: pgmap v12767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:01:06.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:06.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:07.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:07.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:07.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:07 smithi050 ceph-mon[92315]: pgmap v12768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:07.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:07 smithi172 ceph-mon[103696]: pgmap v12768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:08.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:08.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:09.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:09.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:09.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:09 smithi050 ceph-mon[92315]: pgmap v12769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:01:09.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:09 smithi172 ceph-mon[103696]: pgmap v12769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:01:10.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:10.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:10.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:10 smithi172 ceph-mon[103696]: pgmap v12770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:10.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:10 smithi050 ceph-mon[92315]: pgmap v12770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:11.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:11.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:12.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:12.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:13.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:13.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:13 smithi050 ceph-mon[92315]: pgmap v12771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:13.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:13 smithi172 ceph-mon[103696]: pgmap v12771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:14.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:14.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:15.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:15.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:15.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:15 smithi050 ceph-mon[92315]: pgmap v12772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:15.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:15 smithi172 ceph-mon[103696]: pgmap v12772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:16.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:16.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:17.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:17.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:17.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:17 smithi050 ceph-mon[92315]: pgmap v12773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:17.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:17 smithi172 ceph-mon[103696]: pgmap v12773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:18.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:18.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:19.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:19.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:19.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:19 smithi050 ceph-mon[92315]: pgmap v12774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:01:19.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:19 smithi172 ceph-mon[103696]: pgmap v12774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:01:20.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:20.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:01:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:20 smithi172 ceph-mon[103696]: pgmap v12775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:20.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:01:20.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:20 smithi050 ceph-mon[92315]: pgmap v12775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:21.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:21.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:22.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:22.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:23.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:23.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:23.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:23 smithi050 ceph-mon[92315]: pgmap v12776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:23.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:23 smithi172 ceph-mon[103696]: pgmap v12776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:24.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:24.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:25.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:25.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:25.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:25 smithi050 ceph-mon[92315]: pgmap v12777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:25 smithi172 ceph-mon[103696]: pgmap v12777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:26.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:26.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:27.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:27.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:27.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:27 smithi050 ceph-mon[92315]: pgmap v12778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:27.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:27 smithi172 ceph-mon[103696]: pgmap v12778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:28.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:28.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:29.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:29.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:29.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:29 smithi050 ceph-mon[92315]: pgmap v12779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:01:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:29 smithi172 ceph-mon[103696]: pgmap v12779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:01:30.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:30.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:30.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:30 smithi050 ceph-mon[92315]: pgmap v12780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:30.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:30 smithi172 ceph-mon[103696]: pgmap v12780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:31.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:31.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:31.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:01:31.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:01:32.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:32.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:33.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:33.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:33.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:01:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:01:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:32 smithi050 ceph-mon[92315]: pgmap v12781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:01:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:01:33.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:01:33.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:01:33.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:01:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:01:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:01:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:32 smithi172 ceph-mon[103696]: pgmap v12781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:01:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:01:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:01:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:01:33.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:01:34.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:34.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:35.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:35.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:35 smithi050 ceph-mon[92315]: pgmap v12782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:01:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:35 smithi172 ceph-mon[103696]: pgmap v12782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:01:36.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:36.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:37.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:37.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:37.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:37 smithi050 ceph-mon[92315]: pgmap v12783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:37.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:37 smithi172 ceph-mon[103696]: pgmap v12783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:38.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:38.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:39.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:39.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:39.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:39 smithi050 ceph-mon[92315]: pgmap v12784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:01:39.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:39 smithi172 ceph-mon[103696]: pgmap v12784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:01:40.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:40.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:40.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:40 smithi050 ceph-mon[92315]: pgmap v12785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:40 smithi172 ceph-mon[103696]: pgmap v12785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:41.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:41.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:42.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:42.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:43.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:43.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:43 smithi050 ceph-mon[92315]: pgmap v12786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:43.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:43 smithi172 ceph-mon[103696]: pgmap v12786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:44.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:44.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:45.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:45.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:45.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:45 smithi050 ceph-mon[92315]: pgmap v12787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:45.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:45 smithi172 ceph-mon[103696]: pgmap v12787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:46.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:46.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:47.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:47.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:47.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:47 smithi050 ceph-mon[92315]: pgmap v12788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:47.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:47 smithi172 ceph-mon[103696]: pgmap v12788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:48.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:48.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:49.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:49.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:49.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:49 smithi050 ceph-mon[92315]: pgmap v12789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:01:49.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:49 smithi172 ceph-mon[103696]: pgmap v12789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:01:50.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:50.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:01:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:01:51.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:51.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:51.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:51 smithi050 ceph-mon[92315]: pgmap v12790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:51.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:51 smithi172 ceph-mon[103696]: pgmap v12790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:52.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:52.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:53.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:53.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:53.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:53 smithi050 ceph-mon[92315]: pgmap v12791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:53 smithi172 ceph-mon[103696]: pgmap v12791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:54.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:54.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:55.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:55.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:55.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:55 smithi050 ceph-mon[92315]: pgmap v12792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:55.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:55 smithi172 ceph-mon[103696]: pgmap v12792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:56.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:56.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:57.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:57.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:57.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:57 smithi050 ceph-mon[92315]: pgmap v12793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:57.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:57 smithi172 ceph-mon[103696]: pgmap v12793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:01:58.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:58.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:01:58.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:01:58 smithi050 ceph-mon[92315]: pgmap v12794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:01:58.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:01:58 smithi172 ceph-mon[103696]: pgmap v12794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:01:59.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:01:59.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:00.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:00.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:00.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:00 smithi050 ceph-mon[92315]: pgmap v12795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:00.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:00 smithi172 ceph-mon[103696]: pgmap v12795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:01.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:01.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:02.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:02.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:03.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:03.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:03.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:03 smithi050 ceph-mon[92315]: pgmap v12796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:03.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:03 smithi172 ceph-mon[103696]: pgmap v12796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:04.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:04.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:05.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:05.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:05.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:05 smithi050 ceph-mon[92315]: pgmap v12797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:02:05.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:05 smithi172 ceph-mon[103696]: pgmap v12797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:02:06.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:06.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:07.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:07.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:07.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:07 smithi050 ceph-mon[92315]: pgmap v12798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:07.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:07 smithi172 ceph-mon[103696]: pgmap v12798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:08.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:08.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:09.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:09.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:09.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:09 smithi050 ceph-mon[92315]: pgmap v12799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:02:09.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:09 smithi172 ceph-mon[103696]: pgmap v12799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:02:10.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:10.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:10.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:10 smithi050 ceph-mon[92315]: pgmap v12800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:10.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:10 smithi172 ceph-mon[103696]: pgmap v12800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:11.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:11.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:12.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:12.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:13.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:13.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:13.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:13 smithi050 ceph-mon[92315]: pgmap v12801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:13.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:13 smithi172 ceph-mon[103696]: pgmap v12801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:14.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:14.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:15.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:15.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:15.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:15 smithi050 ceph-mon[92315]: pgmap v12802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:15.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:15 smithi172 ceph-mon[103696]: pgmap v12802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:16.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:16.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:17.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:17.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:17.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:17 smithi050 ceph-mon[92315]: pgmap v12803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:17 smithi172 ceph-mon[103696]: pgmap v12803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:18.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:18.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:19.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:19.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:19.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:19 smithi050 ceph-mon[92315]: pgmap v12804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:02:19.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:19 smithi172 ceph-mon[103696]: pgmap v12804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:02:20.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:20.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:20.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:02:20.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:02:21.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:21.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:21.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:21 smithi050 ceph-mon[92315]: pgmap v12805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:21.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:21 smithi172 ceph-mon[103696]: pgmap v12805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:22.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:22.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:22.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:22 smithi050 ceph-mon[92315]: pgmap v12806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:22.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:22 smithi172 ceph-mon[103696]: pgmap v12806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:23.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:23.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:24.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:24.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:25.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:25.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:25.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:25 smithi050 ceph-mon[92315]: pgmap v12807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:25.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:25 smithi172 ceph-mon[103696]: pgmap v12807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:26.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:26.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:27.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:27.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:27.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:27 smithi050 ceph-mon[92315]: pgmap v12808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:27.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:27 smithi172 ceph-mon[103696]: pgmap v12808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:28.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:28.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:29.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:29.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:29.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:29 smithi050 ceph-mon[92315]: pgmap v12809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:02:29.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:29 smithi172 ceph-mon[103696]: pgmap v12809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:02:30.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:30.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:30.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:30 smithi050 ceph-mon[92315]: pgmap v12810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:30.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:30 smithi172 ceph-mon[103696]: pgmap v12810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:31.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:31.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:32.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:32.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:33.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:33.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:33.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:33 smithi050 ceph-mon[92315]: pgmap v12811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:33.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:02:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:02:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:02:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:02:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:02:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:02:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:33 smithi172 ceph-mon[103696]: pgmap v12811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:02:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:02:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:02:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:02:33.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:02:33.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:02:34.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:34.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:35.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:35.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:35 smithi050 ceph-mon[92315]: pgmap v12812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:02:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:35 smithi172 ceph-mon[103696]: pgmap v12812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:02:36.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:36.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:37.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:37.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:37.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:37 smithi050 ceph-mon[92315]: pgmap v12813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:37.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:37 smithi172 ceph-mon[103696]: pgmap v12813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:38.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:38.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:39.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:39 smithi172 ceph-mon[103696]: pgmap v12814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:02:39.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:39.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:39.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:39 smithi050 ceph-mon[92315]: pgmap v12814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:02:40.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:40.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:40.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:40 smithi050 ceph-mon[92315]: pgmap v12815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:40.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:40 smithi172 ceph-mon[103696]: pgmap v12815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:41.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:41.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:42.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:42.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:43.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:43.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:43.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:43 smithi050 ceph-mon[92315]: pgmap v12816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:43.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:43 smithi172 ceph-mon[103696]: pgmap v12816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:44.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:44.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:45.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:45.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:45.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:45 smithi050 ceph-mon[92315]: pgmap v12817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:45.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:45 smithi172 ceph-mon[103696]: pgmap v12817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:46.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:46.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:47.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:47.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:47.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:47 smithi050 ceph-mon[92315]: pgmap v12818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:47.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:47 smithi172 ceph-mon[103696]: pgmap v12818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:48.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:48.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:49.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:49.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:49.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:49 smithi050 ceph-mon[92315]: pgmap v12819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:02:49.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:49 smithi172 ceph-mon[103696]: pgmap v12819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:02:50.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:50.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:02:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:50 smithi050 ceph-mon[92315]: pgmap v12820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:02:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:50 smithi172 ceph-mon[103696]: pgmap v12820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:51.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:51.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:52.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:52.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:53.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:53.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:53.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:53 smithi050 ceph-mon[92315]: pgmap v12821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:53.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:53 smithi172 ceph-mon[103696]: pgmap v12821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:54.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:54.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:55.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:55.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:55.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:55 smithi050 ceph-mon[92315]: pgmap v12822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:55.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:55 smithi172 ceph-mon[103696]: pgmap v12822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:56.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:56.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:57.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:57.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:57.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:57 smithi050 ceph-mon[92315]: pgmap v12823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:57.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:57 smithi172 ceph-mon[103696]: pgmap v12823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:02:58.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:58.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:02:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:02:58 smithi050 ceph-mon[92315]: pgmap v12824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:02:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:02:58 smithi172 ceph-mon[103696]: pgmap v12824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:02:59.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:02:59.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:00.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:00.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:00.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:00 smithi050 ceph-mon[92315]: pgmap v12825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:00.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:00 smithi172 ceph-mon[103696]: pgmap v12825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:01.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:01.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:02.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:02.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:03.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:03.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:03.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:03 smithi050 ceph-mon[92315]: pgmap v12826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:03.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:03 smithi172 ceph-mon[103696]: pgmap v12826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:04.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:04.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:05.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:05.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:05.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:05 smithi050 ceph-mon[92315]: pgmap v12827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:05.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:03:05.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:05 smithi172 ceph-mon[103696]: pgmap v12827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:03:06.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:06.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:06.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:06 smithi050 ceph-mon[92315]: pgmap v12828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:06.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:06 smithi172 ceph-mon[103696]: pgmap v12828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:07.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:07.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:08.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:08.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:09.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:09.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:09.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:09 smithi050 ceph-mon[92315]: pgmap v12829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:03:09.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:09 smithi172 ceph-mon[103696]: pgmap v12829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:03:10.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:10.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:10.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:10 smithi050 ceph-mon[92315]: pgmap v12830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:10.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:10 smithi172 ceph-mon[103696]: pgmap v12830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:11.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:11.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:12.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:12.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:13.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:13.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:13.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:13 smithi050 ceph-mon[92315]: pgmap v12831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:13.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:13 smithi172 ceph-mon[103696]: pgmap v12831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:14.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:14.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:14 smithi050 ceph-mon[92315]: pgmap v12832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:14 smithi172 ceph-mon[103696]: pgmap v12832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:15.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:15.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:16.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:16.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:17.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:17.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:17.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:17 smithi050 ceph-mon[92315]: pgmap v12833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:17.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:17 smithi172 ceph-mon[103696]: pgmap v12833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:18.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:18.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:18.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:18 smithi050 ceph-mon[92315]: pgmap v12834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:03:18.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:18 smithi172 ceph-mon[103696]: pgmap v12834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:03:19.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:19.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:19.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:03:19.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:03:20.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:20.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:20.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:20 smithi050 ceph-mon[92315]: pgmap v12835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:20.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:20 smithi172 ceph-mon[103696]: pgmap v12835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:21.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:21.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:22.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:22.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:22.458 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:22 smithi050 ceph-mon[92315]: pgmap v12836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:22.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:22 smithi172 ceph-mon[103696]: pgmap v12836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:23.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:23.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:24.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:24.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:24.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:24 smithi050 ceph-mon[92315]: pgmap v12837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:24 smithi172 ceph-mon[103696]: pgmap v12837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:25.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:25.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:26.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:26.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:26.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:26 smithi050 ceph-mon[92315]: pgmap v12838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:26.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:26 smithi172 ceph-mon[103696]: pgmap v12838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:27.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:27.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:28.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:28.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:28.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:28 smithi050 ceph-mon[92315]: pgmap v12839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:03:28.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:28 smithi172 ceph-mon[103696]: pgmap v12839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:03:29.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:29.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:30.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:30.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:30.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:30 smithi050 ceph-mon[92315]: pgmap v12840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:30.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:30 smithi172 ceph-mon[103696]: pgmap v12840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:31.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:31.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:32.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:32.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:32.573 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:32 smithi050 ceph-mon[92315]: pgmap v12841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:32.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:32 smithi172 ceph-mon[103696]: pgmap v12841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:33.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:33.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:33.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:03:33.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:03:34.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:34.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:34.435 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:03:34.436 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:03:34.436 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:03:34.436 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:03:34.436 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:34 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1544M 2023-09-30T21:03:34.436 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:03:34.437 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:03:34.437 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:03:34.437 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:03:34.437 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:03:34.437 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:03:34.437 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:34 smithi172 ceph-mon[103696]: pgmap v12842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:34.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:03:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:03:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:03:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:03:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:34 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1544M 2023-09-30T21:03:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:03:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:03:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:03:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:03:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:03:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:03:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:34 smithi050 ceph-mon[92315]: pgmap v12842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:35.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:35.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:35.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:03:35.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:03:36.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:36.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:36 smithi050 ceph-mon[92315]: pgmap v12843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:36.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:36 smithi172 ceph-mon[103696]: pgmap v12843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:37.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:37.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:38.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:38.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:38.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:38 smithi050 ceph-mon[92315]: pgmap v12844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:03:38.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:38 smithi172 ceph-mon[103696]: pgmap v12844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:03:39.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:39.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:40.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:40.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:40.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:40 smithi050 ceph-mon[92315]: pgmap v12845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:40.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:40 smithi172 ceph-mon[103696]: pgmap v12845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:41.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:41.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:42.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:42.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:42.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:42 smithi050 ceph-mon[92315]: pgmap v12846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:42.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:42 smithi172 ceph-mon[103696]: pgmap v12846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:43.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:43.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:44.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:44.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:44.539 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:44 smithi172 ceph-mon[103696]: pgmap v12847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:44.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:44 smithi050 ceph-mon[92315]: pgmap v12847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:45.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:45.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:46.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:46.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:46.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:46 smithi050 ceph-mon[92315]: pgmap v12848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:46 smithi172 ceph-mon[103696]: pgmap v12848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:47.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:47.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:48.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:48.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:48.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:48 smithi050 ceph-mon[92315]: pgmap v12849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:03:48.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:48 smithi172 ceph-mon[103696]: pgmap v12849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:03:49.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:49.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:49.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:03:49.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:03:50.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:50.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:50.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:50 smithi050 ceph-mon[92315]: pgmap v12850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:50.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:50 smithi172 ceph-mon[103696]: pgmap v12850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:51.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:51.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:52.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:52.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:52.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:52 smithi050 ceph-mon[92315]: pgmap v12851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:52.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:52 smithi172 ceph-mon[103696]: pgmap v12851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:53.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:53.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:54.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:54.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:54.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:54 smithi050 ceph-mon[92315]: pgmap v12852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:54.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:54 smithi172 ceph-mon[103696]: pgmap v12852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:55.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:55.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:56.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:56.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:56 smithi050 ceph-mon[92315]: pgmap v12853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:56.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:56 smithi172 ceph-mon[103696]: pgmap v12853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:03:57.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:57.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:58.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:58.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:03:58.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:03:58 smithi050 ceph-mon[92315]: pgmap v12854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:03:58.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:03:58 smithi172 ceph-mon[103696]: pgmap v12854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:03:59.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:03:59.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:00.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:00.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:00.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:00 smithi050 ceph-mon[92315]: pgmap v12855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:00.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:00 smithi172 ceph-mon[103696]: pgmap v12855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:01.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:01.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:02.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:02.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:02 smithi050 ceph-mon[92315]: pgmap v12856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:02 smithi172 ceph-mon[103696]: pgmap v12856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:03.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:03.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:04.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:04.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:04 smithi050 ceph-mon[92315]: pgmap v12857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:04.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:04 smithi172 ceph-mon[103696]: pgmap v12857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:05.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:05.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:05.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:04:05.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:04:06.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:06.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:06.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:06 smithi050 ceph-mon[92315]: pgmap v12858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:06.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:06 smithi172 ceph-mon[103696]: pgmap v12858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:07.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:07.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:08.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:08.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:08.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:08 smithi050 ceph-mon[92315]: pgmap v12859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:04:08.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:08 smithi172 ceph-mon[103696]: pgmap v12859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:04:09.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:09.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:10.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:10.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:10.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:10 smithi050 ceph-mon[92315]: pgmap v12860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:10.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:10 smithi172 ceph-mon[103696]: pgmap v12860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:11.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:11.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:12.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:12.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:12.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:12 smithi050 ceph-mon[92315]: pgmap v12861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:12.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:12 smithi172 ceph-mon[103696]: pgmap v12861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:13.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:13.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:14.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:14.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:14 smithi050 ceph-mon[92315]: pgmap v12862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:14.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:14 smithi172 ceph-mon[103696]: pgmap v12862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:15.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:15.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:16.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:16.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:16.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:16 smithi050 ceph-mon[92315]: pgmap v12863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:16 smithi172 ceph-mon[103696]: pgmap v12863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:17.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:17.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:18.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:18.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:18 smithi050 ceph-mon[92315]: pgmap v12864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:04:18.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:18 smithi172 ceph-mon[103696]: pgmap v12864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:04:19.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:19.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:19.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:04:19.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:04:20.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:20.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:20.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:20 smithi050 ceph-mon[92315]: pgmap v12865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:20.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:20 smithi172 ceph-mon[103696]: pgmap v12865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:21.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:21.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:22.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:22.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:22.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:22 smithi050 ceph-mon[92315]: pgmap v12866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:22.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:22 smithi172 ceph-mon[103696]: pgmap v12866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:23.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:23.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:24.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:24.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:24.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:24 smithi050 ceph-mon[92315]: pgmap v12867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:24.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:24 smithi172 ceph-mon[103696]: pgmap v12867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:25.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:25.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:26.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:26.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:26.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:26 smithi050 ceph-mon[92315]: pgmap v12868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:26.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:26 smithi172 ceph-mon[103696]: pgmap v12868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:27.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:27.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:28.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:28.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:28.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:28 smithi050 ceph-mon[92315]: pgmap v12869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:04:28.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:28 smithi172 ceph-mon[103696]: pgmap v12869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:04:29.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:29.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:30.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:30.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:30.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:30 smithi050 ceph-mon[92315]: pgmap v12870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:30.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:30 smithi172 ceph-mon[103696]: pgmap v12870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:31.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:31.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:32.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:32.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:32.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:32 smithi050 ceph-mon[92315]: pgmap v12871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:32.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:32 smithi172 ceph-mon[103696]: pgmap v12871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:33.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:33.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:34.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:04:34.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:34.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:34.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:04:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:34 smithi050 ceph-mon[92315]: pgmap v12872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:04:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:04:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:04:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:04:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:04:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:04:35.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:35.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:34 smithi172 ceph-mon[103696]: pgmap v12872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:04:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:04:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:04:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:04:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:04:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:04:36.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:36.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:36 smithi050 ceph-mon[92315]: pgmap v12873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:36.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:36 smithi172 ceph-mon[103696]: pgmap v12873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:37.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:37.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:38.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:38.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:38.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:38 smithi050 ceph-mon[92315]: pgmap v12874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:04:38.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:38 smithi172 ceph-mon[103696]: pgmap v12874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:04:39.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:39.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:40.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:40.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:40.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:40 smithi050 ceph-mon[92315]: pgmap v12875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:40.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:40 smithi172 ceph-mon[103696]: pgmap v12875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:41.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:41.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:42.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:42.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:42.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:42 smithi050 ceph-mon[92315]: pgmap v12876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:42 smithi172 ceph-mon[103696]: pgmap v12876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:43.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:43.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:44.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:44.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:44.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:44 smithi050 ceph-mon[92315]: pgmap v12877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:44.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:44 smithi172 ceph-mon[103696]: pgmap v12877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:45.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:45.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:46.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:46.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:46.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:46 smithi050 ceph-mon[92315]: pgmap v12878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:46.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:46 smithi172 ceph-mon[103696]: pgmap v12878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:47.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:47.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:48.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:48.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:48.433 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:48 smithi050 ceph-mon[92315]: pgmap v12879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:04:48.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:48 smithi172 ceph-mon[103696]: pgmap v12879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:04:49.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:49.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:49.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:04:49.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:04:50.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:50.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:50 smithi172 ceph-mon[103696]: pgmap v12880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:50.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:50 smithi050 ceph-mon[92315]: pgmap v12880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:51.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:51.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:52.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:52.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:52.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:52 smithi050 ceph-mon[92315]: pgmap v12881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:52.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:52 smithi172 ceph-mon[103696]: pgmap v12881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:53.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:53.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:54.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:54.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:54.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:54 smithi050 ceph-mon[92315]: pgmap v12882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:54.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:54 smithi172 ceph-mon[103696]: pgmap v12882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:55.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:55.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:56.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:56.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:56 smithi050 ceph-mon[92315]: pgmap v12883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:56.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:56 smithi172 ceph-mon[103696]: pgmap v12883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:04:57.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:57.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:58.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:58.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:04:58.551 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:04:58 smithi050 ceph-mon[92315]: pgmap v12884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:04:58.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:04:58 smithi172 ceph-mon[103696]: pgmap v12884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:04:59.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:04:59.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:00.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:00.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:00 smithi172 ceph-mon[103696]: pgmap v12885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:00.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:00 smithi050 ceph-mon[92315]: pgmap v12885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:01.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:01.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:02.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:02.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:02 smithi050 ceph-mon[92315]: pgmap v12886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:02 smithi172 ceph-mon[103696]: pgmap v12886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:03.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:03.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:04.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:04.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:04 smithi050 ceph-mon[92315]: pgmap v12887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:04.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:04 smithi172 ceph-mon[103696]: pgmap v12887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:05.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:05.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:05.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:05:05.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:05:06.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:06.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:06.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:06 smithi050 ceph-mon[92315]: pgmap v12888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:06.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:06 smithi172 ceph-mon[103696]: pgmap v12888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:07.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:07.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:08.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:08.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:08.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:08 smithi050 ceph-mon[92315]: pgmap v12889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:05:08.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:08 smithi172 ceph-mon[103696]: pgmap v12889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:05:09.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:09.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:10.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:10.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:10.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:10 smithi050 ceph-mon[92315]: pgmap v12890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:11.202 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:10 smithi172 ceph-mon[103696]: pgmap v12890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:11.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:11.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:12.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:12.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:12.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:12 smithi050 ceph-mon[92315]: pgmap v12891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:12.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:12 smithi172 ceph-mon[103696]: pgmap v12891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:13.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:13.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:14.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:14.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:14 smithi050 ceph-mon[92315]: pgmap v12892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:14.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:14 smithi172 ceph-mon[103696]: pgmap v12892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:15.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:15.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:16.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:16.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:16.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:16 smithi050 ceph-mon[92315]: pgmap v12893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:16 smithi172 ceph-mon[103696]: pgmap v12893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:17.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:17.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:18.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:18.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:18.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:18 smithi050 ceph-mon[92315]: pgmap v12894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:05:18.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:18 smithi172 ceph-mon[103696]: pgmap v12894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:05:19.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:19.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:19.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:05:19.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:05:20.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:20.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:20.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:20 smithi050 ceph-mon[92315]: pgmap v12895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:20 smithi172 ceph-mon[103696]: pgmap v12895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:21.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:21.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:22.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:22.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:22.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:22 smithi050 ceph-mon[92315]: pgmap v12896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:22.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:22 smithi172 ceph-mon[103696]: pgmap v12896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:23.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:23.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:24.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:24.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:24.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:24 smithi050 ceph-mon[92315]: pgmap v12897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:24.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:24 smithi172 ceph-mon[103696]: pgmap v12897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:25.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:25.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:26.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:26.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:26.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:26 smithi050 ceph-mon[92315]: pgmap v12898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:26.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:26 smithi172 ceph-mon[103696]: pgmap v12898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:27.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:27.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:28.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:28.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:28.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:28 smithi050 ceph-mon[92315]: pgmap v12899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:05:28.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:28 smithi172 ceph-mon[103696]: pgmap v12899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:05:29.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:29.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:30.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:30.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:30.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:30 smithi050 ceph-mon[92315]: pgmap v12900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:30.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:30 smithi172 ceph-mon[103696]: pgmap v12900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:31.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:31.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:32.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:32.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:32.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:32 smithi050 ceph-mon[92315]: pgmap v12901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:32.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:32 smithi172 ceph-mon[103696]: pgmap v12901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:33.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:33.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:34.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:34 smithi050 ceph-mon[92315]: pgmap v12902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:34.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:34.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:34.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:34 smithi172 ceph-mon[103696]: pgmap v12902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:35.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:35.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:35.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:05:35.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:05:35.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:05:35.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:05:36.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:36.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:05:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:05:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:05:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:05:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:05:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:36 smithi050 ceph-mon[92315]: pgmap v12903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:36.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:05:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:05:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:05:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:05:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:05:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:36 smithi172 ceph-mon[103696]: pgmap v12903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:37.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:37.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:38.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:38.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:38.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:38 smithi050 ceph-mon[92315]: pgmap v12904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:05:38.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:38 smithi172 ceph-mon[103696]: pgmap v12904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:05:39.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:39.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:40.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:40.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:40.745 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:40 smithi172 ceph-mon[103696]: pgmap v12905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:40.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:40 smithi050 ceph-mon[92315]: pgmap v12905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:41.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:41.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:42.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:42.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:42.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:42 smithi050 ceph-mon[92315]: pgmap v12906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:42.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:42 smithi172 ceph-mon[103696]: pgmap v12906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:43.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:43.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:44.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:44 smithi050 ceph-mon[92315]: pgmap v12907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:44.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:44.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:44.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:44 smithi172 ceph-mon[103696]: pgmap v12907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:45.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:45.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:46.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:46.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:46.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:46 smithi050 ceph-mon[92315]: pgmap v12908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:46.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:46 smithi172 ceph-mon[103696]: pgmap v12908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:47.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:47.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:48.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:48.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:48.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:48 smithi050 ceph-mon[92315]: pgmap v12909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:05:48.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:48 smithi172 ceph-mon[103696]: pgmap v12909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:05:49.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:49.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:49.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:05:49.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:05:50.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:50.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:50.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:50 smithi050 ceph-mon[92315]: pgmap v12910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:50.854 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:50 smithi172 ceph-mon[103696]: pgmap v12910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:51.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:51.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:52.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:52.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:52.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:52 smithi050 ceph-mon[92315]: pgmap v12911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:52.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:52 smithi172 ceph-mon[103696]: pgmap v12911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:53.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:53.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:54.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:54.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:54 smithi050 ceph-mon[92315]: pgmap v12912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:54 smithi172 ceph-mon[103696]: pgmap v12912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:55.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:55.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:56.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:56.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:56 smithi050 ceph-mon[92315]: pgmap v12913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:56.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:56 smithi172 ceph-mon[103696]: pgmap v12913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:05:57.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:57.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:58.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:58.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:05:58.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:05:58 smithi050 ceph-mon[92315]: pgmap v12914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:05:58.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:05:58 smithi172 ceph-mon[103696]: pgmap v12914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:05:59.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:05:59.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:00.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:00.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:00.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:00 smithi050 ceph-mon[92315]: pgmap v12915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:00.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:00 smithi172 ceph-mon[103696]: pgmap v12915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:01.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:01.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:02.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:02.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:02 smithi050 ceph-mon[92315]: pgmap v12916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:02 smithi172 ceph-mon[103696]: pgmap v12916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:03.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:03.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:04.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:04.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:04 smithi050 ceph-mon[92315]: pgmap v12917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:04.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:04 smithi172 ceph-mon[103696]: pgmap v12917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:05.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:05.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:05.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:06:05.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:06:06.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:06 smithi172 ceph-mon[103696]: pgmap v12918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:06.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:06.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:06.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:06 smithi050 ceph-mon[92315]: pgmap v12918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:07.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:07.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:08.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:08.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:08.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:08 smithi050 ceph-mon[92315]: pgmap v12919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:06:08.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:08 smithi172 ceph-mon[103696]: pgmap v12919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:06:09.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:09.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:10.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:10.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:10.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:10 smithi050 ceph-mon[92315]: pgmap v12920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:10.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:10 smithi172 ceph-mon[103696]: pgmap v12920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:11.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:11.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:12.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:12.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:12.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:12 smithi050 ceph-mon[92315]: pgmap v12921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:12.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:12 smithi172 ceph-mon[103696]: pgmap v12921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:13.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:13.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:14.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:14.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:14 smithi050 ceph-mon[92315]: pgmap v12922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:14.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:14 smithi172 ceph-mon[103696]: pgmap v12922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:15.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:15.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:16.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:16 smithi172 ceph-mon[103696]: pgmap v12923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:16.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:16.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:16.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:16 smithi050 ceph-mon[92315]: pgmap v12923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:17.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:17.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:18.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:18.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:18.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:18 smithi050 ceph-mon[92315]: pgmap v12924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:06:18.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:18 smithi172 ceph-mon[103696]: pgmap v12924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:06:19.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:19.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:19.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:06:19.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:06:20.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:20.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:20.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:20 smithi050 ceph-mon[92315]: pgmap v12925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:20.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:20 smithi172 ceph-mon[103696]: pgmap v12925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:21.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:21.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:22.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:22.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:22.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:22 smithi050 ceph-mon[92315]: pgmap v12926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:22 smithi172 ceph-mon[103696]: pgmap v12926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:23.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:23.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:24.525 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:24 smithi050 ceph-mon[92315]: pgmap v12927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:24.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:24.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:24.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:24 smithi172 ceph-mon[103696]: pgmap v12927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:25.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:25.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:26.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:26.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:26.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:26 smithi050 ceph-mon[92315]: pgmap v12928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:26.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:26 smithi172 ceph-mon[103696]: pgmap v12928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:27.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:27.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:28.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:28.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:28.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:28 smithi050 ceph-mon[92315]: pgmap v12929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:06:28.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:28 smithi172 ceph-mon[103696]: pgmap v12929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:06:29.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:29.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:30.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:30.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:30.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:30 smithi050 ceph-mon[92315]: pgmap v12930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:30.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:30 smithi172 ceph-mon[103696]: pgmap v12930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:31.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:31.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:32.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:32.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:32.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:32 smithi050 ceph-mon[92315]: pgmap v12931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:32.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:32 smithi172 ceph-mon[103696]: pgmap v12931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:33.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:33.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:34.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:34.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:34.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:34 smithi050 ceph-mon[92315]: pgmap v12932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:34.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:34 smithi172 ceph-mon[103696]: pgmap v12932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:35.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:35.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:35.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:06:35.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:06:36.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:36.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:06:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:36 smithi050 ceph-mon[92315]: pgmap v12933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:06:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:36 smithi172 ceph-mon[103696]: pgmap v12933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:37.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:37.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:38.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:38.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:38.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:38 smithi050 ceph-mon[92315]: pgmap v12934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:06:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:38 smithi172 ceph-mon[103696]: pgmap v12934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:06:39.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:39.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:40.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:40.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:41.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:06:41.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:06:41.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:41 smithi050 ceph-mon[92315]: pgmap v12935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:06:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:06:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:06:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:06:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:06:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:06:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:06:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:41 smithi172 ceph-mon[103696]: pgmap v12935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:06:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:06:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:06:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:06:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:06:41.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:41.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:42.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:42.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:42.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:42 smithi050 ceph-mon[92315]: pgmap v12936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:42.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:42 smithi172 ceph-mon[103696]: pgmap v12936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:43.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:43.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:44.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:44.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:44.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:44 smithi050 ceph-mon[92315]: pgmap v12937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:44.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:44 smithi172 ceph-mon[103696]: pgmap v12937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:45.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:45.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:46.438 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:46 smithi172 ceph-mon[103696]: pgmap v12938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:46.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:46.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:46.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:46 smithi050 ceph-mon[92315]: pgmap v12938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:47.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:47.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:48.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:48.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:48.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:48 smithi050 ceph-mon[92315]: pgmap v12939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:06:48.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:48 smithi172 ceph-mon[103696]: pgmap v12939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:06:49.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:49.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:49.812 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:06:49.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:06:50.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:50.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:50.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:50 smithi050 ceph-mon[92315]: pgmap v12940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:50.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:50 smithi172 ceph-mon[103696]: pgmap v12940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:51.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:51.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:52.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:52 smithi050 ceph-mon[92315]: pgmap v12941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:52.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:52.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:52.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:52 smithi172 ceph-mon[103696]: pgmap v12941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:53.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:53.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:54.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:54 smithi050 ceph-mon[92315]: pgmap v12942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:54.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:54.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:54.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:54 smithi172 ceph-mon[103696]: pgmap v12942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:55.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:55.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:56.544 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:56 smithi172 ceph-mon[103696]: pgmap v12943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:56 smithi050 ceph-mon[92315]: pgmap v12943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:06:56.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:56.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:57.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:57.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:58.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:06:58 smithi050 ceph-mon[92315]: pgmap v12944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:06:58.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:58.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:06:58.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:06:58 smithi172 ceph-mon[103696]: pgmap v12944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:06:59.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:06:59.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:00.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:00.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:00.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:00 smithi050 ceph-mon[92315]: pgmap v12945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:00.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:00 smithi172 ceph-mon[103696]: pgmap v12945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:01.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:01.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:02 smithi050 ceph-mon[92315]: pgmap v12946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:02.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:02.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:02 smithi172 ceph-mon[103696]: pgmap v12946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:03.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:03.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:04 smithi050 ceph-mon[92315]: pgmap v12947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:04.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:04.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:04.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:04 smithi172 ceph-mon[103696]: pgmap v12947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:05.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:07:05.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:05.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:05.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:07:06.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:06 smithi050 ceph-mon[92315]: pgmap v12948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:06.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:06.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:06 smithi172 ceph-mon[103696]: pgmap v12948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:07.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:07.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:08.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:08 smithi050 ceph-mon[92315]: pgmap v12949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:07:08.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:08 smithi172 ceph-mon[103696]: pgmap v12949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:07:08.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:08.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:09.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:09.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:10.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:10.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:10.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:10 smithi050 ceph-mon[92315]: pgmap v12950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:10.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:10 smithi172 ceph-mon[103696]: pgmap v12950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:11.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:11.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:12.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:12 smithi050 ceph-mon[92315]: pgmap v12951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:12.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:12 smithi172 ceph-mon[103696]: pgmap v12951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:12.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:12.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:13.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:13.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:14 smithi050 ceph-mon[92315]: pgmap v12952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:14.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:14 smithi172 ceph-mon[103696]: pgmap v12952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:14.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:14.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:15.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:15.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:16.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:16 smithi050 ceph-mon[92315]: pgmap v12953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:16 smithi172 ceph-mon[103696]: pgmap v12953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:16.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:16.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:17.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:17.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:18.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:18 smithi050 ceph-mon[92315]: pgmap v12954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:07:18.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:18 smithi172 ceph-mon[103696]: pgmap v12954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:07:18.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:18.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:19.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:19.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:19.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:07:19.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:07:20.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:20.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:20.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:20 smithi050 ceph-mon[92315]: pgmap v12955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:20.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:20 smithi172 ceph-mon[103696]: pgmap v12955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:21.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:21.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:22.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:22 smithi050 ceph-mon[92315]: pgmap v12956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:22.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:22 smithi172 ceph-mon[103696]: pgmap v12956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:22.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:22.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:23.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:23.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:24.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:24 smithi050 ceph-mon[92315]: pgmap v12957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:24.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:24 smithi172 ceph-mon[103696]: pgmap v12957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:24.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:24.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:25.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:25.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:26.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:26 smithi050 ceph-mon[92315]: pgmap v12958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:26.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:26 smithi172 ceph-mon[103696]: pgmap v12958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:26.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:26.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:27.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:27.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:28.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:28 smithi050 ceph-mon[92315]: pgmap v12959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:07:28.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:28 smithi172 ceph-mon[103696]: pgmap v12959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:07:28.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:28.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:29.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:29.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:30 smithi050 ceph-mon[92315]: pgmap v12960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:30.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:30.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:30.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:30 smithi172 ceph-mon[103696]: pgmap v12960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:31.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:31.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:32.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:32 smithi050 ceph-mon[92315]: pgmap v12961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:32.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:32 smithi172 ceph-mon[103696]: pgmap v12961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:32.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:32.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:33.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:33.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:34.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:34 smithi050 ceph-mon[92315]: pgmap v12962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:34.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:34 smithi172 ceph-mon[103696]: pgmap v12962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:34.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:34.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:35.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:07:35.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:07:35.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:35.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:36 smithi050 ceph-mon[92315]: pgmap v12963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:36.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:36 smithi172 ceph-mon[103696]: pgmap v12963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:36.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:36.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:37.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:37.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:38.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:38 smithi050 ceph-mon[92315]: pgmap v12964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:07:38.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:38 smithi172 ceph-mon[103696]: pgmap v12964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:07:38.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:38.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:39.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:39.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:40.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:40.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:40.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:40 smithi050 ceph-mon[92315]: pgmap v12965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:40.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:40 smithi172 ceph-mon[103696]: pgmap v12965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:41.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:41.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:41.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:07:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:07:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:07:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:07:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:07:41.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:07:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:07:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:07:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:07:41.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:07:41.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:07:41.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:07:42.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:42.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:42.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:42 smithi050 ceph-mon[92315]: pgmap v12966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:42 smithi172 ceph-mon[103696]: pgmap v12966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:43.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:43.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:44.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:44 smithi050 ceph-mon[92315]: pgmap v12967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:44 smithi172 ceph-mon[103696]: pgmap v12967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:44.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:44.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:45.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:45.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:46.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:46 smithi050 ceph-mon[92315]: pgmap v12968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:46.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:46 smithi172 ceph-mon[103696]: pgmap v12968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:46.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:46.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:47.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:47.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:48.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:48 smithi050 ceph-mon[92315]: pgmap v12969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:07:48.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:48 smithi172 ceph-mon[103696]: pgmap v12969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:07:48.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:48.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:49.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:49.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:49.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:07:49.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:07:50.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:50.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:50.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:50 smithi050 ceph-mon[92315]: pgmap v12970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:50.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:50 smithi172 ceph-mon[103696]: pgmap v12970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:51.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:51.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:52.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:52 smithi172 ceph-mon[103696]: pgmap v12971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:52.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:52 smithi050 ceph-mon[92315]: pgmap v12971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:52.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:52.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:53.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:53.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:54.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:54 smithi050 ceph-mon[92315]: pgmap v12972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:54.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:54 smithi172 ceph-mon[103696]: pgmap v12972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:54.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:54.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:55.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:55.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:56 smithi050 ceph-mon[92315]: pgmap v12973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:56.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:56 smithi172 ceph-mon[103696]: pgmap v12973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:07:56.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:56.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:57.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:57.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:58.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:07:58 smithi050 ceph-mon[92315]: pgmap v12974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:07:58.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:07:58 smithi172 ceph-mon[103696]: pgmap v12974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:07:58.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:58.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:07:59.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:07:59.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:00.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:00.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:00.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:00 smithi050 ceph-mon[92315]: pgmap v12975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:00.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:00 smithi172 ceph-mon[103696]: pgmap v12975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:01.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:01.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:02 smithi050 ceph-mon[92315]: pgmap v12976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:02 smithi172 ceph-mon[103696]: pgmap v12976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:02.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:02.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:03.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:03.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:04 smithi050 ceph-mon[92315]: pgmap v12977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:04.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:04 smithi172 ceph-mon[103696]: pgmap v12977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:04.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:04.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:05.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:08:05.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:08:05.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:05.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:06.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:06 smithi050 ceph-mon[92315]: pgmap v12978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:06.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:06 smithi172 ceph-mon[103696]: pgmap v12978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:06.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:06.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:07.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:07.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:08.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:08 smithi050 ceph-mon[92315]: pgmap v12979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:08:08.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:08 smithi172 ceph-mon[103696]: pgmap v12979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:08:08.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:08.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:09.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:09.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:10.728 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:10 smithi050 ceph-mon[92315]: pgmap v12980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:10.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:10.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:10.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:10 smithi172 ceph-mon[103696]: pgmap v12980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:11.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:11.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:12.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:12 smithi050 ceph-mon[92315]: pgmap v12981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:12 smithi172 ceph-mon[103696]: pgmap v12981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:12.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:12.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:13.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:13.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:14 smithi050 ceph-mon[92315]: pgmap v12982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:14.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:14 smithi172 ceph-mon[103696]: pgmap v12982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:14.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:14.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:15.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:15.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:16.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:16.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:17.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:17 smithi050 ceph-mon[92315]: pgmap v12983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:17.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:17 smithi172 ceph-mon[103696]: pgmap v12983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:17.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:17.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:18.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:18.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:19.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:19 smithi050 ceph-mon[92315]: pgmap v12984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:08:19.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:19 smithi172 ceph-mon[103696]: pgmap v12984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:08:19.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:19.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:08:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:08:20.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:20.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:21.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:21.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:21.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:21 smithi050 ceph-mon[92315]: pgmap v12985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:21 smithi172 ceph-mon[103696]: pgmap v12985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:22.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:22.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:23.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:23.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:23.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:23 smithi050 ceph-mon[92315]: pgmap v12986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:23 smithi172 ceph-mon[103696]: pgmap v12986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:24.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:24.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:25.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:25.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:25.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:25 smithi050 ceph-mon[92315]: pgmap v12987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:25.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:25 smithi172 ceph-mon[103696]: pgmap v12987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:26.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:26.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:27.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:27.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:27.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:27 smithi050 ceph-mon[92315]: pgmap v12988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:27.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:27 smithi172 ceph-mon[103696]: pgmap v12988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:28.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:28.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:29.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:29.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:29.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:29 smithi050 ceph-mon[92315]: pgmap v12989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:08:29.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:29 smithi172 ceph-mon[103696]: pgmap v12989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:08:30.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:30.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:31.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:31.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:31.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:31 smithi050 ceph-mon[92315]: pgmap v12990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:31.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:31 smithi172 ceph-mon[103696]: pgmap v12990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:32.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:32.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:33.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:33.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:33.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:33 smithi050 ceph-mon[92315]: pgmap v12991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:33.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:33 smithi172 ceph-mon[103696]: pgmap v12991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:34.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:34.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:34.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:08:34.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:08:35.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:35.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:35.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:35 smithi050 ceph-mon[92315]: pgmap v12992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:35.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:35 smithi172 ceph-mon[103696]: pgmap v12992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:36.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:36.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:37.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:37.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:37.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:37 smithi050 ceph-mon[92315]: pgmap v12993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:37.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:37 smithi172 ceph-mon[103696]: pgmap v12993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:38.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:38.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:39.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:39.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:39.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:39 smithi050 ceph-mon[92315]: pgmap v12994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:08:39.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:39 smithi172 ceph-mon[103696]: pgmap v12994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:08:40.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:40.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:41.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:41.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:41.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:41 smithi050 ceph-mon[92315]: pgmap v12995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:41.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:08:41.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:41 smithi172 ceph-mon[103696]: pgmap v12995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:41.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:08:42.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:42.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:43.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:43.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:43.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:43 smithi050 ceph-mon[92315]: pgmap v12996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:43.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:43 smithi172 ceph-mon[103696]: pgmap v12996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:44.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:44.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:45.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:45.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:45.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:45 smithi050 ceph-mon[92315]: pgmap v12997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:45.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:45 smithi172 ceph-mon[103696]: pgmap v12997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:46.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:46.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:47.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:47.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:47.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:47 smithi050 ceph-mon[92315]: pgmap v12998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:47.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:47 smithi172 ceph-mon[103696]: pgmap v12998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:48.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:48.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:49.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:49 smithi050 ceph-mon[92315]: pgmap v12999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:08:49.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:08:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:08:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:08:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:08:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:08:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:08:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:08:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:08:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:08:49.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:49 smithi172 ceph-mon[103696]: pgmap v12999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:08:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:08:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:08:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:08:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:08:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:08:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:08:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:08:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:08:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:08:49.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:49.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:08:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:08:50.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:50.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:51.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:51.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:51.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:51 smithi050 ceph-mon[92315]: pgmap v13000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:51.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:51 smithi172 ceph-mon[103696]: pgmap v13000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:52.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:52.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:53.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:53.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:53.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:53 smithi050 ceph-mon[92315]: pgmap v13001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:53.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:53 smithi172 ceph-mon[103696]: pgmap v13001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:54.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:54.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:55.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:55.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:55.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:55 smithi050 ceph-mon[92315]: pgmap v13002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:55.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:55 smithi172 ceph-mon[103696]: pgmap v13002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:56.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:56.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:57.805 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:57 smithi172 ceph-mon[103696]: pgmap v13003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:57.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:57.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:57.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:57 smithi050 ceph-mon[92315]: pgmap v13003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:08:58.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:58.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:59.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:08:59.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:08:59.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:08:59 smithi050 ceph-mon[92315]: pgmap v13004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:08:59.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:08:59 smithi172 ceph-mon[103696]: pgmap v13004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:09:00.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:00.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:01.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:01 smithi050 ceph-mon[92315]: pgmap v13005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:01.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:01.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:01.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:01 smithi172 ceph-mon[103696]: pgmap v13005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:02.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:02.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:03.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:03.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:03.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:03 smithi050 ceph-mon[92315]: pgmap v13006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:03.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:03 smithi172 ceph-mon[103696]: pgmap v13006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:04.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:04.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:04.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:09:04.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:09:05.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:05.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:05.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:05 smithi050 ceph-mon[92315]: pgmap v13007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:05.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:05 smithi172 ceph-mon[103696]: pgmap v13007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:06.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:06.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:07.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:07.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:07.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:07 smithi050 ceph-mon[92315]: pgmap v13008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:07.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:07 smithi172 ceph-mon[103696]: pgmap v13008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:08.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:08.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:09.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:09.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:09.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:09 smithi050 ceph-mon[92315]: pgmap v13009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:09:09.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:09 smithi172 ceph-mon[103696]: pgmap v13009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:09:10.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:10.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:11.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:11.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:11.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:11 smithi050 ceph-mon[92315]: pgmap v13010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:11.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:11 smithi172 ceph-mon[103696]: pgmap v13010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:12.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:12.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:13.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:13.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:13.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:13 smithi050 ceph-mon[92315]: pgmap v13011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:13.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:13 smithi172 ceph-mon[103696]: pgmap v13011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:14.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:14.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:15.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:15.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:15.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:15 smithi050 ceph-mon[92315]: pgmap v13012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:15.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:15 smithi172 ceph-mon[103696]: pgmap v13012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:16.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:16.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:17.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:17 smithi050 ceph-mon[92315]: pgmap v13013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:17.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:17.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:17.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:17 smithi172 ceph-mon[103696]: pgmap v13013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:18.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:18.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:19.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:19 smithi050 ceph-mon[92315]: pgmap v13014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:09:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:09:19.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:19.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:19.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:19 smithi172 ceph-mon[103696]: pgmap v13014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:09:19.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:09:20.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:20.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:21.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:21 smithi050 ceph-mon[92315]: pgmap v13015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:21.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:21.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:21.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:21 smithi172 ceph-mon[103696]: pgmap v13015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:22.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:22.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:23.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:23 smithi050 ceph-mon[92315]: pgmap v13016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:23.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:23.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:23.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:23 smithi172 ceph-mon[103696]: pgmap v13016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:24.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:24.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:25.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:25 smithi050 ceph-mon[92315]: pgmap v13017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:25.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:25.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:25.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:25 smithi172 ceph-mon[103696]: pgmap v13017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:26.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:26.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:27.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:27 smithi050 ceph-mon[92315]: pgmap v13018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:27.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:27.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:27.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:27 smithi172 ceph-mon[103696]: pgmap v13018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:28.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:28.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:29 smithi050 ceph-mon[92315]: pgmap v13019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:09:29.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:29.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:29.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:29 smithi172 ceph-mon[103696]: pgmap v13019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:09:30.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:30.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:31.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:31 smithi050 ceph-mon[92315]: pgmap v13020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:31.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:31.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:31.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:31 smithi172 ceph-mon[103696]: pgmap v13020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:32.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:32.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:33.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:33 smithi050 ceph-mon[92315]: pgmap v13021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:33.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:33.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:33.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:33 smithi172 ceph-mon[103696]: pgmap v13021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:34.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:09:34.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:09:34.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:34.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:35.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:35 smithi050 ceph-mon[92315]: pgmap v13022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:35.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:35 smithi172 ceph-mon[103696]: pgmap v13022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:35.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:35.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:36.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:36.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:37.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:37 smithi050 ceph-mon[92315]: pgmap v13023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:37.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:37 smithi172 ceph-mon[103696]: pgmap v13023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:37.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:37.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:38.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:38.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:39.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:39 smithi050 ceph-mon[92315]: pgmap v13024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:09:39.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:39 smithi172 ceph-mon[103696]: pgmap v13024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:09:39.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:39.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:40.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:40.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:41.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:41 smithi050 ceph-mon[92315]: pgmap v13025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:41.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:41 smithi172 ceph-mon[103696]: pgmap v13025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:41.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:41.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:42.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:42.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:43.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:43 smithi050 ceph-mon[92315]: pgmap v13026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:43.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:43 smithi172 ceph-mon[103696]: pgmap v13026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:43.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:43.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:44.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:44.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:45.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:45 smithi050 ceph-mon[92315]: pgmap v13027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:45.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:45 smithi172 ceph-mon[103696]: pgmap v13027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:45.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:45.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:46.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:46.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:47.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:47 smithi050 ceph-mon[92315]: pgmap v13028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:47.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:47 smithi172 ceph-mon[103696]: pgmap v13028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:47.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:47.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:48.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:48.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:49.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:49 smithi050 ceph-mon[92315]: pgmap v13029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:09:49.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:09:49.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:09:49.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:49 smithi172 ceph-mon[103696]: pgmap v13029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:09:49.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:09:49.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:09:49.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:49.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:50.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:50.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:51.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:09:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:09:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:09:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:09:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:09:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:09:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:09:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:09:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:09:51.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:09:51.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:09:51.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:09:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:09:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:09:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:09:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:09:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:09:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:09:51.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:51.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:52.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:51 smithi050 ceph-mon[92315]: pgmap v13030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:52.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:51 smithi172 ceph-mon[103696]: pgmap v13030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:52.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:52.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:53.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:53.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:54.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:53 smithi050 ceph-mon[92315]: pgmap v13031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:54.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:53 smithi172 ceph-mon[103696]: pgmap v13031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:54.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:54.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:55.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:55.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:56.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:55 smithi050 ceph-mon[92315]: pgmap v13032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:56.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:55 smithi172 ceph-mon[103696]: pgmap v13032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:56.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:56.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:57.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:57.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:58.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:57 smithi050 ceph-mon[92315]: pgmap v13033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:58.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:57 smithi172 ceph-mon[103696]: pgmap v13033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:09:58.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:58.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:09:59.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:09:59.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:00.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:09:59 smithi050 ceph-mon[92315]: pgmap v13034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:10:00.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:09:59 smithi172 ceph-mon[103696]: pgmap v13034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:10:00.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:00.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:01.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T21:10:01.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T21:10:01.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:01.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:02.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:01 smithi050 ceph-mon[92315]: pgmap v13035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:02.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:01 smithi172 ceph-mon[103696]: pgmap v13035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:02.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:02.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:03.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:03.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:04.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:03 smithi050 ceph-mon[92315]: pgmap v13036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:04.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:03 smithi172 ceph-mon[103696]: pgmap v13036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:04.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:04.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:05.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:10:05.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:10:05.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:05.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:06.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:05 smithi050 ceph-mon[92315]: pgmap v13037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:06.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:05 smithi172 ceph-mon[103696]: pgmap v13037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:06.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:06.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:07.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:07.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:08.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:07 smithi050 ceph-mon[92315]: pgmap v13038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:08.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:07 smithi172 ceph-mon[103696]: pgmap v13038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:08.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:08.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:09.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:09.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:10.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:09 smithi050 ceph-mon[92315]: pgmap v13039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:10:10.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:09 smithi172 ceph-mon[103696]: pgmap v13039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:10:10.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:10.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:11.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:11.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:12.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:11 smithi050 ceph-mon[92315]: pgmap v13040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:12.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:11 smithi172 ceph-mon[103696]: pgmap v13040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:12.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:12.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:13.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:13 smithi172 ceph-mon[103696]: pgmap v13041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:13.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:13.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:14.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:13 smithi050 ceph-mon[92315]: pgmap v13041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:14.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:14.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:15.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:15.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:16.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:15 smithi050 ceph-mon[92315]: pgmap v13042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:16.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:15 smithi172 ceph-mon[103696]: pgmap v13042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:16.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:16.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:17.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:17.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:18.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:17 smithi050 ceph-mon[92315]: pgmap v13043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:18.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:17 smithi172 ceph-mon[103696]: pgmap v13043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:18.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:18.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:19.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:19.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:20.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:19 smithi172 ceph-mon[103696]: pgmap v13044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:10:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:10:20.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:19 smithi050 ceph-mon[92315]: pgmap v13044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:10:20.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:10:20.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:20.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:21.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:21.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:22.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:21 smithi172 ceph-mon[103696]: pgmap v13045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:22.215 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:21 smithi050 ceph-mon[92315]: pgmap v13045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:22.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:22.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:23.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:23.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:24.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:23 smithi172 ceph-mon[103696]: pgmap v13046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:24.170 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:23 smithi050 ceph-mon[92315]: pgmap v13046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:24.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:24.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:25.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:25.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:26.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:25 smithi172 ceph-mon[103696]: pgmap v13047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:26.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:25 smithi050 ceph-mon[92315]: pgmap v13047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:26.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:26.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:27.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:27.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:28.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:27 smithi172 ceph-mon[103696]: pgmap v13048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:28.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:27 smithi050 ceph-mon[92315]: pgmap v13048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:28.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:28.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:29.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:29.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:30.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:29 smithi172 ceph-mon[103696]: pgmap v13049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:10:30.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:29 smithi050 ceph-mon[92315]: pgmap v13049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:10:30.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:30.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:31.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:31.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:32.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:31 smithi172 ceph-mon[103696]: pgmap v13050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:32.330 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:31 smithi050 ceph-mon[92315]: pgmap v13050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:32.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:32.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:33.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:33.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:34.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:33 smithi172 ceph-mon[103696]: pgmap v13051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:34.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:33 smithi050 ceph-mon[92315]: pgmap v13051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:34.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:34.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:10:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:10:35.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:35.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:36.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:35 smithi050 ceph-mon[92315]: pgmap v13052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:36.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:35 smithi172 ceph-mon[103696]: pgmap v13052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:36.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:36.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:37.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:37.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:38.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:37 smithi050 ceph-mon[92315]: pgmap v13053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:38.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:37 smithi172 ceph-mon[103696]: pgmap v13053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:38.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:38.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:39.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:39.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:40.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:39 smithi050 ceph-mon[92315]: pgmap v13054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:10:40.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:39 smithi172 ceph-mon[103696]: pgmap v13054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:10:40.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:40.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:41.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:41.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:42.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:41 smithi050 ceph-mon[92315]: pgmap v13055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:42.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:41 smithi172 ceph-mon[103696]: pgmap v13055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:42.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:42.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:43.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:43.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:44.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:43 smithi050 ceph-mon[92315]: pgmap v13056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:44.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:43 smithi172 ceph-mon[103696]: pgmap v13056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:44.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:44.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:45.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:45.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:46.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:45 smithi050 ceph-mon[92315]: pgmap v13057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:46.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:45 smithi172 ceph-mon[103696]: pgmap v13057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:46.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:46.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:47.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:47.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:48.300 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:47 smithi172 ceph-mon[103696]: pgmap v13058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:48.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:47 smithi050 ceph-mon[92315]: pgmap v13058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:49.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:49.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:50.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:50.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:49 smithi050 ceph-mon[92315]: pgmap v13059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:10:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:10:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:49 smithi172 ceph-mon[103696]: pgmap v13059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:10:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:10:51.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:51.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:51.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:10:51.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:10:52.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:52.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:52.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:51 smithi050 ceph-mon[92315]: pgmap v13060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:52.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:10:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:10:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:10:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:10:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:10:52.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:51 smithi172 ceph-mon[103696]: pgmap v13060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:52.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:10:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:10:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:10:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:10:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:10:53.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:53.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:54.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:54.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:54.170 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:53 smithi050 ceph-mon[92315]: pgmap v13061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:54.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:53 smithi172 ceph-mon[103696]: pgmap v13061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:55.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:55.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:56.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:56.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:56.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:55 smithi050 ceph-mon[92315]: pgmap v13062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:56.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:55 smithi172 ceph-mon[103696]: pgmap v13062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:57.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:57.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:58.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:58.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:10:58.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:57 smithi050 ceph-mon[92315]: pgmap v13063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:58.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:57 smithi172 ceph-mon[103696]: pgmap v13063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:10:59.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:10:59.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:00.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:00.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:00.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:10:59 smithi050 ceph-mon[92315]: pgmap v13064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:11:00.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:10:59 smithi172 ceph-mon[103696]: pgmap v13064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:11:01.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:01.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:02.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:02.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:02.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:01 smithi050 ceph-mon[92315]: pgmap v13065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:02.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:01 smithi172 ceph-mon[103696]: pgmap v13065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:03.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:03.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:04.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:04.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:04.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:03 smithi050 ceph-mon[92315]: pgmap v13066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:04.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:03 smithi172 ceph-mon[103696]: pgmap v13066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:05.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:05.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:05.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:11:05.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:11:06.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:06.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:06.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:05 smithi050 ceph-mon[92315]: pgmap v13067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:06.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:05 smithi172 ceph-mon[103696]: pgmap v13067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:07.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:07.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:08.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:08.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:08.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:07 smithi050 ceph-mon[92315]: pgmap v13068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:08.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:07 smithi172 ceph-mon[103696]: pgmap v13068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:09.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:09.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:10.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:10.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:10.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:09 smithi050 ceph-mon[92315]: pgmap v13069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:11:10.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:09 smithi172 ceph-mon[103696]: pgmap v13069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:11:11.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:11.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:12.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:12.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:12.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:11 smithi050 ceph-mon[92315]: pgmap v13070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:12.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:11 smithi172 ceph-mon[103696]: pgmap v13070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:13.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:13.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:14.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:14.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:14.238 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:13 smithi172 ceph-mon[103696]: pgmap v13071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:14.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:13 smithi050 ceph-mon[92315]: pgmap v13071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:15.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:15.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:16.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:16.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:16.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:15 smithi050 ceph-mon[92315]: pgmap v13072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:16.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:15 smithi172 ceph-mon[103696]: pgmap v13072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:17.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:17.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:18.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:18.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:18.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:17 smithi050 ceph-mon[92315]: pgmap v13073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:18.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:17 smithi172 ceph-mon[103696]: pgmap v13073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:19.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:19.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:20.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:20.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:20.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:19 smithi050 ceph-mon[92315]: pgmap v13074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:11:20.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:11:20.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:19 smithi172 ceph-mon[103696]: pgmap v13074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:11:20.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:11:21.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:21.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:22.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:22.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:22.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:21 smithi050 ceph-mon[92315]: pgmap v13075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:22.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:21 smithi172 ceph-mon[103696]: pgmap v13075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:23.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:23.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:24.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:24.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:24.344 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:23 smithi172 ceph-mon[103696]: pgmap v13076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:24.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:23 smithi050 ceph-mon[92315]: pgmap v13076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:25.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:25.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:26.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:26.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:26.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:25 smithi050 ceph-mon[92315]: pgmap v13077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:26.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:25 smithi172 ceph-mon[103696]: pgmap v13077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:27.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:27.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:28.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:28.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:28.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:27 smithi050 ceph-mon[92315]: pgmap v13078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:28.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:27 smithi172 ceph-mon[103696]: pgmap v13078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:29.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:29.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:30.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:30.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:30.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:29 smithi050 ceph-mon[92315]: pgmap v13079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:11:30.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:29 smithi172 ceph-mon[103696]: pgmap v13079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:11:31.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:31.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:32.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:32.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:31 smithi050 ceph-mon[92315]: pgmap v13080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:32.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:31 smithi172 ceph-mon[103696]: pgmap v13080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:33.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:33.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:34.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:34.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:34.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:33 smithi050 ceph-mon[92315]: pgmap v13081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:34.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:33 smithi172 ceph-mon[103696]: pgmap v13081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:35.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:35.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:11:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:11:36.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:36.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:36.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:35 smithi050 ceph-mon[92315]: pgmap v13082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:36.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:35 smithi172 ceph-mon[103696]: pgmap v13082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:37.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:37.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:38.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:38.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:38.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:37 smithi050 ceph-mon[92315]: pgmap v13083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:38.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:37 smithi172 ceph-mon[103696]: pgmap v13083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:39.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:39.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:40.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:40.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:40.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:39 smithi050 ceph-mon[92315]: pgmap v13084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:11:40.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:39 smithi172 ceph-mon[103696]: pgmap v13084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:11:41.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:41.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:42.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:42.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:42.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:41 smithi050 ceph-mon[92315]: pgmap v13085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:42.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:41 smithi172 ceph-mon[103696]: pgmap v13085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:43.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:43.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:44.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:44.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:44.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:43 smithi050 ceph-mon[92315]: pgmap v13086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:44.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:43 smithi172 ceph-mon[103696]: pgmap v13086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:45.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:45.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:46.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:46.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:46.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:45 smithi050 ceph-mon[92315]: pgmap v13087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:46.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:45 smithi172 ceph-mon[103696]: pgmap v13087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:47.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:47.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:48.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:48.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:48.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:47 smithi050 ceph-mon[92315]: pgmap v13088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:48.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:47 smithi172 ceph-mon[103696]: pgmap v13088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:49.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:49.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:50.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:50.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:50 smithi050 ceph-mon[92315]: pgmap v13089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:11:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:11:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:50 smithi172 ceph-mon[103696]: pgmap v13089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:11:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:11:51.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:51.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:52.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:52.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:52.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:52 smithi050 ceph-mon[92315]: pgmap v13090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:52.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:11:52.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:11:52.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:11:52.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:52 smithi172 ceph-mon[103696]: pgmap v13090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:52.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:11:52.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:11:52.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:11:53.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:53.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:54.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:54.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:54 smithi172 ceph-mon[103696]: pgmap v13091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:54 smithi050 ceph-mon[92315]: pgmap v13091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:55.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:55.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:56.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:56.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:56.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:56 smithi050 ceph-mon[92315]: pgmap v13092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:56.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:11:56.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:11:56.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:11:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:11:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:11:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:11:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:11:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:11:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:11:56.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:56 smithi172 ceph-mon[103696]: pgmap v13092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:56.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:11:56.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:11:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:11:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:11:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:11:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:11:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:11:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:11:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:11:57.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:57.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:58.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:58.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:11:58.301 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:11:58 smithi050 ceph-mon[92315]: pgmap v13093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:58.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:11:58 smithi172 ceph-mon[103696]: pgmap v13093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:11:59.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:11:59.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:00.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:00.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:00.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:00 smithi050 ceph-mon[92315]: pgmap v13094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:12:00.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:00 smithi172 ceph-mon[103696]: pgmap v13094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:12:01.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:01.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:02.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:02.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:02.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:02 smithi050 ceph-mon[92315]: pgmap v13095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:02.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:02 smithi172 ceph-mon[103696]: pgmap v13095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:03.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:03.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:04.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:04.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:04.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:04 smithi050 ceph-mon[92315]: pgmap v13096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:04.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:04 smithi172 ceph-mon[103696]: pgmap v13096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:05.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:05.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:05.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:12:05.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:12:06.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:06.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:06.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:06 smithi050 ceph-mon[92315]: pgmap v13097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:06.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:06 smithi172 ceph-mon[103696]: pgmap v13097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:07.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:07.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:08.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:08.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:08.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:08 smithi050 ceph-mon[92315]: pgmap v13098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:08.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:08 smithi172 ceph-mon[103696]: pgmap v13098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:09.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:09.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:10.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:10 smithi172 ceph-mon[103696]: pgmap v13099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:12:10.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:10.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:10.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:10 smithi050 ceph-mon[92315]: pgmap v13099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:12:11.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:11.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:12.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:12.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:12.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:12 smithi050 ceph-mon[92315]: pgmap v13100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:12.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:12 smithi172 ceph-mon[103696]: pgmap v13100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:13.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:13.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:14.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:14.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:14.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:14 smithi050 ceph-mon[92315]: pgmap v13101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:14.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:14 smithi172 ceph-mon[103696]: pgmap v13101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:15.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:15.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:16.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:16.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:16.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:16 smithi050 ceph-mon[92315]: pgmap v13102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:16.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:16 smithi172 ceph-mon[103696]: pgmap v13102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:17.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:17.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:18.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:18.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:18.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:18 smithi050 ceph-mon[92315]: pgmap v13103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:18.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:18 smithi172 ceph-mon[103696]: pgmap v13103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:19.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:19.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:20.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:20.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:20.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:20 smithi050 ceph-mon[92315]: pgmap v13104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:12:20.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:12:20.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:20 smithi172 ceph-mon[103696]: pgmap v13104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:12:20.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:12:21.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:21.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:22.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:22.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:22.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:22 smithi050 ceph-mon[92315]: pgmap v13105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:22.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:22 smithi172 ceph-mon[103696]: pgmap v13105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:23.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:23.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:24.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:24.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:24.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:24 smithi050 ceph-mon[92315]: pgmap v13106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:24.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:24 smithi172 ceph-mon[103696]: pgmap v13106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:25.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:25.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:26.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:26.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:26.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:26 smithi050 ceph-mon[92315]: pgmap v13107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:26.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:26 smithi172 ceph-mon[103696]: pgmap v13107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:27.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:27.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:28.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:28.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:28.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:28 smithi050 ceph-mon[92315]: pgmap v13108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:28.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:28 smithi172 ceph-mon[103696]: pgmap v13108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:29.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:29.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:30.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:30.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:30.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:30 smithi050 ceph-mon[92315]: pgmap v13109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:12:30.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:30 smithi172 ceph-mon[103696]: pgmap v13109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:12:31.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:31.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:32.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:32.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:32.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:32 smithi050 ceph-mon[92315]: pgmap v13110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:32.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:32 smithi172 ceph-mon[103696]: pgmap v13110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:33.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:33.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:34.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:34.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:34.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:34 smithi050 ceph-mon[92315]: pgmap v13111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:34.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:34 smithi172 ceph-mon[103696]: pgmap v13111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:35.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:35.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:12:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:12:36.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:36.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:36.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:36 smithi050 ceph-mon[92315]: pgmap v13112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:36.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:36 smithi172 ceph-mon[103696]: pgmap v13112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:37.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:37.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:38.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:38.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:38.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:38 smithi050 ceph-mon[92315]: pgmap v13113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:38.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:38 smithi172 ceph-mon[103696]: pgmap v13113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:39.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:39.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:40.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:40.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:40.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:40 smithi050 ceph-mon[92315]: pgmap v13114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:12:40.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:40 smithi172 ceph-mon[103696]: pgmap v13114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:12:41.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:41.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:42.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:42.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:42.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:42 smithi050 ceph-mon[92315]: pgmap v13115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:42.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:42 smithi172 ceph-mon[103696]: pgmap v13115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:43.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:43.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:44.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:44.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:44.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:44 smithi050 ceph-mon[92315]: pgmap v13116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:44.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:44 smithi172 ceph-mon[103696]: pgmap v13116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:45.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:45.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:46.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:46.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:46.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:46 smithi050 ceph-mon[92315]: pgmap v13117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:46.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:46 smithi172 ceph-mon[103696]: pgmap v13117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:47.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:47.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:48.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:48.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:48.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:48 smithi172 ceph-mon[103696]: pgmap v13118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:48.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:48 smithi050 ceph-mon[92315]: pgmap v13118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:49.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:49.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:50.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:50.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:50 smithi172 ceph-mon[103696]: pgmap v13119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:12:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:12:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:50 smithi050 ceph-mon[92315]: pgmap v13119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:12:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:12:51.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:51.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:52.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:52.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:52.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:52 smithi172 ceph-mon[103696]: pgmap v13120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:52.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:52 smithi050 ceph-mon[92315]: pgmap v13120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:53.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:53.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:54.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:54.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:54.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:54 smithi050 ceph-mon[92315]: pgmap v13121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:54.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:54 smithi172 ceph-mon[103696]: pgmap v13121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:55.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:55.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:56.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:56.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:56.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:56 smithi172 ceph-mon[103696]: pgmap v13122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:56.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:12:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:56 smithi050 ceph-mon[92315]: pgmap v13122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:12:57.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:57.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:57.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:12:57.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:12:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:12:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:12:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:12:57.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:12:57.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:12:57.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:12:57.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:12:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:12:58.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:58.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:12:58.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:12:58 smithi172 ceph-mon[103696]: pgmap v13123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:58.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:12:58 smithi050 ceph-mon[92315]: pgmap v13123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:12:59.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:12:59.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:00.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:00.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:00.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:00 smithi172 ceph-mon[103696]: pgmap v13124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:13:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:00 smithi050 ceph-mon[92315]: pgmap v13124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:13:01.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:01.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:02.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:02.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:02.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:02 smithi050 ceph-mon[92315]: pgmap v13125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:02 smithi172 ceph-mon[103696]: pgmap v13125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:03.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:03.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:04.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:04.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:04.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:04 smithi050 ceph-mon[92315]: pgmap v13126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:04.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:04 smithi172 ceph-mon[103696]: pgmap v13126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:05.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:05.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:05.402 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:13:05.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:13:06.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:06.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:06.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:06 smithi050 ceph-mon[92315]: pgmap v13127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:06.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:06 smithi172 ceph-mon[103696]: pgmap v13127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:07.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:07.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:08.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:08.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:08.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:08 smithi050 ceph-mon[92315]: pgmap v13128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:08.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:08 smithi172 ceph-mon[103696]: pgmap v13128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:09.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:09.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:10.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:10.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:10.454 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:10 smithi172 ceph-mon[103696]: pgmap v13129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:13:10.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:10 smithi050 ceph-mon[92315]: pgmap v13129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:13:11.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:11.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:12.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:12.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:12.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:12 smithi050 ceph-mon[92315]: pgmap v13130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:12.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:12 smithi172 ceph-mon[103696]: pgmap v13130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:13.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:13.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:14.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:14.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:14 smithi050 ceph-mon[92315]: pgmap v13131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:14.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:14 smithi172 ceph-mon[103696]: pgmap v13131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:15.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:15.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:16.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:16.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:16.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:16 smithi050 ceph-mon[92315]: pgmap v13132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:16 smithi172 ceph-mon[103696]: pgmap v13132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:17.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:17.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:18.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:18.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:18.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:18 smithi050 ceph-mon[92315]: pgmap v13133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:18.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:18 smithi172 ceph-mon[103696]: pgmap v13133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:19.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:19.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:20.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:20.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:20.559 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:20 smithi172 ceph-mon[103696]: pgmap v13134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:13:20.559 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:13:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:20 smithi050 ceph-mon[92315]: pgmap v13134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:13:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:13:21.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:21.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:22.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:22.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:22.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:22 smithi050 ceph-mon[92315]: pgmap v13135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:22.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:22 smithi172 ceph-mon[103696]: pgmap v13135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:23.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:23.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:24.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:24.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:24.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:24 smithi050 ceph-mon[92315]: pgmap v13136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:24.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:24 smithi172 ceph-mon[103696]: pgmap v13136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:25.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:25.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:26.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:26.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:26.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:26 smithi050 ceph-mon[92315]: pgmap v13137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:26.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:26 smithi172 ceph-mon[103696]: pgmap v13137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:27.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:27.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:28.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:28.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:28.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:28 smithi050 ceph-mon[92315]: pgmap v13138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:28.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:28 smithi172 ceph-mon[103696]: pgmap v13138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:29.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:29.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:30.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:30.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:30 smithi050 ceph-mon[92315]: pgmap v13139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:13:30.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:30 smithi172 ceph-mon[103696]: pgmap v13139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:13:31.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:31.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:32.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:32.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:32.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:32 smithi050 ceph-mon[92315]: pgmap v13140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:32.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:32 smithi172 ceph-mon[103696]: pgmap v13140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:33.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:33.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:34.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:34.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:34.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:34 smithi050 ceph-mon[92315]: pgmap v13141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:34.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:34 smithi172 ceph-mon[103696]: pgmap v13141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:35.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:35.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:35.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:13:35.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:13:36.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:36.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:36 smithi050 ceph-mon[92315]: pgmap v13142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:36.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:36 smithi172 ceph-mon[103696]: pgmap v13142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:37.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:37.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:38.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:38.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:38.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:38 smithi050 ceph-mon[92315]: pgmap v13143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:38.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:38 smithi172 ceph-mon[103696]: pgmap v13143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:39.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:39.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:40.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:40.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:40 smithi050 ceph-mon[92315]: pgmap v13144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:13:40.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:40 smithi172 ceph-mon[103696]: pgmap v13144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:13:41.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:41.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:41.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:41 smithi050 ceph-mon[92315]: pgmap v13145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:41.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:41 smithi172 ceph-mon[103696]: pgmap v13145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:42.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:42.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:43.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:43.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:43.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:43 smithi050 ceph-mon[92315]: pgmap v13146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:43.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:43 smithi172 ceph-mon[103696]: pgmap v13146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:44.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:44.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:45.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:45.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:45.822 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:45 smithi172 ceph-mon[103696]: pgmap v13147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:45.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:45 smithi050 ceph-mon[92315]: pgmap v13147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:46.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:46.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:47.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:47.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:47.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:47 smithi050 ceph-mon[92315]: pgmap v13148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:47.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:47 smithi172 ceph-mon[103696]: pgmap v13148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:48.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:48.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:49.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:49.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:49.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:49 smithi050 ceph-mon[92315]: pgmap v13149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:13:49.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:13:49.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:49 smithi172 ceph-mon[103696]: pgmap v13149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:13:49.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:13:50.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:50.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:51.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:51.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:51.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:51 smithi050 ceph-mon[92315]: pgmap v13150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:51.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:51 smithi172 ceph-mon[103696]: pgmap v13150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:52.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:52.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:53.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:53.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:53.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:53 smithi050 ceph-mon[92315]: pgmap v13151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:53.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:53 smithi172 ceph-mon[103696]: pgmap v13151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:54.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:54.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:55.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:55.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:55.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:55 smithi050 ceph-mon[92315]: pgmap v13152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:55.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:55 smithi172 ceph-mon[103696]: pgmap v13152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:56.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:56.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:57.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:57.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:57.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:57 smithi050 ceph-mon[92315]: pgmap v13153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:57.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:13:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:13:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:13:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:13:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:13:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:13:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:13:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:13:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:13:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:13:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:13:57.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:57 smithi172 ceph-mon[103696]: pgmap v13153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:13:57.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:13:57.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:13:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:13:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:13:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:13:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:13:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:13:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:13:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:13:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:13:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:13:58.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:58.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:58 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1536M 2023-09-30T21:13:58.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:58 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1536M 2023-09-30T21:13:59.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:13:59.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:13:59.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:13:59 smithi050 ceph-mon[92315]: pgmap v13154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:13:59.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:13:59 smithi172 ceph-mon[103696]: pgmap v13154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:14:00.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:00.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:01.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:01.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:01.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:01 smithi050 ceph-mon[92315]: pgmap v13155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:01.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:01 smithi172 ceph-mon[103696]: pgmap v13155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:02.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:02.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:03.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:03.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:03.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:03 smithi050 ceph-mon[92315]: pgmap v13156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:03.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:03 smithi172 ceph-mon[103696]: pgmap v13156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:04.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:04.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:04.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:14:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:14:05.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:05.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:05.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:05 smithi050 ceph-mon[92315]: pgmap v13157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:05.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:05 smithi172 ceph-mon[103696]: pgmap v13157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:06.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:06.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:07.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:07.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:07.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:07 smithi050 ceph-mon[92315]: pgmap v13158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:07.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:07 smithi172 ceph-mon[103696]: pgmap v13158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:08.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:08.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:09.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:09.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:09.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:09 smithi050 ceph-mon[92315]: pgmap v13159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:14:09.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:09 smithi172 ceph-mon[103696]: pgmap v13159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:14:10.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:10.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:11.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:11.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:11.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:11 smithi050 ceph-mon[92315]: pgmap v13160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:11.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:11 smithi172 ceph-mon[103696]: pgmap v13160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:12.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:12.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:13.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:13.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:13.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:13 smithi050 ceph-mon[92315]: pgmap v13161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:13.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:13 smithi172 ceph-mon[103696]: pgmap v13161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:14.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:14.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:15.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:15.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:15.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:15 smithi050 ceph-mon[92315]: pgmap v13162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:15.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:15 smithi172 ceph-mon[103696]: pgmap v13162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:16.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:16.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:17.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:17.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:17.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:17 smithi172 ceph-mon[103696]: pgmap v13163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:18.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:17 smithi050 ceph-mon[92315]: pgmap v13163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:18.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:18.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:19.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:19.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:19.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:19 smithi172 ceph-mon[103696]: pgmap v13164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:14:19.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:14:19.911 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:19 smithi050 ceph-mon[92315]: pgmap v13164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:14:19.911 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:14:20.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:20.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:21.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:21.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:21.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:21 smithi172 ceph-mon[103696]: pgmap v13165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:22.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:21 smithi050 ceph-mon[92315]: pgmap v13165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:22.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:22.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:23.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:23.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:23.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:23 smithi172 ceph-mon[103696]: pgmap v13166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:24.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:23 smithi050 ceph-mon[92315]: pgmap v13166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:24.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:24.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:25.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:25.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:25.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:25 smithi172 ceph-mon[103696]: pgmap v13167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:26.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:25 smithi050 ceph-mon[92315]: pgmap v13167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:26.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:26.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:27.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:27.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:27.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:27 smithi172 ceph-mon[103696]: pgmap v13168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:28.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:27 smithi050 ceph-mon[92315]: pgmap v13168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:28.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:28.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:29.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:29.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:29.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:29 smithi172 ceph-mon[103696]: pgmap v13169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:14:30.026 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:29 smithi050 ceph-mon[92315]: pgmap v13169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:14:30.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:30.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:31.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:31.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:31.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:31 smithi172 ceph-mon[103696]: pgmap v13170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:32.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:31 smithi050 ceph-mon[92315]: pgmap v13170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:32.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:32.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:33.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:33.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:33.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:33 smithi172 ceph-mon[103696]: pgmap v13171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:34.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:33 smithi050 ceph-mon[92315]: pgmap v13171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:34.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:34.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:35.083 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:14:35.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:14:35.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:35.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:36.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:35 smithi050 ceph-mon[92315]: pgmap v13172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:36.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:35 smithi172 ceph-mon[103696]: pgmap v13172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:36.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:36.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:37.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:37.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:38.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:37 smithi050 ceph-mon[92315]: pgmap v13173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:38.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:37 smithi172 ceph-mon[103696]: pgmap v13173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:38.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:38.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:39.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:39.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:40.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:39 smithi050 ceph-mon[92315]: pgmap v13174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:14:40.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:39 smithi172 ceph-mon[103696]: pgmap v13174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:14:40.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:40.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:41.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:41.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:41.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:41 smithi172 ceph-mon[103696]: pgmap v13175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:42.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:41 smithi050 ceph-mon[92315]: pgmap v13175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:42.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:42.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:43.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:43.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:44.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:43 smithi050 ceph-mon[92315]: pgmap v13176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:44.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:43 smithi172 ceph-mon[103696]: pgmap v13176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:44.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:44.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:45.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:45.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:46.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:45 smithi050 ceph-mon[92315]: pgmap v13177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:46.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:45 smithi172 ceph-mon[103696]: pgmap v13177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:46.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:46.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:47.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:47.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:48.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:47 smithi050 ceph-mon[92315]: pgmap v13178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:48.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:47 smithi172 ceph-mon[103696]: pgmap v13178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:48.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:48.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:49.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:49.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:49 smithi050 ceph-mon[92315]: pgmap v13179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:14:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:14:50.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:49 smithi172 ceph-mon[103696]: pgmap v13179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:14:50.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:14:50.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:50.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:51.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:51.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:51.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:51 smithi172 ceph-mon[103696]: pgmap v13180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:52.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:51 smithi050 ceph-mon[92315]: pgmap v13180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:52.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:52.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:53.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:53.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:54.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:53 smithi050 ceph-mon[92315]: pgmap v13181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:53 smithi172 ceph-mon[103696]: pgmap v13181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:54.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:54.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:55.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:55.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:56.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:55 smithi050 ceph-mon[92315]: pgmap v13182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:56.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:55 smithi172 ceph-mon[103696]: pgmap v13182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:56.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:56.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:57.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:57.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:58.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:57 smithi050 ceph-mon[92315]: pgmap v13183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:58.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:14:58.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:57 smithi172 ceph-mon[103696]: pgmap v13183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:14:58.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:14:58.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:58.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:14:59.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:14:59.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:14:59.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:14:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:14:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:14:59.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:14:59.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:14:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:14:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:14:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:14:59.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:14:59.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:00.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:14:59 smithi050 ceph-mon[92315]: pgmap v13184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:15:00.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:14:59 smithi172 ceph-mon[103696]: pgmap v13184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:15:00.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:00.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:01.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:01.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:02.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:01 smithi050 ceph-mon[92315]: pgmap v13185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:02.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:01 smithi172 ceph-mon[103696]: pgmap v13185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:02.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:02.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:03.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:03.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:04.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:03 smithi050 ceph-mon[92315]: pgmap v13186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:04.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:03 smithi172 ceph-mon[103696]: pgmap v13186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:04.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:04.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:05.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:15:05.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:15:05.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:05.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:06.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:06 smithi050 ceph-mon[92315]: pgmap v13187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:06.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:06 smithi172 ceph-mon[103696]: pgmap v13187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:06.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:06.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:07.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:07.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:08.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:08 smithi050 ceph-mon[92315]: pgmap v13188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:08.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:08 smithi172 ceph-mon[103696]: pgmap v13188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:08.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:08.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:09.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:09.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:10.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:10 smithi050 ceph-mon[92315]: pgmap v13189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:15:10.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:10 smithi172 ceph-mon[103696]: pgmap v13189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:15:10.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:10.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:11.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:11.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:12.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:12 smithi050 ceph-mon[92315]: pgmap v13190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:12.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:12 smithi172 ceph-mon[103696]: pgmap v13190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:12.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:12.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:13.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:13.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:14.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:14 smithi050 ceph-mon[92315]: pgmap v13191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:14.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:14 smithi172 ceph-mon[103696]: pgmap v13191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:14.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:14.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:15.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:15.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:16.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:16 smithi050 ceph-mon[92315]: pgmap v13192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:16 smithi172 ceph-mon[103696]: pgmap v13192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:16.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:16.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:17.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:17.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:18 smithi050 ceph-mon[92315]: pgmap v13193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:18.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:18 smithi172 ceph-mon[103696]: pgmap v13193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:18.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:18.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:19.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:19.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:20.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:20 smithi050 ceph-mon[92315]: pgmap v13194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:15:20.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:15:20.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:20 smithi172 ceph-mon[103696]: pgmap v13194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:15:20.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:15:20.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:20.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:21.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:21.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:22.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:22 smithi172 ceph-mon[103696]: pgmap v13195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:22.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:22 smithi050 ceph-mon[92315]: pgmap v13195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:22.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:22.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:23.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:23.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:24.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:24 smithi050 ceph-mon[92315]: pgmap v13196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:24.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:24 smithi172 ceph-mon[103696]: pgmap v13196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:24.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:24.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:25.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:25.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:26.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:26 smithi050 ceph-mon[92315]: pgmap v13197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:26.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:26 smithi172 ceph-mon[103696]: pgmap v13197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:26.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:26.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:27.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:27.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:28.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:28 smithi050 ceph-mon[92315]: pgmap v13198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:28.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:28 smithi172 ceph-mon[103696]: pgmap v13198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:28.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:28.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:29.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:29.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:30.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:30 smithi050 ceph-mon[92315]: pgmap v13199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:15:30.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:30 smithi172 ceph-mon[103696]: pgmap v13199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:15:30.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:30.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:31.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:31.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:32.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:32 smithi050 ceph-mon[92315]: pgmap v13200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:32.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:32 smithi172 ceph-mon[103696]: pgmap v13200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:32.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:32.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:33.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:33.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:34.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:34 smithi050 ceph-mon[92315]: pgmap v13201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:34.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:34 smithi172 ceph-mon[103696]: pgmap v13201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:34.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:34.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:15:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:15:35.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:35.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:36.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:36 smithi050 ceph-mon[92315]: pgmap v13202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:36.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:36 smithi172 ceph-mon[103696]: pgmap v13202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:36.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:36.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:37.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:37.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:38.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:38 smithi050 ceph-mon[92315]: pgmap v13203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:38.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:38 smithi172 ceph-mon[103696]: pgmap v13203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:38.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:38.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:39.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:39.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:40.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:40 smithi050 ceph-mon[92315]: pgmap v13204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:15:40.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:40 smithi172 ceph-mon[103696]: pgmap v13204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:15:40.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:40.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:41.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:41.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:42.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:42 smithi050 ceph-mon[92315]: pgmap v13205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:42.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:42 smithi172 ceph-mon[103696]: pgmap v13205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:42.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:42.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:43.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:43.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:44.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:44 smithi050 ceph-mon[92315]: pgmap v13206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:44.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:44 smithi172 ceph-mon[103696]: pgmap v13206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:44.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:44.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:45.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:45.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:46.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:46 smithi050 ceph-mon[92315]: pgmap v13207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:46.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:46 smithi172 ceph-mon[103696]: pgmap v13207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:46.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:46.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:47.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:47.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:48.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:48 smithi050 ceph-mon[92315]: pgmap v13208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:48.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:48 smithi172 ceph-mon[103696]: pgmap v13208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:48.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:48.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:49.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:49.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:50 smithi050 ceph-mon[92315]: pgmap v13209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:15:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:15:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:50 smithi172 ceph-mon[103696]: pgmap v13209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:15:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:15:50.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:50.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:51.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:51.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:52.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:52 smithi050 ceph-mon[92315]: pgmap v13210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:52.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:52 smithi172 ceph-mon[103696]: pgmap v13210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:52.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:52.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:53.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:53.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:54.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:54 smithi050 ceph-mon[92315]: pgmap v13211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:54.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:54 smithi172 ceph-mon[103696]: pgmap v13211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:54.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:54.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:55.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:55.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:56.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:56 smithi050 ceph-mon[92315]: pgmap v13212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:56.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:56 smithi172 ceph-mon[103696]: pgmap v13212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:56.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:56.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:57.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:57.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:58.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:58 smithi050 ceph-mon[92315]: pgmap v13213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:58.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:58 smithi172 ceph-mon[103696]: pgmap v13213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:15:58.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:58.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:15:59.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:15:59.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:15:59.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:15:59.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:15:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:15:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:15:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:15:59.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:15:59.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:15:59.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:15:59.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:15:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:15:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:15:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:15:59.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:15:59.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:00.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:00 smithi172 ceph-mon[103696]: pgmap v13214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:16:00.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:00.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:00 smithi050 ceph-mon[92315]: pgmap v13214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:16:01.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:01.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:02.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:02 smithi172 ceph-mon[103696]: pgmap v13215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:02.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:02.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:02 smithi050 ceph-mon[92315]: pgmap v13215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:03.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:03.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:04.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:04 smithi172 ceph-mon[103696]: pgmap v13216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:04.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:04.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:04 smithi050 ceph-mon[92315]: pgmap v13216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:05.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:16:05.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:05.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:05.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:16:06.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:06 smithi172 ceph-mon[103696]: pgmap v13217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:06.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:06.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:06.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:06 smithi050 ceph-mon[92315]: pgmap v13217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:07.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:07.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:08.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:08 smithi172 ceph-mon[103696]: pgmap v13218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:08.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:08.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:08.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:08 smithi050 ceph-mon[92315]: pgmap v13218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:09.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:09.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:10.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:10 smithi172 ceph-mon[103696]: pgmap v13219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:16:10.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:10.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:10.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:10 smithi050 ceph-mon[92315]: pgmap v13219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:16:11.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:11.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:12.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:12 smithi172 ceph-mon[103696]: pgmap v13220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:12.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:12.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:12.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:12 smithi050 ceph-mon[92315]: pgmap v13220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:13.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:13.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:14.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:14.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:14 smithi050 ceph-mon[92315]: pgmap v13221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:14.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:14 smithi172 ceph-mon[103696]: pgmap v13221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:15.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:15.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:16.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:16.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:16.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:16 smithi050 ceph-mon[92315]: pgmap v13222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:16 smithi172 ceph-mon[103696]: pgmap v13222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:17.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:17.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:18.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:18.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:18.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:18 smithi050 ceph-mon[92315]: pgmap v13223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:18.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:18 smithi172 ceph-mon[103696]: pgmap v13223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:19.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:19.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:20.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:20.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:20 smithi050 ceph-mon[92315]: pgmap v13224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:16:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:16:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:20 smithi172 ceph-mon[103696]: pgmap v13224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:16:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:16:21.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:21.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:22.463 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:22 smithi172 ceph-mon[103696]: pgmap v13225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:22.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:22.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:22.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:22 smithi050 ceph-mon[92315]: pgmap v13225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:23.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:23.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:24.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:24.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:24.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:24 smithi050 ceph-mon[92315]: pgmap v13226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:24.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:24 smithi172 ceph-mon[103696]: pgmap v13226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:25.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:25.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:26.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:26.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:26.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:26 smithi050 ceph-mon[92315]: pgmap v13227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:26.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:26 smithi172 ceph-mon[103696]: pgmap v13227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:27.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:27.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:28.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:28.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:28.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:28 smithi050 ceph-mon[92315]: pgmap v13228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:28.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:28 smithi172 ceph-mon[103696]: pgmap v13228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:29.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:29.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:30.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:30.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:30 smithi050 ceph-mon[92315]: pgmap v13229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:16:30.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:30 smithi172 ceph-mon[103696]: pgmap v13229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:16:31.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:31.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:32.569 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:32 smithi172 ceph-mon[103696]: pgmap v13230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:32.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:32.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:32.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:32 smithi050 ceph-mon[92315]: pgmap v13230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:33.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:33.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:34.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:34.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:34.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:34 smithi050 ceph-mon[92315]: pgmap v13231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:34.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:34 smithi172 ceph-mon[103696]: pgmap v13231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:35.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:35.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:35.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:16:35.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:16:36.455 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:36 smithi050 ceph-mon[92315]: pgmap v13232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:36.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:36.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:36.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:36 smithi172 ceph-mon[103696]: pgmap v13232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:37.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:37.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:38.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:38.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:38.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:38 smithi050 ceph-mon[92315]: pgmap v13233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:38.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:38 smithi172 ceph-mon[103696]: pgmap v13233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:39.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:39.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:40.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:40.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:40 smithi050 ceph-mon[92315]: pgmap v13234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:16:40.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:40 smithi172 ceph-mon[103696]: pgmap v13234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:16:41.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:41.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:42.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:42.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:42.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:42 smithi050 ceph-mon[92315]: pgmap v13235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:42.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:42 smithi172 ceph-mon[103696]: pgmap v13235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:43.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:43.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:44.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:44.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:44.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:44 smithi050 ceph-mon[92315]: pgmap v13236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:44.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:44 smithi172 ceph-mon[103696]: pgmap v13236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:45.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:45.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:46.570 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:46 smithi050 ceph-mon[92315]: pgmap v13237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:46.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:46.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:46.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:46 smithi172 ceph-mon[103696]: pgmap v13237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:47.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:47.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:48.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:48 smithi050 ceph-mon[92315]: pgmap v13238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:48.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:48.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:48.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:48 smithi172 ceph-mon[103696]: pgmap v13238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:49.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:49.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:50 smithi050 ceph-mon[92315]: pgmap v13239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:16:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:16:50.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:50.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:50 smithi172 ceph-mon[103696]: pgmap v13239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:16:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:16:51.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:51.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:52.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:52 smithi050 ceph-mon[92315]: pgmap v13240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:52.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:52.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:52.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:52 smithi172 ceph-mon[103696]: pgmap v13240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:53.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:53.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:54.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:54 smithi050 ceph-mon[92315]: pgmap v13241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:54.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:54.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:54.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:54 smithi172 ceph-mon[103696]: pgmap v13241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:55.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:55.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:56 smithi050 ceph-mon[92315]: pgmap v13242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:56.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:56.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:56.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:56 smithi172 ceph-mon[103696]: pgmap v13242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:57.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:57.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:58.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:58 smithi050 ceph-mon[92315]: pgmap v13243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:58.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:58.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:58.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:58 smithi172 ceph-mon[103696]: pgmap v13243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:16:59.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:16:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:16:59.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:16:59.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:16:59.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:16:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:17:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:00 smithi050 ceph-mon[92315]: pgmap v13244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:17:00.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:00.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:00 smithi172 ceph-mon[103696]: pgmap v13244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:17:01.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:01.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:02 smithi050 ceph-mon[92315]: pgmap v13245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:02.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:02.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:02 smithi172 ceph-mon[103696]: pgmap v13245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:03.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:03.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:04 smithi050 ceph-mon[92315]: pgmap v13246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:17:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:17:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:17:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:17:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:17:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:17:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:17:04.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:04 smithi172 ceph-mon[103696]: pgmap v13246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:04.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:17:04.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:17:04.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:17:04.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:17:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:17:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:17:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:17:04.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:04.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:05.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:17:05.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:17:05.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:05.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:06.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:06 smithi050 ceph-mon[92315]: pgmap v13247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:06.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:06 smithi172 ceph-mon[103696]: pgmap v13247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:06.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:06.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:07.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:07.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:08.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:08 smithi050 ceph-mon[92315]: pgmap v13248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:08.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:08 smithi172 ceph-mon[103696]: pgmap v13248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:08.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:08.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:09.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:09.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:10.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:10 smithi050 ceph-mon[92315]: pgmap v13249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:17:10.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:10 smithi172 ceph-mon[103696]: pgmap v13249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:17:10.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:10.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:11.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:11.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:12.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:12 smithi050 ceph-mon[92315]: pgmap v13250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:12.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:12 smithi172 ceph-mon[103696]: pgmap v13250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:12.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:12.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:13.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:13 smithi050 ceph-mon[92315]: pgmap v13251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:13.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:13 smithi172 ceph-mon[103696]: pgmap v13251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:13.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:13.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:14.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:14.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:15.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:15.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:15.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:15 smithi050 ceph-mon[92315]: pgmap v13252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:15.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:15 smithi172 ceph-mon[103696]: pgmap v13252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:16.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:16.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:17.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:17.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:17.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:17 smithi172 ceph-mon[103696]: pgmap v13253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:18.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:17 smithi050 ceph-mon[92315]: pgmap v13253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:18.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:18.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:19.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:19.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:19.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:19 smithi172 ceph-mon[103696]: pgmap v13254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:17:19.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:17:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:19 smithi050 ceph-mon[92315]: pgmap v13254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:17:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:17:20.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:20.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:21.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:21.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:21.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:21 smithi172 ceph-mon[103696]: pgmap v13255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:21.973 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:21 smithi050 ceph-mon[92315]: pgmap v13255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:22.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:22.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:23.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:23.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:23.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:23 smithi172 ceph-mon[103696]: pgmap v13256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:24.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:23 smithi050 ceph-mon[92315]: pgmap v13256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:24.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:24.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:25.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:25.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:25.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:25 smithi172 ceph-mon[103696]: pgmap v13257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:26.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:25 smithi050 ceph-mon[92315]: pgmap v13257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:26.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:26.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:27.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:27.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:27.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:27 smithi172 ceph-mon[103696]: pgmap v13258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:28.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:27 smithi050 ceph-mon[92315]: pgmap v13258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:28.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:28.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:29.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:29.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:29.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:29 smithi172 ceph-mon[103696]: pgmap v13259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:17:30.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:29 smithi050 ceph-mon[92315]: pgmap v13259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:17:30.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:30.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:31.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:31.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:31.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:31 smithi172 ceph-mon[103696]: pgmap v13260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:32.088 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:31 smithi050 ceph-mon[92315]: pgmap v13260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:32.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:32.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:33.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:33.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:33.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:33 smithi172 ceph-mon[103696]: pgmap v13261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:34.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:33 smithi050 ceph-mon[92315]: pgmap v13261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:34.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:34.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:35.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:17:35.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:17:35.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:35.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:35 smithi050 ceph-mon[92315]: pgmap v13262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:36.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:35 smithi172 ceph-mon[103696]: pgmap v13262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:36.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:36.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:37.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:37.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:38.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:37 smithi050 ceph-mon[92315]: pgmap v13263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:38.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:37 smithi172 ceph-mon[103696]: pgmap v13263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:38.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:38.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:39.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:39.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:40.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:39 smithi050 ceph-mon[92315]: pgmap v13264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:17:40.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:39 smithi172 ceph-mon[103696]: pgmap v13264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:17:40.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:40.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:41.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:41.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:42.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:41 smithi050 ceph-mon[92315]: pgmap v13265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:42.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:41 smithi172 ceph-mon[103696]: pgmap v13265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:42.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:42.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:43.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:43.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:44.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:43 smithi050 ceph-mon[92315]: pgmap v13266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:44.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:43 smithi172 ceph-mon[103696]: pgmap v13266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:44.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:44.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:45.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:45.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:46.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:45 smithi050 ceph-mon[92315]: pgmap v13267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:46.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:45 smithi172 ceph-mon[103696]: pgmap v13267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:46.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:46.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:47.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:47.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:48.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:47 smithi050 ceph-mon[92315]: pgmap v13268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:48.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:47 smithi172 ceph-mon[103696]: pgmap v13268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:48.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:48.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:49.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:49.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:49 smithi050 ceph-mon[92315]: pgmap v13269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:17:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:17:50.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:49 smithi172 ceph-mon[103696]: pgmap v13269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:17:50.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:17:50.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:50.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:51.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:51.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:52.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:51 smithi050 ceph-mon[92315]: pgmap v13270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:52.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:51 smithi172 ceph-mon[103696]: pgmap v13270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:52.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:52.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:53.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:53.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:53.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:53 smithi172 ceph-mon[103696]: pgmap v13271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:54.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:53 smithi050 ceph-mon[92315]: pgmap v13271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:54.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:54.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:55.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:55.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:56.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:55 smithi050 ceph-mon[92315]: pgmap v13272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:56.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:55 smithi172 ceph-mon[103696]: pgmap v13272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:56.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:56.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:57.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:57.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:58.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:57 smithi050 ceph-mon[92315]: pgmap v13273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:58.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:57 smithi172 ceph-mon[103696]: pgmap v13273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:17:58.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:58.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:17:59.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:17:59.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:00.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:17:59 smithi050 ceph-mon[92315]: pgmap v13274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:18:00.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:17:59 smithi172 ceph-mon[103696]: pgmap v13274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:18:00.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:00.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:01.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:01.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:02.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:01 smithi050 ceph-mon[92315]: pgmap v13275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:02.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:01 smithi172 ceph-mon[103696]: pgmap v13275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:02.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:02.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:03.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:03.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:03.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:03 smithi172 ceph-mon[103696]: pgmap v13276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:04.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:03 smithi050 ceph-mon[92315]: pgmap v13276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:04.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:04.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:05.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:18:05.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:18:05.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:18:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:18:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:18:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:18:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:18:05.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:18:05.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:18:05.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:18:05.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:18:05.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:18:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:18:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:18:05.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:05.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:06.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:05 smithi050 ceph-mon[92315]: pgmap v13277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:06.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:05 smithi172 ceph-mon[103696]: pgmap v13277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:06.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:06.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:07.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:07.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:07.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:07 smithi050 ceph-mon[92315]: pgmap v13278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:08.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:07 smithi172 ceph-mon[103696]: pgmap v13278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:08.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:08.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:09.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:09.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:10.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:09 smithi050 ceph-mon[92315]: pgmap v13279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:18:10.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:09 smithi172 ceph-mon[103696]: pgmap v13279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:18:10.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:10.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:11.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:11.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:12.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:11 smithi050 ceph-mon[92315]: pgmap v13280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:12.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:11 smithi172 ceph-mon[103696]: pgmap v13280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:12.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:12.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:13.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:13.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:13.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:13 smithi172 ceph-mon[103696]: pgmap v13281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:14.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:13 smithi050 ceph-mon[92315]: pgmap v13281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:14.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:14.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:15.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:15.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:16.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:15 smithi050 ceph-mon[92315]: pgmap v13282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:16.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:15 smithi172 ceph-mon[103696]: pgmap v13282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:16.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:16.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:17.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:17.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:18.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:17 smithi050 ceph-mon[92315]: pgmap v13283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:18.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:17 smithi172 ceph-mon[103696]: pgmap v13283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:18.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:18.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:19.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:19.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:19 smithi050 ceph-mon[92315]: pgmap v13284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:18:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:18:20.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:19 smithi172 ceph-mon[103696]: pgmap v13284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:18:20.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:18:20.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:20.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:21.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:21.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:22.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:21 smithi050 ceph-mon[92315]: pgmap v13285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:22.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:21 smithi172 ceph-mon[103696]: pgmap v13285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:22.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:22.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:23.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:23.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:24.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:23 smithi050 ceph-mon[92315]: pgmap v13286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:24.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:23 smithi172 ceph-mon[103696]: pgmap v13286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:24.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:24.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:25.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:25.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:26.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:25 smithi050 ceph-mon[92315]: pgmap v13287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:26.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:25 smithi172 ceph-mon[103696]: pgmap v13287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:26.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:26.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:27.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:27.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:28.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:27 smithi050 ceph-mon[92315]: pgmap v13288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:28.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:27 smithi172 ceph-mon[103696]: pgmap v13288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:28.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:28.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:29.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:29.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:30.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:29 smithi050 ceph-mon[92315]: pgmap v13289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:18:30.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:29 smithi172 ceph-mon[103696]: pgmap v13289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:18:30.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:30.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:31.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:31.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:32.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:31 smithi050 ceph-mon[92315]: pgmap v13290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:32.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:31 smithi172 ceph-mon[103696]: pgmap v13290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:32.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:32.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:33.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:33.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:34.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:33 smithi050 ceph-mon[92315]: pgmap v13291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:34.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:33 smithi172 ceph-mon[103696]: pgmap v13291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:34.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:34.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:35.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:18:35.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:18:35.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:35.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:36.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:35 smithi050 ceph-mon[92315]: pgmap v13292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:36.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:35 smithi172 ceph-mon[103696]: pgmap v13292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:36.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:36.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:37.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:37.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:38.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:37 smithi050 ceph-mon[92315]: pgmap v13293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:38.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:37 smithi172 ceph-mon[103696]: pgmap v13293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:38.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:38.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:39.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:39.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:40.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:39 smithi050 ceph-mon[92315]: pgmap v13294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:18:40.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:39 smithi172 ceph-mon[103696]: pgmap v13294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:18:40.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:40.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:41.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:41.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:42.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:41 smithi050 ceph-mon[92315]: pgmap v13295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:42.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:41 smithi172 ceph-mon[103696]: pgmap v13295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:42.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:42.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:43.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:43.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:44.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:43 smithi050 ceph-mon[92315]: pgmap v13296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:44.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:43 smithi172 ceph-mon[103696]: pgmap v13296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:44.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:44.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:45.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:45.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:46.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:45 smithi050 ceph-mon[92315]: pgmap v13297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:46.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:45 smithi172 ceph-mon[103696]: pgmap v13297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:46.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:46.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:47.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:47.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:48.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:47 smithi050 ceph-mon[92315]: pgmap v13298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:48.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:47 smithi172 ceph-mon[103696]: pgmap v13298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:48.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:48.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:49.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:49.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:49 smithi050 ceph-mon[92315]: pgmap v13299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:18:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:18:50.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:49 smithi172 ceph-mon[103696]: pgmap v13299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:18:50.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:18:50.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:50.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:51.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:51.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:52.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:51 smithi050 ceph-mon[92315]: pgmap v13300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:52.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:51 smithi172 ceph-mon[103696]: pgmap v13300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:52.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:52.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:53.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:53.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:54.032 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:53 smithi172 ceph-mon[103696]: pgmap v13301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:54.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:53 smithi050 ceph-mon[92315]: pgmap v13301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:54.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:54.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:55.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:55.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:56.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:55 smithi050 ceph-mon[92315]: pgmap v13302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:56.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:55 smithi172 ceph-mon[103696]: pgmap v13302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:56.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:56.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:57.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:57.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:58.064 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:57 smithi050 ceph-mon[92315]: pgmap v13303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:58.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:57 smithi172 ceph-mon[103696]: pgmap v13303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:18:58.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:58.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:18:59.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:18:59.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:00.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:18:59 smithi050 ceph-mon[92315]: pgmap v13304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:19:00.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:18:59 smithi172 ceph-mon[103696]: pgmap v13304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:19:00.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:00.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:01.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:01.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:02.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:01 smithi050 ceph-mon[92315]: pgmap v13305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:02.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:01 smithi172 ceph-mon[103696]: pgmap v13305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:02.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:02.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:03.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:03.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:04.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:03 smithi050 ceph-mon[92315]: pgmap v13306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:04.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:03 smithi172 ceph-mon[103696]: pgmap v13306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:04.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:04.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:05.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:19:05.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:19:05.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:19:05.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:19:05.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:05.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:06.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:05 smithi050 ceph-mon[92315]: pgmap v13307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:06.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:05 smithi172 ceph-mon[103696]: pgmap v13307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:06.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:06.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:07.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:07.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:08.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:07 smithi050 ceph-mon[92315]: pgmap v13308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:08.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:07 smithi172 ceph-mon[103696]: pgmap v13308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:08.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:08.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:09.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:09.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:10.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:09 smithi050 ceph-mon[92315]: pgmap v13309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:19:10.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:09 smithi172 ceph-mon[103696]: pgmap v13309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:19:10.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:10.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:11.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:11.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:12.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:11 smithi050 ceph-mon[92315]: pgmap v13310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:12.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:19:12.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:19:12.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:11 smithi172 ceph-mon[103696]: pgmap v13310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:12.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:19:12.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:19:12.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:12.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:13.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:19:13.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:19:13.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:19:13.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:19:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:19:13.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:19:13.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:19:13.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:19:13.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:19:13.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:19:13.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:13.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:14.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:13 smithi050 ceph-mon[92315]: pgmap v13311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:14.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:13 smithi172 ceph-mon[103696]: pgmap v13311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:14.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:14.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:15.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:15.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:16.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:15 smithi050 ceph-mon[92315]: pgmap v13312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:16.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:15 smithi172 ceph-mon[103696]: pgmap v13312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:16.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:16.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:17.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:17.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:18.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:17 smithi050 ceph-mon[92315]: pgmap v13313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:18.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:17 smithi172 ceph-mon[103696]: pgmap v13313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:18.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:18.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:19.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:19.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:19 smithi050 ceph-mon[92315]: pgmap v13314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:19:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:19:20.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:19 smithi172 ceph-mon[103696]: pgmap v13314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:19:20.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:19:20.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:20.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:21.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:21.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:22.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:21 smithi050 ceph-mon[92315]: pgmap v13315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:22.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:21 smithi172 ceph-mon[103696]: pgmap v13315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:22.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:22.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:23.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:23.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:24.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:23 smithi050 ceph-mon[92315]: pgmap v13316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:24.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:23 smithi172 ceph-mon[103696]: pgmap v13316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:24.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:24.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:25.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:25.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:26.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:25 smithi050 ceph-mon[92315]: pgmap v13317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:26.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:25 smithi172 ceph-mon[103696]: pgmap v13317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:26.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:26.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:27.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:27.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:28.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:27 smithi050 ceph-mon[92315]: pgmap v13318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:28.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:27 smithi172 ceph-mon[103696]: pgmap v13318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:28.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:28.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:29.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:29.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:30.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:29 smithi050 ceph-mon[92315]: pgmap v13319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:19:30.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:29 smithi172 ceph-mon[103696]: pgmap v13319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:19:30.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:30.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:31.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:31.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:32.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:31 smithi050 ceph-mon[92315]: pgmap v13320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:32.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:31 smithi172 ceph-mon[103696]: pgmap v13320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:32.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:32.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:33.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:33.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:34.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:33 smithi050 ceph-mon[92315]: pgmap v13321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:34.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:33 smithi172 ceph-mon[103696]: pgmap v13321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:34.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:34.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:35.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:19:35.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:19:35.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:35.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:36.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:35 smithi050 ceph-mon[92315]: pgmap v13322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:36.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:35 smithi172 ceph-mon[103696]: pgmap v13322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:36.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:36.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:37.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:37.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:38.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:37 smithi050 ceph-mon[92315]: pgmap v13323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:38.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:37 smithi172 ceph-mon[103696]: pgmap v13323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:38.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:38.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:39.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:39.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:40.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:39 smithi050 ceph-mon[92315]: pgmap v13324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:19:40.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:39 smithi172 ceph-mon[103696]: pgmap v13324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:19:40.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:40.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:41.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:41.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:42.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:41 smithi050 ceph-mon[92315]: pgmap v13325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:42.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:41 smithi172 ceph-mon[103696]: pgmap v13325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:42.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:42.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:43.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:43 smithi050 ceph-mon[92315]: pgmap v13326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:43.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:43.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:44.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:43 smithi172 ceph-mon[103696]: pgmap v13326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:44.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:44.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:45.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:45.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:46.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:45 smithi050 ceph-mon[92315]: pgmap v13327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:46.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:45 smithi172 ceph-mon[103696]: pgmap v13327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:46.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:46.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:47.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:47.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:48.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:47 smithi172 ceph-mon[103696]: pgmap v13328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:48.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:47 smithi050 ceph-mon[92315]: pgmap v13328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:48.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:48.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:49.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:49 smithi172 ceph-mon[103696]: pgmap v13329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:19:49.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:19:49.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:49.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:49 smithi050 ceph-mon[92315]: pgmap v13329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:19:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:19:50.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:50.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:51.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:51.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:52.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:51 smithi172 ceph-mon[103696]: pgmap v13330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:52.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:51 smithi050 ceph-mon[92315]: pgmap v13330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:52.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:52.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:53.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:53.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:54.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:53 smithi050 ceph-mon[92315]: pgmap v13331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:54.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:53 smithi172 ceph-mon[103696]: pgmap v13331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:54.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:54.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:55.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:55.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:56.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:55 smithi172 ceph-mon[103696]: pgmap v13332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:56.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:55 smithi050 ceph-mon[92315]: pgmap v13332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:56.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:56.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:57.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:57.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:58.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:57 smithi172 ceph-mon[103696]: pgmap v13333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:58.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:57 smithi050 ceph-mon[92315]: pgmap v13333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:19:58.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:58.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:19:59.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:19:59.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:00.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:19:59 smithi172 ceph-mon[103696]: pgmap v13334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:20:00.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:19:59 smithi050 ceph-mon[92315]: pgmap v13334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:20:00.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:00.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:01.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T21:20:01.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T21:20:01.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:01.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:02.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:01 smithi172 ceph-mon[103696]: pgmap v13335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:02.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:01 smithi050 ceph-mon[92315]: pgmap v13335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:02.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:02.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:03.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:03.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:04.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:03 smithi050 ceph-mon[92315]: pgmap v13336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:04.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:03 smithi172 ceph-mon[103696]: pgmap v13336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:04.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:04.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:05.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:20:05.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:20:05.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:05.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:06.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:05 smithi050 ceph-mon[92315]: pgmap v13337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:06.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:05 smithi172 ceph-mon[103696]: pgmap v13337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:06.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:06.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:07.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:07.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:08.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:07 smithi050 ceph-mon[92315]: pgmap v13338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:08.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:07 smithi172 ceph-mon[103696]: pgmap v13338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:08.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:08.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:09.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:09.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:10.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:09 smithi172 ceph-mon[103696]: pgmap v13339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:20:10.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:09 smithi050 ceph-mon[92315]: pgmap v13339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:20:10.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:10.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:11.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:11.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:12.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:11 smithi050 ceph-mon[92315]: pgmap v13340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:12.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:11 smithi172 ceph-mon[103696]: pgmap v13340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:12.895 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:20:12.895 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:20:12.896 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:20:12.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:12.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:13.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:20:13.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:20:13.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:20:13.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:13.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:14.170 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:13 smithi050 ceph-mon[92315]: pgmap v13341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:14.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:20:14.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:20:14.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:20:14.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:20:14.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:20:14.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:13 smithi172 ceph-mon[103696]: pgmap v13341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:14.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:20:14.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:20:14.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:20:14.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:20:14.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:20:14.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:14.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:15.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:15.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:16.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:15 smithi050 ceph-mon[92315]: pgmap v13342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:16.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:15 smithi172 ceph-mon[103696]: pgmap v13342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:16.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:16.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:17.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:17.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:18.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:17 smithi050 ceph-mon[92315]: pgmap v13343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:18.573 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:17 smithi172 ceph-mon[103696]: pgmap v13343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:18.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:19.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:19.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:19.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:20.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:19 smithi050 ceph-mon[92315]: pgmap v13344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:20:20.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:20:20.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:19 smithi172 ceph-mon[103696]: pgmap v13344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:20:20.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:20:20.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:20.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:21.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:21.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:22.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:21 smithi050 ceph-mon[92315]: pgmap v13345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:22.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:21 smithi172 ceph-mon[103696]: pgmap v13345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:22.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:22.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:23.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:23.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:24.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:23 smithi050 ceph-mon[92315]: pgmap v13346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:24.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:23 smithi172 ceph-mon[103696]: pgmap v13346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:24.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:24.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:25.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:25.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:26.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:25 smithi050 ceph-mon[92315]: pgmap v13347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:26.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:25 smithi172 ceph-mon[103696]: pgmap v13347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:26.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:26.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:27.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:27.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:28.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:27 smithi050 ceph-mon[92315]: pgmap v13348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:28.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:27 smithi172 ceph-mon[103696]: pgmap v13348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:28.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:28.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:29.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:29.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:30.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:29 smithi050 ceph-mon[92315]: pgmap v13349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:20:30.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:29 smithi172 ceph-mon[103696]: pgmap v13349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:20:30.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:30.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:31.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:31.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:32.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:31 smithi050 ceph-mon[92315]: pgmap v13350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:32.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:31 smithi172 ceph-mon[103696]: pgmap v13350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:32.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:32.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:33.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:33.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:34.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:33 smithi050 ceph-mon[92315]: pgmap v13351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:34.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:33 smithi172 ceph-mon[103696]: pgmap v13351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:34.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:34.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:20:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:20:35.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:35.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:36.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:35 smithi050 ceph-mon[92315]: pgmap v13352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:36.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:35 smithi172 ceph-mon[103696]: pgmap v13352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:36.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:36.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:37.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:37.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:38.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:37 smithi050 ceph-mon[92315]: pgmap v13353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:38.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:37 smithi172 ceph-mon[103696]: pgmap v13353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:38.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:38.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:39.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:39.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:40.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:39 smithi050 ceph-mon[92315]: pgmap v13354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:20:40.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:39 smithi172 ceph-mon[103696]: pgmap v13354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:20:40.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:40.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:41.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:41.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:42.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:41 smithi050 ceph-mon[92315]: pgmap v13355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:42.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:41 smithi172 ceph-mon[103696]: pgmap v13355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:42.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:42.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:43.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:43.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:44.283 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:43 smithi050 ceph-mon[92315]: pgmap v13356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:44.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:43 smithi172 ceph-mon[103696]: pgmap v13356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:44.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:44.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:46.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:46.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:46.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:45 smithi050 ceph-mon[92315]: pgmap v13357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:46.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:45 smithi172 ceph-mon[103696]: pgmap v13357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:47.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:47.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:48.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:48.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:48.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:47 smithi050 ceph-mon[92315]: pgmap v13358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:48.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:47 smithi172 ceph-mon[103696]: pgmap v13358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:49.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:49.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:50.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:50.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:50.232 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:49 smithi172 ceph-mon[103696]: pgmap v13359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:20:50.232 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:20:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:49 smithi050 ceph-mon[92315]: pgmap v13359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:20:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:20:51.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:51.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:52.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:52.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:52.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:51 smithi050 ceph-mon[92315]: pgmap v13360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:52.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:51 smithi172 ceph-mon[103696]: pgmap v13360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:53.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:53.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:54.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:54.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:54.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:53 smithi050 ceph-mon[92315]: pgmap v13361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:54.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:53 smithi172 ceph-mon[103696]: pgmap v13361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:55.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:55.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:56.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:56.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:56.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:55 smithi050 ceph-mon[92315]: pgmap v13362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:56.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:55 smithi172 ceph-mon[103696]: pgmap v13362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:57.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:57.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:58.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:58.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:20:58.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:57 smithi050 ceph-mon[92315]: pgmap v13363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:58.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:57 smithi172 ceph-mon[103696]: pgmap v13363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:20:59.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:20:59.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:00.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:00.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:00.335 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:20:59 smithi172 ceph-mon[103696]: pgmap v13364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:21:00.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:20:59 smithi050 ceph-mon[92315]: pgmap v13364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:21:01.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:01.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:02.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:02.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:02.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:01 smithi050 ceph-mon[92315]: pgmap v13365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:02.633 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:01 smithi172 ceph-mon[103696]: pgmap v13365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:03.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:03.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:04.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:04.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:04.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:03 smithi050 ceph-mon[92315]: pgmap v13366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:04.407 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:03 smithi172 ceph-mon[103696]: pgmap v13366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:05.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:05.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:05.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:21:05.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:21:06.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:06.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:06.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:05 smithi050 ceph-mon[92315]: pgmap v13367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:06.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:05 smithi172 ceph-mon[103696]: pgmap v13367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:07.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:07.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:08.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:08.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:08.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:07 smithi050 ceph-mon[92315]: pgmap v13368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:08.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:07 smithi172 ceph-mon[103696]: pgmap v13368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:09.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:09.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:10.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:10.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:10.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:09 smithi050 ceph-mon[92315]: pgmap v13369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:21:10.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:09 smithi172 ceph-mon[103696]: pgmap v13369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:21:11.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:11.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:12.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:12.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:12.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:11 smithi050 ceph-mon[92315]: pgmap v13370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:12.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:11 smithi172 ceph-mon[103696]: pgmap v13370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:13.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:13.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:14.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:14.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:14.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:13 smithi050 ceph-mon[92315]: pgmap v13371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:14.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:21:14.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:13 smithi172 ceph-mon[103696]: pgmap v13371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:14.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:21:15.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:15.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:15.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:21:15.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:21:15.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:21:15.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:21:15.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:21:15.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:21:15.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:21:15.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:21:15.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:21:15.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:21:16.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:16.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:16.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:16 smithi050 ceph-mon[92315]: pgmap v13372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:16 smithi172 ceph-mon[103696]: pgmap v13372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:17.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:17.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:18.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:18.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:18.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:18 smithi050 ceph-mon[92315]: pgmap v13373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:18.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:18 smithi172 ceph-mon[103696]: pgmap v13373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:19.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:19.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:20.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:20.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:20.543 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:20 smithi172 ceph-mon[103696]: pgmap v13374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:21:20.544 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:21:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:20 smithi050 ceph-mon[92315]: pgmap v13374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:21:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:21:21.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:21.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:22.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:22.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:22.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:22 smithi050 ceph-mon[92315]: pgmap v13375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:22.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:22 smithi172 ceph-mon[103696]: pgmap v13375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:23.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:23.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:24.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:24.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:24.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:24 smithi050 ceph-mon[92315]: pgmap v13376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:24.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:24 smithi172 ceph-mon[103696]: pgmap v13376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:25.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:25.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:26.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:26.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:26.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:26 smithi050 ceph-mon[92315]: pgmap v13377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:26.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:26 smithi172 ceph-mon[103696]: pgmap v13377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:27.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:27.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:28.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:28.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:28.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:28 smithi050 ceph-mon[92315]: pgmap v13378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:28.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:28 smithi172 ceph-mon[103696]: pgmap v13378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:29.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:29.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:30.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:30.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:30 smithi050 ceph-mon[92315]: pgmap v13379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:21:30.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:30 smithi172 ceph-mon[103696]: pgmap v13379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:21:31.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:31.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:32.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:32.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:32.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:32 smithi050 ceph-mon[92315]: pgmap v13380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:32.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:32 smithi172 ceph-mon[103696]: pgmap v13380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:33.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:33.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:34.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:34.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:34.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:34 smithi050 ceph-mon[92315]: pgmap v13381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:34.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:34 smithi172 ceph-mon[103696]: pgmap v13381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:35.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:35.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:35.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:21:35.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:21:36.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:36.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:36 smithi050 ceph-mon[92315]: pgmap v13382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:36.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:36 smithi172 ceph-mon[103696]: pgmap v13382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:37.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:37.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:38.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:38.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:38.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:38 smithi050 ceph-mon[92315]: pgmap v13383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:38.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:38 smithi172 ceph-mon[103696]: pgmap v13383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:39.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:39.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:40.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:40.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:40 smithi050 ceph-mon[92315]: pgmap v13384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:21:40.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:40 smithi172 ceph-mon[103696]: pgmap v13384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:21:41.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:41.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:42.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:42.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:42.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:42 smithi050 ceph-mon[92315]: pgmap v13385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:42.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:42 smithi172 ceph-mon[103696]: pgmap v13385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:43.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:43.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:44.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:44.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:44.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:44 smithi050 ceph-mon[92315]: pgmap v13386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:44.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:44 smithi172 ceph-mon[103696]: pgmap v13386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:45.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:45.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:46.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:46.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:46.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:46 smithi050 ceph-mon[92315]: pgmap v13387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:46.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:46 smithi172 ceph-mon[103696]: pgmap v13387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:47.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:47.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:48.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:48.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:48 smithi050 ceph-mon[92315]: pgmap v13388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:48.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:48 smithi172 ceph-mon[103696]: pgmap v13388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:49.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:49.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:50.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:50.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:50 smithi050 ceph-mon[92315]: pgmap v13389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:21:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:21:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:50 smithi172 ceph-mon[103696]: pgmap v13389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:21:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:21:51.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:51.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:52.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:52.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:52.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:52 smithi050 ceph-mon[92315]: pgmap v13390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:52.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:52 smithi172 ceph-mon[103696]: pgmap v13390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:53.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:53.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:54.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:54.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:54.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:54 smithi050 ceph-mon[92315]: pgmap v13391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:54.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:54 smithi172 ceph-mon[103696]: pgmap v13391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:55.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:55.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:56.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:56.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:56 smithi050 ceph-mon[92315]: pgmap v13392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:56.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:56 smithi172 ceph-mon[103696]: pgmap v13392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:57.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:57.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:58.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:58.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:21:58.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:21:58 smithi050 ceph-mon[92315]: pgmap v13393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:58.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:21:58 smithi172 ceph-mon[103696]: pgmap v13393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:21:59.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:21:59.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:00.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:00.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:00 smithi050 ceph-mon[92315]: pgmap v13394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:22:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:00 smithi172 ceph-mon[103696]: pgmap v13394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:22:01.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:01.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:02.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:02.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:02 smithi050 ceph-mon[92315]: pgmap v13395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:02 smithi172 ceph-mon[103696]: pgmap v13395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:03.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:03.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:04.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:04.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:04 smithi050 ceph-mon[92315]: pgmap v13396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:04.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:04 smithi172 ceph-mon[103696]: pgmap v13396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:05.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:05.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:05.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:22:05.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:22:06.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:06.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:06.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:06 smithi050 ceph-mon[92315]: pgmap v13397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:06.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:06 smithi172 ceph-mon[103696]: pgmap v13397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:07.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:07.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:07.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:07 smithi050 ceph-mon[92315]: pgmap v13398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:07.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:07 smithi172 ceph-mon[103696]: pgmap v13398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:08.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:08.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:09.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:09.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:09.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:09 smithi050 ceph-mon[92315]: pgmap v13399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:22:09.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:09 smithi172 ceph-mon[103696]: pgmap v13399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:22:10.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:10.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:11.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:11.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:12.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:11 smithi050 ceph-mon[92315]: pgmap v13400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:12.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:11 smithi172 ceph-mon[103696]: pgmap v13400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:12.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:12.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:13.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:13.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:14.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:13 smithi050 ceph-mon[92315]: pgmap v13401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:14.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:13 smithi172 ceph-mon[103696]: pgmap v13401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:14.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:14.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:15.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:22:15.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:22:15.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:15.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:16.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:15 smithi050 ceph-mon[92315]: pgmap v13402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:16.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:22:16.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:22:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:22:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:22:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:22:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:22:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:22:16.116 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:15 smithi172 ceph-mon[103696]: pgmap v13402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:16.116 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:22:16.116 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:22:16.116 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:22:16.116 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:22:16.116 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:22:16.117 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:22:16.117 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:22:16.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:16.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:17.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:17.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:18.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:17 smithi050 ceph-mon[92315]: pgmap v13403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:18.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:17 smithi172 ceph-mon[103696]: pgmap v13403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:18.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:18.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:19.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:19.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:19 smithi050 ceph-mon[92315]: pgmap v13404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:22:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:22:20.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:19 smithi172 ceph-mon[103696]: pgmap v13404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:22:20.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:22:20.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:20.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:21.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:21.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:22.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:21 smithi050 ceph-mon[92315]: pgmap v13405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:22.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:21 smithi172 ceph-mon[103696]: pgmap v13405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:22.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:22.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:23.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:23.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:24.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:23 smithi050 ceph-mon[92315]: pgmap v13406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:24.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:23 smithi172 ceph-mon[103696]: pgmap v13406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:24.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:24.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:25.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:25.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:26.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:25 smithi050 ceph-mon[92315]: pgmap v13407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:26.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:25 smithi172 ceph-mon[103696]: pgmap v13407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:26.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:26.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:27.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:27.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:28.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:27 smithi050 ceph-mon[92315]: pgmap v13408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:28.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:27 smithi172 ceph-mon[103696]: pgmap v13408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:28.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:28.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:29.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:29.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:30.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:29 smithi050 ceph-mon[92315]: pgmap v13409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:22:30.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:29 smithi172 ceph-mon[103696]: pgmap v13409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:22:30.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:30.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:31.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:31.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:32.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:31 smithi050 ceph-mon[92315]: pgmap v13410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:31 smithi172 ceph-mon[103696]: pgmap v13410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:32.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:32.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:33.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:33.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:34.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:33 smithi050 ceph-mon[92315]: pgmap v13411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:34.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:33 smithi172 ceph-mon[103696]: pgmap v13411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:34.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:34.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:35.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:22:35.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:22:35.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:35.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:35.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:35 smithi050 ceph-mon[92315]: pgmap v13412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:36.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:35 smithi172 ceph-mon[103696]: pgmap v13412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:36.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:36.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:37.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:37.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:38.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:37 smithi050 ceph-mon[92315]: pgmap v13413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:38.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:37 smithi172 ceph-mon[103696]: pgmap v13413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:38.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:38.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:39.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:39.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:40.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:39 smithi050 ceph-mon[92315]: pgmap v13414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:22:40.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:39 smithi172 ceph-mon[103696]: pgmap v13414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:22:40.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:40.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:41.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:41.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:42.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:41 smithi050 ceph-mon[92315]: pgmap v13415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:42.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:41 smithi172 ceph-mon[103696]: pgmap v13415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:42.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:42.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:43.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:43.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:44.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:43 smithi050 ceph-mon[92315]: pgmap v13416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:44.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:43 smithi172 ceph-mon[103696]: pgmap v13416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:44.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:44.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:45.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:45.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:46.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:45 smithi050 ceph-mon[92315]: pgmap v13417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:46.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:45 smithi172 ceph-mon[103696]: pgmap v13417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:46.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:46.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:47.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:47.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:48.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:47 smithi050 ceph-mon[92315]: pgmap v13418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:48.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:47 smithi172 ceph-mon[103696]: pgmap v13418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:48.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:48.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:49.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:49.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:49 smithi050 ceph-mon[92315]: pgmap v13419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:22:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:22:50.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:49 smithi172 ceph-mon[103696]: pgmap v13419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:22:50.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:22:50.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:50.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:51.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:51.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:52.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:51 smithi050 ceph-mon[92315]: pgmap v13420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:52.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:51 smithi172 ceph-mon[103696]: pgmap v13420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:52.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:52.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:53.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:53.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:54.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:53 smithi050 ceph-mon[92315]: pgmap v13421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:54.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:53 smithi172 ceph-mon[103696]: pgmap v13421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:54.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:54.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:55.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:55.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:56.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:55 smithi050 ceph-mon[92315]: pgmap v13422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:56.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:55 smithi172 ceph-mon[103696]: pgmap v13422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:56.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:56.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:57.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:57.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:58.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:57 smithi050 ceph-mon[92315]: pgmap v13423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:58.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:57 smithi172 ceph-mon[103696]: pgmap v13423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:22:58.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:58.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:22:59.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:22:59.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:00.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:22:59 smithi050 ceph-mon[92315]: pgmap v13424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:23:00.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:22:59 smithi172 ceph-mon[103696]: pgmap v13424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:23:00.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:00.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:01.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:01.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:01.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:01 smithi172 ceph-mon[103696]: pgmap v13425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:02.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:01 smithi050 ceph-mon[92315]: pgmap v13425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:02.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:02.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:03.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:03.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:04.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:03 smithi050 ceph-mon[92315]: pgmap v13426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:04.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:03 smithi172 ceph-mon[103696]: pgmap v13426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:04.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:04.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:05.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:23:05.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:23:05.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:05.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:06.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:05 smithi050 ceph-mon[92315]: pgmap v13427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:06.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:05 smithi172 ceph-mon[103696]: pgmap v13427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:06.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:06.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:07.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:07.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:08.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:07 smithi050 ceph-mon[92315]: pgmap v13428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:08.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:07 smithi172 ceph-mon[103696]: pgmap v13428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:08.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:08.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:09.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:09.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:10.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:09 smithi050 ceph-mon[92315]: pgmap v13429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:23:10.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:09 smithi172 ceph-mon[103696]: pgmap v13429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:23:10.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:10.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:11.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:11.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:12.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:11 smithi050 ceph-mon[92315]: pgmap v13430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:12.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:11 smithi172 ceph-mon[103696]: pgmap v13430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:12.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:12.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:13.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:13.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:14.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:13 smithi172 ceph-mon[103696]: pgmap v13431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:14.170 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:13 smithi050 ceph-mon[92315]: pgmap v13431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:14.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:14.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:15.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:15.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:16.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:15 smithi172 ceph-mon[103696]: pgmap v13432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:16.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:23:16.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:16.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:16.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:15 smithi050 ceph-mon[92315]: pgmap v13432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:16.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:23:17.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:23:17.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:23:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:23:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:23:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:23:17.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:17.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:17.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:23:17.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:23:17.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:23:17.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:23:17.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:23:18.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:18.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:18.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:18 smithi050 ceph-mon[92315]: pgmap v13433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:18.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:18 smithi172 ceph-mon[103696]: pgmap v13433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:19.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:19.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:20.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:20.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:20.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:20 smithi050 ceph-mon[92315]: pgmap v13434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:23:20.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:23:20.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:20 smithi172 ceph-mon[103696]: pgmap v13434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:23:20.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:23:21.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:21.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:22.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:22 smithi172 ceph-mon[103696]: pgmap v13435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:22.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:22.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:22.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:22 smithi050 ceph-mon[92315]: pgmap v13435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:23.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:23.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:24.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:24.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:24.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:24 smithi050 ceph-mon[92315]: pgmap v13436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:24.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:24 smithi172 ceph-mon[103696]: pgmap v13436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:25.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:25.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:26.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:26.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:26.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:26 smithi050 ceph-mon[92315]: pgmap v13437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:26.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:26 smithi172 ceph-mon[103696]: pgmap v13437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:27.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:27.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:28.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:28.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:28.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:28 smithi050 ceph-mon[92315]: pgmap v13438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:28.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:28 smithi172 ceph-mon[103696]: pgmap v13438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:29.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:29.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:30.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:30.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:30.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:30 smithi050 ceph-mon[92315]: pgmap v13439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:23:30.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:30 smithi172 ceph-mon[103696]: pgmap v13439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:23:31.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:31.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:32.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:32.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:32.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:32 smithi050 ceph-mon[92315]: pgmap v13440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:32.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:32 smithi172 ceph-mon[103696]: pgmap v13440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:33.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:33.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:34.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:34.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:34.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:34 smithi050 ceph-mon[92315]: pgmap v13441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:34.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:34 smithi172 ceph-mon[103696]: pgmap v13441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:35.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:35.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:23:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:23:36.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:36.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:36.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:36 smithi050 ceph-mon[92315]: pgmap v13442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:36.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:36 smithi172 ceph-mon[103696]: pgmap v13442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:37.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:37.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:38.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:38.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:38.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:38 smithi050 ceph-mon[92315]: pgmap v13443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:38.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:38 smithi172 ceph-mon[103696]: pgmap v13443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:39.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:39.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:40.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:40.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:40.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:40 smithi050 ceph-mon[92315]: pgmap v13444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:23:40.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:40 smithi172 ceph-mon[103696]: pgmap v13444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:23:41.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:41.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:42.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:42.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:42.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:42 smithi050 ceph-mon[92315]: pgmap v13445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:42.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:42 smithi172 ceph-mon[103696]: pgmap v13445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:43.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:43.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:44.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:44.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:44.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:44 smithi050 ceph-mon[92315]: pgmap v13446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:44.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:44 smithi172 ceph-mon[103696]: pgmap v13446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:45.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:45.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:46.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:46.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:46.339 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:46 smithi050 ceph-mon[92315]: pgmap v13447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:46.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:46 smithi172 ceph-mon[103696]: pgmap v13447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:47.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:47.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:48.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:48.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:48.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:48 smithi050 ceph-mon[92315]: pgmap v13448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:48.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:48 smithi172 ceph-mon[103696]: pgmap v13448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:49.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:49.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:50.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:50.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:50 smithi050 ceph-mon[92315]: pgmap v13449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:23:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:23:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:50 smithi172 ceph-mon[103696]: pgmap v13449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:23:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:23:51.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:51.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:52.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:52.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:52.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:52 smithi050 ceph-mon[92315]: pgmap v13450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:52.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:52 smithi172 ceph-mon[103696]: pgmap v13450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:53.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:53.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:54.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:54.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:54.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:54 smithi050 ceph-mon[92315]: pgmap v13451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:54.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:54 smithi172 ceph-mon[103696]: pgmap v13451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:55.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:55.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:56.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:56.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:56.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:56 smithi050 ceph-mon[92315]: pgmap v13452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:56.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:56 smithi172 ceph-mon[103696]: pgmap v13452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:57.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:57.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:58.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:58.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:23:58.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:23:58 smithi050 ceph-mon[92315]: pgmap v13453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:58.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:23:58 smithi172 ceph-mon[103696]: pgmap v13453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:23:59.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:23:59.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:00.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:00.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:00.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:00 smithi050 ceph-mon[92315]: pgmap v13454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:24:00.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:00 smithi172 ceph-mon[103696]: pgmap v13454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:24:01.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:01.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:02.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:02.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:02.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:02 smithi172 ceph-mon[103696]: pgmap v13455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:02 smithi050 ceph-mon[92315]: pgmap v13455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:03.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:03.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:04.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:04.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:04.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:04 smithi172 ceph-mon[103696]: pgmap v13456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:04 smithi050 ceph-mon[92315]: pgmap v13456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:05.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:05.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:05.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:24:05.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:24:06.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:06.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:06.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:06 smithi172 ceph-mon[103696]: pgmap v13457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:06.567 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:06 smithi050 ceph-mon[92315]: pgmap v13457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:07.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:07.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:08.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:08.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:08.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:08 smithi172 ceph-mon[103696]: pgmap v13458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:08.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:08 smithi050 ceph-mon[92315]: pgmap v13458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:09.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:09.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:10.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:10.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:10.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:10 smithi172 ceph-mon[103696]: pgmap v13459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:24:10.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:10 smithi050 ceph-mon[92315]: pgmap v13459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:24:11.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:11.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:12.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:12.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:12.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:12 smithi172 ceph-mon[103696]: pgmap v13460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:12.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:12 smithi050 ceph-mon[92315]: pgmap v13460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:13.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:13.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:14.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:14.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:14.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:14 smithi172 ceph-mon[103696]: pgmap v13461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:14 smithi050 ceph-mon[92315]: pgmap v13461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:15.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:15.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:16.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:16.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:16.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:16 smithi172 ceph-mon[103696]: pgmap v13462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:16.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:16 smithi050 ceph-mon[92315]: pgmap v13462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:17.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:17.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:17.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:24:17.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:24:17.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:24:17.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:24:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:24:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:24:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:24:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:24:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:24:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:24:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:24:17.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:24:17.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:24:17.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:24:17.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:24:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:24:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:24:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:24:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:24:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:24:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:24:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:24:18.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:18.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:18.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:18 smithi050 ceph-mon[92315]: pgmap v13463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:18.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:18 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1528M 2023-09-30T21:24:18.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:18 smithi172 ceph-mon[103696]: pgmap v13463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:18.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:18 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1528M 2023-09-30T21:24:19.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:19.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:20.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:20.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:20 smithi050 ceph-mon[92315]: pgmap v13464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:24:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:24:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:20 smithi172 ceph-mon[103696]: pgmap v13464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:24:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:24:21.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:21.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:22.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:22.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:22.419 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:22 smithi172 ceph-mon[103696]: pgmap v13465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:22.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:22 smithi050 ceph-mon[92315]: pgmap v13465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:23.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:23.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:24.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:24.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:24.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:24 smithi050 ceph-mon[92315]: pgmap v13466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:24.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:24 smithi172 ceph-mon[103696]: pgmap v13466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:25.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:25.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:26.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:26.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:26.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:26 smithi050 ceph-mon[92315]: pgmap v13467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:26.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:26 smithi172 ceph-mon[103696]: pgmap v13467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:27.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:27.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:28.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:28.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:28.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:28 smithi050 ceph-mon[92315]: pgmap v13468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:28.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:28 smithi172 ceph-mon[103696]: pgmap v13468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:29.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:29.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:30.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:30.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:30 smithi050 ceph-mon[92315]: pgmap v13469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:24:30.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:30 smithi172 ceph-mon[103696]: pgmap v13469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:24:31.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:31.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:32.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:32.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:32.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:32 smithi172 ceph-mon[103696]: pgmap v13470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:32.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:32 smithi050 ceph-mon[92315]: pgmap v13470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:33.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:33.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:34.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:34.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:34.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:34 smithi050 ceph-mon[92315]: pgmap v13471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:34.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:34 smithi172 ceph-mon[103696]: pgmap v13471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:35.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:35.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:35.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:24:35.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:24:36.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:36.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:36 smithi050 ceph-mon[92315]: pgmap v13472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:36.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:36 smithi172 ceph-mon[103696]: pgmap v13472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:37.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:37.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:38.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:38.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:38.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:38 smithi050 ceph-mon[92315]: pgmap v13473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:38.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:38 smithi172 ceph-mon[103696]: pgmap v13473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:39.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:39.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:40.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:40.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:40 smithi050 ceph-mon[92315]: pgmap v13474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:24:40.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:40 smithi172 ceph-mon[103696]: pgmap v13474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:24:41.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:41.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:42.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:42 smithi050 ceph-mon[92315]: pgmap v13475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:42.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:42.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:42.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:42 smithi172 ceph-mon[103696]: pgmap v13475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:43.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:43.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:44.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:44.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:44.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:44 smithi050 ceph-mon[92315]: pgmap v13476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:44.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:44 smithi172 ceph-mon[103696]: pgmap v13476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:45.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:45.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:46.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:46.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:46.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:46 smithi050 ceph-mon[92315]: pgmap v13477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:46.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:46 smithi172 ceph-mon[103696]: pgmap v13477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:47.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:47.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:48.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:48.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:48.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:48 smithi050 ceph-mon[92315]: pgmap v13478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:48.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:48 smithi172 ceph-mon[103696]: pgmap v13478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:49.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:49.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:50.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:50.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:50 smithi050 ceph-mon[92315]: pgmap v13479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:24:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:24:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:50 smithi172 ceph-mon[103696]: pgmap v13479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:24:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:24:51.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:51.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:52.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:52 smithi050 ceph-mon[92315]: pgmap v13480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:52.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:52.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:52.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:52 smithi172 ceph-mon[103696]: pgmap v13480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:53.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:53.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:54.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:54.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:54.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:54 smithi050 ceph-mon[92315]: pgmap v13481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:54.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:54 smithi172 ceph-mon[103696]: pgmap v13481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:55.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:55.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:56.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:56.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:56 smithi050 ceph-mon[92315]: pgmap v13482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:56.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:56 smithi172 ceph-mon[103696]: pgmap v13482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:57.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:57.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:58.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:58.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:24:58.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:24:58 smithi050 ceph-mon[92315]: pgmap v13483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:58.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:24:58 smithi172 ceph-mon[103696]: pgmap v13483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:24:59.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:24:59.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:00.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:00.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:00 smithi050 ceph-mon[92315]: pgmap v13484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:25:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:00 smithi172 ceph-mon[103696]: pgmap v13484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:25:01.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:01.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:02.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:02.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:02 smithi050 ceph-mon[92315]: pgmap v13485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:02 smithi172 ceph-mon[103696]: pgmap v13485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:03.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:03.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:04.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:04.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:04 smithi050 ceph-mon[92315]: pgmap v13486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:04.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:04 smithi172 ceph-mon[103696]: pgmap v13486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:05.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:05.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:05.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:25:05.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:25:06.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:06.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:06.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:06 smithi050 ceph-mon[92315]: pgmap v13487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:06.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:06 smithi172 ceph-mon[103696]: pgmap v13487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:07.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:07.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:08.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:08.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:08.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:08 smithi050 ceph-mon[92315]: pgmap v13488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:08.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:08 smithi172 ceph-mon[103696]: pgmap v13488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:09.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:09.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:10.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:10.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:10.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:10 smithi050 ceph-mon[92315]: pgmap v13489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:25:10.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:10 smithi172 ceph-mon[103696]: pgmap v13489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:25:11.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:11.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:12.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:12.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:12.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:12 smithi050 ceph-mon[92315]: pgmap v13490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:12.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:12 smithi172 ceph-mon[103696]: pgmap v13490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:13.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:13.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:14.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:14.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:14 smithi050 ceph-mon[92315]: pgmap v13491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:14.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:14 smithi172 ceph-mon[103696]: pgmap v13491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:15.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:15.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:16.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:16.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:16.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:16 smithi050 ceph-mon[92315]: pgmap v13492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:16 smithi172 ceph-mon[103696]: pgmap v13492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:17.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:17.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:17.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:25:17.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:25:18.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:18 smithi172 ceph-mon[103696]: pgmap v13493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:18.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:25:18.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:25:18.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:25:18.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:25:18.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:25:18.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:18.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:18.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:18 smithi050 ceph-mon[92315]: pgmap v13493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:18.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:25:18.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:25:18.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:25:18.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:25:18.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:25:19.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:19.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:20.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:20.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:20 smithi050 ceph-mon[92315]: pgmap v13494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:25:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:25:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:20 smithi172 ceph-mon[103696]: pgmap v13494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:25:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:25:21.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:21.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:22.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:22.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:22.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:22 smithi050 ceph-mon[92315]: pgmap v13495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:22.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:22 smithi172 ceph-mon[103696]: pgmap v13495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:23.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:23.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:24.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:24.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:24.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:24 smithi050 ceph-mon[92315]: pgmap v13496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:24.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:24 smithi172 ceph-mon[103696]: pgmap v13496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:25.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:25.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:26.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:26.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:26.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:26 smithi050 ceph-mon[92315]: pgmap v13497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:26.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:26 smithi172 ceph-mon[103696]: pgmap v13497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:27.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:27.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:28.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:28 smithi172 ceph-mon[103696]: pgmap v13498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:28.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:28.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:28.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:28 smithi050 ceph-mon[92315]: pgmap v13498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:29.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:29.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:30.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:30.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:30 smithi050 ceph-mon[92315]: pgmap v13499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:25:30.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:30 smithi172 ceph-mon[103696]: pgmap v13499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:25:31.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:31.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:32.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:32.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:32.548 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:32 smithi050 ceph-mon[92315]: pgmap v13500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:32.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:32 smithi172 ceph-mon[103696]: pgmap v13500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:33.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:33.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:34.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:34.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:34.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:34 smithi050 ceph-mon[92315]: pgmap v13501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:34.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:34 smithi172 ceph-mon[103696]: pgmap v13501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:35.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:35.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:35.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:25:35.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:25:36.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:36.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:36 smithi050 ceph-mon[92315]: pgmap v13502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:36.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:36 smithi172 ceph-mon[103696]: pgmap v13502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:37.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:37.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:38.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:38.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:38.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:38 smithi050 ceph-mon[92315]: pgmap v13503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:38.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:38 smithi172 ceph-mon[103696]: pgmap v13503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:39.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:39.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:40.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:40.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:40 smithi050 ceph-mon[92315]: pgmap v13504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:25:40.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:40 smithi172 ceph-mon[103696]: pgmap v13504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:25:41.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:41.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:42.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:42.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:42.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:42 smithi050 ceph-mon[92315]: pgmap v13505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:42.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:42 smithi172 ceph-mon[103696]: pgmap v13505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:43.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:43.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:44.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:44.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:44.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:44 smithi050 ceph-mon[92315]: pgmap v13506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:44.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:44 smithi172 ceph-mon[103696]: pgmap v13506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:45.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:45.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:46.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:46.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:46.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:46 smithi050 ceph-mon[92315]: pgmap v13507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:46.674 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:46 smithi172 ceph-mon[103696]: pgmap v13507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:47.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:47.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:48.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:48.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:48.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:48 smithi050 ceph-mon[92315]: pgmap v13508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:48.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:48 smithi172 ceph-mon[103696]: pgmap v13508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:49.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:49.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:50.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:50.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:50 smithi050 ceph-mon[92315]: pgmap v13509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:25:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:25:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:50 smithi172 ceph-mon[103696]: pgmap v13509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:25:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:25:51.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:51.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:52.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:52.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:52.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:52 smithi050 ceph-mon[92315]: pgmap v13510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:52.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:52 smithi172 ceph-mon[103696]: pgmap v13510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:53.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:53.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:54.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:54.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:54.540 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:54 smithi050 ceph-mon[92315]: pgmap v13511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:54 smithi172 ceph-mon[103696]: pgmap v13511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:55.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:55.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:56.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:56.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:56 smithi050 ceph-mon[92315]: pgmap v13512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:56.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:56 smithi172 ceph-mon[103696]: pgmap v13512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:57.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:57.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:58.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:58.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:25:58.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:25:58 smithi050 ceph-mon[92315]: pgmap v13513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:58.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:25:58 smithi172 ceph-mon[103696]: pgmap v13513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:25:59.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:25:59.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:00.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:00.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:00 smithi050 ceph-mon[92315]: pgmap v13514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:26:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:00 smithi172 ceph-mon[103696]: pgmap v13514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:26:01.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:01.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:02.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:02.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:02 smithi050 ceph-mon[92315]: pgmap v13515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:02 smithi172 ceph-mon[103696]: pgmap v13515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:03.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:03.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:04.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:04.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:04 smithi050 ceph-mon[92315]: pgmap v13516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:04.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:04 smithi172 ceph-mon[103696]: pgmap v13516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:05.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:05.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:05.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:26:05.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:26:06.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:06.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:06.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:06 smithi050 ceph-mon[92315]: pgmap v13517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:06.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:06 smithi172 ceph-mon[103696]: pgmap v13517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:07.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:07.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:07.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:07 smithi050 ceph-mon[92315]: pgmap v13518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:07.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:07 smithi172 ceph-mon[103696]: pgmap v13518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:08.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:08.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:09.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:09.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:09.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:09 smithi050 ceph-mon[92315]: pgmap v13519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:26:09.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:09 smithi172 ceph-mon[103696]: pgmap v13519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:26:10.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:10.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:11.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:11.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:12.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:11 smithi050 ceph-mon[92315]: pgmap v13520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:12.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:11 smithi172 ceph-mon[103696]: pgmap v13520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:12.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:12.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:13.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:13.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:13.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:13 smithi172 ceph-mon[103696]: pgmap v13521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:14.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:13 smithi050 ceph-mon[92315]: pgmap v13521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:14.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:14.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:15.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:15.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:16.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:15 smithi050 ceph-mon[92315]: pgmap v13522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:16.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:15 smithi172 ceph-mon[103696]: pgmap v13522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:16.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:16.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:17.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:17.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:18.065 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:17 smithi050 ceph-mon[92315]: pgmap v13523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:18.065 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:26:18.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:17 smithi172 ceph-mon[103696]: pgmap v13523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:18.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:26:18.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:18.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:18.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:26:18.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:26:18.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:26:18.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:26:18.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:26:19.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:26:19.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:26:19.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:26:19.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:26:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:26:19.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:19.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:20.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:20.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:20 smithi050 ceph-mon[92315]: pgmap v13524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:26:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:26:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:20 smithi172 ceph-mon[103696]: pgmap v13524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:26:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:26:21.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:21.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:22.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:22.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:22.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:22 smithi050 ceph-mon[92315]: pgmap v13525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:22.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:22 smithi172 ceph-mon[103696]: pgmap v13525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:23.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:23.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:24.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:24.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:24.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:24 smithi050 ceph-mon[92315]: pgmap v13526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:24.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:24 smithi172 ceph-mon[103696]: pgmap v13526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:25.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:25.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:26.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:26.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:26.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:26 smithi050 ceph-mon[92315]: pgmap v13527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:26.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:26 smithi172 ceph-mon[103696]: pgmap v13527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:27.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:27.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:28.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:28.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:28.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:28 smithi050 ceph-mon[92315]: pgmap v13528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:28.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:28 smithi172 ceph-mon[103696]: pgmap v13528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:29.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:29.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:30.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:30.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:30 smithi050 ceph-mon[92315]: pgmap v13529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:26:30.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:30 smithi172 ceph-mon[103696]: pgmap v13529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:26:31.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:31.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:32.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:32.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:32.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:32 smithi050 ceph-mon[92315]: pgmap v13530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:32.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:32 smithi172 ceph-mon[103696]: pgmap v13530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:33.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:33.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:34.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:34.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:34.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:34 smithi050 ceph-mon[92315]: pgmap v13531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:34.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:34 smithi172 ceph-mon[103696]: pgmap v13531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:35.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:35.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:35.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:26:35.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:26:36.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:36.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:36 smithi050 ceph-mon[92315]: pgmap v13532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:36.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:36 smithi172 ceph-mon[103696]: pgmap v13532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:37.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:37.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:38.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:38.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:38.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:38 smithi050 ceph-mon[92315]: pgmap v13533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:38.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:38 smithi172 ceph-mon[103696]: pgmap v13533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:39.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:39.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:40.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:40.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:40 smithi050 ceph-mon[92315]: pgmap v13534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:26:40.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:40 smithi172 ceph-mon[103696]: pgmap v13534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:26:41.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:41.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:42.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:42.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:42.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:42 smithi050 ceph-mon[92315]: pgmap v13535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:42.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:42 smithi172 ceph-mon[103696]: pgmap v13535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:43.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:43.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:44.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:44 smithi050 ceph-mon[92315]: pgmap v13536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:44.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:44.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:44.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:44 smithi172 ceph-mon[103696]: pgmap v13536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:45.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:45.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:46.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:46 smithi050 ceph-mon[92315]: pgmap v13537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:46.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:46.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:46.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:46 smithi172 ceph-mon[103696]: pgmap v13537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:47.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:47.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:47.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:47 smithi172 ceph-mon[103696]: pgmap v13538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:47.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:47 smithi050 ceph-mon[92315]: pgmap v13538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:48.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:48.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:49.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:49.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:49.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:49 smithi050 ceph-mon[92315]: pgmap v13539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:26:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:26:49.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:49 smithi172 ceph-mon[103696]: pgmap v13539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:26:49.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:26:50.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:50.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:51.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:51.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:52.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:51 smithi050 ceph-mon[92315]: pgmap v13540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:52.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:51 smithi172 ceph-mon[103696]: pgmap v13540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:52.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:52.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:53.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:53.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:54.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:53 smithi050 ceph-mon[92315]: pgmap v13541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:54.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:53 smithi172 ceph-mon[103696]: pgmap v13541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:54.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:54.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:55.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:55.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:56.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:55 smithi050 ceph-mon[92315]: pgmap v13542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:56.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:55 smithi172 ceph-mon[103696]: pgmap v13542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:56.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:56.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:57.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:57.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:58.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:57 smithi050 ceph-mon[92315]: pgmap v13543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:58.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:57 smithi172 ceph-mon[103696]: pgmap v13543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:26:58.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:58.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:26:59.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:26:59.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:00.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:26:59 smithi050 ceph-mon[92315]: pgmap v13544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:27:00.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:26:59 smithi172 ceph-mon[103696]: pgmap v13544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:27:00.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:00.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:01.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:01.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:02.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:01 smithi050 ceph-mon[92315]: pgmap v13545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:02.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:01 smithi172 ceph-mon[103696]: pgmap v13545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:02.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:02.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:03.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:03.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:03.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:03 smithi050 ceph-mon[92315]: pgmap v13546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:04.088 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:03 smithi172 ceph-mon[103696]: pgmap v13546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:04.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:04.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:05.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:27:05.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:27:05.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:05.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:06.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:05 smithi050 ceph-mon[92315]: pgmap v13547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:06.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:05 smithi172 ceph-mon[103696]: pgmap v13547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:06.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:06.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:07.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:07.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:08.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:07 smithi050 ceph-mon[92315]: pgmap v13548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:08.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:07 smithi172 ceph-mon[103696]: pgmap v13548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:08.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:08.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:09.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:09.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:10.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:09 smithi050 ceph-mon[92315]: pgmap v13549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:27:10.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:09 smithi172 ceph-mon[103696]: pgmap v13549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:27:10.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:10.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:11.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:11.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:12.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:11 smithi050 ceph-mon[92315]: pgmap v13550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:12.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:11 smithi172 ceph-mon[103696]: pgmap v13550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:12.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:12.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:13.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:13.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:14.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:13 smithi050 ceph-mon[92315]: pgmap v13551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:14.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:13 smithi172 ceph-mon[103696]: pgmap v13551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:14.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:14.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:15.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:15.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:16.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:15 smithi050 ceph-mon[92315]: pgmap v13552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:16.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:15 smithi172 ceph-mon[103696]: pgmap v13552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:16.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:16.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:17.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:17.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:18.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:17 smithi050 ceph-mon[92315]: pgmap v13553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:18.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:17 smithi172 ceph-mon[103696]: pgmap v13553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:18.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:18.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:19.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:27:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:27:19.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:19.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:19 smithi050 ceph-mon[92315]: pgmap v13554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:27:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:27:20.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:19 smithi172 ceph-mon[103696]: pgmap v13554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:27:20.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:27:20.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:20.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:21.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:21.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:22.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:21 smithi050 ceph-mon[92315]: pgmap v13555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:22.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:21 smithi172 ceph-mon[103696]: pgmap v13555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:22.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:22.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:23.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:23.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:24.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:24 smithi050 ceph-mon[92315]: pgmap v13556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:24.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:27:24.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:27:24.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:27:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:27:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:27:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:27:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:27:24.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:24 smithi172 ceph-mon[103696]: pgmap v13556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:24.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:27:24.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:27:24.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:27:24.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:27:24.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:27:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:27:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:27:24.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:24.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:25.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:25.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:26.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:26 smithi050 ceph-mon[92315]: pgmap v13557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:26.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:26 smithi172 ceph-mon[103696]: pgmap v13557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:26.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:26.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:27.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:27.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:28.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:28 smithi050 ceph-mon[92315]: pgmap v13558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:28.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:28 smithi172 ceph-mon[103696]: pgmap v13558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:28.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:28.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:29.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:29.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:30.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:30 smithi050 ceph-mon[92315]: pgmap v13559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:27:30.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:30 smithi172 ceph-mon[103696]: pgmap v13559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:27:30.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:30.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:31.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:31.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:32.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:32 smithi050 ceph-mon[92315]: pgmap v13560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:32.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:32 smithi172 ceph-mon[103696]: pgmap v13560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:32.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:32.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:33.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:33.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:34.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:34 smithi050 ceph-mon[92315]: pgmap v13561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:34.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:34 smithi172 ceph-mon[103696]: pgmap v13561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:34.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:34.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:27:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:27:35.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:35.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:36.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:36 smithi050 ceph-mon[92315]: pgmap v13562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:36.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:36 smithi172 ceph-mon[103696]: pgmap v13562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:36.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:36.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:37.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:37.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:38.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:38 smithi050 ceph-mon[92315]: pgmap v13563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:38.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:38 smithi172 ceph-mon[103696]: pgmap v13563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:38.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:38.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:39.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:39.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:40.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:40 smithi050 ceph-mon[92315]: pgmap v13564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:27:40.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:40 smithi172 ceph-mon[103696]: pgmap v13564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:27:40.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:40.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:41.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:41.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:42.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:42 smithi050 ceph-mon[92315]: pgmap v13565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:42.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:42 smithi172 ceph-mon[103696]: pgmap v13565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:42.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:42.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:43.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:43.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:44.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:44 smithi050 ceph-mon[92315]: pgmap v13566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:44.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:44 smithi172 ceph-mon[103696]: pgmap v13566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:44.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:44.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:45.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:45.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:46.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:46 smithi050 ceph-mon[92315]: pgmap v13567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:46.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:46 smithi172 ceph-mon[103696]: pgmap v13567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:46.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:46.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:47.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:47.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:48.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:48 smithi050 ceph-mon[92315]: pgmap v13568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:48.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:48 smithi172 ceph-mon[103696]: pgmap v13568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:48.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:48.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:49.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:49.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:50 smithi050 ceph-mon[92315]: pgmap v13569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:27:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:27:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:50 smithi172 ceph-mon[103696]: pgmap v13569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:27:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:27:50.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:50.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:51.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:51.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:52.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:52 smithi172 ceph-mon[103696]: pgmap v13570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:52.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:52 smithi050 ceph-mon[92315]: pgmap v13570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:52.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:52.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:53.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:53.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:54.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:54 smithi172 ceph-mon[103696]: pgmap v13571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:54.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:54 smithi050 ceph-mon[92315]: pgmap v13571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:54.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:54.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:55.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:55.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:56.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:56 smithi172 ceph-mon[103696]: pgmap v13572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:56 smithi050 ceph-mon[92315]: pgmap v13572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:56.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:56.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:57.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:57.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:58.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:27:58 smithi172 ceph-mon[103696]: pgmap v13573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:58.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:27:58 smithi050 ceph-mon[92315]: pgmap v13573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:27:58.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:58.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:27:59.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:27:59.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:00.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:00 smithi172 ceph-mon[103696]: pgmap v13574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:28:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:00 smithi050 ceph-mon[92315]: pgmap v13574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:28:00.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:00.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:01.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:01.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:02.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:02 smithi172 ceph-mon[103696]: pgmap v13575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:02 smithi050 ceph-mon[92315]: pgmap v13575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:02.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:02.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:03.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:03.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:04.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:04 smithi172 ceph-mon[103696]: pgmap v13576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:04 smithi050 ceph-mon[92315]: pgmap v13576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:04.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:04.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:05.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:28:05.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:28:05.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:05.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:06.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:06 smithi172 ceph-mon[103696]: pgmap v13577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:06.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:06 smithi050 ceph-mon[92315]: pgmap v13577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:06.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:06.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:07.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:07.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:08.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:08 smithi172 ceph-mon[103696]: pgmap v13578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:08.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:08 smithi050 ceph-mon[92315]: pgmap v13578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:08.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:08.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:09.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:09.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:10.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:10 smithi050 ceph-mon[92315]: pgmap v13579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:28:10.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:10 smithi172 ceph-mon[103696]: pgmap v13579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:28:10.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:10.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:11.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:11.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:12.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:12 smithi050 ceph-mon[92315]: pgmap v13580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:12.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:12 smithi172 ceph-mon[103696]: pgmap v13580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:12.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:12.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:13.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:13.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:14.388 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:14 smithi050 ceph-mon[92315]: pgmap v13581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:14.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:14 smithi172 ceph-mon[103696]: pgmap v13581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:14.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:14.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:15.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:15.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:16.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:16 smithi050 ceph-mon[92315]: pgmap v13582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:16 smithi172 ceph-mon[103696]: pgmap v13582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:16.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:16.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:17.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:17.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:18.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:18 smithi050 ceph-mon[92315]: pgmap v13583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:18.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:18 smithi172 ceph-mon[103696]: pgmap v13583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:18.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:18.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:19.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:19.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:20 smithi050 ceph-mon[92315]: pgmap v13584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:28:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:28:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:20 smithi172 ceph-mon[103696]: pgmap v13584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:28:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:28:20.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:20.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:21.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:21.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:22.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:22 smithi050 ceph-mon[92315]: pgmap v13585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:22.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:22 smithi172 ceph-mon[103696]: pgmap v13585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:22.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:22.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:23.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:23.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:24.501 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:24 smithi050 ceph-mon[92315]: pgmap v13586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:24.694 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:28:24.695 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:24 smithi172 ceph-mon[103696]: pgmap v13586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:24.695 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:28:24.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:24.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:25.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:28:25.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:28:25.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:28:25.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:28:25.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:28:25.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:28:25.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:28:25.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:28:25.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:28:25.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:28:25.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:25.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:26.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:26 smithi050 ceph-mon[92315]: pgmap v13587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:26.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:26 smithi172 ceph-mon[103696]: pgmap v13587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:26.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:26.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:27.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:27.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:28.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:28 smithi050 ceph-mon[92315]: pgmap v13588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:28.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:28 smithi172 ceph-mon[103696]: pgmap v13588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:28.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:28.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:29.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:29.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:30.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:30 smithi172 ceph-mon[103696]: pgmap v13589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:28:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:30 smithi050 ceph-mon[92315]: pgmap v13589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:28:30.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:30.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:31.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:31.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:32.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:32 smithi050 ceph-mon[92315]: pgmap v13590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:32.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:32 smithi172 ceph-mon[103696]: pgmap v13590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:32.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:32.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:33.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:33.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:34.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:34 smithi050 ceph-mon[92315]: pgmap v13591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:34.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:34 smithi172 ceph-mon[103696]: pgmap v13591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:34.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:34.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:28:35.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:28:35.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:35.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:36 smithi050 ceph-mon[92315]: pgmap v13592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:36.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:36 smithi172 ceph-mon[103696]: pgmap v13592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:36.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:36.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:37.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:37.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:38.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:38 smithi050 ceph-mon[92315]: pgmap v13593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:38.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:38 smithi172 ceph-mon[103696]: pgmap v13593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:38.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:38.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:39.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:39.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:40.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:40 smithi172 ceph-mon[103696]: pgmap v13594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:28:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:40 smithi050 ceph-mon[92315]: pgmap v13594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:28:40.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:40.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:41.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:41.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:42.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:42 smithi050 ceph-mon[92315]: pgmap v13595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:42.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:42 smithi172 ceph-mon[103696]: pgmap v13595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:42.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:42.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:43.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:43.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:44.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:44 smithi050 ceph-mon[92315]: pgmap v13596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:44.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:44 smithi172 ceph-mon[103696]: pgmap v13596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:44.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:44.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:45.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:45.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:46.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:46 smithi050 ceph-mon[92315]: pgmap v13597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:46.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:46 smithi172 ceph-mon[103696]: pgmap v13597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:46.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:46.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:47.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:47.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:48.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:48 smithi050 ceph-mon[92315]: pgmap v13598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:28:48.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:48 smithi172 ceph-mon[103696]: pgmap v13598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:28:48.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:48.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:49.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:49.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:50 smithi050 ceph-mon[92315]: pgmap v13599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:28:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:28:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:50 smithi172 ceph-mon[103696]: pgmap v13599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:28:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:28:50.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:50.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:51.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:51.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:52.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:52 smithi050 ceph-mon[92315]: pgmap v13600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:52.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:52 smithi172 ceph-mon[103696]: pgmap v13600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:52.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:52.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:53.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:53.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:54.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:54 smithi050 ceph-mon[92315]: pgmap v13601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:54.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:54 smithi172 ceph-mon[103696]: pgmap v13601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:54.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:54.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:55.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:55.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:56 smithi050 ceph-mon[92315]: pgmap v13602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:56.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:56 smithi172 ceph-mon[103696]: pgmap v13602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:28:56.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:56.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:57.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:57.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:58.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:28:58 smithi050 ceph-mon[92315]: pgmap v13603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:28:58.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:28:58 smithi172 ceph-mon[103696]: pgmap v13603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:28:58.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:58.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:28:59.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:28:59.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:00 smithi050 ceph-mon[92315]: pgmap v13604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:00 smithi172 ceph-mon[103696]: pgmap v13604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:00.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:00.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:01.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:01.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:02 smithi050 ceph-mon[92315]: pgmap v13605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:02 smithi172 ceph-mon[103696]: pgmap v13605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:02.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:02.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:03.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:03.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:04 smithi050 ceph-mon[92315]: pgmap v13606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:04.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:04 smithi172 ceph-mon[103696]: pgmap v13606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:04.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:04.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:05.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:29:05.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:29:05.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:05.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:06.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:06 smithi050 ceph-mon[92315]: pgmap v13607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:06.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:06 smithi172 ceph-mon[103696]: pgmap v13607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:06.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:06.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:07.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:07.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:08.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:08 smithi050 ceph-mon[92315]: pgmap v13608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:29:08.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:08 smithi172 ceph-mon[103696]: pgmap v13608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:29:08.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:08.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:09.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:09.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:10.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:10 smithi050 ceph-mon[92315]: pgmap v13609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:10.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:10 smithi172 ceph-mon[103696]: pgmap v13609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:10.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:10.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:11.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:11.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:12.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:12 smithi050 ceph-mon[92315]: pgmap v13610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:12.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:12 smithi172 ceph-mon[103696]: pgmap v13610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:12.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:12.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:13.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:13.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:14 smithi050 ceph-mon[92315]: pgmap v13611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:14.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:14 smithi172 ceph-mon[103696]: pgmap v13611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:14.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:14.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:15.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:15.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:16.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:16 smithi050 ceph-mon[92315]: pgmap v13612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:16 smithi172 ceph-mon[103696]: pgmap v13612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:16.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:16.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:17.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:18.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:18.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:18 smithi050 ceph-mon[92315]: pgmap v13613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:29:18.631 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:18 smithi172 ceph-mon[103696]: pgmap v13613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:29:18.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:18.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:19.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:19.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:20 smithi050 ceph-mon[92315]: pgmap v13614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:29:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:20 smithi172 ceph-mon[103696]: pgmap v13614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:29:20.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:20.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:21.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:21.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:22.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:22 smithi050 ceph-mon[92315]: pgmap v13615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:22.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:22 smithi172 ceph-mon[103696]: pgmap v13615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:22.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:22.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:23.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:23.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:24.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:24 smithi050 ceph-mon[92315]: pgmap v13616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:24.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:24 smithi172 ceph-mon[103696]: pgmap v13616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:24.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:24.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:25.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:29:25.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:29:25.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:25.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:26.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:26 smithi050 ceph-mon[92315]: pgmap v13617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:26.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:26 smithi172 ceph-mon[103696]: pgmap v13617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:26.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:26.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:27.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:27.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:28.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:28 smithi050 ceph-mon[92315]: pgmap v13618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:29:28.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:28 smithi172 ceph-mon[103696]: pgmap v13618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:29:28.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:28.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:29.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:29.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:30 smithi050 ceph-mon[92315]: pgmap v13619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:30.603 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:30 smithi172 ceph-mon[103696]: pgmap v13619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:30.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:30.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:31.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:31.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:32.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:32 smithi050 ceph-mon[92315]: pgmap v13620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:32.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:29:32.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:29:32.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:29:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:29:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:29:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:29:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:29:32.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:32 smithi172 ceph-mon[103696]: pgmap v13620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:32.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:29:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:29:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:29:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:29:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:29:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:29:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:29:32.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:32.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:33.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:33.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:34.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:34 smithi050 ceph-mon[92315]: pgmap v13621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:34.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:34 smithi172 ceph-mon[103696]: pgmap v13621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:34.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:34.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:35.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:29:35.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:29:35.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:35.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:36 smithi050 ceph-mon[92315]: pgmap v13622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:36.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:36 smithi172 ceph-mon[103696]: pgmap v13622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:36.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:36.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:37.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:37.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:38.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:38 smithi050 ceph-mon[92315]: pgmap v13623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:29:38.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:38 smithi172 ceph-mon[103696]: pgmap v13623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:29:38.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:38.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:39.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:39.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:40 smithi050 ceph-mon[92315]: pgmap v13624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:40.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:40 smithi172 ceph-mon[103696]: pgmap v13624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:40.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:40.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:41.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:41.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:42.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:42 smithi050 ceph-mon[92315]: pgmap v13625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:42.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:42 smithi172 ceph-mon[103696]: pgmap v13625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:42.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:42.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:43.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:43.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:44.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:44 smithi050 ceph-mon[92315]: pgmap v13626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:44.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:44 smithi172 ceph-mon[103696]: pgmap v13626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:44.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:44.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:45.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:45.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:46.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:46 smithi050 ceph-mon[92315]: pgmap v13627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:46.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:46 smithi172 ceph-mon[103696]: pgmap v13627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:46.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:46.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:47.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:47.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:48.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:48 smithi050 ceph-mon[92315]: pgmap v13628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:29:48.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:48 smithi172 ceph-mon[103696]: pgmap v13628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:29:48.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:48.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:49.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:49.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:50 smithi050 ceph-mon[92315]: pgmap v13629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:29:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:50 smithi172 ceph-mon[103696]: pgmap v13629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:29:50.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:50.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:51.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:51.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:52.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:52 smithi050 ceph-mon[92315]: pgmap v13630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:52.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:52 smithi172 ceph-mon[103696]: pgmap v13630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:52.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:52.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:53.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:53.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:54.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:54 smithi050 ceph-mon[92315]: pgmap v13631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:54.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:54 smithi172 ceph-mon[103696]: pgmap v13631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:54.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:54.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:55.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:55.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:56 smithi050 ceph-mon[92315]: pgmap v13632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:56.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:56 smithi172 ceph-mon[103696]: pgmap v13632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:29:56.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:56.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:57.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:57.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:58.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:29:58 smithi050 ceph-mon[92315]: pgmap v13633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:29:58.683 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:29:58 smithi172 ceph-mon[103696]: pgmap v13633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:29:58.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:58.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:29:59.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:29:59.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:00.582 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:00 smithi050 ceph-mon[92315]: pgmap v13634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:00.582 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T21:30:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:00 smithi172 ceph-mon[103696]: pgmap v13634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T21:30:00.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:00.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:01.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:01.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:02 smithi050 ceph-mon[92315]: pgmap v13635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:02 smithi172 ceph-mon[103696]: pgmap v13635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:02.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:02.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:03.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:03.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:04 smithi050 ceph-mon[92315]: pgmap v13636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:04.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:04 smithi172 ceph-mon[103696]: pgmap v13636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:04.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:04.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:05.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:30:05.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:30:05.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:05.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:06.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:06 smithi050 ceph-mon[92315]: pgmap v13637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:06.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:06 smithi172 ceph-mon[103696]: pgmap v13637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:06.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:06.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:07.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:07.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:08.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:08 smithi050 ceph-mon[92315]: pgmap v13638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:30:08.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:08 smithi172 ceph-mon[103696]: pgmap v13638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:30:08.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:08.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:09.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:09.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:10.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:10 smithi050 ceph-mon[92315]: pgmap v13639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:10.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:10 smithi172 ceph-mon[103696]: pgmap v13639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:10.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:10.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:11.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:11.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:12.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:12 smithi050 ceph-mon[92315]: pgmap v13640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:12.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:12 smithi172 ceph-mon[103696]: pgmap v13640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:12.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:12.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:13.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:13.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:14 smithi050 ceph-mon[92315]: pgmap v13641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:14.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:14 smithi172 ceph-mon[103696]: pgmap v13641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:14.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:14.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:15.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:15.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:16 smithi172 ceph-mon[103696]: pgmap v13642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:16.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:16 smithi050 ceph-mon[92315]: pgmap v13642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:16.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:16.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:17.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:17 smithi050 ceph-mon[92315]: pgmap v13643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:30:17.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:17 smithi172 ceph-mon[103696]: pgmap v13643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:30:17.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:17.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:18.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:18.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:19.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:19 smithi172 ceph-mon[103696]: pgmap v13644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:19.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:30:19.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:19.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:19 smithi050 ceph-mon[92315]: pgmap v13644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:20.105 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:30:20.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:20.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:21.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:21.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:22.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:21 smithi050 ceph-mon[92315]: pgmap v13645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:22.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:21 smithi172 ceph-mon[103696]: pgmap v13645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:22.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:22.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:23.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:23.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:24.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:23 smithi050 ceph-mon[92315]: pgmap v13646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:23 smithi172 ceph-mon[103696]: pgmap v13646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:24.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:24.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:25.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:25.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:26.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:25 smithi050 ceph-mon[92315]: pgmap v13647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:26.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:25 smithi172 ceph-mon[103696]: pgmap v13647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:26.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:26.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:27.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:27.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:28.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:27 smithi050 ceph-mon[92315]: pgmap v13648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:30:28.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:27 smithi172 ceph-mon[103696]: pgmap v13648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:30:28.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:28.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:29.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:29.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:30.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:29 smithi050 ceph-mon[92315]: pgmap v13649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:30.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:29 smithi172 ceph-mon[103696]: pgmap v13649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:30.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:30.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:31.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:31.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:32.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:31 smithi050 ceph-mon[92315]: pgmap v13650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:32.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:31 smithi172 ceph-mon[103696]: pgmap v13650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:32.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:32.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:33.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:30:33.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:30:33.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:30:33.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:30:33.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:30:33.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:30:33.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:33.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:34.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:33 smithi050 ceph-mon[92315]: pgmap v13651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:34.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:30:34.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:30:34.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:30:34.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:30:34.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:30:34.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:33 smithi172 ceph-mon[103696]: pgmap v13651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:34.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:30:34.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:30:34.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:30:34.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:30:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:30:34.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:34.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:35.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:30:35.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:30:35.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:35.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:36.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:35 smithi050 ceph-mon[92315]: pgmap v13652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:36.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:35 smithi172 ceph-mon[103696]: pgmap v13652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:36.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:36.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:37.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:37.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:38.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:37 smithi050 ceph-mon[92315]: pgmap v13653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:30:38.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:37 smithi172 ceph-mon[103696]: pgmap v13653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:30:38.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:38.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:39.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:39.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:40.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:39 smithi050 ceph-mon[92315]: pgmap v13654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:40.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:39 smithi172 ceph-mon[103696]: pgmap v13654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:40.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:40.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:41.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:41.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:42.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:41 smithi050 ceph-mon[92315]: pgmap v13655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:42.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:41 smithi172 ceph-mon[103696]: pgmap v13655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:42.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:42.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:43.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:43.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:44.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:43 smithi050 ceph-mon[92315]: pgmap v13656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:44.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:43 smithi172 ceph-mon[103696]: pgmap v13656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:44.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:44.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:45.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:45.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:46.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:45 smithi050 ceph-mon[92315]: pgmap v13657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:46.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:45 smithi172 ceph-mon[103696]: pgmap v13657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:46.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:46.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:48.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:48.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:48.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:47 smithi050 ceph-mon[92315]: pgmap v13658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:30:48.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:47 smithi172 ceph-mon[103696]: pgmap v13658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:30:49.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:49.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:50.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:50.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:49 smithi050 ceph-mon[92315]: pgmap v13659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:30:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:49 smithi172 ceph-mon[103696]: pgmap v13659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:30:51.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:51.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:52.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:52.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:52.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:51 smithi050 ceph-mon[92315]: pgmap v13660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:52.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:51 smithi172 ceph-mon[103696]: pgmap v13660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:53.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:53.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:54.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:54.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:54.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:53 smithi050 ceph-mon[92315]: pgmap v13661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:54.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:53 smithi172 ceph-mon[103696]: pgmap v13661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:55.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:55.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:56.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:56.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:56.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:55 smithi050 ceph-mon[92315]: pgmap v13662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:56.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:55 smithi172 ceph-mon[103696]: pgmap v13662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:30:57.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:57.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:58.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:58.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:30:58.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:57 smithi050 ceph-mon[92315]: pgmap v13663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:30:58.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:57 smithi172 ceph-mon[103696]: pgmap v13663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:30:59.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:30:59.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:00.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:00.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:00.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:30:59 smithi050 ceph-mon[92315]: pgmap v13664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:00.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:30:59 smithi172 ceph-mon[103696]: pgmap v13664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:01.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:01.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:02.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:02.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:02.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:01 smithi050 ceph-mon[92315]: pgmap v13665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:02.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:01 smithi172 ceph-mon[103696]: pgmap v13665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:03.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:03.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:04.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:04.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:04.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:03 smithi050 ceph-mon[92315]: pgmap v13666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:04.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:03 smithi172 ceph-mon[103696]: pgmap v13666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:05.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:05.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:05.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:31:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:31:06.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:06.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:06.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:05 smithi172 ceph-mon[103696]: pgmap v13667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:06.326 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:05 smithi050 ceph-mon[92315]: pgmap v13667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:07.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:07.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:08.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:08.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:08.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:07 smithi172 ceph-mon[103696]: pgmap v13668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:31:08.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:07 smithi050 ceph-mon[92315]: pgmap v13668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:31:09.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:09.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:10.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:10.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:10.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:09 smithi172 ceph-mon[103696]: pgmap v13669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:10.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:09 smithi050 ceph-mon[92315]: pgmap v13669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:11.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:11.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:12.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:12.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:12.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:11 smithi172 ceph-mon[103696]: pgmap v13670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:12.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:11 smithi050 ceph-mon[92315]: pgmap v13670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:13.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:13.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:14.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:14.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:14.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:13 smithi172 ceph-mon[103696]: pgmap v13671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:14.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:13 smithi050 ceph-mon[92315]: pgmap v13671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:15.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:15.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:16.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:16.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:16.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:15 smithi172 ceph-mon[103696]: pgmap v13672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:16.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:15 smithi050 ceph-mon[92315]: pgmap v13672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:17.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:17.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:18.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:18.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:18.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:17 smithi172 ceph-mon[103696]: pgmap v13673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:31:18.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:17 smithi050 ceph-mon[92315]: pgmap v13673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:31:19.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:19.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:20.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:20.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:20.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:19 smithi172 ceph-mon[103696]: pgmap v13674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:20.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:31:20.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:19 smithi050 ceph-mon[92315]: pgmap v13674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:20.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:31:21.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:21.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:22.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:22.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:22.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:21 smithi172 ceph-mon[103696]: pgmap v13675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:22.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:21 smithi050 ceph-mon[92315]: pgmap v13675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:23.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:23.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:24.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:24.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:24.170 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:23 smithi050 ceph-mon[92315]: pgmap v13676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:24.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:23 smithi172 ceph-mon[103696]: pgmap v13676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:25.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:25.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:26.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:26.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:26.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:25 smithi050 ceph-mon[92315]: pgmap v13677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:26.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:25 smithi172 ceph-mon[103696]: pgmap v13677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:27.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:27.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:28.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:28.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:28.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:27 smithi050 ceph-mon[92315]: pgmap v13678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:31:28.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:27 smithi172 ceph-mon[103696]: pgmap v13678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:31:29.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:29.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:30.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:30.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:30.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:29 smithi050 ceph-mon[92315]: pgmap v13679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:30.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:29 smithi172 ceph-mon[103696]: pgmap v13679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:31.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:31.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:32.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:32.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:32.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:31 smithi172 ceph-mon[103696]: pgmap v13680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:32.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:31 smithi050 ceph-mon[92315]: pgmap v13680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:33.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:33.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:34.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:34.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:34.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:33 smithi050 ceph-mon[92315]: pgmap v13681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:34.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:31:34.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:31:34.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:31:34.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:31:34.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:31:34.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:33 smithi172 ceph-mon[103696]: pgmap v13681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:34.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:31:34.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:31:34.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:31:34.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:31:34.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:31:35.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:35.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:31:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:31:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:31:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:31:36.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:36.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:36.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:35 smithi050 ceph-mon[92315]: pgmap v13682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:36.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:35 smithi172 ceph-mon[103696]: pgmap v13682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:37.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:37.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:38.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:38.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:38.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:37 smithi050 ceph-mon[92315]: pgmap v13683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:31:38.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:37 smithi172 ceph-mon[103696]: pgmap v13683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:31:39.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:39.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:40.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:40.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:39 smithi050 ceph-mon[92315]: pgmap v13684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:40.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:39 smithi172 ceph-mon[103696]: pgmap v13684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:41.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:41.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:42.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:42.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:42.094 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:41 smithi050 ceph-mon[92315]: pgmap v13685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:42.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:41 smithi172 ceph-mon[103696]: pgmap v13685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:43.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:43.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:44.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:44.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:44.170 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:43 smithi050 ceph-mon[92315]: pgmap v13686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:44.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:43 smithi172 ceph-mon[103696]: pgmap v13686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:45.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:45.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:46.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:46.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:46.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:45 smithi050 ceph-mon[92315]: pgmap v13687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:46.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:45 smithi172 ceph-mon[103696]: pgmap v13687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:47.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:47.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:48.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:48.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:48.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:47 smithi050 ceph-mon[92315]: pgmap v13688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:31:48.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:47 smithi172 ceph-mon[103696]: pgmap v13688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:31:49.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:49.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:50.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:50.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:49 smithi050 ceph-mon[92315]: pgmap v13689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:31:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:49 smithi172 ceph-mon[103696]: pgmap v13689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:31:51.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:51.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:52.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:52.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:52.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:51 smithi050 ceph-mon[92315]: pgmap v13690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:52.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:51 smithi172 ceph-mon[103696]: pgmap v13690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:53.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:53.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:54.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:54.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:54.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:53 smithi050 ceph-mon[92315]: pgmap v13691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:54.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:53 smithi172 ceph-mon[103696]: pgmap v13691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:55.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:55.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:56.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:56.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:56.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:55 smithi050 ceph-mon[92315]: pgmap v13692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:56.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:55 smithi172 ceph-mon[103696]: pgmap v13692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:31:57.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:57.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:58.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:58.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:31:58.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:57 smithi050 ceph-mon[92315]: pgmap v13693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:31:58.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:57 smithi172 ceph-mon[103696]: pgmap v13693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:31:59.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:31:59.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:00.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:00.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:00.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:31:59 smithi050 ceph-mon[92315]: pgmap v13694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:00.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:31:59 smithi172 ceph-mon[103696]: pgmap v13694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:01.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:01.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:02.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:02.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:02.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:01 smithi050 ceph-mon[92315]: pgmap v13695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:02.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:01 smithi172 ceph-mon[103696]: pgmap v13695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:03.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:03.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:04.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:04.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:04.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:03 smithi050 ceph-mon[92315]: pgmap v13696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:04.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:03 smithi172 ceph-mon[103696]: pgmap v13696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:05.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:05.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:05.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:32:05.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:32:06.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:06.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:06.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:05 smithi050 ceph-mon[92315]: pgmap v13697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:06.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:05 smithi172 ceph-mon[103696]: pgmap v13697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:07.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:07.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:08.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:08.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:08.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:07 smithi050 ceph-mon[92315]: pgmap v13698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:32:08.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:07 smithi172 ceph-mon[103696]: pgmap v13698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:32:09.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:09.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:10.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:10.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:10.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:09 smithi050 ceph-mon[92315]: pgmap v13699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:10.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:09 smithi172 ceph-mon[103696]: pgmap v13699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:11.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:11.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:12.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:12.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:12.294 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:11 smithi172 ceph-mon[103696]: pgmap v13700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:12.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:11 smithi050 ceph-mon[92315]: pgmap v13700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:13.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:13.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:14.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:14.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:14.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:13 smithi050 ceph-mon[92315]: pgmap v13701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:14.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:13 smithi172 ceph-mon[103696]: pgmap v13701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:15.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:15.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:16.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:16.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:16.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:15 smithi050 ceph-mon[92315]: pgmap v13702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:16.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:15 smithi172 ceph-mon[103696]: pgmap v13702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:17.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:17.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:18.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:18.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:18.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:17 smithi050 ceph-mon[92315]: pgmap v13703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:32:18.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:17 smithi172 ceph-mon[103696]: pgmap v13703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:32:19.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:19.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:20.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:20.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:20.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:19 smithi050 ceph-mon[92315]: pgmap v13704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:20.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:32:20.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:19 smithi172 ceph-mon[103696]: pgmap v13704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:20.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:32:21.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:21.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:22.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:22.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:22.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:21 smithi050 ceph-mon[92315]: pgmap v13705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:22.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:21 smithi172 ceph-mon[103696]: pgmap v13705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:23.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:23.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:24.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:24.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:24.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:23 smithi050 ceph-mon[92315]: pgmap v13706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:24.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:23 smithi172 ceph-mon[103696]: pgmap v13706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:25.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:25.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:26.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:26.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:26.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:25 smithi050 ceph-mon[92315]: pgmap v13707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:26.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:25 smithi172 ceph-mon[103696]: pgmap v13707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:27.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:27.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:28.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:28.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:28.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:27 smithi050 ceph-mon[92315]: pgmap v13708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:32:28.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:27 smithi172 ceph-mon[103696]: pgmap v13708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:32:29.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:29.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:30.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:30.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:30.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:29 smithi050 ceph-mon[92315]: pgmap v13709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:30.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:29 smithi172 ceph-mon[103696]: pgmap v13709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:31.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:31.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:32.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:32.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:32.305 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:31 smithi050 ceph-mon[92315]: pgmap v13710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:32.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:31 smithi172 ceph-mon[103696]: pgmap v13710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:33.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:33.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:34.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:34.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:34.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:33 smithi050 ceph-mon[92315]: pgmap v13711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:34.374 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:33 smithi172 ceph-mon[103696]: pgmap v13711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:35.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:35.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:32:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:32:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:32:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:32:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:32:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:32:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:32:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:32:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:32:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:32:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:32:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:32:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:32:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:32:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:32:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:32:36.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:36.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:36.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:36 smithi050 ceph-mon[92315]: pgmap v13712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:36.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:32:36.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:36 smithi172 ceph-mon[103696]: pgmap v13712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:36.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:32:37.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:37.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:38.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:38.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:38.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:38 smithi050 ceph-mon[92315]: pgmap v13713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:32:38.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:38 smithi172 ceph-mon[103696]: pgmap v13713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:32:39.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:39.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:40.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:40.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:40.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:40 smithi050 ceph-mon[92315]: pgmap v13714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:40.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:40 smithi172 ceph-mon[103696]: pgmap v13714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:41.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:41.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:42.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:42.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:42.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:42 smithi050 ceph-mon[92315]: pgmap v13715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:42.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:42 smithi172 ceph-mon[103696]: pgmap v13715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:43.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:43.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:44.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:44.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:44.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:44 smithi050 ceph-mon[92315]: pgmap v13716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:44.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:44 smithi172 ceph-mon[103696]: pgmap v13716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:45.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:45.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:46.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:46.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:46.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:46 smithi050 ceph-mon[92315]: pgmap v13717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:46.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:46 smithi172 ceph-mon[103696]: pgmap v13717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:47.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:47.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:48.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:48.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:48.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:48 smithi050 ceph-mon[92315]: pgmap v13718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:32:48.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:48 smithi172 ceph-mon[103696]: pgmap v13718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:32:49.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:49.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:50.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:50.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:50 smithi050 ceph-mon[92315]: pgmap v13719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:32:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:50 smithi172 ceph-mon[103696]: pgmap v13719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:32:51.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:51.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:52.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:52.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:52.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:52 smithi050 ceph-mon[92315]: pgmap v13720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:52.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:52 smithi172 ceph-mon[103696]: pgmap v13720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:53.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:53.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:54.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:54.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:54.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:54 smithi050 ceph-mon[92315]: pgmap v13721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:54.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:54 smithi172 ceph-mon[103696]: pgmap v13721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:55.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:55.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:56.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:56.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:56.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:56 smithi050 ceph-mon[92315]: pgmap v13722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:56.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:56 smithi172 ceph-mon[103696]: pgmap v13722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:32:57.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:57.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:58.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:58.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:32:58.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:32:58 smithi050 ceph-mon[92315]: pgmap v13723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:32:58.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:32:58 smithi172 ceph-mon[103696]: pgmap v13723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:32:59.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:32:59.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:00.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:00.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:00.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:00 smithi050 ceph-mon[92315]: pgmap v13724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:00.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:00 smithi172 ceph-mon[103696]: pgmap v13724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:01.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:01.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:02.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:02.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:02.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:02 smithi050 ceph-mon[92315]: pgmap v13725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:02.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:02 smithi172 ceph-mon[103696]: pgmap v13725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:03.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:03.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:04.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:04.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:04.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:04 smithi050 ceph-mon[92315]: pgmap v13726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:04.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:04 smithi172 ceph-mon[103696]: pgmap v13726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:05.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:05.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:05.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:33:05.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:33:06.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:06.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:06.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:06 smithi050 ceph-mon[92315]: pgmap v13727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:06.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:06 smithi172 ceph-mon[103696]: pgmap v13727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:07.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:07.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:08.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:08 smithi172 ceph-mon[103696]: pgmap v13728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:33:08.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:08.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:08.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:08 smithi050 ceph-mon[92315]: pgmap v13728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:33:09.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:09.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:10.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:10.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:10.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:10 smithi050 ceph-mon[92315]: pgmap v13729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:10.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:10 smithi172 ceph-mon[103696]: pgmap v13729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:11.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:11.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:12.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:12.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:12.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:12 smithi050 ceph-mon[92315]: pgmap v13730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:12.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:12 smithi172 ceph-mon[103696]: pgmap v13730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:13.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:13.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:14.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:14.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:14.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:14 smithi050 ceph-mon[92315]: pgmap v13731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:14.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:14 smithi172 ceph-mon[103696]: pgmap v13731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:15.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:15.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:16.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:16.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:16.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:16 smithi050 ceph-mon[92315]: pgmap v13732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:16.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:16 smithi172 ceph-mon[103696]: pgmap v13732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:17.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:17.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:18.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:18 smithi050 ceph-mon[92315]: pgmap v13733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:33:18.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:18.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:18.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:18 smithi172 ceph-mon[103696]: pgmap v13733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:33:19.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:19.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:20.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:20.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:20.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:20 smithi050 ceph-mon[92315]: pgmap v13734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:20.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:33:20.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:20 smithi172 ceph-mon[103696]: pgmap v13734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:20.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:33:21.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:21.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:22.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:22.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:22.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:22 smithi050 ceph-mon[92315]: pgmap v13735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:22.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:22 smithi172 ceph-mon[103696]: pgmap v13735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:23.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:23.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:24.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:24.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:24.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:24 smithi050 ceph-mon[92315]: pgmap v13736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:24.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:24 smithi172 ceph-mon[103696]: pgmap v13736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:25.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:25.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:26.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:26.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:26.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:26 smithi050 ceph-mon[92315]: pgmap v13737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:26.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:26 smithi172 ceph-mon[103696]: pgmap v13737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:27.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:27.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:28.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:28.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:28.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:28 smithi050 ceph-mon[92315]: pgmap v13738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:33:28.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:28 smithi172 ceph-mon[103696]: pgmap v13738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:33:29.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:29.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:30.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:30.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:30.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:30 smithi050 ceph-mon[92315]: pgmap v13739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:30.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:30 smithi172 ceph-mon[103696]: pgmap v13739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:31.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:31.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:32.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:32.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:32.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:32 smithi050 ceph-mon[92315]: pgmap v13740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:32.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:32 smithi172 ceph-mon[103696]: pgmap v13740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:33.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:33.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:34.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:34.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:34.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:34 smithi050 ceph-mon[92315]: pgmap v13741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:34.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:34 smithi172 ceph-mon[103696]: pgmap v13741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:35.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:35.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:33:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:33:36.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:36.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:36.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:36 smithi172 ceph-mon[103696]: pgmap v13742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:36.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:33:36.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:33:36.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:33:36.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:33:36.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:33:36.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:33:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:36 smithi050 ceph-mon[92315]: pgmap v13742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:33:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:33:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:33:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:33:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:33:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:33:37.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:37.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:38.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:38.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:38.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:38 smithi050 ceph-mon[92315]: pgmap v13743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:33:38.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:38 smithi172 ceph-mon[103696]: pgmap v13743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:33:39.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:39.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:40.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:40.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:40.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:40 smithi172 ceph-mon[103696]: pgmap v13744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:40 smithi050 ceph-mon[92315]: pgmap v13744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:41.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:41.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:42.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:42.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:42.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:42 smithi172 ceph-mon[103696]: pgmap v13745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:42.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:42 smithi050 ceph-mon[92315]: pgmap v13745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:43.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:43.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:44.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:44.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:44.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:44 smithi172 ceph-mon[103696]: pgmap v13746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:44.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:44 smithi050 ceph-mon[92315]: pgmap v13746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:45.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:45.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:46.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:46.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:46.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:46 smithi172 ceph-mon[103696]: pgmap v13747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:46.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:46 smithi050 ceph-mon[92315]: pgmap v13747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:47.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:47.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:48.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:48.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:48.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:48 smithi172 ceph-mon[103696]: pgmap v13748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:33:48.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:48 smithi050 ceph-mon[92315]: pgmap v13748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:33:49.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:49.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:50.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:50.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:50 smithi172 ceph-mon[103696]: pgmap v13749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:33:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:50 smithi050 ceph-mon[92315]: pgmap v13749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:33:51.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:51.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:52.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:52.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:52.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:52 smithi172 ceph-mon[103696]: pgmap v13750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:52.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:52 smithi050 ceph-mon[92315]: pgmap v13750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:53.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:53.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:54.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:54.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:54.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:54 smithi172 ceph-mon[103696]: pgmap v13751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:54.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:54 smithi050 ceph-mon[92315]: pgmap v13751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:55.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:55.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:56.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:56.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:56 smithi050 ceph-mon[92315]: pgmap v13752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:56.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:56 smithi172 ceph-mon[103696]: pgmap v13752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:33:57.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:57.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:58.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:58.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:33:58.395 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:33:58 smithi172 ceph-mon[103696]: pgmap v13753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:33:58.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:33:58 smithi050 ceph-mon[92315]: pgmap v13753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:33:59.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:33:59.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:00.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:00.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:00 smithi050 ceph-mon[92315]: pgmap v13754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:00 smithi172 ceph-mon[103696]: pgmap v13754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:01.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:01.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:02.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:02.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:02 smithi050 ceph-mon[92315]: pgmap v13755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:02 smithi172 ceph-mon[103696]: pgmap v13755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:03.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:03.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:04.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:04.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:04 smithi050 ceph-mon[92315]: pgmap v13756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:04.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:04 smithi172 ceph-mon[103696]: pgmap v13756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:05.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:05.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:05.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:34:05.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:34:06.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:06.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:06.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:06 smithi050 ceph-mon[92315]: pgmap v13757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:06.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:06 smithi172 ceph-mon[103696]: pgmap v13757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:07.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:07.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:08.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:08.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:08.499 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:08 smithi172 ceph-mon[103696]: pgmap v13758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:34:08.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:08 smithi050 ceph-mon[92315]: pgmap v13758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:34:09.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:09.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:10.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:10.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:10.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:10 smithi050 ceph-mon[92315]: pgmap v13759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:10.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:10 smithi172 ceph-mon[103696]: pgmap v13759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:11.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:11.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:12.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:12.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:12.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:12 smithi050 ceph-mon[92315]: pgmap v13760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:12.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:12 smithi172 ceph-mon[103696]: pgmap v13760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:13.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:13.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:14.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:14.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:14 smithi050 ceph-mon[92315]: pgmap v13761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:14.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:14 smithi172 ceph-mon[103696]: pgmap v13761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:15.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:15.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:16.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:16.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:16.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:16 smithi050 ceph-mon[92315]: pgmap v13762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:16 smithi172 ceph-mon[103696]: pgmap v13762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:17.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:17.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:18.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:18.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:18.507 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:18 smithi050 ceph-mon[92315]: pgmap v13763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:34:18.604 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:18 smithi172 ceph-mon[103696]: pgmap v13763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:34:19.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:19.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:20.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:20.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:20 smithi050 ceph-mon[92315]: pgmap v13764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:34:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:20 smithi172 ceph-mon[103696]: pgmap v13764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:34:21.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:21.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:22.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:22.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:22.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:22 smithi050 ceph-mon[92315]: pgmap v13765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:22.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:22 smithi172 ceph-mon[103696]: pgmap v13765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:23.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:23.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:24.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:24.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:24.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:24 smithi050 ceph-mon[92315]: pgmap v13766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:24.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:24 smithi172 ceph-mon[103696]: pgmap v13766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:25.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:25.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:26.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:26.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:26.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:26 smithi050 ceph-mon[92315]: pgmap v13767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:26.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:26 smithi172 ceph-mon[103696]: pgmap v13767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:27.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:27.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:28.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:28.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:28.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:28 smithi050 ceph-mon[92315]: pgmap v13768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:34:28.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:28 smithi172 ceph-mon[103696]: pgmap v13768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:34:29.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:29.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:30.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:30.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:30 smithi050 ceph-mon[92315]: pgmap v13769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:30.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:30 smithi172 ceph-mon[103696]: pgmap v13769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:31.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:31.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:32.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:32.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:32.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:32 smithi050 ceph-mon[92315]: pgmap v13770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:32.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:32 smithi172 ceph-mon[103696]: pgmap v13770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:33.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:33.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:34.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:34.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:34.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:34 smithi050 ceph-mon[92315]: pgmap v13771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:34.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:34 smithi172 ceph-mon[103696]: pgmap v13771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:35.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:35.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:35.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:34:35.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:34:36.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:36.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:36 smithi050 ceph-mon[92315]: pgmap v13772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:34:36.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:36 smithi172 ceph-mon[103696]: pgmap v13772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:36.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:34:37.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:37.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:37.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:34:37.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:34:37.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:34:37.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:34:37.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:34:37.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:34:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:34:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:34:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:34:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:34:37.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:34:37.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:34:37.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:34:37.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:34:37.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:34:37.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:34:37.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:34:37.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:34:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:34:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:34:38.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:38.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:38.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:38 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1521M 2023-09-30T21:34:38.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:38 smithi050 ceph-mon[92315]: pgmap v13773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:34:38.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:38 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1521M 2023-09-30T21:34:38.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:38 smithi172 ceph-mon[103696]: pgmap v13773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:34:39.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:39.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:40.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:40.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:40 smithi050 ceph-mon[92315]: pgmap v13774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:40.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:40 smithi172 ceph-mon[103696]: pgmap v13774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:41.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:41.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:42.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:42.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:42.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:42 smithi050 ceph-mon[92315]: pgmap v13775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:42.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:42 smithi172 ceph-mon[103696]: pgmap v13775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:43.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:43.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:44.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:44.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:44.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:44 smithi050 ceph-mon[92315]: pgmap v13776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:44.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:44 smithi172 ceph-mon[103696]: pgmap v13776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:45.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:45.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:46.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:46.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:46.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:46 smithi050 ceph-mon[92315]: pgmap v13777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:46.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:46 smithi172 ceph-mon[103696]: pgmap v13777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:47.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:47.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:48.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:48.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:48.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:48 smithi050 ceph-mon[92315]: pgmap v13778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:34:48.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:48 smithi172 ceph-mon[103696]: pgmap v13778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:34:49.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:49.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:50.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:50.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:50 smithi050 ceph-mon[92315]: pgmap v13779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:34:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:50 smithi172 ceph-mon[103696]: pgmap v13779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:34:51.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:51.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:52.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:52.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:52.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:52 smithi050 ceph-mon[92315]: pgmap v13780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:52.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:52 smithi172 ceph-mon[103696]: pgmap v13780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:53.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:53.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:54.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:54.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:54.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:54 smithi050 ceph-mon[92315]: pgmap v13781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:54.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:54 smithi172 ceph-mon[103696]: pgmap v13781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:55.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:55.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:56.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:56.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:56 smithi050 ceph-mon[92315]: pgmap v13782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:56.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:56 smithi172 ceph-mon[103696]: pgmap v13782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:34:57.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:57.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:58.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:58.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:34:58.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:34:58 smithi050 ceph-mon[92315]: pgmap v13783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:34:58.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:34:58 smithi172 ceph-mon[103696]: pgmap v13783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:34:59.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:34:59.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:00.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:00.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:00 smithi050 ceph-mon[92315]: pgmap v13784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:00 smithi172 ceph-mon[103696]: pgmap v13784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:01.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:01.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:02.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:02.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:02 smithi050 ceph-mon[92315]: pgmap v13785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:02 smithi172 ceph-mon[103696]: pgmap v13785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:03.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:03.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:04.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:04 smithi050 ceph-mon[92315]: pgmap v13786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:04.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:04 smithi172 ceph-mon[103696]: pgmap v13786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:04.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:04.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:05.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:05.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:05.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:35:05.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:35:06.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:06.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:06.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:06 smithi050 ceph-mon[92315]: pgmap v13787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:06.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:06 smithi172 ceph-mon[103696]: pgmap v13787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:07.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:07.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:08.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:08.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:08.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:08 smithi050 ceph-mon[92315]: pgmap v13788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:35:08.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:08 smithi172 ceph-mon[103696]: pgmap v13788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:35:09.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:09.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:10.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:10.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:10.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:10 smithi050 ceph-mon[92315]: pgmap v13789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:10.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:10 smithi172 ceph-mon[103696]: pgmap v13789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:11.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:11.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:12.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:12.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:12.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:12 smithi050 ceph-mon[92315]: pgmap v13790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:12.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:12 smithi172 ceph-mon[103696]: pgmap v13790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:13.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:13.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:14.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:14.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:14 smithi050 ceph-mon[92315]: pgmap v13791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:14.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:14 smithi172 ceph-mon[103696]: pgmap v13791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:15.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:15.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:16.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:16.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:16.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:16 smithi050 ceph-mon[92315]: pgmap v13792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:16 smithi172 ceph-mon[103696]: pgmap v13792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:17.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:17.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:18.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:18.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:18.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:18 smithi050 ceph-mon[92315]: pgmap v13793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:35:18.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:18 smithi172 ceph-mon[103696]: pgmap v13793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:35:19.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:19.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:20.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:20.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:20 smithi050 ceph-mon[92315]: pgmap v13794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:35:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:20 smithi172 ceph-mon[103696]: pgmap v13794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:35:21.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:21.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:22.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:22.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:22.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:22 smithi050 ceph-mon[92315]: pgmap v13795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:22.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:22 smithi172 ceph-mon[103696]: pgmap v13795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:23.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:23.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:24.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:24.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:24.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:24 smithi050 ceph-mon[92315]: pgmap v13796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:24.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:24 smithi172 ceph-mon[103696]: pgmap v13796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:25.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:25.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:26.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:26.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:26.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:26 smithi050 ceph-mon[92315]: pgmap v13797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:26.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:26 smithi172 ceph-mon[103696]: pgmap v13797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:27.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:27.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:28.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:28.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:28.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:28 smithi050 ceph-mon[92315]: pgmap v13798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:35:28.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:28 smithi172 ceph-mon[103696]: pgmap v13798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:35:29.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:29.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:30.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:30.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:30 smithi050 ceph-mon[92315]: pgmap v13799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:30.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:30 smithi172 ceph-mon[103696]: pgmap v13799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:31.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:31.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:32.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:32.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:32.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:32 smithi050 ceph-mon[92315]: pgmap v13800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:32.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:32 smithi172 ceph-mon[103696]: pgmap v13800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:33.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:33.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:34.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:34.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:34.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:34 smithi050 ceph-mon[92315]: pgmap v13801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:34.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:34 smithi172 ceph-mon[103696]: pgmap v13801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:35.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:35.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:35.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:35:35.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:35:36.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:36.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:36 smithi050 ceph-mon[92315]: pgmap v13802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:36.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:36 smithi172 ceph-mon[103696]: pgmap v13802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:37.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:37.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:37.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:35:37.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:35:37.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:35:37.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:35:37.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:35:37.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:35:37.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:35:37.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:35:37.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:35:37.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:35:37.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:35:37.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:35:38.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:38.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:38.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:38 smithi050 ceph-mon[92315]: pgmap v13803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:35:38.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:38 smithi172 ceph-mon[103696]: pgmap v13803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:35:39.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:39.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:40.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:40.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:40 smithi050 ceph-mon[92315]: pgmap v13804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:40.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:40 smithi172 ceph-mon[103696]: pgmap v13804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:41.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:41.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:42.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:42.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:42.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:42 smithi050 ceph-mon[92315]: pgmap v13805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:42.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:42 smithi172 ceph-mon[103696]: pgmap v13805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:43.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:43.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:44.480 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:44 smithi050 ceph-mon[92315]: pgmap v13806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:44.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:44.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:44.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:44 smithi172 ceph-mon[103696]: pgmap v13806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:45.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:45.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:46.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:46.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:46.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:46 smithi050 ceph-mon[92315]: pgmap v13807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:46.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:46 smithi172 ceph-mon[103696]: pgmap v13807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:47.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:47.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:48.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:48.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:48.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:48 smithi050 ceph-mon[92315]: pgmap v13808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:35:48.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:48 smithi172 ceph-mon[103696]: pgmap v13808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:35:49.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:49.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:50.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:50.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:50 smithi050 ceph-mon[92315]: pgmap v13809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:35:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:50 smithi172 ceph-mon[103696]: pgmap v13809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:35:51.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:51.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:52.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:52.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:52.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:52 smithi050 ceph-mon[92315]: pgmap v13810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:52.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:52 smithi172 ceph-mon[103696]: pgmap v13810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:53.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:53.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:54.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:54.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:54.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:54 smithi050 ceph-mon[92315]: pgmap v13811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:54.605 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:54 smithi172 ceph-mon[103696]: pgmap v13811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:55.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:55.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:56.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:56.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:56.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:56 smithi172 ceph-mon[103696]: pgmap v13812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:56.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:56 smithi050 ceph-mon[92315]: pgmap v13812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:35:57.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:57.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:58.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:58.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:35:58.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:35:58 smithi172 ceph-mon[103696]: pgmap v13813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:35:58.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:35:58 smithi050 ceph-mon[92315]: pgmap v13813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:35:59.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:35:59.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:00.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:00.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:00 smithi172 ceph-mon[103696]: pgmap v13814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:00.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:00 smithi050 ceph-mon[92315]: pgmap v13814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:01.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:01.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:02.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:02.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:02 smithi172 ceph-mon[103696]: pgmap v13815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:02.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:02 smithi050 ceph-mon[92315]: pgmap v13815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:03.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:03.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:04.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:04.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:04 smithi050 ceph-mon[92315]: pgmap v13816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:04.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:04 smithi172 ceph-mon[103696]: pgmap v13816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:05.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:05.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:05.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:36:05.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:36:06.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:06.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:06.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:06 smithi172 ceph-mon[103696]: pgmap v13817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:06.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:06 smithi050 ceph-mon[92315]: pgmap v13817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:07.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:07.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:08.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:08.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:08.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:08 smithi172 ceph-mon[103696]: pgmap v13818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:36:08.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:08 smithi050 ceph-mon[92315]: pgmap v13818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:36:09.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:09.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:10.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:10.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:10.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:10 smithi172 ceph-mon[103696]: pgmap v13819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:10.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:10 smithi050 ceph-mon[92315]: pgmap v13819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:11.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:11.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:12.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:12.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:12.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:12 smithi172 ceph-mon[103696]: pgmap v13820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:12.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:12 smithi050 ceph-mon[92315]: pgmap v13820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:13.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:13.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:14.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:14.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:14 smithi050 ceph-mon[92315]: pgmap v13821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:14.819 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:14 smithi172 ceph-mon[103696]: pgmap v13821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:15.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:15.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:16.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:16.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:16.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:16 smithi050 ceph-mon[92315]: pgmap v13822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:16.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:16 smithi172 ceph-mon[103696]: pgmap v13822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:17.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:17.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:18.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:18.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:18.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:18 smithi050 ceph-mon[92315]: pgmap v13823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:36:18.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:18 smithi172 ceph-mon[103696]: pgmap v13823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:36:19.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:19.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:20.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:20.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:20.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:20 smithi050 ceph-mon[92315]: pgmap v13824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:20.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:36:20.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:20 smithi172 ceph-mon[103696]: pgmap v13824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:20.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:36:21.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:21.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:22.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:22.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:22.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:22 smithi050 ceph-mon[92315]: pgmap v13825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:22.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:22 smithi172 ceph-mon[103696]: pgmap v13825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:23.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:23.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:24.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:24.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:24.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:24 smithi050 ceph-mon[92315]: pgmap v13826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:24.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:24 smithi172 ceph-mon[103696]: pgmap v13826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:25.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:25.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:26.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:26.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:26.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:26 smithi050 ceph-mon[92315]: pgmap v13827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:26.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:26 smithi172 ceph-mon[103696]: pgmap v13827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:27.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:27.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:28.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:28.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:28.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:28 smithi050 ceph-mon[92315]: pgmap v13828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:36:28.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:28 smithi172 ceph-mon[103696]: pgmap v13828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:36:29.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:29.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:30.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:30.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:30.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:30 smithi050 ceph-mon[92315]: pgmap v13829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:30.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:30 smithi172 ceph-mon[103696]: pgmap v13829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:31.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:31.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:32.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:32.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:32.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:32 smithi050 ceph-mon[92315]: pgmap v13830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:32.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:32 smithi172 ceph-mon[103696]: pgmap v13830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:33.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:33.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:34.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:34.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:34.594 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:34 smithi050 ceph-mon[92315]: pgmap v13831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:34.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:34 smithi172 ceph-mon[103696]: pgmap v13831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:35.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:35.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:35.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:36:35.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:36:36.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:36.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:36.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:36 smithi050 ceph-mon[92315]: pgmap v13832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:36.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:36 smithi172 ceph-mon[103696]: pgmap v13832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:37.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:37.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:37.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:36:37.874 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:36:38.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:38.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:38.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:38 smithi050 ceph-mon[92315]: pgmap v13833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:36:38.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:36:38.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:36:38.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:36:38.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:36:38.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:36:38.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:38 smithi172 ceph-mon[103696]: pgmap v13833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:36:38.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:36:38.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:36:38.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:36:38.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:36:38.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:36:39.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:39.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:40.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:40.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:40.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:40 smithi050 ceph-mon[92315]: pgmap v13834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:40.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:40 smithi172 ceph-mon[103696]: pgmap v13834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:41.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:41.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:41.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:41 smithi050 ceph-mon[92315]: pgmap v13835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:41.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:41 smithi172 ceph-mon[103696]: pgmap v13835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:42.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:42.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:43.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:43.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:44.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:43 smithi050 ceph-mon[92315]: pgmap v13836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:44.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:43 smithi172 ceph-mon[103696]: pgmap v13836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:44.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:44.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:45.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:45.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:46.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:45 smithi172 ceph-mon[103696]: pgmap v13837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:46.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:45 smithi050 ceph-mon[92315]: pgmap v13837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:46.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:46.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:47.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:47.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:48.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:47 smithi172 ceph-mon[103696]: pgmap v13838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:36:48.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:47 smithi050 ceph-mon[92315]: pgmap v13838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:36:48.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:48.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:49.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:49.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:50.188 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:49 smithi172 ceph-mon[103696]: pgmap v13839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:50.188 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:36:50.225 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:49 smithi050 ceph-mon[92315]: pgmap v13839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:50.225 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:36:50.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:50.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:51.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:51.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:52.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:51 smithi050 ceph-mon[92315]: pgmap v13840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:52.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:51 smithi172 ceph-mon[103696]: pgmap v13840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:52.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:52.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:53.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:53.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:54.170 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:53 smithi050 ceph-mon[92315]: pgmap v13841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:54.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:53 smithi172 ceph-mon[103696]: pgmap v13841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:54.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:54.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:55.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:55.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:56.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:55 smithi050 ceph-mon[92315]: pgmap v13842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:56.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:55 smithi172 ceph-mon[103696]: pgmap v13842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:36:56.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:56.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:57.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:57.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:58.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:57 smithi050 ceph-mon[92315]: pgmap v13843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:36:58.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:57 smithi172 ceph-mon[103696]: pgmap v13843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:36:58.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:58.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:36:59.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:36:59.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:00.293 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:36:59 smithi172 ceph-mon[103696]: pgmap v13844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:00.339 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:36:59 smithi050 ceph-mon[92315]: pgmap v13844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:00.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:00.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:01.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:01.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:02.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:01 smithi050 ceph-mon[92315]: pgmap v13845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:02.374 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:01 smithi172 ceph-mon[103696]: pgmap v13845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:02.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:02.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:03.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:03.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:04.170 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:03 smithi050 ceph-mon[92315]: pgmap v13846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:04.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:03 smithi172 ceph-mon[103696]: pgmap v13846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:04.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:04.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:05.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:37:05.347 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:37:05.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:05.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:06.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:05 smithi050 ceph-mon[92315]: pgmap v13847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:06.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:05 smithi172 ceph-mon[103696]: pgmap v13847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:06.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:06.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:07.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:07.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:08.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:07 smithi050 ceph-mon[92315]: pgmap v13848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:37:08.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:07 smithi172 ceph-mon[103696]: pgmap v13848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:37:08.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:08.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:09.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:09.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:09 smithi050 ceph-mon[92315]: pgmap v13849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:10.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:09 smithi172 ceph-mon[103696]: pgmap v13849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:10.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:10.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:11.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:11.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:12.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:11 smithi050 ceph-mon[92315]: pgmap v13850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:12.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:11 smithi172 ceph-mon[103696]: pgmap v13850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:12.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:12.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:13.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:13.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:14.170 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:13 smithi050 ceph-mon[92315]: pgmap v13851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:14.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:13 smithi172 ceph-mon[103696]: pgmap v13851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:14.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:14.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:15.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:15.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:16.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:15 smithi050 ceph-mon[92315]: pgmap v13852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:16.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:15 smithi172 ceph-mon[103696]: pgmap v13852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:16.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:16.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:17.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:17.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:18.337 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:17 smithi050 ceph-mon[92315]: pgmap v13853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:37:18.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:17 smithi172 ceph-mon[103696]: pgmap v13853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:37:18.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:18.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:19.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:19.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:20.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:19 smithi050 ceph-mon[92315]: pgmap v13854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:20.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:37:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:19 smithi172 ceph-mon[103696]: pgmap v13854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:37:20.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:20.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:21.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:21.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:22.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:21 smithi050 ceph-mon[92315]: pgmap v13855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:22.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:21 smithi172 ceph-mon[103696]: pgmap v13855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:22.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:22.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:23.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:23.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:24.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:23 smithi050 ceph-mon[92315]: pgmap v13856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:24.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:23 smithi172 ceph-mon[103696]: pgmap v13856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:24.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:24.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:25.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:25.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:26.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:25 smithi050 ceph-mon[92315]: pgmap v13857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:26.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:25 smithi172 ceph-mon[103696]: pgmap v13857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:26.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:26.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:27.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:27.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:28.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:27 smithi050 ceph-mon[92315]: pgmap v13858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:37:28.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:27 smithi172 ceph-mon[103696]: pgmap v13858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:37:28.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:28.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:29.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:29.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:30.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:29 smithi050 ceph-mon[92315]: pgmap v13859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:30.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:29 smithi172 ceph-mon[103696]: pgmap v13859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:30.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:30.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:31.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:31.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:32.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:31 smithi050 ceph-mon[92315]: pgmap v13860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:32.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:31 smithi172 ceph-mon[103696]: pgmap v13860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:32.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:32.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:33.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:33.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:34.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:33 smithi050 ceph-mon[92315]: pgmap v13861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:34.374 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:33 smithi172 ceph-mon[103696]: pgmap v13861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:34.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:34.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:37:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:37:35.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:35.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:36.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:35 smithi050 ceph-mon[92315]: pgmap v13862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:36.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:35 smithi172 ceph-mon[103696]: pgmap v13862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:36.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:36.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:37.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:37.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:38.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:37 smithi050 ceph-mon[92315]: pgmap v13863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:37:38.374 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:37 smithi172 ceph-mon[103696]: pgmap v13863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:37:38.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:38.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:39.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:37:39.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:37:39.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:39.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:40.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:39 smithi050 ceph-mon[92315]: pgmap v13864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:40.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:39 smithi172 ceph-mon[103696]: pgmap v13864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:40.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:40.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:41.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:41.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:42.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:41 smithi050 ceph-mon[92315]: pgmap v13865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:42.374 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:41 smithi172 ceph-mon[103696]: pgmap v13865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:42.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:42.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:43.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:43.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:44.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:43 smithi050 ceph-mon[92315]: pgmap v13866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:44.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:37:44.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:37:44.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:37:44.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:37:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:37:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:37:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:37:44.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:43 smithi172 ceph-mon[103696]: pgmap v13866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:44.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:37:44.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:37:44.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:37:44.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:37:44.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:37:44.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:37:44.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:37:44.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:44.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:45.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:45.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:46.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:45 smithi172 ceph-mon[103696]: pgmap v13867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:46.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:45 smithi050 ceph-mon[92315]: pgmap v13867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:46.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:46.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:47.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:47.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:48.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:47 smithi050 ceph-mon[92315]: pgmap v13868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:37:48.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:47 smithi172 ceph-mon[103696]: pgmap v13868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:37:48.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:48.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:49.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:49.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:49 smithi050 ceph-mon[92315]: pgmap v13869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:37:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:49 smithi172 ceph-mon[103696]: pgmap v13869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:37:50.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:50.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:51.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:51.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:52.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:51 smithi050 ceph-mon[92315]: pgmap v13870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:52.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:51 smithi172 ceph-mon[103696]: pgmap v13870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:52.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:52.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:53.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:53.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:54.170 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:53 smithi050 ceph-mon[92315]: pgmap v13871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:54.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:53 smithi172 ceph-mon[103696]: pgmap v13871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:54.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:54.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:55.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:55.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:56.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:55 smithi050 ceph-mon[92315]: pgmap v13872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:56.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:55 smithi172 ceph-mon[103696]: pgmap v13872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:37:56.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:56.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:57.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:57.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:58.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:57 smithi050 ceph-mon[92315]: pgmap v13873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:37:58.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:57 smithi172 ceph-mon[103696]: pgmap v13873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:37:58.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:58.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:37:59.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:37:59.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:00.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:37:59 smithi050 ceph-mon[92315]: pgmap v13874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:00.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:37:59 smithi172 ceph-mon[103696]: pgmap v13874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:00.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:00.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:01.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:01.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:02.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:01 smithi050 ceph-mon[92315]: pgmap v13875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:02.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:01 smithi172 ceph-mon[103696]: pgmap v13875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:02.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:02.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:03.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:03.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:04.170 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:03 smithi050 ceph-mon[92315]: pgmap v13876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:04.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:03 smithi172 ceph-mon[103696]: pgmap v13876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:04.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:04.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:05.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:38:05.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:38:05.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:05.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:06.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:05 smithi050 ceph-mon[92315]: pgmap v13877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:06.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:05 smithi172 ceph-mon[103696]: pgmap v13877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:06.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:06.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:07.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:07.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:08.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:07 smithi050 ceph-mon[92315]: pgmap v13878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:38:08.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:07 smithi172 ceph-mon[103696]: pgmap v13878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:38:08.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:08.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:09.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:09.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:10.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:09 smithi050 ceph-mon[92315]: pgmap v13879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:10.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:09 smithi172 ceph-mon[103696]: pgmap v13879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:10.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:10.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:11.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:11.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:12.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:11 smithi050 ceph-mon[92315]: pgmap v13880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:12.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:11 smithi172 ceph-mon[103696]: pgmap v13880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:12.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:12.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:13.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:13.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:14.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:13 smithi050 ceph-mon[92315]: pgmap v13881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:14.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:13 smithi172 ceph-mon[103696]: pgmap v13881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:14.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:14.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:15.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:15.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:16.201 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:15 smithi050 ceph-mon[92315]: pgmap v13882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:16.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:15 smithi172 ceph-mon[103696]: pgmap v13882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:16.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:16.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:17.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:17.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:18.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:17 smithi050 ceph-mon[92315]: pgmap v13883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:38:18.374 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:17 smithi172 ceph-mon[103696]: pgmap v13883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:38:18.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:18.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:19.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:19.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:20.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:19 smithi050 ceph-mon[92315]: pgmap v13884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:20.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:38:20.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:19 smithi172 ceph-mon[103696]: pgmap v13884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:20.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:38:20.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:20.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:21.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:21.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:22.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:21 smithi050 ceph-mon[92315]: pgmap v13885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:22.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:21 smithi172 ceph-mon[103696]: pgmap v13885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:22.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:22.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:23.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:23.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:24.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:23 smithi050 ceph-mon[92315]: pgmap v13886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:24.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:23 smithi172 ceph-mon[103696]: pgmap v13886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:24.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:24.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:25.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:25.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:26.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:25 smithi050 ceph-mon[92315]: pgmap v13887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:26.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:25 smithi172 ceph-mon[103696]: pgmap v13887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:26.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:26.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:27.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:27.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:28.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:27 smithi050 ceph-mon[92315]: pgmap v13888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:38:28.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:27 smithi172 ceph-mon[103696]: pgmap v13888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:38:28.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:28.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:29.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:29.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:30.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:29 smithi050 ceph-mon[92315]: pgmap v13889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:30.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:29 smithi172 ceph-mon[103696]: pgmap v13889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:30.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:30.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:31.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:31.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:32.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:31 smithi050 ceph-mon[92315]: pgmap v13890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:32.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:31 smithi172 ceph-mon[103696]: pgmap v13890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:32.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:32.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:33.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:33.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:34.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:33 smithi050 ceph-mon[92315]: pgmap v13891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:34.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:33 smithi172 ceph-mon[103696]: pgmap v13891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:34.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:34.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:38:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:38:35.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:35.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:36.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:35 smithi172 ceph-mon[103696]: pgmap v13892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:36.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:35 smithi050 ceph-mon[92315]: pgmap v13892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:36.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:36.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:37.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:37.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:38.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:37 smithi050 ceph-mon[92315]: pgmap v13893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:38:38.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:37 smithi172 ceph-mon[103696]: pgmap v13893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:38:38.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:38.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:39.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:39.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:40.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:39 smithi050 ceph-mon[92315]: pgmap v13894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:40.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:39 smithi172 ceph-mon[103696]: pgmap v13894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:40.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:40.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:41.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:41.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:42.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:41 smithi050 ceph-mon[92315]: pgmap v13895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:42.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:41 smithi172 ceph-mon[103696]: pgmap v13895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:42.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:42.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:43.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:43.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:44.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:43 smithi050 ceph-mon[92315]: pgmap v13896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:44.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:38:44.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:38:44.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:38:44.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:38:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:38:44.374 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:43 smithi172 ceph-mon[103696]: pgmap v13896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:44.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:38:44.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:38:44.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:38:44.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:38:44.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:38:44.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:44.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:45.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:38:45.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:38:45.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:45.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:46.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:45 smithi050 ceph-mon[92315]: pgmap v13897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:46.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:45 smithi172 ceph-mon[103696]: pgmap v13897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:46.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:46.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:47.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:47.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:48.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:47 smithi050 ceph-mon[92315]: pgmap v13898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:38:48.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:47 smithi172 ceph-mon[103696]: pgmap v13898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:38:48.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:48.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:49.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:49.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:49 smithi050 ceph-mon[92315]: pgmap v13899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:38:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:50 smithi172 ceph-mon[103696]: pgmap v13899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:38:50.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:50.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:51.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:51.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:52.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:52 smithi050 ceph-mon[92315]: pgmap v13900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:52.374 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:52 smithi172 ceph-mon[103696]: pgmap v13900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:52.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:52.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:53.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:53.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:54.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:54 smithi050 ceph-mon[92315]: pgmap v13901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:54.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:54 smithi172 ceph-mon[103696]: pgmap v13901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:54.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:54.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:55.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:55.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:56.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:56 smithi050 ceph-mon[92315]: pgmap v13902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:56.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:56 smithi172 ceph-mon[103696]: pgmap v13902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:38:56.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:56.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:57.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:57.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:58.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:38:58 smithi050 ceph-mon[92315]: pgmap v13903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:38:58.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:38:58 smithi172 ceph-mon[103696]: pgmap v13903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:38:58.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:58.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:38:59.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:38:59.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:00.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:00 smithi050 ceph-mon[92315]: pgmap v13904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:00.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:00 smithi172 ceph-mon[103696]: pgmap v13904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:00.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:00.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:01.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:01.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:02.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:02 smithi050 ceph-mon[92315]: pgmap v13905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:02.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:02 smithi172 ceph-mon[103696]: pgmap v13905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:02.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:02.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:03.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:03.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:04.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:04 smithi050 ceph-mon[92315]: pgmap v13906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:04.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:04 smithi172 ceph-mon[103696]: pgmap v13906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:04.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:04.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:05.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:39:05.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:39:05.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:05.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:06.344 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:06 smithi050 ceph-mon[92315]: pgmap v13907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:06.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:06 smithi172 ceph-mon[103696]: pgmap v13907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:06.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:06.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:07.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:07.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:08.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:08 smithi050 ceph-mon[92315]: pgmap v13908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:39:08.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:08 smithi172 ceph-mon[103696]: pgmap v13908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:39:08.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:08.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:09.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:09.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:10.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:10 smithi050 ceph-mon[92315]: pgmap v13909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:10.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:10 smithi172 ceph-mon[103696]: pgmap v13909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:10.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:10.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:11.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:11.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:12.094 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:12 smithi050 ceph-mon[92315]: pgmap v13910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:12.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:12 smithi172 ceph-mon[103696]: pgmap v13910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:12.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:12.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:13.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:13.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:14.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:14 smithi050 ceph-mon[92315]: pgmap v13911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:14.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:14 smithi172 ceph-mon[103696]: pgmap v13911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:14.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:14.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:15.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:15.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:16.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:16 smithi050 ceph-mon[92315]: pgmap v13912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:16.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:16 smithi172 ceph-mon[103696]: pgmap v13912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:16.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:16.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:17.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:17.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:18.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:18 smithi050 ceph-mon[92315]: pgmap v13913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:39:18.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:18 smithi172 ceph-mon[103696]: pgmap v13913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:39:18.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:18.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:19.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:19.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:20.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:20 smithi050 ceph-mon[92315]: pgmap v13914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:20.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:39:20.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:20 smithi172 ceph-mon[103696]: pgmap v13914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:20.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:39:20.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:20.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:21.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:21.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:22.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:22 smithi050 ceph-mon[92315]: pgmap v13915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:22.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:22 smithi172 ceph-mon[103696]: pgmap v13915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:22.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:22.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:23.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:23.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:24.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:24 smithi050 ceph-mon[92315]: pgmap v13916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:24.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:24 smithi172 ceph-mon[103696]: pgmap v13916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:24.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:24.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:25.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:25.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:26.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:26 smithi050 ceph-mon[92315]: pgmap v13917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:26.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:26 smithi172 ceph-mon[103696]: pgmap v13917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:26.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:26.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:27.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:27.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:28.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:28 smithi050 ceph-mon[92315]: pgmap v13918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:39:28.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:28 smithi172 ceph-mon[103696]: pgmap v13918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:39:28.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:28.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:29.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:29.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:30.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:30 smithi050 ceph-mon[92315]: pgmap v13919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:30.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:30 smithi172 ceph-mon[103696]: pgmap v13919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:30.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:30.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:31.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:31.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:32.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:32 smithi050 ceph-mon[92315]: pgmap v13920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:32.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:32 smithi172 ceph-mon[103696]: pgmap v13920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:32.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:32.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:33.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:33.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:34.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:34 smithi050 ceph-mon[92315]: pgmap v13921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:34.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:34 smithi172 ceph-mon[103696]: pgmap v13921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:34.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:34.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:39:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:39:35.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:35.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:36.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:36 smithi050 ceph-mon[92315]: pgmap v13922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:36.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:36 smithi172 ceph-mon[103696]: pgmap v13922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:36.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:36.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:37.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:37.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:38.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:38 smithi050 ceph-mon[92315]: pgmap v13923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:39:38.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:38 smithi172 ceph-mon[103696]: pgmap v13923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:39:38.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:38.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:39.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:39.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:40.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:40 smithi050 ceph-mon[92315]: pgmap v13924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:40.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:40 smithi172 ceph-mon[103696]: pgmap v13924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:40.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:40.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:41.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:41.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:42.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:42 smithi050 ceph-mon[92315]: pgmap v13925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:42.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:42 smithi172 ceph-mon[103696]: pgmap v13925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:42.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:42.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:43.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:43.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:44.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:44 smithi050 ceph-mon[92315]: pgmap v13926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:44.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:44 smithi172 ceph-mon[103696]: pgmap v13926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:44.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:44.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:45.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:39:45.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:39:45.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:45.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:46.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:46 smithi050 ceph-mon[92315]: pgmap v13927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:46.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:46 smithi172 ceph-mon[103696]: pgmap v13927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:46.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:46.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:47.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:47.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:48.344 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:48 smithi050 ceph-mon[92315]: pgmap v13928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:39:48.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:48 smithi172 ceph-mon[103696]: pgmap v13928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:39:48.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:48.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:49.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:49.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:50 smithi172 ceph-mon[103696]: pgmap v13929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:39:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:50 smithi050 ceph-mon[92315]: pgmap v13929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:39:50.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:50.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:51.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:51.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:52.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:52 smithi172 ceph-mon[103696]: pgmap v13930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:52.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:39:52.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:39:52.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:52 smithi050 ceph-mon[92315]: pgmap v13930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:52.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:39:52.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:39:52.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:52.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:53.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:39:53.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:39:53.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:39:53.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:39:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:39:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:39:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:39:53.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:39:53.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:39:53.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:39:53.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:39:53.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:39:53.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:39:53.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:39:53.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:53.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:54.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:54 smithi050 ceph-mon[92315]: pgmap v13931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:54.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:54 smithi172 ceph-mon[103696]: pgmap v13931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:54.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:54.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:55.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:55.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:56.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:56 smithi050 ceph-mon[92315]: pgmap v13932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:56.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:56 smithi172 ceph-mon[103696]: pgmap v13932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:39:56.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:56.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:57.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:57.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:58.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:39:58 smithi050 ceph-mon[92315]: pgmap v13933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:39:58.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:39:58 smithi172 ceph-mon[103696]: pgmap v13933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:39:58.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:58.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:39:59.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:39:59.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:00.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:00 smithi050 ceph-mon[92315]: pgmap v13934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:00.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T21:40:00.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:00 smithi172 ceph-mon[103696]: pgmap v13934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:00.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T21:40:00.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:00.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:01.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:01.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:02 smithi172 ceph-mon[103696]: pgmap v13935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:02.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:02 smithi050 ceph-mon[92315]: pgmap v13935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:02.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:02.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:03.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:03.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:04 smithi050 ceph-mon[92315]: pgmap v13936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:04.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:04 smithi172 ceph-mon[103696]: pgmap v13936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:04.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:04.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:05.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:40:05.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:40:05.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:05.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:06.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:06 smithi050 ceph-mon[92315]: pgmap v13937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:06.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:06 smithi172 ceph-mon[103696]: pgmap v13937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:06.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:06.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:07.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:07.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:08.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:08 smithi050 ceph-mon[92315]: pgmap v13938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:40:08.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:08 smithi172 ceph-mon[103696]: pgmap v13938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:40:08.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:08.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:09.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:09.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:10.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:10 smithi050 ceph-mon[92315]: pgmap v13939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:10.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:10 smithi172 ceph-mon[103696]: pgmap v13939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:10.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:10.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:11.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:11.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:12.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:12 smithi172 ceph-mon[103696]: pgmap v13940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:12.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:12 smithi050 ceph-mon[92315]: pgmap v13940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:12.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:12.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:13.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:13.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:14.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:14 smithi050 ceph-mon[92315]: pgmap v13941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:14.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:14 smithi172 ceph-mon[103696]: pgmap v13941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:14.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:14.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:15.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:15.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:16.844 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:16 smithi050 ceph-mon[92315]: pgmap v13942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:16.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:16 smithi172 ceph-mon[103696]: pgmap v13942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:16.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:16.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:17.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:17.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:18.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:18 smithi050 ceph-mon[92315]: pgmap v13943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:40:18.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:18 smithi172 ceph-mon[103696]: pgmap v13943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:40:18.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:18.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:19.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:40:19.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:40:19.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:19.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:20.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:20 smithi050 ceph-mon[92315]: pgmap v13944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:20.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:20 smithi172 ceph-mon[103696]: pgmap v13944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:20.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:20.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:21.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:21.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:22.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:22 smithi050 ceph-mon[92315]: pgmap v13945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:22.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:22 smithi172 ceph-mon[103696]: pgmap v13945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:22.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:22.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:23.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:23.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:24.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:24 smithi050 ceph-mon[92315]: pgmap v13946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:24.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:24 smithi172 ceph-mon[103696]: pgmap v13946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:24.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:24.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:25.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:25.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:26.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:26 smithi050 ceph-mon[92315]: pgmap v13947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:26.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:26 smithi172 ceph-mon[103696]: pgmap v13947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:26.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:26.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:27.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:27.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:28.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:28 smithi050 ceph-mon[92315]: pgmap v13948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:40:28.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:28 smithi172 ceph-mon[103696]: pgmap v13948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:40:28.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:28.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:29.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:29.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:30.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:30 smithi050 ceph-mon[92315]: pgmap v13949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:30.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:30 smithi172 ceph-mon[103696]: pgmap v13949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:30.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:30.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:31.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:31.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:32.746 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:32 smithi050 ceph-mon[92315]: pgmap v13950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:32.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:32 smithi172 ceph-mon[103696]: pgmap v13950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:32.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:32.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:33.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:33.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:34.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:34 smithi050 ceph-mon[92315]: pgmap v13951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:34.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:40:34.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:34 smithi172 ceph-mon[103696]: pgmap v13951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:34.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:40:34.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:34.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:35.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:35.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:36.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:36 smithi050 ceph-mon[92315]: pgmap v13952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:36.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:36 smithi172 ceph-mon[103696]: pgmap v13952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:36.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:36.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:37.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:37.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:38.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:38 smithi050 ceph-mon[92315]: pgmap v13953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:40:38.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:38 smithi172 ceph-mon[103696]: pgmap v13953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:40:38.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:38.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:39.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:39.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:40.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:40 smithi050 ceph-mon[92315]: pgmap v13954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:40.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:40 smithi172 ceph-mon[103696]: pgmap v13954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:40.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:40.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:42.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:42.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:42.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:42 smithi050 ceph-mon[92315]: pgmap v13955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:42.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:42 smithi172 ceph-mon[103696]: pgmap v13955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:43.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:43.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:43.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:43 smithi050 ceph-mon[92315]: pgmap v13956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:43.874 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:43 smithi172 ceph-mon[103696]: pgmap v13956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:44.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:44.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:45.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:45.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:46.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:46.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:46.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:45 smithi050 ceph-mon[92315]: pgmap v13957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:46.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:45 smithi172 ceph-mon[103696]: pgmap v13957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:47.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:47.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:48.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:48.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:48.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:47 smithi050 ceph-mon[92315]: pgmap v13958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:40:48.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:47 smithi172 ceph-mon[103696]: pgmap v13958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:40:49.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:49.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:50.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:50.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:49 smithi050 ceph-mon[92315]: pgmap v13959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:40:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:49 smithi172 ceph-mon[103696]: pgmap v13959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:40:51.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:51.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:52.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:52.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:52.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:51 smithi050 ceph-mon[92315]: pgmap v13960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:52.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:51 smithi172 ceph-mon[103696]: pgmap v13960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:53.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:53.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:53.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:40:53.344 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:40:54.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:54.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:54.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:53 smithi050 ceph-mon[92315]: pgmap v13961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:54.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:40:54.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:40:54.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:40:54.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:40:54.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:40:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:40:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:40:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:40:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:40:54.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:53 smithi172 ceph-mon[103696]: pgmap v13961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:54.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:40:54.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:40:54.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:40:54.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:40:54.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:40:54.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:40:54.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:40:54.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:40:54.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:40:55.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:55.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:56.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:56.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:56.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:55 smithi050 ceph-mon[92315]: pgmap v13962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:56.374 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:55 smithi172 ceph-mon[103696]: pgmap v13962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:40:57.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:57.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:58.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:58.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:40:58.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:57 smithi172 ceph-mon[103696]: pgmap v13963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:40:58.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:57 smithi050 ceph-mon[92315]: pgmap v13963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:40:59.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:40:59.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:00.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:00.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:00.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:40:59 smithi050 ceph-mon[92315]: pgmap v13964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:00.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:40:59 smithi172 ceph-mon[103696]: pgmap v13964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:01.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:01.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:02.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:02.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:02.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:01 smithi050 ceph-mon[92315]: pgmap v13965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:02.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:01 smithi172 ceph-mon[103696]: pgmap v13965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:03.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:03.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:04.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:04.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:04.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:03 smithi050 ceph-mon[92315]: pgmap v13966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:04.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:03 smithi172 ceph-mon[103696]: pgmap v13966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:05.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:05.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:05.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:41:05.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:41:06.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:06.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:06.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:05 smithi050 ceph-mon[92315]: pgmap v13967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:06.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:05 smithi172 ceph-mon[103696]: pgmap v13967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:07.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:07.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:08.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:08.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:08.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:07 smithi050 ceph-mon[92315]: pgmap v13968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:41:08.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:07 smithi172 ceph-mon[103696]: pgmap v13968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:41:09.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:09.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:10.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:10.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:10.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:09 smithi050 ceph-mon[92315]: pgmap v13969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:10.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:09 smithi172 ceph-mon[103696]: pgmap v13969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:11.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:11.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:12.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:12.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:12.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:11 smithi050 ceph-mon[92315]: pgmap v13970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:12.374 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:11 smithi172 ceph-mon[103696]: pgmap v13970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:13.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:13.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:14.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:14.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:14.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:13 smithi050 ceph-mon[92315]: pgmap v13971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:14.374 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:13 smithi172 ceph-mon[103696]: pgmap v13971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:15.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:15.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:16.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:16.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:16.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:15 smithi050 ceph-mon[92315]: pgmap v13972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:16.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:15 smithi172 ceph-mon[103696]: pgmap v13972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:17.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:17.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:18.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:18.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:18.260 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:17 smithi050 ceph-mon[92315]: pgmap v13973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:41:18.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:17 smithi172 ceph-mon[103696]: pgmap v13973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:41:19.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:19.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:20.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:20.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:20.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:19 smithi050 ceph-mon[92315]: pgmap v13974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:20.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:41:20.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:19 smithi172 ceph-mon[103696]: pgmap v13974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:20.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:41:21.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:21.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:22.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:22.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:22.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:21 smithi050 ceph-mon[92315]: pgmap v13975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:22.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:21 smithi172 ceph-mon[103696]: pgmap v13975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:23.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:23.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:24.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:24.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:24.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:23 smithi050 ceph-mon[92315]: pgmap v13976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:24.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:23 smithi172 ceph-mon[103696]: pgmap v13976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:25.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:25.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:26.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:26.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:26.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:25 smithi050 ceph-mon[92315]: pgmap v13977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:26.374 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:25 smithi172 ceph-mon[103696]: pgmap v13977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:27.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:27.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:28.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:28.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:28.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:27 smithi050 ceph-mon[92315]: pgmap v13978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:41:28.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:28 smithi172 ceph-mon[103696]: pgmap v13978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:41:29.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:29.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:30.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:30.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:30.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:30 smithi050 ceph-mon[92315]: pgmap v13979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:30.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:30 smithi172 ceph-mon[103696]: pgmap v13979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:31.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:31.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:32.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:32.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:32.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:32 smithi050 ceph-mon[92315]: pgmap v13980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:32.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:32 smithi172 ceph-mon[103696]: pgmap v13980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:33.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:33.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:34.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:34.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:34.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:34 smithi050 ceph-mon[92315]: pgmap v13981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:34.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:34 smithi172 ceph-mon[103696]: pgmap v13981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:35.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:35.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:41:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:41:36.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:36.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:36.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:36 smithi050 ceph-mon[92315]: pgmap v13982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:36.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:36 smithi172 ceph-mon[103696]: pgmap v13982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:37.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:37.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:38.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:38.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:38.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:38 smithi050 ceph-mon[92315]: pgmap v13983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:41:38.374 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:38 smithi172 ceph-mon[103696]: pgmap v13983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:41:39.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:39.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:40.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:40.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:40.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:40 smithi050 ceph-mon[92315]: pgmap v13984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:40.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:40 smithi172 ceph-mon[103696]: pgmap v13984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:41.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:41.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:42.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:42.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:42.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:42 smithi050 ceph-mon[92315]: pgmap v13985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:42.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:42 smithi172 ceph-mon[103696]: pgmap v13985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:43.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:43.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:44.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:44.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:44.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:44 smithi050 ceph-mon[92315]: pgmap v13986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:44.374 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:44 smithi172 ceph-mon[103696]: pgmap v13986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:45.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:45.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:46.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:46.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:46.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:46 smithi050 ceph-mon[92315]: pgmap v13987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:46.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:46 smithi172 ceph-mon[103696]: pgmap v13987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:47.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:47.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:48.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:48.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:48.306 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:48 smithi172 ceph-mon[103696]: pgmap v13988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:41:48.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:48 smithi050 ceph-mon[92315]: pgmap v13988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:41:49.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:49.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:50.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:50.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:50 smithi050 ceph-mon[92315]: pgmap v13989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:41:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:50 smithi172 ceph-mon[103696]: pgmap v13989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:41:51.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:51.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:52.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:52.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:52.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:52 smithi050 ceph-mon[92315]: pgmap v13990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:52.374 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:52 smithi172 ceph-mon[103696]: pgmap v13990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:53.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:53.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:54.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:54.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:54.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:54 smithi050 ceph-mon[92315]: pgmap v13991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:54.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:41:54.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:54 smithi172 ceph-mon[103696]: pgmap v13991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:54.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:41:55.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:55.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:55.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:41:55.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:41:55.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:41:55.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:41:55.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:41:55.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:41:55.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:41:55.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:41:55.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:41:55.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:41:56.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:56.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:56 smithi050 ceph-mon[92315]: pgmap v13992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:56.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:56 smithi172 ceph-mon[103696]: pgmap v13992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:41:57.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:57.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:58.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:58.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:41:58.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:41:58 smithi050 ceph-mon[92315]: pgmap v13993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:41:58.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:41:58 smithi172 ceph-mon[103696]: pgmap v13993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:41:59.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:41:59.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:00.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:00.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:00.594 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:00 smithi050 ceph-mon[92315]: pgmap v13994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:00 smithi172 ceph-mon[103696]: pgmap v13994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:01.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:01.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:02.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:02.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:02 smithi050 ceph-mon[92315]: pgmap v13995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:02.624 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:02 smithi172 ceph-mon[103696]: pgmap v13995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:03.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:03.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:04.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:04.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:04.594 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:04 smithi050 ceph-mon[92315]: pgmap v13996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:04.624 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:04 smithi172 ceph-mon[103696]: pgmap v13996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:05.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:05.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:05.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:42:05.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:42:06.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:06.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:06.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:06 smithi172 ceph-mon[103696]: pgmap v13997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:06.844 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:06 smithi050 ceph-mon[92315]: pgmap v13997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:07.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:07.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:08.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:08.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:08.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:08 smithi172 ceph-mon[103696]: pgmap v13998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:42:08.836 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:08 smithi050 ceph-mon[92315]: pgmap v13998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:42:09.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:09.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:10.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:10.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:10.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:10 smithi172 ceph-mon[103696]: pgmap v13999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:10.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:10 smithi050 ceph-mon[92315]: pgmap v13999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:11.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:11.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:12.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:12.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:12.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:12 smithi172 ceph-mon[103696]: pgmap v14000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:12.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:12 smithi050 ceph-mon[92315]: pgmap v14000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:13.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:13.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:14.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:14.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:14 smithi050 ceph-mon[92315]: pgmap v14001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:14.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:14 smithi172 ceph-mon[103696]: pgmap v14001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:15.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:15.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:16.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:16.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:16 smithi172 ceph-mon[103696]: pgmap v14002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:16.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:16 smithi050 ceph-mon[92315]: pgmap v14002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:17.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:17.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:18.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:18.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:18.619 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:18 smithi172 ceph-mon[103696]: pgmap v14003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:42:18.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:18 smithi050 ceph-mon[92315]: pgmap v14003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:42:19.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:19.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:20.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:20.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:20 smithi172 ceph-mon[103696]: pgmap v14004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:42:20.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:20 smithi050 ceph-mon[92315]: pgmap v14004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:20.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:42:21.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:21.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:22.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:22.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:22.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:22 smithi172 ceph-mon[103696]: pgmap v14005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:22.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:22 smithi050 ceph-mon[92315]: pgmap v14005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:23.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:23.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:24.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:24.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:24.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:24 smithi172 ceph-mon[103696]: pgmap v14006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:24.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:24 smithi050 ceph-mon[92315]: pgmap v14006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:25.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:25.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:26.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:26.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:26 smithi050 ceph-mon[92315]: pgmap v14007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:26.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:26 smithi172 ceph-mon[103696]: pgmap v14007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:27.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:27.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:28.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:28.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:28.724 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:28 smithi172 ceph-mon[103696]: pgmap v14008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:42:28.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:28 smithi050 ceph-mon[92315]: pgmap v14008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:42:29.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:29.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:30.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:30.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:30.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:30 smithi050 ceph-mon[92315]: pgmap v14009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:30.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:30 smithi172 ceph-mon[103696]: pgmap v14009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:31.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:31.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:32.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:32.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:32.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:32 smithi050 ceph-mon[92315]: pgmap v14010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:32.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:32 smithi172 ceph-mon[103696]: pgmap v14010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:33.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:33.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:34.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:34.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:34.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:34 smithi050 ceph-mon[92315]: pgmap v14011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:34.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:34 smithi172 ceph-mon[103696]: pgmap v14011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:35.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:35.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:35.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:42:35.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:42:36.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:36.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:36.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:36 smithi050 ceph-mon[92315]: pgmap v14012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:36.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:36 smithi172 ceph-mon[103696]: pgmap v14012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:37.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:37.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:38.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:38.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:38.829 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:38 smithi172 ceph-mon[103696]: pgmap v14013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:42:38.844 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:38 smithi050 ceph-mon[92315]: pgmap v14013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:42:39.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:39.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:40.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:40.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:40.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:40 smithi050 ceph-mon[92315]: pgmap v14014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:40.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:40 smithi172 ceph-mon[103696]: pgmap v14014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:41.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:41.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:42.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:42.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:42.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:42 smithi050 ceph-mon[92315]: pgmap v14015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:42.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:42 smithi172 ceph-mon[103696]: pgmap v14015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:43.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:43.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:44.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:44.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:44.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:44 smithi050 ceph-mon[92315]: pgmap v14016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:44.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:44 smithi172 ceph-mon[103696]: pgmap v14016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:45.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:45.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:46.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:46.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:46.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:46 smithi050 ceph-mon[92315]: pgmap v14017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:46.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:46 smithi172 ceph-mon[103696]: pgmap v14017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:47.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:47.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:48.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:48.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:48.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:48 smithi050 ceph-mon[92315]: pgmap v14018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:42:48.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:48 smithi172 ceph-mon[103696]: pgmap v14018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:42:49.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:49.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:50.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:50.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:50.844 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:50 smithi050 ceph-mon[92315]: pgmap v14019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:50.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:42:50.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:50 smithi172 ceph-mon[103696]: pgmap v14019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:50.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:42:51.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:51.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:52.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:52.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:52.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:52 smithi050 ceph-mon[92315]: pgmap v14020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:52.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:52 smithi172 ceph-mon[103696]: pgmap v14020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:53.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:53.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:54.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:54.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:54.844 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:54 smithi050 ceph-mon[92315]: pgmap v14021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:54 smithi172 ceph-mon[103696]: pgmap v14021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:55.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:55.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:55.759 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:42:55.759 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:42:55.760 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:42:55.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:42:55.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:42:55.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:42:56.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:56.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:56.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:56 smithi050 ceph-mon[92315]: pgmap v14022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:56.848 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:56 smithi172 ceph-mon[103696]: pgmap v14022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:42:57.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:57.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:58.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:58.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:42:58.699 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:58 smithi172 ceph-mon[103696]: pgmap v14023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:42:58.728 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:58 smithi050 ceph-mon[92315]: pgmap v14023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:42:59.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:42:59.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:00.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:43:00.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:43:00.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:59 smithi050 ceph-mon[92315]: pgmap v14024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:00.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:43:00.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:43:00.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:43:00.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:43:00.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:43:00.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:43:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:42:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:43:00.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:43:00.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:43:00.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:59 smithi172 ceph-mon[103696]: pgmap v14024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:00.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:43:00.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:43:00.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:43:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:43:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:43:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:43:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:42:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:43:00.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:00.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:01.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:01.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:02.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:02.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:02.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:43:01 smithi050 ceph-mon[92315]: pgmap v14025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:02.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:43:01 smithi172 ceph-mon[103696]: pgmap v14025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:03.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:03.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:04.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:04.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:04.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:43:03 smithi050 ceph-mon[92315]: pgmap v14026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:04.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:43:03 smithi172 ceph-mon[103696]: pgmap v14026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:05.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:05.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:05.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:43:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:43:05.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:43:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:43:06.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:06.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:06.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:43:05 smithi050 ceph-mon[92315]: pgmap v14027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:06.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:43:05 smithi172 ceph-mon[103696]: pgmap v14027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:07.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:07.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:08.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:08.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:08.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:43:07 smithi050 ceph-mon[92315]: pgmap v14028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:43:08.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:43:07 smithi172 ceph-mon[103696]: pgmap v14028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:43:09.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:09.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:10.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:10.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:10.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:43:09 smithi050 ceph-mon[92315]: pgmap v14029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:10.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:43:09 smithi172 ceph-mon[103696]: pgmap v14029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:11.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:11.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:12.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:12.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:12.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:43:11 smithi050 ceph-mon[92315]: pgmap v14030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:12.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:43:11 smithi172 ceph-mon[103696]: pgmap v14030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:13.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:13.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:14.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:14.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:14.344 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:43:13 smithi050 ceph-mon[92315]: pgmap v14031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:14.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:43:13 smithi172 ceph-mon[103696]: pgmap v14031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:15.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:15.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:16.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:16.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:16.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:43:15 smithi050 ceph-mon[92315]: pgmap v14032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:16.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:43:15 smithi172 ceph-mon[103696]: pgmap v14032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:17.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:17.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:18.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:18.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:18.344 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:43:17 smithi050 ceph-mon[92315]: pgmap v14033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:43:18.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:43:17 smithi172 ceph-mon[103696]: pgmap v14033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:43:19.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:19.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:20.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:20.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:20.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:43:19 smithi050 ceph-mon[92315]: pgmap v14034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:20.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:43:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:43:20.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:43:19 smithi172 ceph-mon[103696]: pgmap v14034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:20.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:43:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:43:21.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:21.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:22.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:22.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:22.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:43:21 smithi050 ceph-mon[92315]: pgmap v14035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:22.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:43:21 smithi172 ceph-mon[103696]: pgmap v14035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:23.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:23.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:24.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:24.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:24.299 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:43:23 smithi172 ceph-mon[103696]: pgmap v14036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:24.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:43:23 smithi050 ceph-mon[92315]: pgmap v14036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:25.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:25.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:26.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:26.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:26.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:43:25 smithi050 ceph-mon[92315]: pgmap v14037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:26.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:43:25 smithi172 ceph-mon[103696]: pgmap v14037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:27.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:27.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:28.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:28.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:28.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:43:28 smithi050 ceph-mon[92315]: pgmap v14038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:43:28.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:43:28 smithi172 ceph-mon[103696]: pgmap v14038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:43:29.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:29.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:30.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:43:30 smithi050 ceph-mon[92315]: pgmap v14039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:30.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:30.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:30.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:43:30 smithi172 ceph-mon[103696]: pgmap v14039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:31.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:31.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:32.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:32.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:32.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:43:32 smithi050 ceph-mon[92315]: pgmap v14040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:32.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:43:32 smithi172 ceph-mon[103696]: pgmap v14040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:33.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:33.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:34.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:34.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:34.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:43:34 smithi050 ceph-mon[92315]: pgmap v14041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:34.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:43:34 smithi172 ceph-mon[103696]: pgmap v14041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:35.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:43:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:43:35.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:35.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:43:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:43:36.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:36.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:36.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:43:36 smithi050 ceph-mon[92315]: pgmap v14042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:36.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:43:36 smithi172 ceph-mon[103696]: pgmap v14042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:37.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:37.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:38.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:38.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:38.459 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:43:38 smithi172 ceph-mon[103696]: pgmap v14043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:43:38.459 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:43:38 smithi050 ceph-mon[92315]: pgmap v14043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:43:39.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:39.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:40.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:40.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:40.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:43:40 smithi050 ceph-mon[92315]: pgmap v14044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:40.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:43:40 smithi172 ceph-mon[103696]: pgmap v14044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:41.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:41.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:42.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:42.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:42.451 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:43:42 smithi172 ceph-mon[103696]: pgmap v14045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:42.495 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:43:42 smithi050 ceph-mon[92315]: pgmap v14045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:43.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:43.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:44.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:44.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:44.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:43:44 smithi050 ceph-mon[92315]: pgmap v14046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:44.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:43:44 smithi172 ceph-mon[103696]: pgmap v14046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:45.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:45.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:46.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:46.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:46.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:43:46 smithi050 ceph-mon[92315]: pgmap v14047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:46.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:43:46 smithi172 ceph-mon[103696]: pgmap v14047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:47.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:47.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:48.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:48.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:48.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:43:48 smithi050 ceph-mon[92315]: pgmap v14048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:43:48.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:43:48 smithi172 ceph-mon[103696]: pgmap v14048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:43:49.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:49.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:50.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:50.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:43:50 smithi050 ceph-mon[92315]: pgmap v14049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:43:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:43:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:43:50 smithi172 ceph-mon[103696]: pgmap v14049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:43:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:43:51.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:51.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:52.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:52.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:52.344 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:43:52 smithi050 ceph-mon[92315]: pgmap v14050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:52.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:43:52 smithi172 ceph-mon[103696]: pgmap v14050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:53.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:53.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:54.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:54.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:54.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:43:54 smithi050 ceph-mon[92315]: pgmap v14051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:54.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:43:54 smithi172 ceph-mon[103696]: pgmap v14051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:55.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:55.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:56.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:56.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:56.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:43:56 smithi050 ceph-mon[92315]: pgmap v14052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:56.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:43:56 smithi172 ceph-mon[103696]: pgmap v14052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:43:57.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:57.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:58.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:58.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:43:58.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:43:58 smithi050 ceph-mon[92315]: pgmap v14053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:43:58.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:43:58 smithi172 ceph-mon[103696]: pgmap v14053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:43:59.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:43:59.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:00.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:00.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:00.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:00 smithi050 ceph-mon[92315]: pgmap v14054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:00.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:44:00.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:44:00.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:44:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:44:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:44:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:44:00.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:00 smithi172 ceph-mon[103696]: pgmap v14054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:00.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:44:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:44:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:44:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:44:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:44:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:44:01.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:01.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:02.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:02.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:02.344 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:02 smithi050 ceph-mon[92315]: pgmap v14055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:02.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:02 smithi172 ceph-mon[103696]: pgmap v14055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:03.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:03.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:04.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:04.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:04.344 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:04 smithi050 ceph-mon[92315]: pgmap v14056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:04.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:04 smithi172 ceph-mon[103696]: pgmap v14056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:05.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:05.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:05.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:44:05.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:44:06.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:06.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:06.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:06 smithi050 ceph-mon[92315]: pgmap v14057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:06.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:06 smithi172 ceph-mon[103696]: pgmap v14057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:07.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:07.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:08.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:08.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:08.344 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:08 smithi050 ceph-mon[92315]: pgmap v14058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:44:08.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:08 smithi172 ceph-mon[103696]: pgmap v14058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:44:09.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:09.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:10.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:10.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:10.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:10 smithi050 ceph-mon[92315]: pgmap v14059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:10.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:10 smithi172 ceph-mon[103696]: pgmap v14059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:11.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:11.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:12.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:12 smithi050 ceph-mon[92315]: pgmap v14060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:12.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:12.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:12.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:12 smithi172 ceph-mon[103696]: pgmap v14060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:13.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:13.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:14.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:14 smithi050 ceph-mon[92315]: pgmap v14061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:14.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:14.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:14.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:14 smithi172 ceph-mon[103696]: pgmap v14061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:15.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:15.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:16.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:16 smithi050 ceph-mon[92315]: pgmap v14062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:16.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:16.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:16.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:16 smithi172 ceph-mon[103696]: pgmap v14062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:17.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:17.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:18.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:18 smithi050 ceph-mon[92315]: pgmap v14063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:44:18.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:18.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:18.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:18 smithi172 ceph-mon[103696]: pgmap v14063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:44:19.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:19.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:20.331 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:20 smithi050 ceph-mon[92315]: pgmap v14064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:20.331 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:44:20.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:20.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:20.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:20 smithi172 ceph-mon[103696]: pgmap v14064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:20.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:44:21.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:21.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:22.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:22 smithi050 ceph-mon[92315]: pgmap v14065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:22.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:22.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:22.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:22 smithi172 ceph-mon[103696]: pgmap v14065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:23.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:23.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:24.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:24 smithi050 ceph-mon[92315]: pgmap v14066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:24.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:24.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:24.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:24 smithi172 ceph-mon[103696]: pgmap v14066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:25.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:25.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:26.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:26 smithi050 ceph-mon[92315]: pgmap v14067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:26.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:26.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:26.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:26 smithi172 ceph-mon[103696]: pgmap v14067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:27.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:27.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:28.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:28 smithi050 ceph-mon[92315]: pgmap v14068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:44:28.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:28.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:28.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:28 smithi172 ceph-mon[103696]: pgmap v14068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:44:29.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:29.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:30.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:30 smithi050 ceph-mon[92315]: pgmap v14069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:30.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:30 smithi172 ceph-mon[103696]: pgmap v14069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:30.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:30.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:31.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:31.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:32.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:32 smithi172 ceph-mon[103696]: pgmap v14070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:32.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:32.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:32.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:32 smithi050 ceph-mon[92315]: pgmap v14070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:33.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:33.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:34.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:34 smithi172 ceph-mon[103696]: pgmap v14071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:34.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:34.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:34.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:34 smithi050 ceph-mon[92315]: pgmap v14071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:44:35.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:35.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:35.503 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:44:36.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:36 smithi172 ceph-mon[103696]: pgmap v14072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:36.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:36.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:36 smithi050 ceph-mon[92315]: pgmap v14072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:37.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:37.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:38.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:38 smithi172 ceph-mon[103696]: pgmap v14073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:44:38.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:38.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:38.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:38 smithi050 ceph-mon[92315]: pgmap v14073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:44:39.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:39.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:40.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:40 smithi172 ceph-mon[103696]: pgmap v14074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:40.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:40.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:40.561 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:40 smithi050 ceph-mon[92315]: pgmap v14074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:41.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:41.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:42.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:42 smithi172 ceph-mon[103696]: pgmap v14075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:42.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:42.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:42.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:42 smithi050 ceph-mon[92315]: pgmap v14075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:43.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:43.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:44.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:44 smithi172 ceph-mon[103696]: pgmap v14076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:44.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:44.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:44.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:44 smithi050 ceph-mon[92315]: pgmap v14076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:45.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:45.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:46.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:46.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:46.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:46 smithi050 ceph-mon[92315]: pgmap v14077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:46.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:46 smithi172 ceph-mon[103696]: pgmap v14077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:47.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:47.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:48.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:48.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:48.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:48 smithi050 ceph-mon[92315]: pgmap v14078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:44:48.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:48 smithi172 ceph-mon[103696]: pgmap v14078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:44:49.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:49.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:50.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:50.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:50 smithi050 ceph-mon[92315]: pgmap v14079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:50.662 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:44:50.663 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:50 smithi172 ceph-mon[103696]: pgmap v14079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:50.663 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:44:51.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:51.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:52.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:52.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:52 smithi050 ceph-mon[92315]: pgmap v14080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:52.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:52 smithi172 ceph-mon[103696]: pgmap v14080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:53.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:53.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:54.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:54.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:54.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:54 smithi050 ceph-mon[92315]: pgmap v14081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:54.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:54 smithi172 ceph-mon[103696]: pgmap v14081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:55.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:55.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:56.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:56.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:56 smithi050 ceph-mon[92315]: pgmap v14082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:56.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:56 smithi172 ceph-mon[103696]: pgmap v14082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:44:57.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:57.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:58.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:58.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:44:58.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:44:58 smithi050 ceph-mon[92315]: pgmap v14083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:44:58.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:44:58 smithi172 ceph-mon[103696]: pgmap v14083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:44:59.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:44:59.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:00.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:00.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:00 smithi050 ceph-mon[92315]: pgmap v14084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:45:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:00 smithi172 ceph-mon[103696]: pgmap v14084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:45:01.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:01.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:01.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:45:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:45:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:45:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:45:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:45:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:45:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:45:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:45:01.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:45:01.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:45:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:45:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:45:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:45:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:45:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:45:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:45:01.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:45:01.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:45:01.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:45:01.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:45:02.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:02.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:02 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1513M 2023-09-30T21:45:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:02 smithi050 ceph-mon[92315]: pgmap v14085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:02 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1513M 2023-09-30T21:45:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:02 smithi172 ceph-mon[103696]: pgmap v14085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:03.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:03.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:04.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:04.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:04 smithi050 ceph-mon[92315]: pgmap v14086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:04.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:04 smithi172 ceph-mon[103696]: pgmap v14086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:05.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:05.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:05.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:45:05.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:45:06.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:06.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:06.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:06 smithi050 ceph-mon[92315]: pgmap v14087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:06.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:06 smithi172 ceph-mon[103696]: pgmap v14087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:07.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:07.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:08.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:08.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:08.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:08 smithi050 ceph-mon[92315]: pgmap v14088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:45:08.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:08 smithi172 ceph-mon[103696]: pgmap v14088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:45:09.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:09.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:10.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:10.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:10.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:10 smithi050 ceph-mon[92315]: pgmap v14089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:10.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:10 smithi172 ceph-mon[103696]: pgmap v14089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:11.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:11.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:12.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:12.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:12.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:12 smithi050 ceph-mon[92315]: pgmap v14090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:12.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:12 smithi172 ceph-mon[103696]: pgmap v14090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:13.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:13.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:14.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:14.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:14 smithi050 ceph-mon[92315]: pgmap v14091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:14.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:14 smithi172 ceph-mon[103696]: pgmap v14091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:15.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:15.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:16.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:16 smithi050 ceph-mon[92315]: pgmap v14092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:16.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:16.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:16 smithi172 ceph-mon[103696]: pgmap v14092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:17.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:17.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:18.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:18.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:18.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:18 smithi050 ceph-mon[92315]: pgmap v14093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:45:18.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:18 smithi172 ceph-mon[103696]: pgmap v14093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:45:19.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:19.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:20.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:20.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:20.513 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:20 smithi172 ceph-mon[103696]: pgmap v14094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:20.513 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:45:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:20 smithi050 ceph-mon[92315]: pgmap v14094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:45:21.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:21.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:22.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:22.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:22.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:22 smithi050 ceph-mon[92315]: pgmap v14095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:22.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:22 smithi172 ceph-mon[103696]: pgmap v14095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:23.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:23.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:24.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:24.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:24.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:24 smithi050 ceph-mon[92315]: pgmap v14096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:24.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:24 smithi172 ceph-mon[103696]: pgmap v14096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:25.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:25.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:26.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:26 smithi050 ceph-mon[92315]: pgmap v14097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:26.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:26.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:26.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:26 smithi172 ceph-mon[103696]: pgmap v14097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:27.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:27.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:28.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:28.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:28.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:28 smithi050 ceph-mon[92315]: pgmap v14098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:45:28.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:28 smithi172 ceph-mon[103696]: pgmap v14098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:45:29.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:29.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:30.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:30.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:30 smithi050 ceph-mon[92315]: pgmap v14099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:30.619 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:30 smithi172 ceph-mon[103696]: pgmap v14099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:31.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:31.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:32.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:32.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:32 smithi050 ceph-mon[92315]: pgmap v14100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:32.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:32 smithi172 ceph-mon[103696]: pgmap v14100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:33.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:33.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:34.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:34.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:34.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:34 smithi050 ceph-mon[92315]: pgmap v14101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:34.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:34 smithi172 ceph-mon[103696]: pgmap v14101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:35.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:35.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:35.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:45:35.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:45:36.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:36.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:36 smithi050 ceph-mon[92315]: pgmap v14102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:36.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:36 smithi172 ceph-mon[103696]: pgmap v14102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:37.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:37.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:38.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:38.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:38.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:38 smithi050 ceph-mon[92315]: pgmap v14103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:45:38.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:38 smithi172 ceph-mon[103696]: pgmap v14103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:45:39.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:39.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:40.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:40.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:40 smithi050 ceph-mon[92315]: pgmap v14104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:40.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:40 smithi172 ceph-mon[103696]: pgmap v14104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:41.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:41.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:42.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:42.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:42.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:42 smithi050 ceph-mon[92315]: pgmap v14105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:42.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:42 smithi172 ceph-mon[103696]: pgmap v14105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:43.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:43.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:44.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:44.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:44.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:44 smithi050 ceph-mon[92315]: pgmap v14106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:44.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:44 smithi172 ceph-mon[103696]: pgmap v14106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:45.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:45.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:46.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:46.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:46.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:46 smithi050 ceph-mon[92315]: pgmap v14107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:46.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:46 smithi172 ceph-mon[103696]: pgmap v14107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:47.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:47.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:48.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:48.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:48.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:48 smithi050 ceph-mon[92315]: pgmap v14108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:45:48.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:48 smithi172 ceph-mon[103696]: pgmap v14108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:45:49.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:49.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:50.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:50.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:50 smithi050 ceph-mon[92315]: pgmap v14109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:45:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:50 smithi172 ceph-mon[103696]: pgmap v14109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:45:51.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:51.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:52.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:52.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:52.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:52 smithi050 ceph-mon[92315]: pgmap v14110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:52.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:52 smithi172 ceph-mon[103696]: pgmap v14110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:53.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:53.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:54.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:54.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:54.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:54 smithi050 ceph-mon[92315]: pgmap v14111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:54.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:54 smithi172 ceph-mon[103696]: pgmap v14111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:55.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:55.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:56.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:56.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:56 smithi050 ceph-mon[92315]: pgmap v14112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:56.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:56 smithi172 ceph-mon[103696]: pgmap v14112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:45:57.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:57.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:58.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:58.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:45:58.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:45:58 smithi050 ceph-mon[92315]: pgmap v14113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:45:58.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:45:58 smithi172 ceph-mon[103696]: pgmap v14113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:45:59.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:45:59.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:00.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:00.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:00 smithi050 ceph-mon[92315]: pgmap v14114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:00 smithi172 ceph-mon[103696]: pgmap v14114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:01.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:01.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:01.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:46:01.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:46:02.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:02.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:02 smithi050 ceph-mon[92315]: pgmap v14115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:46:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:46:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:46:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:46:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:46:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:02 smithi172 ceph-mon[103696]: pgmap v14115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:46:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:46:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:46:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:46:02.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:46:03.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:03.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:04.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:04.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:04 smithi050 ceph-mon[92315]: pgmap v14116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:04.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:04 smithi172 ceph-mon[103696]: pgmap v14116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:05.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:05.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:05.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:46:05.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:46:06.530 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:06 smithi050 ceph-mon[92315]: pgmap v14117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:06.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:06.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:06.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:06 smithi172 ceph-mon[103696]: pgmap v14117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:07.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:07.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:08.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:08.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:08.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:08 smithi050 ceph-mon[92315]: pgmap v14118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:46:08.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:08 smithi172 ceph-mon[103696]: pgmap v14118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:46:09.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:09.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:10.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:10.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:10.740 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:10 smithi172 ceph-mon[103696]: pgmap v14119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:10.740 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:10 smithi050 ceph-mon[92315]: pgmap v14119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:11.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:11.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:12.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:12.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:12.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:12 smithi050 ceph-mon[92315]: pgmap v14120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:12.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:12 smithi172 ceph-mon[103696]: pgmap v14120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:13.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:13.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:14.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:14.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:14 smithi050 ceph-mon[92315]: pgmap v14121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:14.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:14 smithi172 ceph-mon[103696]: pgmap v14121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:15.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:15.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:16.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:16 smithi172 ceph-mon[103696]: pgmap v14122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:16.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:16.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:16.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:16 smithi050 ceph-mon[92315]: pgmap v14122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:17.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:17.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:18.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:18.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:18.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:18 smithi050 ceph-mon[92315]: pgmap v14123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:46:18.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:18 smithi172 ceph-mon[103696]: pgmap v14123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:46:19.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:19.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:20.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:20.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:20 smithi050 ceph-mon[92315]: pgmap v14124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:46:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:20 smithi172 ceph-mon[103696]: pgmap v14124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:46:21.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:21.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:22.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:22.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:22.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:22 smithi050 ceph-mon[92315]: pgmap v14125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:22.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:22 smithi172 ceph-mon[103696]: pgmap v14125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:23.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:23.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:24.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:24.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:24.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:24 smithi050 ceph-mon[92315]: pgmap v14126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:25.047 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:24 smithi172 ceph-mon[103696]: pgmap v14126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:25.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:25.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:26.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:26.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:26.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:26 smithi050 ceph-mon[92315]: pgmap v14127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:26.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:26 smithi172 ceph-mon[103696]: pgmap v14127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:27.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:27.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:28.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:28.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:28.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:28 smithi050 ceph-mon[92315]: pgmap v14128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:46:28.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:28 smithi172 ceph-mon[103696]: pgmap v14128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:46:29.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:29.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:30.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:30.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:30 smithi050 ceph-mon[92315]: pgmap v14129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:30.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:30 smithi172 ceph-mon[103696]: pgmap v14129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:31.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:31.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:32.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:32.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:32.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:32 smithi050 ceph-mon[92315]: pgmap v14130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:32.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:32 smithi172 ceph-mon[103696]: pgmap v14130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:33.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:33.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:34.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:34.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:34.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:34 smithi050 ceph-mon[92315]: pgmap v14131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:34.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:34 smithi172 ceph-mon[103696]: pgmap v14131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:35.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:35.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:35.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:46:35.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:46:36.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:36.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:36 smithi050 ceph-mon[92315]: pgmap v14132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:36 smithi172 ceph-mon[103696]: pgmap v14132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:37.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:37.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:38.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:38 smithi050 ceph-mon[92315]: pgmap v14133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:46:38.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:38.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:38.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:38 smithi172 ceph-mon[103696]: pgmap v14133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:46:39.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:39.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:40 smithi050 ceph-mon[92315]: pgmap v14134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:40.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:40.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:40.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:40 smithi172 ceph-mon[103696]: pgmap v14134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:41.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:41.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:42.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:42 smithi050 ceph-mon[92315]: pgmap v14135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:42.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:42.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:42.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:42 smithi172 ceph-mon[103696]: pgmap v14135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:43.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:43.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:44.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:44 smithi050 ceph-mon[92315]: pgmap v14136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:44.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:44.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:44.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:44 smithi172 ceph-mon[103696]: pgmap v14136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:45.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:45.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:46 smithi050 ceph-mon[92315]: pgmap v14137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:46.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:46.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:46.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:46 smithi172 ceph-mon[103696]: pgmap v14137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:47.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:47.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:48.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:48 smithi050 ceph-mon[92315]: pgmap v14138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:46:48.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:48.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:48.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:48 smithi172 ceph-mon[103696]: pgmap v14138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:46:49.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:49.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:50 smithi050 ceph-mon[92315]: pgmap v14139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:46:50.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:50.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:50 smithi172 ceph-mon[103696]: pgmap v14139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:46:51.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:51.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:52.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:52 smithi050 ceph-mon[92315]: pgmap v14140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:52.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:52.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:52.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:52 smithi172 ceph-mon[103696]: pgmap v14140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:53.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:53.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:54.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:54 smithi050 ceph-mon[92315]: pgmap v14141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:54.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:54.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:54.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:54 smithi172 ceph-mon[103696]: pgmap v14141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:55.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:55.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:56 smithi050 ceph-mon[92315]: pgmap v14142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:56.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:56 smithi172 ceph-mon[103696]: pgmap v14142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:46:56.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:56.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:57.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:57.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:58.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:46:58 smithi050 ceph-mon[92315]: pgmap v14143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:46:58.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:46:58 smithi172 ceph-mon[103696]: pgmap v14143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:46:58.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:58.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:46:59.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:46:59.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:00 smithi050 ceph-mon[92315]: pgmap v14144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:00 smithi172 ceph-mon[103696]: pgmap v14144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:00.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:00.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:01.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:01.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:02 smithi050 ceph-mon[92315]: pgmap v14145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:47:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:47:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:47:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:47:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:47:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:47:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:02 smithi172 ceph-mon[103696]: pgmap v14145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:47:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:47:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:47:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:47:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:47:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:47:02.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:02.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:03.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:03.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:04 smithi050 ceph-mon[92315]: pgmap v14146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:04.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:04 smithi172 ceph-mon[103696]: pgmap v14146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:04.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:04.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:05.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:47:05.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:05.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:05.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:47:06.617 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:06 smithi172 ceph-mon[103696]: pgmap v14147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:06.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:06.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:06.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:06 smithi050 ceph-mon[92315]: pgmap v14147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:07.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:07.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:08.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:08 smithi172 ceph-mon[103696]: pgmap v14148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:47:08.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:08.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:08.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:08 smithi050 ceph-mon[92315]: pgmap v14148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:47:09.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:09.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:10.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:10 smithi172 ceph-mon[103696]: pgmap v14149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:10.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:10.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:10.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:10 smithi050 ceph-mon[92315]: pgmap v14149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:11.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:11.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:12.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:12 smithi050 ceph-mon[92315]: pgmap v14150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:12 smithi172 ceph-mon[103696]: pgmap v14150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:13.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:13.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:13.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:13.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:14 smithi050 ceph-mon[92315]: pgmap v14151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:14 smithi172 ceph-mon[103696]: pgmap v14151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:14.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:14.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:15.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:15.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:16 smithi172 ceph-mon[103696]: pgmap v14152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:16.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:16.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:16.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:16 smithi050 ceph-mon[92315]: pgmap v14152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:17.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:17.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:18.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:18 smithi050 ceph-mon[92315]: pgmap v14153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:47:18.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:18.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:18.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:18 smithi172 ceph-mon[103696]: pgmap v14153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:47:19.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:19.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:20.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:20.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:20.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:20 smithi050 ceph-mon[92315]: pgmap v14154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:20.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:47:20.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:20 smithi172 ceph-mon[103696]: pgmap v14154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:20.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:47:21.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:21.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:22.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:22.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:22.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:22 smithi050 ceph-mon[92315]: pgmap v14155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:22.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:22 smithi172 ceph-mon[103696]: pgmap v14155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:23.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:23.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:24.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:24 smithi050 ceph-mon[92315]: pgmap v14156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:24.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:24.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:24.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:24 smithi172 ceph-mon[103696]: pgmap v14156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:25.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:25.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:26.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:26.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:26.828 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:26 smithi172 ceph-mon[103696]: pgmap v14157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:26.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:26 smithi050 ceph-mon[92315]: pgmap v14157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:27.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:27.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:28.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:28.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:28.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:28 smithi050 ceph-mon[92315]: pgmap v14158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:47:28.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:28 smithi172 ceph-mon[103696]: pgmap v14158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:47:29.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:29.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:30.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:30.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:30.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:30 smithi050 ceph-mon[92315]: pgmap v14159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:31.390 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:30 smithi172 ceph-mon[103696]: pgmap v14159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:31.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:31.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:32.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:32.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:32.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:32 smithi050 ceph-mon[92315]: pgmap v14160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:32.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:32 smithi172 ceph-mon[103696]: pgmap v14160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:33.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:33.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:34.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:34 smithi050 ceph-mon[92315]: pgmap v14161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:34.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:34.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:34.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:34 smithi172 ceph-mon[103696]: pgmap v14161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:35.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:35.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:35.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:47:35.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:47:36.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:36.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:36.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:36 smithi050 ceph-mon[92315]: pgmap v14162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:36.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:36 smithi172 ceph-mon[103696]: pgmap v14162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:37.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:37.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:38.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:38.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:38.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:38 smithi050 ceph-mon[92315]: pgmap v14163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:47:39.037 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:38 smithi172 ceph-mon[103696]: pgmap v14163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:47:39.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:39.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:40.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:40.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:40.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:40 smithi050 ceph-mon[92315]: pgmap v14164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:40.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:40 smithi172 ceph-mon[103696]: pgmap v14164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:41.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:41.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:42.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:42.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:42.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:42 smithi050 ceph-mon[92315]: pgmap v14165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:42.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:42 smithi172 ceph-mon[103696]: pgmap v14165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:43.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:43.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:44.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:44 smithi050 ceph-mon[92315]: pgmap v14166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:44.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:44.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:44.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:44 smithi172 ceph-mon[103696]: pgmap v14166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:45.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:45.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:46.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:46.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:46 smithi050 ceph-mon[92315]: pgmap v14167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:46.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:46 smithi172 ceph-mon[103696]: pgmap v14167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:47.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:47.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:48.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:48.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:48.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:48 smithi050 ceph-mon[92315]: pgmap v14168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:47:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:48 smithi172 ceph-mon[103696]: pgmap v14168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:47:49.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:49.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:50.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:50.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:50.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:50 smithi050 ceph-mon[92315]: pgmap v14169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:50.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:47:50.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:50 smithi172 ceph-mon[103696]: pgmap v14169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:50.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:47:51.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:51.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:52.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:52.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:52.729 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:52 smithi050 ceph-mon[92315]: pgmap v14170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:52.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:52 smithi172 ceph-mon[103696]: pgmap v14170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:53.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:53.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:54.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:54.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:54.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:54 smithi050 ceph-mon[92315]: pgmap v14171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:54.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:54 smithi172 ceph-mon[103696]: pgmap v14171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:55.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:55.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:56.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:56.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:56.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:56 smithi050 ceph-mon[92315]: pgmap v14172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:56.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:56 smithi172 ceph-mon[103696]: pgmap v14172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:47:57.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:57.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:58.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:58.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:47:58.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:47:58 smithi050 ceph-mon[92315]: pgmap v14173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:47:58.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:47:58 smithi172 ceph-mon[103696]: pgmap v14173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:47:59.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:47:59.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:00.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:00.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:00.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:00 smithi050 ceph-mon[92315]: pgmap v14174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:00.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:00 smithi172 ceph-mon[103696]: pgmap v14174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:01.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:01.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:02 smithi172 ceph-mon[103696]: pgmap v14175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:48:02.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:02.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:02.843 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:02 smithi050 ceph-mon[92315]: pgmap v14175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:02.843 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:48:03.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:03.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:04.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:04.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:04.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:04 smithi050 ceph-mon[92315]: pgmap v14176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:04.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:48:04.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:04 smithi172 ceph-mon[103696]: pgmap v14176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:04.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:48:05.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:05.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:06.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:06.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:06.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:06 smithi050 ceph-mon[92315]: pgmap v14177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:06.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:06 smithi172 ceph-mon[103696]: pgmap v14177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:07.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:07.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:08.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:48:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:48:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:07 smithi172 ceph-mon[103696]: pgmap v14178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:48:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:48:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:48:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:48:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:48:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:48:08.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:48:08.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:48:08.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:07 smithi050 ceph-mon[92315]: pgmap v14178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:48:08.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:48:08.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:48:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:48:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:48:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:48:08.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:08.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:09.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:09.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:10.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:09 smithi050 ceph-mon[92315]: pgmap v14179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:10.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:09 smithi172 ceph-mon[103696]: pgmap v14179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:10.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:10.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:11.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:11.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:12.307 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:12 smithi172 ceph-mon[103696]: pgmap v14180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:12.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:12 smithi050 ceph-mon[92315]: pgmap v14180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:12.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:12.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:13.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:13.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:14.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:14 smithi050 ceph-mon[92315]: pgmap v14181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:14.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:14 smithi172 ceph-mon[103696]: pgmap v14181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:14.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:14.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:15.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:15.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:16.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:16 smithi050 ceph-mon[92315]: pgmap v14182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:16.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:16 smithi172 ceph-mon[103696]: pgmap v14182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:16.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:16.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:17.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:17.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:18 smithi050 ceph-mon[92315]: pgmap v14183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:48:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:18 smithi172 ceph-mon[103696]: pgmap v14183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:48:18.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:18.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:19.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:19.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:20 smithi050 ceph-mon[92315]: pgmap v14184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:48:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:20 smithi172 ceph-mon[103696]: pgmap v14184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:48:20.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:20.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:21.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:21.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:22.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:22 smithi050 ceph-mon[92315]: pgmap v14185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:22.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:22 smithi172 ceph-mon[103696]: pgmap v14185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:22.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:22.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:23.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:23.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:24.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:24 smithi050 ceph-mon[92315]: pgmap v14186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:24.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:24 smithi172 ceph-mon[103696]: pgmap v14186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:24.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:24.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:25.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:25.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:26.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:26 smithi050 ceph-mon[92315]: pgmap v14187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:26.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:26 smithi172 ceph-mon[103696]: pgmap v14187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:26.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:26.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:27.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:27.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:28.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:28 smithi050 ceph-mon[92315]: pgmap v14188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:48:28.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:28 smithi172 ceph-mon[103696]: pgmap v14188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:48:28.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:28.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:29.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:29.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:30.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:30 smithi050 ceph-mon[92315]: pgmap v14189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:30.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:30 smithi172 ceph-mon[103696]: pgmap v14189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:30.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:30.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:31.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:31.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:32 smithi050 ceph-mon[92315]: pgmap v14190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:32.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:32 smithi172 ceph-mon[103696]: pgmap v14190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:32.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:32.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:33.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:33.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:34.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:34 smithi050 ceph-mon[92315]: pgmap v14191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:34.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:34 smithi172 ceph-mon[103696]: pgmap v14191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:34.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:34.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:48:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:48:35.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:35.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:36 smithi050 ceph-mon[92315]: pgmap v14192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:36.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:36 smithi172 ceph-mon[103696]: pgmap v14192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:36.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:36.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:37.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:37.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:38.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:38 smithi050 ceph-mon[92315]: pgmap v14193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:48:38.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:38 smithi172 ceph-mon[103696]: pgmap v14193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:48:38.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:38.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:39.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:39.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:40 smithi050 ceph-mon[92315]: pgmap v14194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:40.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:40 smithi172 ceph-mon[103696]: pgmap v14194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:40.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:40.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:41.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:41.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:42.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:42 smithi050 ceph-mon[92315]: pgmap v14195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:42.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:42 smithi172 ceph-mon[103696]: pgmap v14195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:42.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:42.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:43.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:43.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:44.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:44 smithi050 ceph-mon[92315]: pgmap v14196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:44.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:44 smithi172 ceph-mon[103696]: pgmap v14196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:44.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:44.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:45.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:45.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:46.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:46 smithi050 ceph-mon[92315]: pgmap v14197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:46.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:46 smithi172 ceph-mon[103696]: pgmap v14197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:46.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:46.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:47.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:47.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:48 smithi050 ceph-mon[92315]: pgmap v14198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:48:48.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:48 smithi172 ceph-mon[103696]: pgmap v14198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:48:48.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:48.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:49.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:49.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:50 smithi050 ceph-mon[92315]: pgmap v14199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:50.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:48:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:50 smithi172 ceph-mon[103696]: pgmap v14199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:48:50.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:50.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:51.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:51.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:52.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:52 smithi172 ceph-mon[103696]: pgmap v14200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:52.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:52 smithi050 ceph-mon[92315]: pgmap v14200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:52.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:52.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:53.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:53.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:54.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:54 smithi172 ceph-mon[103696]: pgmap v14201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:54.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:54 smithi050 ceph-mon[92315]: pgmap v14201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:54.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:54.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:55.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:55.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:56.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:56 smithi172 ceph-mon[103696]: pgmap v14202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:56 smithi050 ceph-mon[92315]: pgmap v14202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:48:56.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:56.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:57.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:57.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:58.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:48:58 smithi172 ceph-mon[103696]: pgmap v14203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:48:58.469 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:48:58 smithi050 ceph-mon[92315]: pgmap v14203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:48:58.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:58.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:48:59.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:48:59.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:00 smithi172 ceph-mon[103696]: pgmap v14204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:00 smithi050 ceph-mon[92315]: pgmap v14204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:00.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:00.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:01.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:01.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:02.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:02 smithi172 ceph-mon[103696]: pgmap v14205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:02 smithi050 ceph-mon[92315]: pgmap v14205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:02.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:02.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:03.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:03.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:04.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:04 smithi172 ceph-mon[103696]: pgmap v14206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:04 smithi050 ceph-mon[92315]: pgmap v14206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:04.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:04.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:05.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:49:05.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:49:05.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:05.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:06.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:06 smithi172 ceph-mon[103696]: pgmap v14207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:06.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:06 smithi050 ceph-mon[92315]: pgmap v14207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:06.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:06.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:07.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:07.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:08.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:08 smithi172 ceph-mon[103696]: pgmap v14208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:49:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:49:08.585 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:08 smithi050 ceph-mon[92315]: pgmap v14208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:49:08.585 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:49:08.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:08.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:49:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:49:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:49:09.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:49:09.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:49:09.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:49:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:49:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:49:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:49:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:49:09.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:09.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:10 smithi050 ceph-mon[92315]: pgmap v14209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:10.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:10 smithi172 ceph-mon[103696]: pgmap v14209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:10.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:10.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:11.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:11.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:12.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:12 smithi050 ceph-mon[92315]: pgmap v14210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:12.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:12 smithi172 ceph-mon[103696]: pgmap v14210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:12.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:12.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:13.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:13.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:14 smithi050 ceph-mon[92315]: pgmap v14211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:14.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:14 smithi172 ceph-mon[103696]: pgmap v14211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:14.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:14.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:15.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:15.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:16.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:16 smithi050 ceph-mon[92315]: pgmap v14212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:16 smithi172 ceph-mon[103696]: pgmap v14212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:16.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:16.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:17.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:17.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:18.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:18 smithi172 ceph-mon[103696]: pgmap v14213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:49:18.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:18 smithi050 ceph-mon[92315]: pgmap v14213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:49:18.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:18.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:19.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:19.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:20 smithi050 ceph-mon[92315]: pgmap v14214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:49:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:20 smithi172 ceph-mon[103696]: pgmap v14214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:49:20.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:20.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:21.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:21.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:22.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:22 smithi050 ceph-mon[92315]: pgmap v14215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:22.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:22 smithi172 ceph-mon[103696]: pgmap v14215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:22.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:22.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:23.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:23.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:24.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:24 smithi050 ceph-mon[92315]: pgmap v14216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:24.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:24 smithi172 ceph-mon[103696]: pgmap v14216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:24.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:24.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:25.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:25.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:26.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:26 smithi050 ceph-mon[92315]: pgmap v14217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:26.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:26 smithi172 ceph-mon[103696]: pgmap v14217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:26.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:26.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:27.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:27.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:28.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:28 smithi172 ceph-mon[103696]: pgmap v14218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:49:28.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:28 smithi050 ceph-mon[92315]: pgmap v14218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:49:28.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:28.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:29.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:29.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:30 smithi050 ceph-mon[92315]: pgmap v14219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:30.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:30 smithi172 ceph-mon[103696]: pgmap v14219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:30.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:30.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:31.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:31.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:32.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:32 smithi050 ceph-mon[92315]: pgmap v14220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:32.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:32 smithi172 ceph-mon[103696]: pgmap v14220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:32.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:32.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:33.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:33.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:34.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:34 smithi050 ceph-mon[92315]: pgmap v14221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:34.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:34 smithi172 ceph-mon[103696]: pgmap v14221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:34.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:34.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:35.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:49:35.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:49:35.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:35.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:36 smithi050 ceph-mon[92315]: pgmap v14222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:36.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:36 smithi172 ceph-mon[103696]: pgmap v14222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:36.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:36.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:37.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:37.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:38.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:38 smithi050 ceph-mon[92315]: pgmap v14223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:49:38.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:38 smithi172 ceph-mon[103696]: pgmap v14223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:49:38.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:38.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:39.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:39.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:40.603 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:40 smithi050 ceph-mon[92315]: pgmap v14224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:40.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:40 smithi172 ceph-mon[103696]: pgmap v14224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:40.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:40.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:41.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:41.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:42 smithi050 ceph-mon[92315]: pgmap v14225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:42 smithi172 ceph-mon[103696]: pgmap v14225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:42.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:42.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:43.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:43.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:44.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:44 smithi050 ceph-mon[92315]: pgmap v14226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:44.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:44 smithi172 ceph-mon[103696]: pgmap v14226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:44.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:44.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:45.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:45.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:46.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:46 smithi050 ceph-mon[92315]: pgmap v14227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:46.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:46 smithi172 ceph-mon[103696]: pgmap v14227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:46.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:46.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:47.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:47.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:48.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:48 smithi050 ceph-mon[92315]: pgmap v14228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:49:48.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:48 smithi172 ceph-mon[103696]: pgmap v14228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:49:48.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:48.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:49.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:49.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:50 smithi050 ceph-mon[92315]: pgmap v14229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:49:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:50 smithi172 ceph-mon[103696]: pgmap v14229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:49:50.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:50.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:51.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:51.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:52.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:52 smithi050 ceph-mon[92315]: pgmap v14230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:52.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:52 smithi172 ceph-mon[103696]: pgmap v14230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:52.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:52.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:53.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:53.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:54.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:54 smithi050 ceph-mon[92315]: pgmap v14231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:54.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:54 smithi172 ceph-mon[103696]: pgmap v14231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:54.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:54.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:55.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:55.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:56 smithi050 ceph-mon[92315]: pgmap v14232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:56.629 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:56 smithi172 ceph-mon[103696]: pgmap v14232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:49:56.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:56.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:57.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:57.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:58.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:49:58 smithi050 ceph-mon[92315]: pgmap v14233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:49:58.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:49:58 smithi172 ceph-mon[103696]: pgmap v14233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:49:58.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:58.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:49:59.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:49:59.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:00.557 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:00 smithi050 ceph-mon[92315]: pgmap v14234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:00.557 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T21:50:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:00 smithi172 ceph-mon[103696]: pgmap v14234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T21:50:00.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:00.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:01.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:01.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:02 smithi050 ceph-mon[92315]: pgmap v14235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:02 smithi172 ceph-mon[103696]: pgmap v14235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:02.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:02.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:03.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:03.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:04 smithi050 ceph-mon[92315]: pgmap v14236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:04.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:04 smithi172 ceph-mon[103696]: pgmap v14236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:04.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:04.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:05.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:50:05.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:50:05.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:05.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:06.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:06 smithi050 ceph-mon[92315]: pgmap v14237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:06.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:06 smithi172 ceph-mon[103696]: pgmap v14237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:06.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:06.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:07.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:07.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:08.566 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:08 smithi172 ceph-mon[103696]: pgmap v14238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:50:08.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:08 smithi050 ceph-mon[92315]: pgmap v14238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:50:08.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:08.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:09.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:50:09.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:50:09.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:09.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:10.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:10 smithi050 ceph-mon[92315]: pgmap v14239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:10.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:10 smithi172 ceph-mon[103696]: pgmap v14239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:10.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:10.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:11.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:11.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:12 smithi050 ceph-mon[92315]: pgmap v14240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:12.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:12 smithi172 ceph-mon[103696]: pgmap v14240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:12.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:12.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:13.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:13.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:14 smithi050 ceph-mon[92315]: pgmap v14241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:14.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:14 smithi172 ceph-mon[103696]: pgmap v14241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:14.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:14.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:15.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:15.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:16.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:16 smithi050 ceph-mon[92315]: pgmap v14242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:16.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:50:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:50:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:50:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:50:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:50:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:50:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:50:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:16 smithi172 ceph-mon[103696]: pgmap v14242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:50:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:50:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:50:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:50:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:50:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:50:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:50:16.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:16.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:17.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:17.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:18.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:18 smithi050 ceph-mon[92315]: pgmap v14243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:50:18.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:18 smithi172 ceph-mon[103696]: pgmap v14243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:50:18.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:18.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:19.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:19.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:20 smithi050 ceph-mon[92315]: pgmap v14244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:50:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:20 smithi172 ceph-mon[103696]: pgmap v14244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:50:20.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:20.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:21.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:21.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:22.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:22 smithi050 ceph-mon[92315]: pgmap v14245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:22.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:22 smithi172 ceph-mon[103696]: pgmap v14245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:22.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:22.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:23.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:23.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:24.448 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:24 smithi050 ceph-mon[92315]: pgmap v14246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:24.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:24 smithi172 ceph-mon[103696]: pgmap v14246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:24.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:24.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:25.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:25.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:26.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:26 smithi050 ceph-mon[92315]: pgmap v14247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:26.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:26 smithi172 ceph-mon[103696]: pgmap v14247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:26.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:26.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:27.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:27.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:28.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:28 smithi050 ceph-mon[92315]: pgmap v14248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:50:28.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:28 smithi172 ceph-mon[103696]: pgmap v14248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:50:28.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:28.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:29.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:29.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:30 smithi050 ceph-mon[92315]: pgmap v14249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:30.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:30 smithi172 ceph-mon[103696]: pgmap v14249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:30.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:30.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:31.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:31.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:32.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:32 smithi050 ceph-mon[92315]: pgmap v14250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:32.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:32 smithi172 ceph-mon[103696]: pgmap v14250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:32.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:32.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:33.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:33.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:34.563 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:34 smithi050 ceph-mon[92315]: pgmap v14251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:34.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:34 smithi172 ceph-mon[103696]: pgmap v14251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:34.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:34.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:35.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:50:35.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:50:35.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:35.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:36 smithi050 ceph-mon[92315]: pgmap v14252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:36.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:36 smithi172 ceph-mon[103696]: pgmap v14252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:36.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:36.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:37.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:37.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:38.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:38 smithi172 ceph-mon[103696]: pgmap v14253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:50:38.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:38 smithi050 ceph-mon[92315]: pgmap v14253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:50:38.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:38.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:40.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:40.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:40.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:40 smithi172 ceph-mon[103696]: pgmap v14254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:40.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:40 smithi050 ceph-mon[92315]: pgmap v14254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:41.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:41.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:42.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:42.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:42.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:42 smithi172 ceph-mon[103696]: pgmap v14255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:42.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:42 smithi050 ceph-mon[92315]: pgmap v14255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:43.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:43.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:44.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:44.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:44.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:44 smithi050 ceph-mon[92315]: pgmap v14256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:44.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:44 smithi172 ceph-mon[103696]: pgmap v14256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:45.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:45.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:46.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:46.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:46.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:46 smithi172 ceph-mon[103696]: pgmap v14257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:46.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:46 smithi050 ceph-mon[92315]: pgmap v14257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:47.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:47.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:48.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:48.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:48.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:48 smithi172 ceph-mon[103696]: pgmap v14258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:50:48.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:48 smithi050 ceph-mon[92315]: pgmap v14258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:50:49.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:49.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:50.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:50.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:50 smithi172 ceph-mon[103696]: pgmap v14259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:50:50.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:50 smithi050 ceph-mon[92315]: pgmap v14259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:50.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:50:51.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:51.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:52.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:52.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:52.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:52 smithi172 ceph-mon[103696]: pgmap v14260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:52.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:52 smithi050 ceph-mon[92315]: pgmap v14260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:53.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:53.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:54.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:54.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:54.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:54 smithi050 ceph-mon[92315]: pgmap v14261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:54.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:54 smithi172 ceph-mon[103696]: pgmap v14261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:55.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:55.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:56.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:56.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:56.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:56 smithi172 ceph-mon[103696]: pgmap v14262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:56.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:56 smithi050 ceph-mon[92315]: pgmap v14262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:50:57.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:57.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:58.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:58.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:50:58.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:50:58 smithi050 ceph-mon[92315]: pgmap v14263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:50:58.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:50:58 smithi172 ceph-mon[103696]: pgmap v14263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:50:59.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:50:59.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:00.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:00.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:00.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:00 smithi050 ceph-mon[92315]: pgmap v14264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:00.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:00 smithi172 ceph-mon[103696]: pgmap v14264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:01.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:01.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:02.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:02.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:02.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:02 smithi050 ceph-mon[92315]: pgmap v14265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:02.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:02 smithi172 ceph-mon[103696]: pgmap v14265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:03.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:03.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:04.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:04.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:04 smithi050 ceph-mon[92315]: pgmap v14266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:04.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:04 smithi172 ceph-mon[103696]: pgmap v14266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:05.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:05.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:05.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:51:05.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:51:06.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:06.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:06.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:06 smithi050 ceph-mon[92315]: pgmap v14267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:06.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:06 smithi172 ceph-mon[103696]: pgmap v14267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:07.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:07.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:08.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:08.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:08.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:08 smithi050 ceph-mon[92315]: pgmap v14268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:51:08.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:08 smithi172 ceph-mon[103696]: pgmap v14268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:51:09.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:09.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:10.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:10.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:10.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:10 smithi050 ceph-mon[92315]: pgmap v14269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:10.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:10 smithi172 ceph-mon[103696]: pgmap v14269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:11.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:11.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:12.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:12.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:12.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:12 smithi050 ceph-mon[92315]: pgmap v14270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:12.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:12 smithi172 ceph-mon[103696]: pgmap v14270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:13.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:13.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:14.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:14.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:14 smithi050 ceph-mon[92315]: pgmap v14271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:14.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:14 smithi172 ceph-mon[103696]: pgmap v14271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:15.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:15.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:16.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:16.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:16.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:16 smithi050 ceph-mon[92315]: pgmap v14272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:16.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:51:16.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:16 smithi172 ceph-mon[103696]: pgmap v14272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:51:17.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:17.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:18.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:18.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:18.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:51:18.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:51:18.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:17 smithi050 ceph-mon[92315]: pgmap v14273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:51:18.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:51:18.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:51:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:51:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:51:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:51:18.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:51:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:51:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:17 smithi172 ceph-mon[103696]: pgmap v14273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:51:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:51:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:51:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:51:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:51:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:51:19.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:19.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:20.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:20.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:20.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:20 smithi050 ceph-mon[92315]: pgmap v14274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:20.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:51:20.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:20 smithi172 ceph-mon[103696]: pgmap v14274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:51:21.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:21.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:22.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:22.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:22.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:22 smithi050 ceph-mon[92315]: pgmap v14275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:22.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:22 smithi172 ceph-mon[103696]: pgmap v14275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:23.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:23.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:24.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:24.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:24.361 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:24 smithi050 ceph-mon[92315]: pgmap v14276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:24.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:24 smithi172 ceph-mon[103696]: pgmap v14276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:25.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:25.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:26.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:26.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:26.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:26 smithi050 ceph-mon[92315]: pgmap v14277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:26.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:26 smithi172 ceph-mon[103696]: pgmap v14277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:27.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:27.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:28.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:28.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:28.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:28 smithi050 ceph-mon[92315]: pgmap v14278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:51:28.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:28 smithi172 ceph-mon[103696]: pgmap v14278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:51:29.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:29.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:30.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:30.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:30.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:30 smithi050 ceph-mon[92315]: pgmap v14279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:30.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:30 smithi172 ceph-mon[103696]: pgmap v14279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:31.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:31.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:32.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:32.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:32.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:32 smithi050 ceph-mon[92315]: pgmap v14280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:32.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:32 smithi172 ceph-mon[103696]: pgmap v14280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:33.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:33.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:34.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:34.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:34.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:34 smithi050 ceph-mon[92315]: pgmap v14281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:34.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:34 smithi172 ceph-mon[103696]: pgmap v14281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:35.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:35.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:35.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:51:35.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:51:36.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:36.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:36.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:36 smithi172 ceph-mon[103696]: pgmap v14282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:36 smithi050 ceph-mon[92315]: pgmap v14282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:37.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:37.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:38.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:38.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:38.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:38 smithi172 ceph-mon[103696]: pgmap v14283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:51:38.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:38 smithi050 ceph-mon[92315]: pgmap v14283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:51:39.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:39.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:40.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:40.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:40.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:40 smithi172 ceph-mon[103696]: pgmap v14284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:40 smithi050 ceph-mon[92315]: pgmap v14284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:41.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:41.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:42.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:42.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:42.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:42 smithi172 ceph-mon[103696]: pgmap v14285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:42.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:42 smithi050 ceph-mon[92315]: pgmap v14285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:43.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:43.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:44.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:44.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:44.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:44 smithi172 ceph-mon[103696]: pgmap v14286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:44.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:44 smithi050 ceph-mon[92315]: pgmap v14286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:45.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:45.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:46.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:46.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:46.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:46 smithi172 ceph-mon[103696]: pgmap v14287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:46.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:46 smithi050 ceph-mon[92315]: pgmap v14287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:47.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:47.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:48.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:48.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:48.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:48 smithi172 ceph-mon[103696]: pgmap v14288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:51:48.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:48 smithi050 ceph-mon[92315]: pgmap v14288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:51:49.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:49.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:50.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:50.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:50.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:50 smithi172 ceph-mon[103696]: pgmap v14289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:51:50.421 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:50 smithi050 ceph-mon[92315]: pgmap v14289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:50.421 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:51:51.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:51.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:52.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:52.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:52.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:52 smithi172 ceph-mon[103696]: pgmap v14290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:52.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:52 smithi050 ceph-mon[92315]: pgmap v14290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:53.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:53.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:54.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:54.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:54.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:54 smithi172 ceph-mon[103696]: pgmap v14291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:54.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:54 smithi050 ceph-mon[92315]: pgmap v14291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:55.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:55.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:56.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:56.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:56 smithi050 ceph-mon[92315]: pgmap v14292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:56.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:56 smithi172 ceph-mon[103696]: pgmap v14292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:51:57.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:57.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:58.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:58.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:51:58.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:51:58 smithi050 ceph-mon[92315]: pgmap v14293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:51:58.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:51:58 smithi172 ceph-mon[103696]: pgmap v14293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:51:59.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:51:59.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:00.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:00.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:00.536 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:00 smithi050 ceph-mon[92315]: pgmap v14294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:00.629 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:00 smithi172 ceph-mon[103696]: pgmap v14294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:01.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:01.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:02.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:02.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:02 smithi050 ceph-mon[92315]: pgmap v14295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:02 smithi172 ceph-mon[103696]: pgmap v14295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:03.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:03.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:04.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:04.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:04 smithi050 ceph-mon[92315]: pgmap v14296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:04.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:04 smithi172 ceph-mon[103696]: pgmap v14296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:05.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:05.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:05.593 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:52:05.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:52:06.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:06.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:06.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:06 smithi050 ceph-mon[92315]: pgmap v14297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:06.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:06 smithi172 ceph-mon[103696]: pgmap v14297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:07.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:07.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:08.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:08.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:08.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:08 smithi050 ceph-mon[92315]: pgmap v14298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:52:08.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:08 smithi172 ceph-mon[103696]: pgmap v14298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:52:09.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:09.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:10.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:10.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:10.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:10 smithi050 ceph-mon[92315]: pgmap v14299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:10 smithi172 ceph-mon[103696]: pgmap v14299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:11.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:11.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:12.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:12.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:12.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:12 smithi050 ceph-mon[92315]: pgmap v14300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:12.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:12 smithi172 ceph-mon[103696]: pgmap v14300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:13.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:13.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:14.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:14.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:14 smithi050 ceph-mon[92315]: pgmap v14301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:14.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:14 smithi172 ceph-mon[103696]: pgmap v14301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:15.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:15.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:16.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:16.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:16.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:16 smithi050 ceph-mon[92315]: pgmap v14302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:16 smithi172 ceph-mon[103696]: pgmap v14302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:17.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:17.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:18.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:18.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:18.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:18 smithi050 ceph-mon[92315]: pgmap v14303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:52:18.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:52:18.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:52:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:52:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:52:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:52:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:52:18.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:18 smithi172 ceph-mon[103696]: pgmap v14303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:52:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:52:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:52:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:52:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:52:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:52:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:52:19.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:19.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:20.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:20.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:20 smithi050 ceph-mon[92315]: pgmap v14304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:52:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:20 smithi172 ceph-mon[103696]: pgmap v14304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:52:21.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:21.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:22.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:22.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:22.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:22 smithi050 ceph-mon[92315]: pgmap v14305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:22.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:22 smithi172 ceph-mon[103696]: pgmap v14305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:23.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:23.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:24.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:24.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:24.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:24 smithi050 ceph-mon[92315]: pgmap v14306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:24.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:24 smithi172 ceph-mon[103696]: pgmap v14306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:25.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:25.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:26.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:26.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:26.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:26 smithi050 ceph-mon[92315]: pgmap v14307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:26.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:26 smithi172 ceph-mon[103696]: pgmap v14307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:27.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:27.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:28.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:28.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:28.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:28 smithi050 ceph-mon[92315]: pgmap v14308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:52:28.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:28 smithi172 ceph-mon[103696]: pgmap v14308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:52:29.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:29.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:30.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:30.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:30.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:30 smithi172 ceph-mon[103696]: pgmap v14309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:30 smithi050 ceph-mon[92315]: pgmap v14309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:31.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:31.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:32.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:32.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:32.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:32 smithi050 ceph-mon[92315]: pgmap v14310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:32.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:32 smithi172 ceph-mon[103696]: pgmap v14310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:33.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:33.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:34.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:34.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:34 smithi050 ceph-mon[92315]: pgmap v14311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:34.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:34 smithi172 ceph-mon[103696]: pgmap v14311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:35.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:35.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:52:35.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:52:36.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:36.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:36 smithi050 ceph-mon[92315]: pgmap v14312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:36.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:36 smithi172 ceph-mon[103696]: pgmap v14312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:37.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:37.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:38.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:38.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:38.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:38 smithi050 ceph-mon[92315]: pgmap v14313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:52:38.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:38 smithi172 ceph-mon[103696]: pgmap v14313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:52:39.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:39.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:40.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:40.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:40.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:40 smithi172 ceph-mon[103696]: pgmap v14314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:40 smithi050 ceph-mon[92315]: pgmap v14314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:41.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:41.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:42.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:42.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:42.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:42 smithi050 ceph-mon[92315]: pgmap v14315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:42.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:42 smithi172 ceph-mon[103696]: pgmap v14315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:43.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:43.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:44.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:44.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:44.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:44 smithi050 ceph-mon[92315]: pgmap v14316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:44.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:44 smithi172 ceph-mon[103696]: pgmap v14316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:45.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:45.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:46.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:46.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:46.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:46 smithi050 ceph-mon[92315]: pgmap v14317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:46.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:46 smithi172 ceph-mon[103696]: pgmap v14317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:47.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:47.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:48.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:48.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:48.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:48 smithi050 ceph-mon[92315]: pgmap v14318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:52:48.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:48 smithi172 ceph-mon[103696]: pgmap v14318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:52:49.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:49.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:50.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:50.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:50 smithi050 ceph-mon[92315]: pgmap v14319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:52:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:50 smithi172 ceph-mon[103696]: pgmap v14319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:52:51.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:51.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:52.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:52.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:52.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:52 smithi050 ceph-mon[92315]: pgmap v14320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:52.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:52 smithi172 ceph-mon[103696]: pgmap v14320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:53.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:53.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:54.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:54.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:54.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:54 smithi050 ceph-mon[92315]: pgmap v14321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:54.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:54 smithi172 ceph-mon[103696]: pgmap v14321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:55.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:55.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:56.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:56.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:56 smithi050 ceph-mon[92315]: pgmap v14322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:56.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:56 smithi172 ceph-mon[103696]: pgmap v14322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:52:57.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:57.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:58.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:58.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:52:58.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:52:58 smithi050 ceph-mon[92315]: pgmap v14323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:52:58.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:52:58 smithi172 ceph-mon[103696]: pgmap v14323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:52:59.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:52:59.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:00.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:00.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:00 smithi050 ceph-mon[92315]: pgmap v14324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:00 smithi172 ceph-mon[103696]: pgmap v14324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:01.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:01.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:02.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:02.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:02 smithi050 ceph-mon[92315]: pgmap v14325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:02 smithi172 ceph-mon[103696]: pgmap v14325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:03.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:03.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:04.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:04.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:04 smithi050 ceph-mon[92315]: pgmap v14326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:04.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:04 smithi172 ceph-mon[103696]: pgmap v14326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:05.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:05.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:05.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:53:05.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:53:06.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:06.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:06.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:06 smithi050 ceph-mon[92315]: pgmap v14327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:06.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:06 smithi172 ceph-mon[103696]: pgmap v14327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:07.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:07.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:08.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:08.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:08 smithi050 ceph-mon[92315]: pgmap v14328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:53:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:08 smithi172 ceph-mon[103696]: pgmap v14328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:53:09.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:09.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:10.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:10.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:10.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:10 smithi050 ceph-mon[92315]: pgmap v14329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:10.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:10 smithi172 ceph-mon[103696]: pgmap v14329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:11.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:11.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:12.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:12.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:12.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:12 smithi050 ceph-mon[92315]: pgmap v14330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:12.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:12 smithi172 ceph-mon[103696]: pgmap v14330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:13.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:13.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:14.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:14.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:14 smithi050 ceph-mon[92315]: pgmap v14331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:14.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:14 smithi172 ceph-mon[103696]: pgmap v14331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:15.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:15.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:16.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:16.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:16.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:16 smithi050 ceph-mon[92315]: pgmap v14332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:16 smithi172 ceph-mon[103696]: pgmap v14332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:17.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:17.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:18.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:18.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:18.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:18 smithi050 ceph-mon[92315]: pgmap v14333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:53:18.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:53:18.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:18 smithi172 ceph-mon[103696]: pgmap v14333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:53:18.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:53:19.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:19.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:19.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:53:19.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:53:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:53:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:53:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:53:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:53:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:53:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:53:19.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:53:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:53:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:53:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:53:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:53:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:53:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:53:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:53:20.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:20.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:20.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:20 smithi050 ceph-mon[92315]: pgmap v14334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:20.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:20 smithi172 ceph-mon[103696]: pgmap v14334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:21.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:21.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:22.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:22.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:22.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:22 smithi050 ceph-mon[92315]: pgmap v14335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:22.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:22 smithi172 ceph-mon[103696]: pgmap v14335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:23.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:23.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:24.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:24.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:24.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:24 smithi050 ceph-mon[92315]: pgmap v14336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:24.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:24 smithi172 ceph-mon[103696]: pgmap v14336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:25.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:25.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:26.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:26.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:26.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:26 smithi050 ceph-mon[92315]: pgmap v14337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:26.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:26 smithi172 ceph-mon[103696]: pgmap v14337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:27.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:27.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:28.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:28.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:28.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:28 smithi050 ceph-mon[92315]: pgmap v14338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:53:28.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:28 smithi172 ceph-mon[103696]: pgmap v14338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:53:29.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:29.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:30.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:30.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:30.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:30 smithi050 ceph-mon[92315]: pgmap v14339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:30.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:30 smithi172 ceph-mon[103696]: pgmap v14339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:31.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:31.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:32.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:32.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:32.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:32 smithi050 ceph-mon[92315]: pgmap v14340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:32.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:32 smithi172 ceph-mon[103696]: pgmap v14340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:33.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:33.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:34.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:34.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:34.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:34 smithi050 ceph-mon[92315]: pgmap v14341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:34.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:53:34.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:34 smithi172 ceph-mon[103696]: pgmap v14341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:53:35.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:35.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:36.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:36.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:36.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:36 smithi172 ceph-mon[103696]: pgmap v14342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:37.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:36 smithi050 ceph-mon[92315]: pgmap v14342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:37.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:37.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:38.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:38.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:38.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:38 smithi172 ceph-mon[103696]: pgmap v14343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:53:39.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:38 smithi050 ceph-mon[92315]: pgmap v14343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:53:39.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:39.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:40.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:40.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:40 smithi172 ceph-mon[103696]: pgmap v14344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:40 smithi050 ceph-mon[92315]: pgmap v14344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:41.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:41.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:42.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:42.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:42 smithi172 ceph-mon[103696]: pgmap v14345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:43.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:42 smithi050 ceph-mon[92315]: pgmap v14345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:43.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:43.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:44.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:44.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:44.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:44 smithi172 ceph-mon[103696]: pgmap v14346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:45.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:44 smithi050 ceph-mon[92315]: pgmap v14346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:45.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:45.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:46.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:46.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:46.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:46 smithi172 ceph-mon[103696]: pgmap v14347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:47.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:46 smithi050 ceph-mon[92315]: pgmap v14347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:47.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:47.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:48.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:48.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:48.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:48 smithi172 ceph-mon[103696]: pgmap v14348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:53:49.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:48 smithi050 ceph-mon[92315]: pgmap v14348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:53:49.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:49.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:49.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:53:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:53:50.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:50.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:50.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:50 smithi172 ceph-mon[103696]: pgmap v14349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:50 smithi050 ceph-mon[92315]: pgmap v14349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:51.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:51.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:52.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:51 smithi050 ceph-mon[92315]: pgmap v14350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:52.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:51 smithi172 ceph-mon[103696]: pgmap v14350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:52.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:52.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:53.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:53.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:54.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:54.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:54.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:54 smithi050 ceph-mon[92315]: pgmap v14351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:54.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:54 smithi172 ceph-mon[103696]: pgmap v14351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:55.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:55.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:56.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:56.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:56.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:56 smithi172 ceph-mon[103696]: pgmap v14352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:56 smithi050 ceph-mon[92315]: pgmap v14352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:53:57.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:57.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:58.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:58.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:53:58.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:53:58 smithi172 ceph-mon[103696]: pgmap v14353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:53:58.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:53:58 smithi050 ceph-mon[92315]: pgmap v14353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:53:59.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:53:59.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:00.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:00.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:00.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:00 smithi172 ceph-mon[103696]: pgmap v14354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:00 smithi050 ceph-mon[92315]: pgmap v14354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:01.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:01.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:02.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:02.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:02.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:02 smithi050 ceph-mon[92315]: pgmap v14355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:02.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:02 smithi172 ceph-mon[103696]: pgmap v14355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:03.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:03.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:04.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:04.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:04.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:04 smithi172 ceph-mon[103696]: pgmap v14356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:04 smithi050 ceph-mon[92315]: pgmap v14356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:05.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:05.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:05.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:54:05.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:54:06.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:06.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:06.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:06 smithi172 ceph-mon[103696]: pgmap v14357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:06.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:06 smithi050 ceph-mon[92315]: pgmap v14357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:07.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:07.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:08.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:08.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:08.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:08 smithi050 ceph-mon[92315]: pgmap v14358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:54:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:08 smithi172 ceph-mon[103696]: pgmap v14358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:54:09.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:09.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:10.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:10.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:10 smithi050 ceph-mon[92315]: pgmap v14359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:10.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:10 smithi172 ceph-mon[103696]: pgmap v14359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:11.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:11.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:12.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:12 smithi050 ceph-mon[92315]: pgmap v14360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:12.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:12.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:12.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:12 smithi172 ceph-mon[103696]: pgmap v14360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:13.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:13.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:14.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:14.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:14 smithi050 ceph-mon[92315]: pgmap v14361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:14.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:14 smithi172 ceph-mon[103696]: pgmap v14361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:15.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:15.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:16.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:16.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:16.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:16 smithi172 ceph-mon[103696]: pgmap v14362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:16.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:16 smithi050 ceph-mon[92315]: pgmap v14362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:17.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:17.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:18.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:18.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:18.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:18 smithi050 ceph-mon[92315]: pgmap v14363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:54:18.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:18 smithi172 ceph-mon[103696]: pgmap v14363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:54:19.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:19.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:20.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:20.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:20 smithi050 ceph-mon[92315]: pgmap v14364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:54:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:54:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:54:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:54:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:54:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:54:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:54:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:20 smithi172 ceph-mon[103696]: pgmap v14364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:54:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:54:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:54:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:54:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:54:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:54:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:54:21.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:21.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:22.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:22.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:22.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:22 smithi050 ceph-mon[92315]: pgmap v14365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:22.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:22 smithi172 ceph-mon[103696]: pgmap v14365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:23.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:23.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:24.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:24.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:24.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:24 smithi050 ceph-mon[92315]: pgmap v14366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:24.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:24 smithi172 ceph-mon[103696]: pgmap v14366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:25.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:25.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:26.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:26.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:26.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:26 smithi050 ceph-mon[92315]: pgmap v14367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:26.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:26 smithi172 ceph-mon[103696]: pgmap v14367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:27.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:27.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:28.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:28.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:28.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:28 smithi050 ceph-mon[92315]: pgmap v14368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:54:28.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:28 smithi172 ceph-mon[103696]: pgmap v14368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:54:29.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:29.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:30.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:30.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:30 smithi050 ceph-mon[92315]: pgmap v14369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:30.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:30 smithi172 ceph-mon[103696]: pgmap v14369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:31.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:31.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:32.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:32.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:32.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:32 smithi050 ceph-mon[92315]: pgmap v14370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:32.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:32 smithi172 ceph-mon[103696]: pgmap v14370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:33.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:33.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:34.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:34.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:34.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:34 smithi050 ceph-mon[92315]: pgmap v14371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:34.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:34 smithi172 ceph-mon[103696]: pgmap v14371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:35.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:35.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:35.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:54:35.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:54:36.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:36.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:36 smithi050 ceph-mon[92315]: pgmap v14372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:36 smithi172 ceph-mon[103696]: pgmap v14372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:37.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:37.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:38.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:38.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:38.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:38 smithi050 ceph-mon[92315]: pgmap v14373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:54:38.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:38 smithi172 ceph-mon[103696]: pgmap v14373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:54:39.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:39.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:40.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:40.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:40 smithi050 ceph-mon[92315]: pgmap v14374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:40.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:40 smithi172 ceph-mon[103696]: pgmap v14374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:41.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:41.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:42.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:42.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:42.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:42 smithi050 ceph-mon[92315]: pgmap v14375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:42.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:42 smithi172 ceph-mon[103696]: pgmap v14375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:43.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:43.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:44.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:44.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:44.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:44 smithi050 ceph-mon[92315]: pgmap v14376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:44 smithi172 ceph-mon[103696]: pgmap v14376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:45.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:45.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:46.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:46.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:46.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:46 smithi050 ceph-mon[92315]: pgmap v14377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:46.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:46 smithi172 ceph-mon[103696]: pgmap v14377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:47.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:47.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:48.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:48.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:48.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:48 smithi050 ceph-mon[92315]: pgmap v14378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:54:48.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:48 smithi172 ceph-mon[103696]: pgmap v14378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:54:49.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:49.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:50.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:50.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:50 smithi050 ceph-mon[92315]: pgmap v14379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:54:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:50 smithi172 ceph-mon[103696]: pgmap v14379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:54:51.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:51.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:52.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:52.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:52.490 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:52 smithi050 ceph-mon[92315]: pgmap v14380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:52.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:52 smithi172 ceph-mon[103696]: pgmap v14380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:53.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:53.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:54.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:54.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:54.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:54 smithi050 ceph-mon[92315]: pgmap v14381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:54.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:54 smithi172 ceph-mon[103696]: pgmap v14381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:55.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:55.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:56.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:56.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:56.544 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:56 smithi172 ceph-mon[103696]: pgmap v14382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:56 smithi050 ceph-mon[92315]: pgmap v14382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:54:57.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:57.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:58.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:58.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:54:58.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:54:58 smithi050 ceph-mon[92315]: pgmap v14383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:54:58.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:54:58 smithi172 ceph-mon[103696]: pgmap v14383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:54:59.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:54:59.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:00.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:00.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:00 smithi050 ceph-mon[92315]: pgmap v14384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:00 smithi172 ceph-mon[103696]: pgmap v14384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:01.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:01.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:02.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:02.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:02 smithi050 ceph-mon[92315]: pgmap v14385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:02 smithi172 ceph-mon[103696]: pgmap v14385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:03.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:03.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:04.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:04.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:04 smithi050 ceph-mon[92315]: pgmap v14386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:04.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:04 smithi172 ceph-mon[103696]: pgmap v14386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:05.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:05.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:05.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:55:05.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:55:06.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:06.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:06.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:06 smithi050 ceph-mon[92315]: pgmap v14387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:06.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:06 smithi172 ceph-mon[103696]: pgmap v14387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:07.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:07.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:08.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:08.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:08 smithi050 ceph-mon[92315]: pgmap v14388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:55:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:08 smithi172 ceph-mon[103696]: pgmap v14388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:55:09.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:09.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:10.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:10.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:10.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:10 smithi050 ceph-mon[92315]: pgmap v14389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:10.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:10 smithi172 ceph-mon[103696]: pgmap v14389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:11.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:11.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:12.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:12.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:12.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:12 smithi050 ceph-mon[92315]: pgmap v14390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:12.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:12 smithi172 ceph-mon[103696]: pgmap v14390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:13.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:13.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:14.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:14.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:14 smithi050 ceph-mon[92315]: pgmap v14391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:14.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:14 smithi172 ceph-mon[103696]: pgmap v14391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:15.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:15.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:16.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:16.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:16.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:16 smithi050 ceph-mon[92315]: pgmap v14392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:16 smithi172 ceph-mon[103696]: pgmap v14392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:17.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:17.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:18.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:18.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:18.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:18 smithi050 ceph-mon[92315]: pgmap v14393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:55:18.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:18 smithi172 ceph-mon[103696]: pgmap v14393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:55:19.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:19.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:20.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:20.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:20 smithi050 ceph-mon[92315]: pgmap v14394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:55:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:55:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:20 smithi172 ceph-mon[103696]: pgmap v14394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:55:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:55:21.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:21.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:21.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:55:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:55:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:55:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:55:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:21 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1504M 2023-09-30T21:55:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:55:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:55:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:55:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:55:21.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:55:21.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:55:21.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:55:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:55:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:55:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T21:55:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:21 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1504M 2023-09-30T21:55:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:55:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:55:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:55:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:55:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:55:21.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:55:22.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:22.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:22.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:22 smithi050 ceph-mon[92315]: pgmap v14395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:22 smithi172 ceph-mon[103696]: pgmap v14395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:23.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:23.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:24.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:24.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:24 smithi050 ceph-mon[92315]: pgmap v14396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:24.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:24 smithi172 ceph-mon[103696]: pgmap v14396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:25.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:25.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:26.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:26.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:26.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:26 smithi050 ceph-mon[92315]: pgmap v14397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:26.865 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:26 smithi172 ceph-mon[103696]: pgmap v14397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:27.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:27.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:28.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:28.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:28.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:28 smithi050 ceph-mon[92315]: pgmap v14398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:55:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:28 smithi172 ceph-mon[103696]: pgmap v14398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:55:29.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:29.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:30.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:30.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:30.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:30 smithi172 ceph-mon[103696]: pgmap v14399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:31.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:30 smithi050 ceph-mon[92315]: pgmap v14399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:31.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:31.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:32.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:32.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:32.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:32 smithi172 ceph-mon[103696]: pgmap v14400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:32.948 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:32 smithi050 ceph-mon[92315]: pgmap v14400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:33.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:33.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:34.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:34.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:34.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:34 smithi172 ceph-mon[103696]: pgmap v14401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:55:35.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:34 smithi050 ceph-mon[92315]: pgmap v14401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:35.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:55:35.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:35.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:36.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:36.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:36 smithi172 ceph-mon[103696]: pgmap v14402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:37.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:36 smithi050 ceph-mon[92315]: pgmap v14402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:37.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:37.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:38.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:38.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:38.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:38 smithi172 ceph-mon[103696]: pgmap v14403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:55:39.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:38 smithi050 ceph-mon[92315]: pgmap v14403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:55:39.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:39.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:40.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:40.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:40.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:40 smithi172 ceph-mon[103696]: pgmap v14404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:41.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:40 smithi050 ceph-mon[92315]: pgmap v14404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:41.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:41.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:42.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:42.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:42.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:42 smithi172 ceph-mon[103696]: pgmap v14405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:43.063 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:42 smithi050 ceph-mon[92315]: pgmap v14405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:43.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:43.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:44.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:44.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:44 smithi172 ceph-mon[103696]: pgmap v14406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:45.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:44 smithi050 ceph-mon[92315]: pgmap v14406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:45.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:45.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:46.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:46.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:46 smithi172 ceph-mon[103696]: pgmap v14407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:47.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:46 smithi050 ceph-mon[92315]: pgmap v14407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:47.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:47.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:48.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:48.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:49.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:48 smithi050 ceph-mon[92315]: pgmap v14408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:55:49.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:48 smithi172 ceph-mon[103696]: pgmap v14408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:55:49.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:49.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:55:50.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:55:50.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:50.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:51.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:50 smithi050 ceph-mon[92315]: pgmap v14409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:51.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:50 smithi172 ceph-mon[103696]: pgmap v14409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:51.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:51.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:52.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:52.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:53.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:52 smithi050 ceph-mon[92315]: pgmap v14410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:53.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:52 smithi172 ceph-mon[103696]: pgmap v14410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:53.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:53.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:54.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:54.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:55.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:54 smithi050 ceph-mon[92315]: pgmap v14411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:55.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:54 smithi172 ceph-mon[103696]: pgmap v14411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:55.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:55.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:56.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:56.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:56 smithi050 ceph-mon[92315]: pgmap v14412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:56.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:56 smithi172 ceph-mon[103696]: pgmap v14412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:55:57.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:57.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:58.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:58.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:55:58.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:55:58 smithi050 ceph-mon[92315]: pgmap v14413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:55:58.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:55:58 smithi172 ceph-mon[103696]: pgmap v14413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:55:59.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:55:59.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:00.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:00.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:00 smithi050 ceph-mon[92315]: pgmap v14414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:00 smithi172 ceph-mon[103696]: pgmap v14414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:01.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:01.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:02.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:02.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:02 smithi050 ceph-mon[92315]: pgmap v14415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:02 smithi172 ceph-mon[103696]: pgmap v14415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:03.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:03.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:04.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:04.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:04 smithi050 ceph-mon[92315]: pgmap v14416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:04 smithi172 ceph-mon[103696]: pgmap v14416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:05.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:05.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:05.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:56:05.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:56:06.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:06.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:06.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:06 smithi050 ceph-mon[92315]: pgmap v14417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:06.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:06 smithi172 ceph-mon[103696]: pgmap v14417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:07.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:07.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:08.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:08.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:08.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:08 smithi050 ceph-mon[92315]: pgmap v14418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:56:08.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:08 smithi172 ceph-mon[103696]: pgmap v14418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:56:09.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:09.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:10.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:10.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:10 smithi050 ceph-mon[92315]: pgmap v14419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:10.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:10 smithi172 ceph-mon[103696]: pgmap v14419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:11.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:11.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:12.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:12.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:12.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:12 smithi050 ceph-mon[92315]: pgmap v14420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:12.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:12 smithi172 ceph-mon[103696]: pgmap v14420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:13.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:13.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:14.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:14.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:14 smithi050 ceph-mon[92315]: pgmap v14421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:14.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:14 smithi172 ceph-mon[103696]: pgmap v14421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:15.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:15.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:16.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:16.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:16.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:16 smithi050 ceph-mon[92315]: pgmap v14422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:16 smithi172 ceph-mon[103696]: pgmap v14422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:17.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:17.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:18.464 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:18 smithi050 ceph-mon[92315]: pgmap v14423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:56:18.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:18.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:18.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:18 smithi172 ceph-mon[103696]: pgmap v14423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:56:19.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:19.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:20.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:20.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:20 smithi050 ceph-mon[92315]: pgmap v14424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:56:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:20 smithi172 ceph-mon[103696]: pgmap v14424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:56:21.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:21.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:21.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:56:21.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:56:22.446 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:22 smithi172 ceph-mon[103696]: pgmap v14425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:22.446 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:56:22.446 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:56:22.446 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:56:22.446 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:56:22.446 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:56:22.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:22.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:22.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:22 smithi050 ceph-mon[92315]: pgmap v14425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:56:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:56:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:56:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:56:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:56:23.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:23.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:24.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:24.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:24 smithi050 ceph-mon[92315]: pgmap v14426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:24.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:24 smithi172 ceph-mon[103696]: pgmap v14426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:25.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:25.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:26.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:26.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:26.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:26 smithi050 ceph-mon[92315]: pgmap v14427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:26.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:26 smithi172 ceph-mon[103696]: pgmap v14427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:27.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:27.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:28.578 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:28 smithi050 ceph-mon[92315]: pgmap v14428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:56:28.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:28.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:28.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:28 smithi172 ceph-mon[103696]: pgmap v14428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:56:29.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:29.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:30.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:30.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:30 smithi050 ceph-mon[92315]: pgmap v14429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:30.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:30 smithi172 ceph-mon[103696]: pgmap v14429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:31.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:31.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:32.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:32 smithi172 ceph-mon[103696]: pgmap v14430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:32.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:32.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:32.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:32 smithi050 ceph-mon[92315]: pgmap v14430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:33.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:33.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:34.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:34.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:34.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:34 smithi050 ceph-mon[92315]: pgmap v14431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:34 smithi172 ceph-mon[103696]: pgmap v14431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:35.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:35.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:35.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:56:35.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:56:36.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:36.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:36 smithi050 ceph-mon[92315]: pgmap v14432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:36 smithi172 ceph-mon[103696]: pgmap v14432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:37.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:37.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:38.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:38 smithi050 ceph-mon[92315]: pgmap v14433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:56:38.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:38.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:38.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:38 smithi172 ceph-mon[103696]: pgmap v14433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:56:39.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:39.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:40 smithi050 ceph-mon[92315]: pgmap v14434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:40.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:40.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:40.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:40 smithi172 ceph-mon[103696]: pgmap v14434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:41.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:41.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:42.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:42 smithi050 ceph-mon[92315]: pgmap v14435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:42.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:42.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:42 smithi172 ceph-mon[103696]: pgmap v14435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:43.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:43.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:44.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:44 smithi050 ceph-mon[92315]: pgmap v14436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:44.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:44.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:44.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:44 smithi172 ceph-mon[103696]: pgmap v14436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:45.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:45.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:46 smithi050 ceph-mon[92315]: pgmap v14437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:46.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:46.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:46 smithi172 ceph-mon[103696]: pgmap v14437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:47.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:47.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:48.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:48 smithi050 ceph-mon[92315]: pgmap v14438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:56:48.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:48.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:48.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:48 smithi172 ceph-mon[103696]: pgmap v14438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:56:49.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:49.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:50 smithi050 ceph-mon[92315]: pgmap v14439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:56:50.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:50.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:50 smithi172 ceph-mon[103696]: pgmap v14439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:56:51.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:51.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:52.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:52 smithi050 ceph-mon[92315]: pgmap v14440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:52.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:52.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:52.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:52 smithi172 ceph-mon[103696]: pgmap v14440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:53.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:53.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:54.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:54 smithi050 ceph-mon[92315]: pgmap v14441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:54.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:54.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:54.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:54 smithi172 ceph-mon[103696]: pgmap v14441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:55.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:55.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:56 smithi050 ceph-mon[92315]: pgmap v14442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:56.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:56 smithi172 ceph-mon[103696]: pgmap v14442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:56:56.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:56.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:57.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:57.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:58.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:56:58 smithi050 ceph-mon[92315]: pgmap v14443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:56:58.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:56:58 smithi172 ceph-mon[103696]: pgmap v14443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:56:58.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:58.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:56:59.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:56:59.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:00 smithi050 ceph-mon[92315]: pgmap v14444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:00 smithi172 ceph-mon[103696]: pgmap v14444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:00.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:00.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:01.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:01.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:02 smithi050 ceph-mon[92315]: pgmap v14445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:02 smithi172 ceph-mon[103696]: pgmap v14445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:02.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:02.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:03.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:03.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:04 smithi050 ceph-mon[92315]: pgmap v14446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:04.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:04 smithi172 ceph-mon[103696]: pgmap v14446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:04.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:04.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:05.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:57:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:57:05.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:05.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:06 smithi050 ceph-mon[92315]: pgmap v14447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:06.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:06 smithi172 ceph-mon[103696]: pgmap v14447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:06.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:06.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:07.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:07.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:08.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:08 smithi050 ceph-mon[92315]: pgmap v14448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:57:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:08 smithi172 ceph-mon[103696]: pgmap v14448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:57:08.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:08.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:09.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:09.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:10.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:10 smithi050 ceph-mon[92315]: pgmap v14449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:10 smithi172 ceph-mon[103696]: pgmap v14449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:10.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:10.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:11.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:11.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:12.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:12 smithi050 ceph-mon[92315]: pgmap v14450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:12.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:12 smithi172 ceph-mon[103696]: pgmap v14450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:12.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:12.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:13.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:13.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:14 smithi050 ceph-mon[92315]: pgmap v14451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:14.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:14 smithi172 ceph-mon[103696]: pgmap v14451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:14.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:14.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:15.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:15.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:16.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:16 smithi050 ceph-mon[92315]: pgmap v14452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:16 smithi172 ceph-mon[103696]: pgmap v14452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:16.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:16.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:17.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:17.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:18.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:18 smithi172 ceph-mon[103696]: pgmap v14453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:57:18.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:18 smithi050 ceph-mon[92315]: pgmap v14453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:57:18.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:18.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:19.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:19.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:20 smithi050 ceph-mon[92315]: pgmap v14454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:57:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:20 smithi172 ceph-mon[103696]: pgmap v14454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:57:20.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:20.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:21.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:21.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:22.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:22 smithi050 ceph-mon[92315]: pgmap v14455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:57:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:57:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:57:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:57:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:57:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:57:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:22 smithi172 ceph-mon[103696]: pgmap v14455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:57:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:57:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:57:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:57:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:57:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:57:22.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:22.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:23.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:23.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:24.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:24 smithi050 ceph-mon[92315]: pgmap v14456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:24.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:24 smithi172 ceph-mon[103696]: pgmap v14456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:24.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:24.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:25.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:25.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:26.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:26 smithi050 ceph-mon[92315]: pgmap v14457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:26.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:26 smithi172 ceph-mon[103696]: pgmap v14457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:26.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:26.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:27.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:27.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:28.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:28 smithi050 ceph-mon[92315]: pgmap v14458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:57:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:28 smithi172 ceph-mon[103696]: pgmap v14458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:57:28.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:28.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:29.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:29.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:30 smithi050 ceph-mon[92315]: pgmap v14459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:30 smithi172 ceph-mon[103696]: pgmap v14459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:30.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:30.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:31.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:31.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:32.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:32 smithi050 ceph-mon[92315]: pgmap v14460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:32 smithi172 ceph-mon[103696]: pgmap v14460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:32.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:32.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:33.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:33.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:34.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:34 smithi050 ceph-mon[92315]: pgmap v14461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:34 smithi172 ceph-mon[103696]: pgmap v14461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:34.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:34.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:35.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:57:35.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:57:35.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:35.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:36 smithi050 ceph-mon[92315]: pgmap v14462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:36.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:36 smithi172 ceph-mon[103696]: pgmap v14462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:36.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:36.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:37.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:37.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:38 smithi050 ceph-mon[92315]: pgmap v14463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:57:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:38 smithi172 ceph-mon[103696]: pgmap v14463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:57:38.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:38.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:39.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:39.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:40 smithi050 ceph-mon[92315]: pgmap v14464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:40 smithi172 ceph-mon[103696]: pgmap v14464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:40.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:40.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:41.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:41.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:42.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:42 smithi050 ceph-mon[92315]: pgmap v14465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:42.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:42 smithi172 ceph-mon[103696]: pgmap v14465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:42.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:42.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:43.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:43.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:44.441 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:44 smithi050 ceph-mon[92315]: pgmap v14466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:44 smithi172 ceph-mon[103696]: pgmap v14466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:44.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:44.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:45.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:45.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:46.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:46 smithi050 ceph-mon[92315]: pgmap v14467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:46 smithi172 ceph-mon[103696]: pgmap v14467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:46.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:46.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:47.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:47.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:48 smithi050 ceph-mon[92315]: pgmap v14468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:57:48.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:48 smithi172 ceph-mon[103696]: pgmap v14468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:57:48.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:48.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:49.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:49.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:50 smithi050 ceph-mon[92315]: pgmap v14469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:57:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:50 smithi172 ceph-mon[103696]: pgmap v14469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:57:50.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:50.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:51.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:51.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:52 smithi050 ceph-mon[92315]: pgmap v14470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:52.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:52 smithi172 ceph-mon[103696]: pgmap v14470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:52.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:52.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:53.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:53.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:54.556 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:54 smithi050 ceph-mon[92315]: pgmap v14471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:54 smithi172 ceph-mon[103696]: pgmap v14471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:54.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:54.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:55.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:55.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:56 smithi050 ceph-mon[92315]: pgmap v14472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:56 smithi172 ceph-mon[103696]: pgmap v14472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:57:56.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:56.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:57.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:57.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:58.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:57:58 smithi050 ceph-mon[92315]: pgmap v14473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:57:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:57:58 smithi172 ceph-mon[103696]: pgmap v14473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:57:58.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:58.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:57:59.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:57:59.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:00 smithi050 ceph-mon[92315]: pgmap v14474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:00 smithi172 ceph-mon[103696]: pgmap v14474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:00.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:00.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:01.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:01.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:02 smithi172 ceph-mon[103696]: pgmap v14475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:02.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:02.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:02.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:02 smithi050 ceph-mon[92315]: pgmap v14475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:03.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:03.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:04 smithi050 ceph-mon[92315]: pgmap v14476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:04.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:04 smithi172 ceph-mon[103696]: pgmap v14476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:04.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:04.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:05.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:58:05.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:05.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:05.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:58:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:06 smithi172 ceph-mon[103696]: pgmap v14477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:06.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:06.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:06.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:06 smithi050 ceph-mon[92315]: pgmap v14477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:07.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:07.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:08.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:08 smithi172 ceph-mon[103696]: pgmap v14478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:58:08.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:08.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:08.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:08 smithi050 ceph-mon[92315]: pgmap v14478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:58:09.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:09.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:10 smithi172 ceph-mon[103696]: pgmap v14479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:10.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:10.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:10.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:10 smithi050 ceph-mon[92315]: pgmap v14479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:11.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:11.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:12 smithi172 ceph-mon[103696]: pgmap v14480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:12.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:12.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:12.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:12 smithi050 ceph-mon[92315]: pgmap v14480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:13.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:13.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:14 smithi050 ceph-mon[92315]: pgmap v14481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:14.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:14 smithi172 ceph-mon[103696]: pgmap v14481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:14.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:14.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:15.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:15.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:16 smithi172 ceph-mon[103696]: pgmap v14482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:16.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:16.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:16.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:16 smithi050 ceph-mon[92315]: pgmap v14482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:17.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:17.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:18.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:18 smithi172 ceph-mon[103696]: pgmap v14483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:58:18.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:18.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:18.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:18 smithi050 ceph-mon[92315]: pgmap v14483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:58:19.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:19.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:20.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:20.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:20.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:20 smithi050 ceph-mon[92315]: pgmap v14484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:58:20.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:20 smithi172 ceph-mon[103696]: pgmap v14484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:58:21.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:21.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:22.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:22.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:22 smithi050 ceph-mon[92315]: pgmap v14485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:58:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:22 smithi172 ceph-mon[103696]: pgmap v14485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:58:23.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:23.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:24.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:24 smithi050 ceph-mon[92315]: pgmap v14486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:24.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:24.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:24.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:24 smithi172 ceph-mon[103696]: pgmap v14486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:25.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:25.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:26.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:26.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:26.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:26 smithi050 ceph-mon[92315]: pgmap v14487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:26.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:26 smithi172 ceph-mon[103696]: pgmap v14487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:27.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:27.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:58:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:58:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:27 smithi050 ceph-mon[92315]: pgmap v14488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:58:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:58:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:58:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:58:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:58:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:58:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:58:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:58:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:27 smithi172 ceph-mon[103696]: pgmap v14488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:58:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:58:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:58:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:58:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:58:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:58:28.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:28.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:29.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:29.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:30 smithi050 ceph-mon[92315]: pgmap v14489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:30 smithi172 ceph-mon[103696]: pgmap v14489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:30.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:30.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:31.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:31.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:32.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:32 smithi050 ceph-mon[92315]: pgmap v14490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:32 smithi172 ceph-mon[103696]: pgmap v14490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:32.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:32.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:33.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:33.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:34.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:34 smithi050 ceph-mon[92315]: pgmap v14491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:34.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:34 smithi172 ceph-mon[103696]: pgmap v14491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:34.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:34.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:35.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:58:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:58:35.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:35.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:36 smithi050 ceph-mon[92315]: pgmap v14492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:36 smithi172 ceph-mon[103696]: pgmap v14492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:36.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:36.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:37.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:37.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:38.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:38 smithi050 ceph-mon[92315]: pgmap v14493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:58:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:38 smithi172 ceph-mon[103696]: pgmap v14493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:58:38.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:38.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:39.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:39.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:40 smithi050 ceph-mon[92315]: pgmap v14494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:40.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:40 smithi172 ceph-mon[103696]: pgmap v14494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:40.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:40.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:41.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:41.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:42.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:42 smithi050 ceph-mon[92315]: pgmap v14495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:42 smithi172 ceph-mon[103696]: pgmap v14495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:42.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:42.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:43.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:43.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:44 smithi050 ceph-mon[92315]: pgmap v14496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:44.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:44 smithi172 ceph-mon[103696]: pgmap v14496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:44.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:44.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:45.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:45.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:46.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:46 smithi050 ceph-mon[92315]: pgmap v14497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:46.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:46 smithi172 ceph-mon[103696]: pgmap v14497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:46.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:46.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:47.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:47.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:48.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:48 smithi050 ceph-mon[92315]: pgmap v14498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:58:48.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:48 smithi172 ceph-mon[103696]: pgmap v14498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:58:48.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:48.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:49.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:49.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:50 smithi050 ceph-mon[92315]: pgmap v14499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:58:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:50 smithi172 ceph-mon[103696]: pgmap v14499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:58:50.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:50.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:51.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:51.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:52.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:52 smithi050 ceph-mon[92315]: pgmap v14500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:52.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:52 smithi172 ceph-mon[103696]: pgmap v14500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:52.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:52.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:53.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:53.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:54 smithi172 ceph-mon[103696]: pgmap v14501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:54.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:54 smithi050 ceph-mon[92315]: pgmap v14501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:54.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:54.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:55.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:55.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:56 smithi050 ceph-mon[92315]: pgmap v14502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:56 smithi172 ceph-mon[103696]: pgmap v14502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:58:56.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:56.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:57.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:57.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:58.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:58:58 smithi050 ceph-mon[92315]: pgmap v14503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:58:58.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:58:58 smithi172 ceph-mon[103696]: pgmap v14503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:58:58.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:58.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:58:59.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:58:59.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:00 smithi050 ceph-mon[92315]: pgmap v14504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:00 smithi172 ceph-mon[103696]: pgmap v14504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:00.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:00.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:01.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:01.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:02 smithi050 ceph-mon[92315]: pgmap v14505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:02 smithi172 ceph-mon[103696]: pgmap v14505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:02.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:02.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:03.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:03.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:04 smithi050 ceph-mon[92315]: pgmap v14506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:04 smithi172 ceph-mon[103696]: pgmap v14506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:04.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:04.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:05.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:59:05.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:59:05.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:05.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:06.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:06 smithi050 ceph-mon[92315]: pgmap v14507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:06 smithi172 ceph-mon[103696]: pgmap v14507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:06.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:06.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:07.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:07.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:08.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:08 smithi050 ceph-mon[92315]: pgmap v14508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:59:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:08 smithi172 ceph-mon[103696]: pgmap v14508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:59:08.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:08.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:09.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:09.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:10.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:10 smithi050 ceph-mon[92315]: pgmap v14509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:10 smithi172 ceph-mon[103696]: pgmap v14509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:10.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:10.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:11.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:11.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:12.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:12 smithi050 ceph-mon[92315]: pgmap v14510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:12 smithi172 ceph-mon[103696]: pgmap v14510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:12.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:12.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:13.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:13.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:14 smithi050 ceph-mon[92315]: pgmap v14511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:14 smithi172 ceph-mon[103696]: pgmap v14511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:14.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:14.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:15.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:15.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:16.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:16 smithi050 ceph-mon[92315]: pgmap v14512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:16 smithi172 ceph-mon[103696]: pgmap v14512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:16.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:16.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:17.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:17.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:18.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:18 smithi050 ceph-mon[92315]: pgmap v14513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:59:18.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:18 smithi172 ceph-mon[103696]: pgmap v14513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:59:18.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:18.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:19.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:19.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:20.529 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:20 smithi050 ceph-mon[92315]: pgmap v14514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:20.530 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:59:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:20 smithi172 ceph-mon[103696]: pgmap v14514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:59:20.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:20.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:21.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:21.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:22.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:22 smithi050 ceph-mon[92315]: pgmap v14515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:22 smithi172 ceph-mon[103696]: pgmap v14515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:22.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:22.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:23.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:23.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:24 smithi050 ceph-mon[92315]: pgmap v14516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:24 smithi172 ceph-mon[103696]: pgmap v14516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:24.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:24.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:25.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:25.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:26.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:26 smithi050 ceph-mon[92315]: pgmap v14517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:26 smithi172 ceph-mon[103696]: pgmap v14517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:26.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:26.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:27.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:27.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:28 smithi050 ceph-mon[92315]: pgmap v14518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:59:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:59:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:59:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:59:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:59:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:59:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:59:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:28 smithi172 ceph-mon[103696]: pgmap v14518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:59:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T21:59:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T21:59:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T21:59:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:59:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T21:59:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T21:59:28.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:28.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:29.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:29.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:30 smithi050 ceph-mon[92315]: pgmap v14519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:30 smithi172 ceph-mon[103696]: pgmap v14519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:30.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:30.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:31.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:31.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:32.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:32 smithi050 ceph-mon[92315]: pgmap v14520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:32 smithi172 ceph-mon[103696]: pgmap v14520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:32.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:32.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:33.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:33.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:34 smithi050 ceph-mon[92315]: pgmap v14521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:34.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:34 smithi172 ceph-mon[103696]: pgmap v14521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:34.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:34.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:59:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:59:35.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:35.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:36.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:36 smithi050 ceph-mon[92315]: pgmap v14522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:36 smithi172 ceph-mon[103696]: pgmap v14522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:36.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:36.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:37.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:37.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:38 smithi050 ceph-mon[92315]: pgmap v14523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:59:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:38 smithi172 ceph-mon[103696]: pgmap v14523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:59:38.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:38.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:39.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:39.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:40 smithi050 ceph-mon[92315]: pgmap v14524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:40 smithi172 ceph-mon[103696]: pgmap v14524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:40.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:40.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:41.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:41.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:42 smithi050 ceph-mon[92315]: pgmap v14525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:42 smithi172 ceph-mon[103696]: pgmap v14525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:42.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:42.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:43.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:43.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:44.569 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:44 smithi172 ceph-mon[103696]: pgmap v14526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:44.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:44 smithi050 ceph-mon[92315]: pgmap v14526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:44.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:44.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:45.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:45.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:46.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:46 smithi050 ceph-mon[92315]: pgmap v14527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:46 smithi172 ceph-mon[103696]: pgmap v14527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:46.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:46.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:47.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:47.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:48 smithi050 ceph-mon[92315]: pgmap v14528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:59:48.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:48 smithi172 ceph-mon[103696]: pgmap v14528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:59:48.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:48.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:49.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:49.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:50 smithi050 ceph-mon[92315]: pgmap v14529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:59:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:50 smithi172 ceph-mon[103696]: pgmap v14529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T21:59:50.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:50.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:51.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:51.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:52.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:52 smithi050 ceph-mon[92315]: pgmap v14530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:52.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:52 smithi172 ceph-mon[103696]: pgmap v14530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:52.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:52.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:53.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:53.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:54.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:54 smithi050 ceph-mon[92315]: pgmap v14531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:54 smithi172 ceph-mon[103696]: pgmap v14531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:54.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:54.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:55.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:55.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:56 smithi050 ceph-mon[92315]: pgmap v14532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:56 smithi172 ceph-mon[103696]: pgmap v14532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T21:59:56.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:56.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:57.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:57.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 21:59:58 smithi050 ceph-mon[92315]: pgmap v14533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:59:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 21:59:58 smithi172 ceph-mon[103696]: pgmap v14533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T21:59:58.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:58.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T21:59:59.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T21:59:59.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:00 smithi050 ceph-mon[92315]: pgmap v14534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T22:00:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:00 smithi172 ceph-mon[103696]: pgmap v14534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T22:00:00.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:00.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:01.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:01.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:02 smithi050 ceph-mon[92315]: pgmap v14535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:02 smithi172 ceph-mon[103696]: pgmap v14535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:02.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:02.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:03.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:03.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:04 smithi050 ceph-mon[92315]: pgmap v14536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:04 smithi172 ceph-mon[103696]: pgmap v14536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:04.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:04.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:05.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:00:05.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:00:05.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:05.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:06 smithi050 ceph-mon[92315]: pgmap v14537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:06 smithi172 ceph-mon[103696]: pgmap v14537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:06.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:06.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:07.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:07.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:08 smithi050 ceph-mon[92315]: pgmap v14538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:00:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:08 smithi172 ceph-mon[103696]: pgmap v14538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:00:08.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:08.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:09.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:09.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:10 smithi050 ceph-mon[92315]: pgmap v14539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:10 smithi172 ceph-mon[103696]: pgmap v14539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:10.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:10.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:11.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:11.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:12 smithi050 ceph-mon[92315]: pgmap v14540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:12 smithi172 ceph-mon[103696]: pgmap v14540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:12.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:12.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:13.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:13.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:14 smithi050 ceph-mon[92315]: pgmap v14541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:14 smithi172 ceph-mon[103696]: pgmap v14541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:14.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:14.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:15.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:15.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:16 smithi050 ceph-mon[92315]: pgmap v14542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:16 smithi172 ceph-mon[103696]: pgmap v14542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:16.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:16.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:17.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:17.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:18 smithi172 ceph-mon[103696]: pgmap v14543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:00:18.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:18 smithi050 ceph-mon[92315]: pgmap v14543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:00:18.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:18.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:19.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:19.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:20 smithi172 ceph-mon[103696]: pgmap v14544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:00:20.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:20 smithi050 ceph-mon[92315]: pgmap v14544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:00:20.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:20.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:21.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:21.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:22.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:22 smithi172 ceph-mon[103696]: pgmap v14545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:22 smithi050 ceph-mon[92315]: pgmap v14545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:22.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:22.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:23.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:23.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:24 smithi050 ceph-mon[92315]: pgmap v14546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:24 smithi172 ceph-mon[103696]: pgmap v14546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:24.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:24.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:25.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:25.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:26.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:26 smithi050 ceph-mon[92315]: pgmap v14547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:26 smithi172 ceph-mon[103696]: pgmap v14547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:26.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:26.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:27.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:27.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:28 smithi172 ceph-mon[103696]: pgmap v14548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:00:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:00:28.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:28 smithi050 ceph-mon[92315]: pgmap v14548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:00:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:00:28.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:28.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:29.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:29.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:30 smithi172 ceph-mon[103696]: pgmap v14549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:30 smithi050 ceph-mon[92315]: pgmap v14549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:30.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:30.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:31.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:31.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:32 smithi172 ceph-mon[103696]: pgmap v14550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:32.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:32 smithi050 ceph-mon[92315]: pgmap v14550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:32.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:32.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:33.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:33.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:34.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:34 smithi050 ceph-mon[92315]: pgmap v14551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:34.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:34 smithi172 ceph-mon[103696]: pgmap v14551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:34.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:34.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:00:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:00:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:00:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:00:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:00:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:00:35.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:35.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:36 smithi050 ceph-mon[92315]: pgmap v14552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:00:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:00:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:00:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:00:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:00:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:36 smithi172 ceph-mon[103696]: pgmap v14552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:00:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:00:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:00:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:00:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:00:36.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:36.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:38.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:38.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:38.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:38 smithi050 ceph-mon[92315]: pgmap v14553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:00:38.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:38 smithi172 ceph-mon[103696]: pgmap v14553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:00:39.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:39.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:40.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:40.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:40 smithi172 ceph-mon[103696]: pgmap v14554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:40.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:40 smithi050 ceph-mon[92315]: pgmap v14554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:41.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:41.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:42.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:42.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:42.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:42 smithi050 ceph-mon[92315]: pgmap v14555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:42 smithi172 ceph-mon[103696]: pgmap v14555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:43.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:43.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:44.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:44.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:44.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:44 smithi050 ceph-mon[92315]: pgmap v14556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:44 smithi172 ceph-mon[103696]: pgmap v14556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:45.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:45.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:46.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:46.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:46 smithi050 ceph-mon[92315]: pgmap v14557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:46 smithi172 ceph-mon[103696]: pgmap v14557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:47.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:47.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:48.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:48.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:48 smithi050 ceph-mon[92315]: pgmap v14558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:00:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:48 smithi172 ceph-mon[103696]: pgmap v14558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:00:49.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:49.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:50.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:50.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:50 smithi172 ceph-mon[103696]: pgmap v14559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:00:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:50 smithi050 ceph-mon[92315]: pgmap v14559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:00:51.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:51.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:52.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:52.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:52.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:52 smithi050 ceph-mon[92315]: pgmap v14560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:52.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:52 smithi172 ceph-mon[103696]: pgmap v14560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:53.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:53.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:54.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:54.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:54 smithi050 ceph-mon[92315]: pgmap v14561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:54 smithi172 ceph-mon[103696]: pgmap v14561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:55.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:55.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:56.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:56.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:56.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:56 smithi050 ceph-mon[92315]: pgmap v14562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:56 smithi172 ceph-mon[103696]: pgmap v14562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:00:57.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:57.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:58.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:58.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:00:58.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:00:58 smithi050 ceph-mon[92315]: pgmap v14563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:00:58.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:00:58 smithi172 ceph-mon[103696]: pgmap v14563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:00:59.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:00:59.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:00.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:00.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:00 smithi172 ceph-mon[103696]: pgmap v14564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:00.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:00 smithi050 ceph-mon[92315]: pgmap v14564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:01.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:01.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:02.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:02.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:02.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:02 smithi050 ceph-mon[92315]: pgmap v14565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:02 smithi172 ceph-mon[103696]: pgmap v14565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:03.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:03.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:04.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:04.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:04 smithi050 ceph-mon[92315]: pgmap v14566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:04 smithi172 ceph-mon[103696]: pgmap v14566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:05.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:05.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:05.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:01:05.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:01:06.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:06.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:06.730 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:06 smithi050 ceph-mon[92315]: pgmap v14567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:06.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:06 smithi172 ceph-mon[103696]: pgmap v14567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:07.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:07.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:08.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:08.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:08.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:08 smithi050 ceph-mon[92315]: pgmap v14568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:01:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:08 smithi172 ceph-mon[103696]: pgmap v14568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:01:09.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:09.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:10.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:10.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:10.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:10 smithi050 ceph-mon[92315]: pgmap v14569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:10.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:10 smithi172 ceph-mon[103696]: pgmap v14569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:11.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:11.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:12.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:12.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:12 smithi050 ceph-mon[92315]: pgmap v14570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:12 smithi172 ceph-mon[103696]: pgmap v14570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:13.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:13.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:14.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:14.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:14 smithi050 ceph-mon[92315]: pgmap v14571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:14.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:14 smithi172 ceph-mon[103696]: pgmap v14571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:15.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:15.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:16.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:16.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:16.844 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:16 smithi050 ceph-mon[92315]: pgmap v14572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:16 smithi172 ceph-mon[103696]: pgmap v14572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:17.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:17.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:18.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:18.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:18 smithi050 ceph-mon[92315]: pgmap v14573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:01:18.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:18 smithi172 ceph-mon[103696]: pgmap v14573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:01:19.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:19.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:20.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:20.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:20 smithi050 ceph-mon[92315]: pgmap v14574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:01:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:20 smithi172 ceph-mon[103696]: pgmap v14574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:01:21.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:21.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:22.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:22.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:22.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:22 smithi050 ceph-mon[92315]: pgmap v14575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:22 smithi172 ceph-mon[103696]: pgmap v14575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:23.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:23.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:24.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:24.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:24 smithi050 ceph-mon[92315]: pgmap v14576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:24 smithi172 ceph-mon[103696]: pgmap v14576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:25.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:25.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:26.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:26.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:26 smithi050 ceph-mon[92315]: pgmap v14577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:26 smithi172 ceph-mon[103696]: pgmap v14577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:27.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:27.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:28.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:28.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:28.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:28 smithi050 ceph-mon[92315]: pgmap v14578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:01:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:28 smithi172 ceph-mon[103696]: pgmap v14578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:01:29.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:29.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:30.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:30.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:30 smithi050 ceph-mon[92315]: pgmap v14579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:30 smithi172 ceph-mon[103696]: pgmap v14579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:31.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:31.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:32.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:32.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:32 smithi050 ceph-mon[92315]: pgmap v14580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:32 smithi172 ceph-mon[103696]: pgmap v14580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:33.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:33.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:34.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:34.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:34 smithi050 ceph-mon[92315]: pgmap v14581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:01:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:34 smithi172 ceph-mon[103696]: pgmap v14581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:01:35.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:35.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:36.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:36.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:36.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:36 smithi050 ceph-mon[92315]: pgmap v14582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:01:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:01:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:01:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:36 smithi172 ceph-mon[103696]: pgmap v14582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:01:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:01:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:01:37.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:37.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:01:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:01:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:01:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:01:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:01:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:01:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:01:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:01:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:01:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:01:38.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:38.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:38.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:38 smithi050 ceph-mon[92315]: pgmap v14583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:01:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:38 smithi172 ceph-mon[103696]: pgmap v14583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:01:39.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:39.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:40.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:40.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:40.788 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:40 smithi172 ceph-mon[103696]: pgmap v14584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:40.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:40 smithi050 ceph-mon[92315]: pgmap v14584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:41.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:41.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:42.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:42.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:42.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:42 smithi050 ceph-mon[92315]: pgmap v14585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:42.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:42 smithi172 ceph-mon[103696]: pgmap v14585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:43.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:43.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:44.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:44.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:44 smithi050 ceph-mon[92315]: pgmap v14586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:44.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:44 smithi172 ceph-mon[103696]: pgmap v14586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:45.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:45.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:46.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:46.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:46 smithi050 ceph-mon[92315]: pgmap v14587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:46 smithi172 ceph-mon[103696]: pgmap v14587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:47.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:47.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:48.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:48.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:48 smithi050 ceph-mon[92315]: pgmap v14588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:01:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:48 smithi172 ceph-mon[103696]: pgmap v14588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:01:49.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:49.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:01:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:01:50.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:50.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:50 smithi050 ceph-mon[92315]: pgmap v14589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:50 smithi172 ceph-mon[103696]: pgmap v14589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:51.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:51.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:52.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:52.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:52 smithi050 ceph-mon[92315]: pgmap v14590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:52 smithi172 ceph-mon[103696]: pgmap v14590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:53.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:53.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:54.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:54.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:54.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:54 smithi050 ceph-mon[92315]: pgmap v14591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:54 smithi172 ceph-mon[103696]: pgmap v14591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:55.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:55.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:56.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:56.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:56 smithi050 ceph-mon[92315]: pgmap v14592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:56 smithi172 ceph-mon[103696]: pgmap v14592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:01:57.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:57.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:58.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:58.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:01:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:01:58 smithi050 ceph-mon[92315]: pgmap v14593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:01:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:01:58 smithi172 ceph-mon[103696]: pgmap v14593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:01:59.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:01:59.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:00.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:00.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:00 smithi050 ceph-mon[92315]: pgmap v14594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:00 smithi172 ceph-mon[103696]: pgmap v14594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:01.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:01.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:02.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:02.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:02 smithi050 ceph-mon[92315]: pgmap v14595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:02 smithi172 ceph-mon[103696]: pgmap v14595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:03.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:03.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:04.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:04.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:04 smithi050 ceph-mon[92315]: pgmap v14596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:02:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:04 smithi172 ceph-mon[103696]: pgmap v14596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:02:05.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:05.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:06.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:06.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:06 smithi050 ceph-mon[92315]: pgmap v14597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:06 smithi172 ceph-mon[103696]: pgmap v14597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:07.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:07.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:08.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:08.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:08.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:08 smithi050 ceph-mon[92315]: pgmap v14598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:02:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:08 smithi172 ceph-mon[103696]: pgmap v14598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:02:09.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:09.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:10.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:10.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:10.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:10 smithi050 ceph-mon[92315]: pgmap v14599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:10 smithi172 ceph-mon[103696]: pgmap v14599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:11.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:11.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:12.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:12.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:12 smithi050 ceph-mon[92315]: pgmap v14600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:12.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:12 smithi172 ceph-mon[103696]: pgmap v14600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:13.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:13.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:14.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:14.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:14.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:14 smithi050 ceph-mon[92315]: pgmap v14601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:14 smithi172 ceph-mon[103696]: pgmap v14601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:15.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:15.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:16.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:16.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:16.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:16 smithi050 ceph-mon[92315]: pgmap v14602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:16.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:16 smithi172 ceph-mon[103696]: pgmap v14602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:17.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:17.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:18.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:18.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:18 smithi050 ceph-mon[92315]: pgmap v14603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:02:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:18 smithi172 ceph-mon[103696]: pgmap v14603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:02:19.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:19.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:02:19.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:02:20.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:20.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:20 smithi050 ceph-mon[92315]: pgmap v14604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:20 smithi172 ceph-mon[103696]: pgmap v14604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:21.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:21.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:22.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:22.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:22.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:22 smithi050 ceph-mon[92315]: pgmap v14605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:22 smithi172 ceph-mon[103696]: pgmap v14605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:23.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:23.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:24.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:24.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:24.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:24 smithi050 ceph-mon[92315]: pgmap v14606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:24 smithi172 ceph-mon[103696]: pgmap v14606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:25.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:25.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:26.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:26.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:26 smithi050 ceph-mon[92315]: pgmap v14607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:26 smithi172 ceph-mon[103696]: pgmap v14607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:27.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:27.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:28.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:28.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:28 smithi050 ceph-mon[92315]: pgmap v14608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:02:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:28 smithi172 ceph-mon[103696]: pgmap v14608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:02:29.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:29.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:30.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:30.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:30 smithi050 ceph-mon[92315]: pgmap v14609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:30 smithi172 ceph-mon[103696]: pgmap v14609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:31.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:31.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:32.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:32.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:32 smithi050 ceph-mon[92315]: pgmap v14610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:32 smithi172 ceph-mon[103696]: pgmap v14610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:33.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:33.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:34.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:34.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:34.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:34 smithi050 ceph-mon[92315]: pgmap v14611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:02:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:34 smithi172 ceph-mon[103696]: pgmap v14611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:02:35.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:35.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:36.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:36.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:36 smithi172 ceph-mon[103696]: pgmap v14612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:36.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:36 smithi050 ceph-mon[92315]: pgmap v14612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:37.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:37.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:02:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:02:38.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:38.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:38 smithi050 ceph-mon[92315]: pgmap v14613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:02:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:02:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:02:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:02:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:02:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:02:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:38 smithi172 ceph-mon[103696]: pgmap v14613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:02:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:02:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:02:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:02:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:02:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:02:39.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:39.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:40.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:40.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:40 smithi050 ceph-mon[92315]: pgmap v14614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:40 smithi172 ceph-mon[103696]: pgmap v14614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:41.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:41.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:42.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:42.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:42.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:42 smithi050 ceph-mon[92315]: pgmap v14615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:42 smithi172 ceph-mon[103696]: pgmap v14615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:43.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:43.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:44.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:44.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:44 smithi050 ceph-mon[92315]: pgmap v14616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:44 smithi172 ceph-mon[103696]: pgmap v14616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:45.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:45.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:46.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:46.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:46 smithi050 ceph-mon[92315]: pgmap v14617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:46 smithi172 ceph-mon[103696]: pgmap v14617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:47.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:47.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:48.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:48.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:48.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:48 smithi172 ceph-mon[103696]: pgmap v14618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:02:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:48 smithi050 ceph-mon[92315]: pgmap v14618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:02:49.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:49.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:02:50.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:02:50.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:50.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:50 smithi172 ceph-mon[103696]: pgmap v14619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:51.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:50 smithi050 ceph-mon[92315]: pgmap v14619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:51.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:51.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:52.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:52.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:52 smithi172 ceph-mon[103696]: pgmap v14620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:52.922 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:52 smithi050 ceph-mon[92315]: pgmap v14620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:53.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:53.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:54.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:54.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:54 smithi172 ceph-mon[103696]: pgmap v14621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:55.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:54 smithi050 ceph-mon[92315]: pgmap v14621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:55.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:55.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:56.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:56.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:56 smithi172 ceph-mon[103696]: pgmap v14622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:57.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:56 smithi050 ceph-mon[92315]: pgmap v14622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:02:57.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:57.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:58.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:58.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:02:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:02:58 smithi172 ceph-mon[103696]: pgmap v14623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:02:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:02:58 smithi050 ceph-mon[92315]: pgmap v14623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:02:59.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:02:59.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:00.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:00.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:00 smithi172 ceph-mon[103696]: pgmap v14624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:01.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:00 smithi050 ceph-mon[92315]: pgmap v14624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:01.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:01.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:02.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:02.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:02 smithi172 ceph-mon[103696]: pgmap v14625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:03.036 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:02 smithi050 ceph-mon[92315]: pgmap v14625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:03.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:03.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:04.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:04.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:05.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:04 smithi050 ceph-mon[92315]: pgmap v14626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:03:05.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:04 smithi172 ceph-mon[103696]: pgmap v14626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:03:05.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:05.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:06.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:06.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:07.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:06 smithi050 ceph-mon[92315]: pgmap v14627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:06 smithi172 ceph-mon[103696]: pgmap v14627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:07.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:07.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:08.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:08.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:09.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:08 smithi050 ceph-mon[92315]: pgmap v14628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:03:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:08 smithi172 ceph-mon[103696]: pgmap v14628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:03:09.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:09.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:10.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:10.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:10 smithi050 ceph-mon[92315]: pgmap v14629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:10 smithi172 ceph-mon[103696]: pgmap v14629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:11.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:11.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:12.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:12.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:13.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:12 smithi050 ceph-mon[92315]: pgmap v14630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:12 smithi172 ceph-mon[103696]: pgmap v14630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:13.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:13.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:14.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:14.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:14 smithi050 ceph-mon[92315]: pgmap v14631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:14 smithi172 ceph-mon[103696]: pgmap v14631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:15.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:15.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:16.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:16.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:17.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:16 smithi050 ceph-mon[92315]: pgmap v14632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:16 smithi172 ceph-mon[103696]: pgmap v14632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:17.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:17.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:18.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:18.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:19.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:18 smithi050 ceph-mon[92315]: pgmap v14633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:03:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:18 smithi172 ceph-mon[103696]: pgmap v14633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:03:19.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:19.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:03:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:03:20.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:20.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:21.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:20 smithi050 ceph-mon[92315]: pgmap v14634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:20 smithi172 ceph-mon[103696]: pgmap v14634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:21.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:21.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:22.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:22.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:22 smithi050 ceph-mon[92315]: pgmap v14635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:22 smithi172 ceph-mon[103696]: pgmap v14635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:23.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:23.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:24.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:24.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:25.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:24 smithi050 ceph-mon[92315]: pgmap v14636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:24 smithi172 ceph-mon[103696]: pgmap v14636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:25.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:25.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:26.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:26.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:27.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:26 smithi050 ceph-mon[92315]: pgmap v14637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:26 smithi172 ceph-mon[103696]: pgmap v14637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:27.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:27.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:28.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:28.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:29.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:28 smithi050 ceph-mon[92315]: pgmap v14638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:03:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:28 smithi172 ceph-mon[103696]: pgmap v14638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:03:29.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:29.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:30.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:30.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:31.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:30 smithi050 ceph-mon[92315]: pgmap v14639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:30 smithi172 ceph-mon[103696]: pgmap v14639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:31.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:31.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:32.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:32.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:33.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:32 smithi050 ceph-mon[92315]: pgmap v14640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:32 smithi172 ceph-mon[103696]: pgmap v14640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:33.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:33.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:34.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:34.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:35.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:34 smithi050 ceph-mon[92315]: pgmap v14641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:03:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:34 smithi172 ceph-mon[103696]: pgmap v14641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:03:35.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:35.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:36.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:36.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:37.000 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:36 smithi172 ceph-mon[103696]: pgmap v14642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:36 smithi050 ceph-mon[92315]: pgmap v14642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:37.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:37.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:38.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:38.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:38 smithi050 ceph-mon[92315]: pgmap v14643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:03:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:03:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:03:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:03:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:38 smithi172 ceph-mon[103696]: pgmap v14643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:03:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:03:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:03:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:03:39.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:39.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:03:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:03:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:03:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:03:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:03:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:03:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:03:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:03:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:03:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:03:40.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:40.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:40 smithi050 ceph-mon[92315]: pgmap v14644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:40 smithi172 ceph-mon[103696]: pgmap v14644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:41.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:41.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:42.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:42.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:43.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:42 smithi050 ceph-mon[92315]: pgmap v14645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:42 smithi172 ceph-mon[103696]: pgmap v14645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:43.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:43.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:44.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:44.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:44 smithi050 ceph-mon[92315]: pgmap v14646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:45.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:44 smithi172 ceph-mon[103696]: pgmap v14646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:45.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:45.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:46.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:46.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:46 smithi050 ceph-mon[92315]: pgmap v14647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:47.107 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:46 smithi172 ceph-mon[103696]: pgmap v14647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:47.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:47.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:48.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:48.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:48.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:48 smithi050 ceph-mon[92315]: pgmap v14648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:03:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:48 smithi172 ceph-mon[103696]: pgmap v14648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:03:49.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:49.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:03:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:03:50.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:50.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:50 smithi050 ceph-mon[92315]: pgmap v14649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:50 smithi172 ceph-mon[103696]: pgmap v14649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:51.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:51.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:52.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:52.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:53.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:52 smithi050 ceph-mon[92315]: pgmap v14650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:52 smithi172 ceph-mon[103696]: pgmap v14650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:53.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:53.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:54.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:54.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:54 smithi050 ceph-mon[92315]: pgmap v14651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:55.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:54 smithi172 ceph-mon[103696]: pgmap v14651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:55.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:55.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:56.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:56.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:57.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:56 smithi050 ceph-mon[92315]: pgmap v14652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:57.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:56 smithi172 ceph-mon[103696]: pgmap v14652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:03:57.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:57.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:58.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:58.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:03:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:03:58 smithi050 ceph-mon[92315]: pgmap v14653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:03:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:03:58 smithi172 ceph-mon[103696]: pgmap v14653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:03:59.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:03:59.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:00.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:00.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:01.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:00 smithi050 ceph-mon[92315]: pgmap v14654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:01.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:00 smithi172 ceph-mon[103696]: pgmap v14654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:01.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:01.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:02.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:02.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:02 smithi050 ceph-mon[92315]: pgmap v14655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:02 smithi172 ceph-mon[103696]: pgmap v14655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:03.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:03.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:04.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:04.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:05.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:04 smithi050 ceph-mon[92315]: pgmap v14656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:04:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:04 smithi172 ceph-mon[103696]: pgmap v14656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:04:05.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:05.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:06.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:06.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:06 smithi050 ceph-mon[92315]: pgmap v14657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:06 smithi172 ceph-mon[103696]: pgmap v14657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:07.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:07.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:08.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:08.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:08 smithi050 ceph-mon[92315]: pgmap v14658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:04:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:08 smithi172 ceph-mon[103696]: pgmap v14658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:04:09.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:09.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:10.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:10.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:10.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:10 smithi050 ceph-mon[92315]: pgmap v14659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:10 smithi172 ceph-mon[103696]: pgmap v14659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:11.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:11.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:12.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:12.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:12 smithi050 ceph-mon[92315]: pgmap v14660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:12 smithi172 ceph-mon[103696]: pgmap v14660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:13.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:13.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:14.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:14.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:14 smithi050 ceph-mon[92315]: pgmap v14661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:14 smithi172 ceph-mon[103696]: pgmap v14661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:15.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:15.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:16.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:16.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:16 smithi050 ceph-mon[92315]: pgmap v14662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:16 smithi172 ceph-mon[103696]: pgmap v14662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:17.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:17.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:18.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:18.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:18 smithi050 ceph-mon[92315]: pgmap v14663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:04:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:18 smithi172 ceph-mon[103696]: pgmap v14663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:04:19.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:19.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:20.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:20.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:20 smithi050 ceph-mon[92315]: pgmap v14664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:04:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:20 smithi172 ceph-mon[103696]: pgmap v14664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:04:21.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:21.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:22.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:22.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:22.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:22 smithi050 ceph-mon[92315]: pgmap v14665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:22 smithi172 ceph-mon[103696]: pgmap v14665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:23.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:23.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:24.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:24.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:24.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:24 smithi050 ceph-mon[92315]: pgmap v14666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:24 smithi172 ceph-mon[103696]: pgmap v14666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:25.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:25.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:26.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:26.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:26.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:26 smithi050 ceph-mon[92315]: pgmap v14667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:26 smithi172 ceph-mon[103696]: pgmap v14667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:27.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:27.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:28.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:28.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:28 smithi050 ceph-mon[92315]: pgmap v14668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:04:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:28 smithi172 ceph-mon[103696]: pgmap v14668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:04:29.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:29.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:30.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:30.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:30 smithi050 ceph-mon[92315]: pgmap v14669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:30 smithi172 ceph-mon[103696]: pgmap v14669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:31.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:31.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:32.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:32.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:32.579 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:32 smithi172 ceph-mon[103696]: pgmap v14670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:32.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:32 smithi050 ceph-mon[92315]: pgmap v14670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:33.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:33.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:34 smithi050 ceph-mon[92315]: pgmap v14671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:34.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:34.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:34 smithi172 ceph-mon[103696]: pgmap v14671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:35.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:35.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:04:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:04:36.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:36.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:36 smithi050 ceph-mon[92315]: pgmap v14672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:36 smithi172 ceph-mon[103696]: pgmap v14672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:37.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:37.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:38.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:38.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:38.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:38 smithi050 ceph-mon[92315]: pgmap v14673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:04:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:38 smithi172 ceph-mon[103696]: pgmap v14673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:04:39.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:39.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:04:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:04:40.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:40.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:40 smithi050 ceph-mon[92315]: pgmap v14674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:04:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:04:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:04:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:04:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:04:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:40 smithi172 ceph-mon[103696]: pgmap v14674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:04:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:04:40.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:04:40.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:04:40.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:04:41.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:41.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:42.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:42.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:42.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:42 smithi050 ceph-mon[92315]: pgmap v14675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:42 smithi172 ceph-mon[103696]: pgmap v14675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:43.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:43.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:44.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:44.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:44.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:44 smithi050 ceph-mon[92315]: pgmap v14676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:44 smithi172 ceph-mon[103696]: pgmap v14676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:45.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:45.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:46.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:46.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:46 smithi050 ceph-mon[92315]: pgmap v14677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:46 smithi172 ceph-mon[103696]: pgmap v14677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:47.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:47.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:48.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:48.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:48.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:48 smithi050 ceph-mon[92315]: pgmap v14678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:04:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:48 smithi172 ceph-mon[103696]: pgmap v14678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:04:49.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:49.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:50.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:50.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:50 smithi050 ceph-mon[92315]: pgmap v14679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:04:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:50 smithi172 ceph-mon[103696]: pgmap v14679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:50.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:04:51.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:51.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:52.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:52.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:52 smithi050 ceph-mon[92315]: pgmap v14680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:52 smithi172 ceph-mon[103696]: pgmap v14680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:53.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:53.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:54.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:54.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:54 smithi050 ceph-mon[92315]: pgmap v14681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:54 smithi172 ceph-mon[103696]: pgmap v14681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:55.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:55.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:56.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:56.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:56 smithi050 ceph-mon[92315]: pgmap v14682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:56 smithi172 ceph-mon[103696]: pgmap v14682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:04:57.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:57.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:58.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:58.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:04:58.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:04:58 smithi050 ceph-mon[92315]: pgmap v14683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:04:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:04:58 smithi172 ceph-mon[103696]: pgmap v14683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:04:59.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:04:59.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:00.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:00.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:00 smithi050 ceph-mon[92315]: pgmap v14684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:00 smithi172 ceph-mon[103696]: pgmap v14684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:01.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:01.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:02.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:02.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:02 smithi050 ceph-mon[92315]: pgmap v14685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:02 smithi172 ceph-mon[103696]: pgmap v14685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:03.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:03.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:04.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:04.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:04 smithi050 ceph-mon[92315]: pgmap v14686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:04 smithi172 ceph-mon[103696]: pgmap v14686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:05.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:05.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:05:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:05:06.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:06.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:06 smithi172 ceph-mon[103696]: pgmap v14687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:06.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:06 smithi050 ceph-mon[92315]: pgmap v14687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:07.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:07.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:08.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:08.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:08 smithi172 ceph-mon[103696]: pgmap v14688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:05:08.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:08 smithi050 ceph-mon[92315]: pgmap v14688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:05:09.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:09.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:10.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:10.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:10 smithi172 ceph-mon[103696]: pgmap v14689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:10 smithi050 ceph-mon[92315]: pgmap v14689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:11.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:11.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:12.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:12.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:12 smithi172 ceph-mon[103696]: pgmap v14690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:12.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:12 smithi050 ceph-mon[92315]: pgmap v14690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:13.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:13.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:14.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:14.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:14.522 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:14 smithi050 ceph-mon[92315]: pgmap v14691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:14 smithi172 ceph-mon[103696]: pgmap v14691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:15.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:15.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:16.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:16.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:16 smithi172 ceph-mon[103696]: pgmap v14692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:16 smithi050 ceph-mon[92315]: pgmap v14692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:17.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:17.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:18.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:18.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:18 smithi172 ceph-mon[103696]: pgmap v14693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:05:18.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:18 smithi050 ceph-mon[92315]: pgmap v14693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:05:19.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:19.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:20.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:20.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:20 smithi050 ceph-mon[92315]: pgmap v14694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:05:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:20 smithi172 ceph-mon[103696]: pgmap v14694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:05:21.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:21.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:22.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:22.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:22 smithi050 ceph-mon[92315]: pgmap v14695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:22 smithi172 ceph-mon[103696]: pgmap v14695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:23.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:23.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:24.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:24.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:24 smithi050 ceph-mon[92315]: pgmap v14696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:24 smithi172 ceph-mon[103696]: pgmap v14696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:25.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:25.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:26.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:26.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:26 smithi050 ceph-mon[92315]: pgmap v14697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:26 smithi172 ceph-mon[103696]: pgmap v14697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:27.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:27.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:28.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:28.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:28.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:28 smithi172 ceph-mon[103696]: pgmap v14698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:05:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:28 smithi050 ceph-mon[92315]: pgmap v14698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:05:29.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:29.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:30.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:30.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:30 smithi050 ceph-mon[92315]: pgmap v14699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:30 smithi172 ceph-mon[103696]: pgmap v14699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:31.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:31.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:32.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:32.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:32 smithi050 ceph-mon[92315]: pgmap v14700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:32 smithi172 ceph-mon[103696]: pgmap v14700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:33.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:33.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:34.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:34.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:34 smithi050 ceph-mon[92315]: pgmap v14701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:34 smithi172 ceph-mon[103696]: pgmap v14701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:35.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:35.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:05:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:05:36.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:36.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:36 smithi050 ceph-mon[92315]: pgmap v14702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:36 smithi172 ceph-mon[103696]: pgmap v14702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:37.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:37.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:38.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:38.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:38 smithi172 ceph-mon[103696]: pgmap v14703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:05:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:38 smithi050 ceph-mon[92315]: pgmap v14703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:05:39.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:39.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:40.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:40.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:40 smithi050 ceph-mon[92315]: pgmap v14704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:05:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:05:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:05:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:05:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:05:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:05:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:05:40.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:05:40.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:05:40.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:05:40.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:05:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:40 smithi172 ceph-mon[103696]: pgmap v14704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:05:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:05:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:05:40.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:05:40.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:05:40.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:05:40.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:05:40.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:05:40.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:05:40.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:05:40.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:05:41.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:41.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:41 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1497M 2023-09-30T22:05:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:41 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1497M 2023-09-30T22:05:42.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:42.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:42.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:42 smithi050 ceph-mon[92315]: pgmap v14705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:42 smithi172 ceph-mon[103696]: pgmap v14705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:43.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:43.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:44.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:44.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:44 smithi050 ceph-mon[92315]: pgmap v14706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:44 smithi172 ceph-mon[103696]: pgmap v14706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:45.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:45.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:46.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:46.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:46 smithi050 ceph-mon[92315]: pgmap v14707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:46 smithi172 ceph-mon[103696]: pgmap v14707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:47.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:47.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:48.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:48.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:48 smithi172 ceph-mon[103696]: pgmap v14708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:05:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:48 smithi050 ceph-mon[92315]: pgmap v14708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:05:49.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:49.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:50.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:50.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:50.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:50 smithi050 ceph-mon[92315]: pgmap v14709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:05:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:50 smithi172 ceph-mon[103696]: pgmap v14709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:05:51.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:51.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:52.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:52.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:52 smithi050 ceph-mon[92315]: pgmap v14710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:52 smithi172 ceph-mon[103696]: pgmap v14710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:53.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:53.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:54.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:54.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:54 smithi050 ceph-mon[92315]: pgmap v14711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:54 smithi172 ceph-mon[103696]: pgmap v14711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:55.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:55.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:56.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:56.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:56 smithi050 ceph-mon[92315]: pgmap v14712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:56 smithi172 ceph-mon[103696]: pgmap v14712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:05:57.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:57.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:58.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:58.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:05:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:05:58 smithi050 ceph-mon[92315]: pgmap v14713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:05:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:05:58 smithi172 ceph-mon[103696]: pgmap v14713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:05:59.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:05:59.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:00.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:00.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:00 smithi050 ceph-mon[92315]: pgmap v14714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:00 smithi172 ceph-mon[103696]: pgmap v14714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:01.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:01.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:02.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:02.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:02 smithi050 ceph-mon[92315]: pgmap v14715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:02 smithi172 ceph-mon[103696]: pgmap v14715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:03.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:03.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:04.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:04.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:04 smithi050 ceph-mon[92315]: pgmap v14716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:04 smithi172 ceph-mon[103696]: pgmap v14716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:05.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:05.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:06:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:06:06.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:06.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:06 smithi050 ceph-mon[92315]: pgmap v14717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:06 smithi172 ceph-mon[103696]: pgmap v14717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:07.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:07.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:08.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:08.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:08 smithi050 ceph-mon[92315]: pgmap v14718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:06:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:08 smithi172 ceph-mon[103696]: pgmap v14718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:06:09.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:09.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:10.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:10.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:10 smithi050 ceph-mon[92315]: pgmap v14719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:10 smithi172 ceph-mon[103696]: pgmap v14719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:11.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:11.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:12.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:12.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:12 smithi050 ceph-mon[92315]: pgmap v14720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:12 smithi172 ceph-mon[103696]: pgmap v14720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:13.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:13.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:14.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:14.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:14 smithi050 ceph-mon[92315]: pgmap v14721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:14 smithi172 ceph-mon[103696]: pgmap v14721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:15.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:15.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:16.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:16.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:16 smithi050 ceph-mon[92315]: pgmap v14722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:16 smithi172 ceph-mon[103696]: pgmap v14722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:17.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:17.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:18.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:18.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:18 smithi050 ceph-mon[92315]: pgmap v14723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:06:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:18 smithi172 ceph-mon[103696]: pgmap v14723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:06:19.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:19.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:19.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:06:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:06:20.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:20.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:20 smithi050 ceph-mon[92315]: pgmap v14724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:20 smithi172 ceph-mon[103696]: pgmap v14724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:21.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:21.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:22.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:22.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:22 smithi050 ceph-mon[92315]: pgmap v14725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:22 smithi172 ceph-mon[103696]: pgmap v14725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:23.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:23.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:24.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:24.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:24 smithi050 ceph-mon[92315]: pgmap v14726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:24 smithi172 ceph-mon[103696]: pgmap v14726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:25.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:25.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:26.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:26.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:26.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:26 smithi050 ceph-mon[92315]: pgmap v14727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:26 smithi172 ceph-mon[103696]: pgmap v14727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:27.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:27.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:28.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:28.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:28.792 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:28 smithi172 ceph-mon[103696]: pgmap v14728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:06:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:28 smithi050 ceph-mon[92315]: pgmap v14728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:06:29.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:29.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:30.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:30.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:30 smithi050 ceph-mon[92315]: pgmap v14729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:30 smithi172 ceph-mon[103696]: pgmap v14729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:31.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:31.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:32.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:32.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:32 smithi050 ceph-mon[92315]: pgmap v14730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:32 smithi172 ceph-mon[103696]: pgmap v14730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:33.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:33.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:34.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:34.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:34 smithi050 ceph-mon[92315]: pgmap v14731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:06:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:34 smithi172 ceph-mon[103696]: pgmap v14731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:06:35.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:35.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:36.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:36.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:36 smithi050 ceph-mon[92315]: pgmap v14732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:36 smithi172 ceph-mon[103696]: pgmap v14732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:37.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:37.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:38.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:38.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:38 smithi050 ceph-mon[92315]: pgmap v14733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:06:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:38 smithi172 ceph-mon[103696]: pgmap v14733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:06:39.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:39.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:40.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:40.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:40.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:40 smithi050 ceph-mon[92315]: pgmap v14734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:06:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:40 smithi172 ceph-mon[103696]: pgmap v14734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:06:41.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:41.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:06:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:06:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:06:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:06:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:06:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:06:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:06:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:06:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:06:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:06:42.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:42.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:42 smithi050 ceph-mon[92315]: pgmap v14735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:42 smithi172 ceph-mon[103696]: pgmap v14735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:43.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:43.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:44.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:44.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:44 smithi050 ceph-mon[92315]: pgmap v14736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:44 smithi172 ceph-mon[103696]: pgmap v14736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:45.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:45.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:46.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:46.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:46 smithi050 ceph-mon[92315]: pgmap v14737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:46 smithi172 ceph-mon[103696]: pgmap v14737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:47.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:47.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:48.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:48.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:48 smithi050 ceph-mon[92315]: pgmap v14738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:06:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:48 smithi172 ceph-mon[103696]: pgmap v14738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:06:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:06:49.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:49.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:06:50.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:50.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:50.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:50 smithi050 ceph-mon[92315]: pgmap v14739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:50 smithi172 ceph-mon[103696]: pgmap v14739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:51.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:51.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:52.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:52.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:52 smithi050 ceph-mon[92315]: pgmap v14740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:52.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:52 smithi172 ceph-mon[103696]: pgmap v14740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:53.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:53.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:54.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:54.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:54 smithi050 ceph-mon[92315]: pgmap v14741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:54.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:54 smithi172 ceph-mon[103696]: pgmap v14741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:55.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:55.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:56.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:56.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:56 smithi050 ceph-mon[92315]: pgmap v14742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:56 smithi172 ceph-mon[103696]: pgmap v14742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:06:57.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:57.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:58.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:58.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:06:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:06:58 smithi050 ceph-mon[92315]: pgmap v14743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:06:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:06:58 smithi172 ceph-mon[103696]: pgmap v14743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:06:59.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:06:59.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:00.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:00.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:00 smithi050 ceph-mon[92315]: pgmap v14744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:00 smithi172 ceph-mon[103696]: pgmap v14744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:01.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:01.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:02 smithi172 ceph-mon[103696]: pgmap v14745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:02.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:02.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:02 smithi050 ceph-mon[92315]: pgmap v14745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:03.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:03.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:04.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:04.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:04 smithi050 ceph-mon[92315]: pgmap v14746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:07:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:04 smithi172 ceph-mon[103696]: pgmap v14746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:07:05.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:05.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:06.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:06.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:06 smithi050 ceph-mon[92315]: pgmap v14747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:06 smithi172 ceph-mon[103696]: pgmap v14747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:07.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:07.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:08.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:08.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:08 smithi050 ceph-mon[92315]: pgmap v14748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:07:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:08 smithi172 ceph-mon[103696]: pgmap v14748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:07:09.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:09.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:10.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:10.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:10.840 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:10 smithi050 ceph-mon[92315]: pgmap v14749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:10 smithi172 ceph-mon[103696]: pgmap v14749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:11.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:11.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:12.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:12.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:12 smithi050 ceph-mon[92315]: pgmap v14750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:12 smithi172 ceph-mon[103696]: pgmap v14750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:13.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:13.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:14.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:14.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:14 smithi050 ceph-mon[92315]: pgmap v14751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:14.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:14 smithi172 ceph-mon[103696]: pgmap v14751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:15.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:15.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:16.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:16.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:16 smithi050 ceph-mon[92315]: pgmap v14752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:16 smithi172 ceph-mon[103696]: pgmap v14752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:17.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:17.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:18 smithi050 ceph-mon[92315]: pgmap v14753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:07:18.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:18.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:18 smithi172 ceph-mon[103696]: pgmap v14753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:07:19.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:19.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:07:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:07:20.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:20.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:20.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:20 smithi050 ceph-mon[92315]: pgmap v14754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:20 smithi172 ceph-mon[103696]: pgmap v14754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:21.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:21.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:22.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:22.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:22 smithi050 ceph-mon[92315]: pgmap v14755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:22 smithi172 ceph-mon[103696]: pgmap v14755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:23.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:23.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:24.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:24.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:24 smithi050 ceph-mon[92315]: pgmap v14756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:24 smithi172 ceph-mon[103696]: pgmap v14756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:25.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:25.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:26.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:26.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:26 smithi050 ceph-mon[92315]: pgmap v14757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:26 smithi172 ceph-mon[103696]: pgmap v14757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:27.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:27.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:28.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:28.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:28 smithi050 ceph-mon[92315]: pgmap v14758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:07:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:28 smithi172 ceph-mon[103696]: pgmap v14758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:07:29.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:29.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:30.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:30.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:30 smithi050 ceph-mon[92315]: pgmap v14759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:30 smithi172 ceph-mon[103696]: pgmap v14759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:31.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:31.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:32.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:32.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:32 smithi172 ceph-mon[103696]: pgmap v14760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:32 smithi050 ceph-mon[92315]: pgmap v14760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:33.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:33.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:34.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:34.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:34 smithi172 ceph-mon[103696]: pgmap v14761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:07:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:34 smithi050 ceph-mon[92315]: pgmap v14761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:07:35.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:35.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:36.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:36.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:36 smithi172 ceph-mon[103696]: pgmap v14762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:36 smithi050 ceph-mon[92315]: pgmap v14762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:37.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:37.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:38.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:38.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:38 smithi172 ceph-mon[103696]: pgmap v14763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:07:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:38 smithi050 ceph-mon[92315]: pgmap v14763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:07:39.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:39.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:40.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:40.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:40.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:40 smithi172 ceph-mon[103696]: pgmap v14764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:40 smithi050 ceph-mon[92315]: pgmap v14764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:41.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:41.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:07:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:07:42.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:42.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:42 smithi172 ceph-mon[103696]: pgmap v14765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:07:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:07:42.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:07:42.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:07:42.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:07:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:42 smithi050 ceph-mon[92315]: pgmap v14765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:07:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:07:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:07:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:07:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:07:43.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:43.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:44.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:44.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:44 smithi172 ceph-mon[103696]: pgmap v14766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:44 smithi050 ceph-mon[92315]: pgmap v14766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:45.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:45.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:46.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:46.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:46 smithi172 ceph-mon[103696]: pgmap v14767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:47.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:46 smithi050 ceph-mon[92315]: pgmap v14767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:47.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:47.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:48.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:48.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:48.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:48 smithi172 ceph-mon[103696]: pgmap v14768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:07:49.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:48 smithi050 ceph-mon[92315]: pgmap v14768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:07:49.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:49.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:07:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:07:50.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:50.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:51.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:50 smithi050 ceph-mon[92315]: pgmap v14769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:50 smithi172 ceph-mon[103696]: pgmap v14769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:51.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:51.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:52.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:52.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:52 smithi050 ceph-mon[92315]: pgmap v14770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:52 smithi172 ceph-mon[103696]: pgmap v14770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:53.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:53.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:54.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:54.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:54 smithi050 ceph-mon[92315]: pgmap v14771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:54 smithi172 ceph-mon[103696]: pgmap v14771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:55.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:55.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:56.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:56.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:56 smithi050 ceph-mon[92315]: pgmap v14772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:56 smithi172 ceph-mon[103696]: pgmap v14772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:07:57.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:57.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:58.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:58.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:07:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:07:58 smithi050 ceph-mon[92315]: pgmap v14773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:07:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:07:58 smithi172 ceph-mon[103696]: pgmap v14773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:07:59.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:07:59.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:00.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:00.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:00 smithi050 ceph-mon[92315]: pgmap v14774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:00 smithi172 ceph-mon[103696]: pgmap v14774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:01.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:01.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:02.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:02.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:02 smithi050 ceph-mon[92315]: pgmap v14775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:02 smithi172 ceph-mon[103696]: pgmap v14775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:03.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:03.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:04.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:04.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:04 smithi050 ceph-mon[92315]: pgmap v14776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:08:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:04 smithi172 ceph-mon[103696]: pgmap v14776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:08:05.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:05.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:06.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:06.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:06 smithi050 ceph-mon[92315]: pgmap v14777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:06 smithi172 ceph-mon[103696]: pgmap v14777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:07.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:07.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:08.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:08.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:08 smithi050 ceph-mon[92315]: pgmap v14778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:08:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:08 smithi172 ceph-mon[103696]: pgmap v14778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:08:09.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:09.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:10.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:10.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:10 smithi050 ceph-mon[92315]: pgmap v14779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:10 smithi172 ceph-mon[103696]: pgmap v14779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:11.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:11.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:12.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:12.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:12 smithi050 ceph-mon[92315]: pgmap v14780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:12 smithi172 ceph-mon[103696]: pgmap v14780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:13.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:13.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:14.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:14.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:14 smithi050 ceph-mon[92315]: pgmap v14781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:14 smithi172 ceph-mon[103696]: pgmap v14781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:15.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:15.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:16.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:16.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:16.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:16 smithi050 ceph-mon[92315]: pgmap v14782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:16 smithi172 ceph-mon[103696]: pgmap v14782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:17.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:17.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:18.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:18.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:18 smithi050 ceph-mon[92315]: pgmap v14783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:08:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:18 smithi172 ceph-mon[103696]: pgmap v14783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:08:19.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:19.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:19.963 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:08:20.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:08:20.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:20.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:20 smithi050 ceph-mon[92315]: pgmap v14784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:20 smithi172 ceph-mon[103696]: pgmap v14784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:21.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:21.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:22.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:22.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:22 smithi050 ceph-mon[92315]: pgmap v14785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:22 smithi172 ceph-mon[103696]: pgmap v14785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:23.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:23.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:24.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:24.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:25.016 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:24 smithi172 ceph-mon[103696]: pgmap v14786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:24 smithi050 ceph-mon[92315]: pgmap v14786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:25.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:25.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:26.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:26.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:26 smithi050 ceph-mon[92315]: pgmap v14787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:26 smithi172 ceph-mon[103696]: pgmap v14787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:27.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:27.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:28.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:28.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:28 smithi050 ceph-mon[92315]: pgmap v14788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:08:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:28 smithi172 ceph-mon[103696]: pgmap v14788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:08:29.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:29.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:30.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:30.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:30 smithi050 ceph-mon[92315]: pgmap v14789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:31.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:30 smithi172 ceph-mon[103696]: pgmap v14789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:31.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:31.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:32.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:32.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:32 smithi050 ceph-mon[92315]: pgmap v14790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:32 smithi172 ceph-mon[103696]: pgmap v14790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:33.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:33.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:34.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:34.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:34 smithi050 ceph-mon[92315]: pgmap v14791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:08:35.120 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:34 smithi172 ceph-mon[103696]: pgmap v14791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:35.121 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:08:35.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:35.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:36.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:36.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:36 smithi050 ceph-mon[92315]: pgmap v14792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:36 smithi172 ceph-mon[103696]: pgmap v14792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:37.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:37.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:38.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:38.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:38 smithi050 ceph-mon[92315]: pgmap v14793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:08:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:38 smithi172 ceph-mon[103696]: pgmap v14793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:08:39.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:39.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:40.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:40.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:40 smithi050 ceph-mon[92315]: pgmap v14794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:40 smithi172 ceph-mon[103696]: pgmap v14794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:41.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:41.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:42.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:42.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:42 smithi050 ceph-mon[92315]: pgmap v14795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:08:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:42 smithi172 ceph-mon[103696]: pgmap v14795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:08:43.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:43.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:44.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:44.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:44 smithi050 ceph-mon[92315]: pgmap v14796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:44 smithi172 ceph-mon[103696]: pgmap v14796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:45.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:45.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:46.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:46.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:47.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:46 smithi050 ceph-mon[92315]: pgmap v14797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:47.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:08:47.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:08:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:46 smithi172 ceph-mon[103696]: pgmap v14797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:08:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:08:47.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:47.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:08:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:08:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:08:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:08:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:08:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:08:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:08:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:08:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:08:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:08:48.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:48.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:48 smithi050 ceph-mon[92315]: pgmap v14798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:08:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:48 smithi172 ceph-mon[103696]: pgmap v14798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:08:49.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:49.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:08:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:08:50.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:50.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:50 smithi050 ceph-mon[92315]: pgmap v14799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:50 smithi172 ceph-mon[103696]: pgmap v14799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:51.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:51.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:52.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:52.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:52 smithi050 ceph-mon[92315]: pgmap v14800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:52 smithi172 ceph-mon[103696]: pgmap v14800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:53.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:53.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:54.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:54.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:54 smithi050 ceph-mon[92315]: pgmap v14801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:54 smithi172 ceph-mon[103696]: pgmap v14801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:55.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:55.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:56.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:56.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:57.056 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:56 smithi050 ceph-mon[92315]: pgmap v14802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:56 smithi172 ceph-mon[103696]: pgmap v14802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:08:57.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:57.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:58.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:58.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:08:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:08:58 smithi050 ceph-mon[92315]: pgmap v14803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:08:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:08:58 smithi172 ceph-mon[103696]: pgmap v14803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:08:59.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:08:59.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:00.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:00.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:00 smithi050 ceph-mon[92315]: pgmap v14804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:00 smithi172 ceph-mon[103696]: pgmap v14804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:01.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:01.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:02.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:02.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:02 smithi050 ceph-mon[92315]: pgmap v14805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:02 smithi172 ceph-mon[103696]: pgmap v14805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:03.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:03.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:04.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:04.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:04 smithi050 ceph-mon[92315]: pgmap v14806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:09:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:04 smithi172 ceph-mon[103696]: pgmap v14806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:09:05.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:05.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:06.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:06.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:06 smithi050 ceph-mon[92315]: pgmap v14807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:06 smithi172 ceph-mon[103696]: pgmap v14807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:07.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:07.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:08.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:08.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:08 smithi050 ceph-mon[92315]: pgmap v14808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:09:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:08 smithi172 ceph-mon[103696]: pgmap v14808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:09:09.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:09.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:10.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:10.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:10 smithi050 ceph-mon[92315]: pgmap v14809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:10 smithi172 ceph-mon[103696]: pgmap v14809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:11.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:11.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:12.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:12.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:12 smithi050 ceph-mon[92315]: pgmap v14810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:12 smithi172 ceph-mon[103696]: pgmap v14810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:13.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:13.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:14.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:14.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:14 smithi050 ceph-mon[92315]: pgmap v14811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:14 smithi172 ceph-mon[103696]: pgmap v14811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:15.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:15.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:16.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:16.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:16 smithi050 ceph-mon[92315]: pgmap v14812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:16 smithi172 ceph-mon[103696]: pgmap v14812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:17.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:17.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:18.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:18.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:18 smithi050 ceph-mon[92315]: pgmap v14813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:09:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:18 smithi172 ceph-mon[103696]: pgmap v14813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:09:19.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:19.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:09:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:09:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:20 smithi172 ceph-mon[103696]: pgmap v14814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:20.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:20.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:21.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:20 smithi050 ceph-mon[92315]: pgmap v14814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:21.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:21.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:22.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:22.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:22 smithi050 ceph-mon[92315]: pgmap v14815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:22 smithi172 ceph-mon[103696]: pgmap v14815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:23.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:23.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:24.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:23 smithi050 ceph-mon[92315]: pgmap v14816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:23 smithi172 ceph-mon[103696]: pgmap v14816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:24.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:24.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:25.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:25.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:26 smithi050 ceph-mon[92315]: pgmap v14817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:26 smithi172 ceph-mon[103696]: pgmap v14817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:26.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:26.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:27.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:27.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:28 smithi050 ceph-mon[92315]: pgmap v14818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:09:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:28 smithi172 ceph-mon[103696]: pgmap v14818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:09:28.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:28.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:29.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:29.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:30.698 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:30 smithi172 ceph-mon[103696]: pgmap v14819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:30 smithi050 ceph-mon[92315]: pgmap v14819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:30.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:30.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:31.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:31.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:32 smithi050 ceph-mon[92315]: pgmap v14820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:32 smithi172 ceph-mon[103696]: pgmap v14820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:32.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:32.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:33.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:33.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:34 smithi050 ceph-mon[92315]: pgmap v14821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:34 smithi172 ceph-mon[103696]: pgmap v14821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:34.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:34.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:35.751 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:09:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:09:35.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:35.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:36 smithi050 ceph-mon[92315]: pgmap v14822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:36 smithi172 ceph-mon[103696]: pgmap v14822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:36.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:36.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:37.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:37.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:38 smithi050 ceph-mon[92315]: pgmap v14823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:09:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:38 smithi172 ceph-mon[103696]: pgmap v14823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:09:38.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:38.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:39.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:39.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:40.804 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:40 smithi172 ceph-mon[103696]: pgmap v14824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:40 smithi050 ceph-mon[92315]: pgmap v14824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:40.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:40.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:41.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:41.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:42.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:42 smithi050 ceph-mon[92315]: pgmap v14825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:42 smithi172 ceph-mon[103696]: pgmap v14825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:42.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:42.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:43.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:43.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:44 smithi050 ceph-mon[92315]: pgmap v14826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:44 smithi172 ceph-mon[103696]: pgmap v14826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:44.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:44.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:45.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:45.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:46 smithi050 ceph-mon[92315]: pgmap v14827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:46 smithi172 ceph-mon[103696]: pgmap v14827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:46.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:46.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:09:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:09:47.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:47.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:48 smithi050 ceph-mon[92315]: pgmap v14828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:09:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:09:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:09:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:09:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:09:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:09:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:48 smithi172 ceph-mon[103696]: pgmap v14828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:09:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:09:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:09:48.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:09:48.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:09:48.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:09:48.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:48.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:49.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:49.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:50 smithi050 ceph-mon[92315]: pgmap v14829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:09:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:50 smithi172 ceph-mon[103696]: pgmap v14829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:09:50.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:50.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:51.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:51.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:52.686 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:52 smithi050 ceph-mon[92315]: pgmap v14830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:52 smithi172 ceph-mon[103696]: pgmap v14830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:52.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:52.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:53.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:53.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:54 smithi050 ceph-mon[92315]: pgmap v14831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:54 smithi172 ceph-mon[103696]: pgmap v14831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:54.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:54.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:55.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:55.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:56 smithi050 ceph-mon[92315]: pgmap v14832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:56 smithi172 ceph-mon[103696]: pgmap v14832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:09:56.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:56.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:57.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:57.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:09:58 smithi050 ceph-mon[92315]: pgmap v14833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:09:58.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:09:58 smithi172 ceph-mon[103696]: pgmap v14833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:09:58.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:58.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:09:59.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:09:59.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:00 smithi050 ceph-mon[92315]: pgmap v14834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T22:10:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:00 smithi172 ceph-mon[103696]: pgmap v14834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T22:10:00.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:00.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:01.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:01.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:02.801 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:02 smithi050 ceph-mon[92315]: pgmap v14835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:02 smithi172 ceph-mon[103696]: pgmap v14835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:02.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:02.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:03.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:03.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:04 smithi050 ceph-mon[92315]: pgmap v14836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:04 smithi172 ceph-mon[103696]: pgmap v14836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:04.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:04.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:10:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:10:05.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:05.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:06 smithi050 ceph-mon[92315]: pgmap v14837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:06 smithi172 ceph-mon[103696]: pgmap v14837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:06.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:06.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:07.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:07.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:08 smithi050 ceph-mon[92315]: pgmap v14838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:10:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:08 smithi172 ceph-mon[103696]: pgmap v14838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:10:08.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:08.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:09.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:09.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:10 smithi050 ceph-mon[92315]: pgmap v14839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:10 smithi172 ceph-mon[103696]: pgmap v14839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:10.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:10.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:11.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:11.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:12 smithi050 ceph-mon[92315]: pgmap v14840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:12 smithi172 ceph-mon[103696]: pgmap v14840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:12.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:12.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:13.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:13.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:14 smithi050 ceph-mon[92315]: pgmap v14841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:14 smithi172 ceph-mon[103696]: pgmap v14841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:14.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:14.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:15.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:15.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:16 smithi050 ceph-mon[92315]: pgmap v14842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:16 smithi172 ceph-mon[103696]: pgmap v14842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:16.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:16.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:17.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:17.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:18 smithi050 ceph-mon[92315]: pgmap v14843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:10:18.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:18 smithi172 ceph-mon[103696]: pgmap v14843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:10:18.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:18.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:19.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:19.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:20 smithi050 ceph-mon[92315]: pgmap v14844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:10:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:20 smithi172 ceph-mon[103696]: pgmap v14844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:10:20.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:20.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:21.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:21.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:22 smithi050 ceph-mon[92315]: pgmap v14845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:22.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:22 smithi172 ceph-mon[103696]: pgmap v14845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:22.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:23.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:23.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:23.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:24 smithi050 ceph-mon[92315]: pgmap v14846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:24 smithi172 ceph-mon[103696]: pgmap v14846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:24.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:24.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:25.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:25.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:26 smithi172 ceph-mon[103696]: pgmap v14847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:26 smithi050 ceph-mon[92315]: pgmap v14847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:26.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:26.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:27.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:27.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:28 smithi172 ceph-mon[103696]: pgmap v14848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:10:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:28 smithi050 ceph-mon[92315]: pgmap v14848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:10:29.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:29.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:30.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:30.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:30 smithi172 ceph-mon[103696]: pgmap v14849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:30 smithi050 ceph-mon[92315]: pgmap v14849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:31.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:31.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:32.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:32.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:32 smithi172 ceph-mon[103696]: pgmap v14850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:32 smithi050 ceph-mon[92315]: pgmap v14850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:33.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:33.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:34.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:34.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:34 smithi050 ceph-mon[92315]: pgmap v14851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:34 smithi172 ceph-mon[103696]: pgmap v14851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:35.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:35.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:10:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:10:36.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:36.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:36 smithi172 ceph-mon[103696]: pgmap v14852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:36 smithi050 ceph-mon[92315]: pgmap v14852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:37.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:37.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:38.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:38.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:38 smithi050 ceph-mon[92315]: pgmap v14853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:10:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:38 smithi172 ceph-mon[103696]: pgmap v14853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:10:39.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:39.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:40.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:40.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:40 smithi172 ceph-mon[103696]: pgmap v14854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:40 smithi050 ceph-mon[92315]: pgmap v14854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:41.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:41.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:42.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:42.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:42 smithi172 ceph-mon[103696]: pgmap v14855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:42 smithi050 ceph-mon[92315]: pgmap v14855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:43.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:43.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:44.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:44.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:44 smithi050 ceph-mon[92315]: pgmap v14856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:44 smithi172 ceph-mon[103696]: pgmap v14856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:45.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:45.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:46.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:46.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:46 smithi172 ceph-mon[103696]: pgmap v14857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:46 smithi050 ceph-mon[92315]: pgmap v14857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:47.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:47.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:48.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:48.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:48.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:48 smithi050 ceph-mon[92315]: pgmap v14858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:10:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:10:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:48 smithi172 ceph-mon[103696]: pgmap v14858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:10:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:10:49.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:49.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:50.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:50.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:50 smithi172 ceph-mon[103696]: pgmap v14859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:50.927 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:10:50.928 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:50 smithi050 ceph-mon[92315]: pgmap v14859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:50.928 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:10:51.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:51.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:52.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:52.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:52 smithi172 ceph-mon[103696]: pgmap v14860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:52 smithi050 ceph-mon[92315]: pgmap v14860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:53.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:53.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:54.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:54.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:54 smithi050 ceph-mon[92315]: pgmap v14861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:54 smithi172 ceph-mon[103696]: pgmap v14861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:55.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:55.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:56.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:56.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:56.594 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:10:56.595 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:10:56.595 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:56 smithi172 ceph-mon[103696]: pgmap v14862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:56.595 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:10:56.595 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:10:56.595 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:10:56.595 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:10:56.595 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:10:56.595 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:10:56.595 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:10:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:10:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:10:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:56 smithi050 ceph-mon[92315]: pgmap v14862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:10:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:10:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:10:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:10:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:10:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:10:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:10:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:10:57.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:57.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:58.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:58.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:10:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:10:58 smithi050 ceph-mon[92315]: pgmap v14863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:10:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:10:58 smithi172 ceph-mon[103696]: pgmap v14863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:10:59.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:10:59.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:00.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:00.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:00 smithi050 ceph-mon[92315]: pgmap v14864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:00 smithi172 ceph-mon[103696]: pgmap v14864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:01.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:01.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:02.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:02.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:02 smithi050 ceph-mon[92315]: pgmap v14865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:02 smithi172 ceph-mon[103696]: pgmap v14865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:03.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:03.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:04.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:04.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:04 smithi050 ceph-mon[92315]: pgmap v14866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:04 smithi172 ceph-mon[103696]: pgmap v14866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:05.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:05.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:11:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:11:06.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:06.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:06.699 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:06 smithi172 ceph-mon[103696]: pgmap v14867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:06 smithi050 ceph-mon[92315]: pgmap v14867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:07.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:07.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:08.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:08.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:08 smithi050 ceph-mon[92315]: pgmap v14868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:11:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:08 smithi172 ceph-mon[103696]: pgmap v14868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:11:09.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:09.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:10.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:10.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:10 smithi050 ceph-mon[92315]: pgmap v14869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:10 smithi172 ceph-mon[103696]: pgmap v14869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:11.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:11.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:12.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:12.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:12 smithi050 ceph-mon[92315]: pgmap v14870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:12 smithi172 ceph-mon[103696]: pgmap v14870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:13.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:13.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:14.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:14.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:14 smithi050 ceph-mon[92315]: pgmap v14871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:14 smithi172 ceph-mon[103696]: pgmap v14871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:15.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:15.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:16.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:16.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:16 smithi172 ceph-mon[103696]: pgmap v14872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:16 smithi050 ceph-mon[92315]: pgmap v14872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:17.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:17.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:18.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:18.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:18 smithi172 ceph-mon[103696]: pgmap v14873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:11:18.659 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:18 smithi050 ceph-mon[92315]: pgmap v14873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:11:19.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:19.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:20.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:20.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:20 smithi172 ceph-mon[103696]: pgmap v14874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:20.938 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:11:20.939 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:20 smithi050 ceph-mon[92315]: pgmap v14874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:20.939 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:11:21.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:21.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:22.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:22.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:22 smithi172 ceph-mon[103696]: pgmap v14875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:22 smithi050 ceph-mon[92315]: pgmap v14875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:23.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:23.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:24.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:24.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:24 smithi050 ceph-mon[92315]: pgmap v14876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:24 smithi172 ceph-mon[103696]: pgmap v14876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:25.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:25.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:26.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:26.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:26 smithi172 ceph-mon[103696]: pgmap v14877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:26 smithi050 ceph-mon[92315]: pgmap v14877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:27.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:27.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:28.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:28.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:28.774 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:28 smithi050 ceph-mon[92315]: pgmap v14878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:11:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:28 smithi172 ceph-mon[103696]: pgmap v14878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:11:29.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:29.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:30.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:30.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:30 smithi050 ceph-mon[92315]: pgmap v14879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:30.991 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:30 smithi172 ceph-mon[103696]: pgmap v14879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:31.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:31.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:32.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:32.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:32 smithi050 ceph-mon[92315]: pgmap v14880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:32 smithi172 ceph-mon[103696]: pgmap v14880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:33.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:33.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:34.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:34.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:34 smithi050 ceph-mon[92315]: pgmap v14881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:34 smithi172 ceph-mon[103696]: pgmap v14881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:35.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:35.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:11:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:11:36.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:36.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:36 smithi050 ceph-mon[92315]: pgmap v14882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:36 smithi172 ceph-mon[103696]: pgmap v14882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:37.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:37.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:38.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:38.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:38 smithi050 ceph-mon[92315]: pgmap v14883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:11:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:38 smithi172 ceph-mon[103696]: pgmap v14883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:11:39.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:39.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:40.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:40.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:40 smithi050 ceph-mon[92315]: pgmap v14884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:40 smithi172 ceph-mon[103696]: pgmap v14884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:41.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:41.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:42.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:42.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:42 smithi050 ceph-mon[92315]: pgmap v14885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:42 smithi172 ceph-mon[103696]: pgmap v14885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:43.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:43.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:44.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:44.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:44 smithi050 ceph-mon[92315]: pgmap v14886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:44 smithi172 ceph-mon[103696]: pgmap v14886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:45.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:45.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:46.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:46.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:46 smithi172 ceph-mon[103696]: pgmap v14887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:46 smithi050 ceph-mon[92315]: pgmap v14887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:47.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:47.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:48.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:48.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:48 smithi050 ceph-mon[92315]: pgmap v14888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:11:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:48 smithi172 ceph-mon[103696]: pgmap v14888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:11:49.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:49.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:50.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:50.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:50 smithi050 ceph-mon[92315]: pgmap v14889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:11:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:50 smithi172 ceph-mon[103696]: pgmap v14889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:11:51.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:51.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:52.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:52.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:52 smithi050 ceph-mon[92315]: pgmap v14890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:52 smithi172 ceph-mon[103696]: pgmap v14890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:53.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:53.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:54.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:54.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:54 smithi050 ceph-mon[92315]: pgmap v14891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:54 smithi172 ceph-mon[103696]: pgmap v14891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:55.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:55.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:56.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:56.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:56 smithi172 ceph-mon[103696]: pgmap v14892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:11:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:56 smithi050 ceph-mon[92315]: pgmap v14892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:11:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:11:57.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:57.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:11:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:11:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:11:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:11:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:11:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:11:58.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:11:58.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:11:58.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:11:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:11:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:11:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:11:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:11:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:11:58.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:11:58.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:11:58.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:11:58.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:11:58.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:58.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:11:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:11:58 smithi050 ceph-mon[92315]: pgmap v14893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:11:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:11:58 smithi172 ceph-mon[103696]: pgmap v14893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:11:59.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:11:59.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:00.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:00.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:00 smithi050 ceph-mon[92315]: pgmap v14894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:00 smithi172 ceph-mon[103696]: pgmap v14894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:01.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:01.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:02.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:02.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:02 smithi050 ceph-mon[92315]: pgmap v14895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:02 smithi172 ceph-mon[103696]: pgmap v14895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:03.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:03.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:04.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:04.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:04 smithi050 ceph-mon[92315]: pgmap v14896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:12:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:04 smithi172 ceph-mon[103696]: pgmap v14896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:12:05.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:05.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:06.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:06.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:06 smithi172 ceph-mon[103696]: pgmap v14897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:06 smithi050 ceph-mon[92315]: pgmap v14897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:07.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:07.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:08.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:08.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:08 smithi050 ceph-mon[92315]: pgmap v14898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:12:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:08 smithi172 ceph-mon[103696]: pgmap v14898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:12:09.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:09.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:10.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:10.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:10 smithi050 ceph-mon[92315]: pgmap v14899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:10 smithi172 ceph-mon[103696]: pgmap v14899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:11.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:11.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:12.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:12.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:12 smithi050 ceph-mon[92315]: pgmap v14900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:12 smithi172 ceph-mon[103696]: pgmap v14900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:13.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:13.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:14.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:14.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:14 smithi050 ceph-mon[92315]: pgmap v14901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:14 smithi172 ceph-mon[103696]: pgmap v14901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:15.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:15.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:16.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:16.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:16 smithi050 ceph-mon[92315]: pgmap v14902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:16 smithi172 ceph-mon[103696]: pgmap v14902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:17.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:17.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:18.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:18.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:18 smithi050 ceph-mon[92315]: pgmap v14903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:12:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:18 smithi172 ceph-mon[103696]: pgmap v14903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:12:19.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:19.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:20.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:20.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:20 smithi050 ceph-mon[92315]: pgmap v14904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:12:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:20 smithi172 ceph-mon[103696]: pgmap v14904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:12:21.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:21.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:22.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:22.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:22 smithi050 ceph-mon[92315]: pgmap v14905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:22 smithi172 ceph-mon[103696]: pgmap v14905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:23.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:23.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:24.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:24.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:24 smithi050 ceph-mon[92315]: pgmap v14906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:24 smithi172 ceph-mon[103696]: pgmap v14906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:25.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:25.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:26.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:26.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:26 smithi050 ceph-mon[92315]: pgmap v14907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:26 smithi172 ceph-mon[103696]: pgmap v14907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:27.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:27.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:28.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:28.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:28 smithi050 ceph-mon[92315]: pgmap v14908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:12:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:28 smithi172 ceph-mon[103696]: pgmap v14908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:12:29.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:29.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:30.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:30.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:30 smithi050 ceph-mon[92315]: pgmap v14909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:30 smithi172 ceph-mon[103696]: pgmap v14909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:31.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:31.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:32.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:32.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:32 smithi050 ceph-mon[92315]: pgmap v14910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:32 smithi172 ceph-mon[103696]: pgmap v14910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:33.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:33.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:34.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:34.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:34 smithi050 ceph-mon[92315]: pgmap v14911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:34 smithi172 ceph-mon[103696]: pgmap v14911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:35.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:35.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:12:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:12:36.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:36.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:36 smithi050 ceph-mon[92315]: pgmap v14912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:36 smithi172 ceph-mon[103696]: pgmap v14912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:37.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:37.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:38.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:38.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:38 smithi050 ceph-mon[92315]: pgmap v14913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:12:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:38 smithi172 ceph-mon[103696]: pgmap v14913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:12:39.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:39.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:40.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:40.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:40 smithi050 ceph-mon[92315]: pgmap v14914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:40 smithi172 ceph-mon[103696]: pgmap v14914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:41.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:41.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:42.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:42.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:42 smithi050 ceph-mon[92315]: pgmap v14915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:42 smithi172 ceph-mon[103696]: pgmap v14915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:43.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:43.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:44.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:44.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:44 smithi050 ceph-mon[92315]: pgmap v14916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:44 smithi172 ceph-mon[103696]: pgmap v14916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:45.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:45.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:46.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:46.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:46 smithi050 ceph-mon[92315]: pgmap v14917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:46 smithi172 ceph-mon[103696]: pgmap v14917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:47.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:47.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:48.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:48.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:48 smithi050 ceph-mon[92315]: pgmap v14918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:12:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:48 smithi172 ceph-mon[103696]: pgmap v14918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:12:49.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:49.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:50.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:50.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:50 smithi050 ceph-mon[92315]: pgmap v14919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:12:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:50 smithi172 ceph-mon[103696]: pgmap v14919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:12:51.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:51.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:52.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:52.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:52.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:52 smithi172 ceph-mon[103696]: pgmap v14920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:52 smithi050 ceph-mon[92315]: pgmap v14920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:53.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:53.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:54.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:54.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:54.744 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:54 smithi050 ceph-mon[92315]: pgmap v14921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:54 smithi172 ceph-mon[103696]: pgmap v14921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:55.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:55.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:56.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:56.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:56 smithi050 ceph-mon[92315]: pgmap v14922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:56 smithi172 ceph-mon[103696]: pgmap v14922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:12:57.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:57.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:12:57.857 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:12:58.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:58.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:12:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:58 smithi050 ceph-mon[92315]: pgmap v14923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:12:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:12:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:12:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:12:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:12:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:12:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:12:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:58 smithi172 ceph-mon[103696]: pgmap v14923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:12:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:12:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:12:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:12:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:12:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:12:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:12:59.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:12:59.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:00.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:00.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:00 smithi050 ceph-mon[92315]: pgmap v14924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:00 smithi172 ceph-mon[103696]: pgmap v14924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:01.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:01.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:02.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:02.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:02 smithi050 ceph-mon[92315]: pgmap v14925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:02 smithi172 ceph-mon[103696]: pgmap v14925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:03.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:03.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:04.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:04.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:04 smithi050 ceph-mon[92315]: pgmap v14926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:13:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:04 smithi172 ceph-mon[103696]: pgmap v14926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:13:05.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:05.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:06.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:06.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:06 smithi050 ceph-mon[92315]: pgmap v14927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:06 smithi172 ceph-mon[103696]: pgmap v14927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:07.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:07.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:08.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:08.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:08 smithi050 ceph-mon[92315]: pgmap v14928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:13:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:08 smithi172 ceph-mon[103696]: pgmap v14928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:13:09.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:09.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:10.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:10.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:10 smithi050 ceph-mon[92315]: pgmap v14929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:10 smithi172 ceph-mon[103696]: pgmap v14929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:11.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:11.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:12.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:12.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:12 smithi050 ceph-mon[92315]: pgmap v14930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:12 smithi172 ceph-mon[103696]: pgmap v14930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:13.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:13.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:14.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:14.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:14 smithi050 ceph-mon[92315]: pgmap v14931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:14 smithi172 ceph-mon[103696]: pgmap v14931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:15.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:15.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:16.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:16.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:16 smithi050 ceph-mon[92315]: pgmap v14932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:16 smithi172 ceph-mon[103696]: pgmap v14932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:17.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:17.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:18.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:18.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:18 smithi050 ceph-mon[92315]: pgmap v14933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:13:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:18 smithi172 ceph-mon[103696]: pgmap v14933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:13:19.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:19.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:20.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:20.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:20 smithi050 ceph-mon[92315]: pgmap v14934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:13:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:20 smithi172 ceph-mon[103696]: pgmap v14934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:13:21.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:21.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:22.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:22.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:22 smithi050 ceph-mon[92315]: pgmap v14935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:22 smithi172 ceph-mon[103696]: pgmap v14935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:23.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:23.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:24.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:24.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:24 smithi050 ceph-mon[92315]: pgmap v14936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:24 smithi172 ceph-mon[103696]: pgmap v14936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:25.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:25.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:26.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:26.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:26 smithi050 ceph-mon[92315]: pgmap v14937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:26 smithi172 ceph-mon[103696]: pgmap v14937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:27.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:27.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:28.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:28.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:28 smithi050 ceph-mon[92315]: pgmap v14938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:13:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:28 smithi172 ceph-mon[103696]: pgmap v14938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:13:29.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:29.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:30.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:30.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:30 smithi050 ceph-mon[92315]: pgmap v14939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:30 smithi172 ceph-mon[103696]: pgmap v14939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:31.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:31.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:32.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:32.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:32 smithi050 ceph-mon[92315]: pgmap v14940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:32 smithi172 ceph-mon[103696]: pgmap v14940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:33.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:33.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:34.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:34.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:34 smithi050 ceph-mon[92315]: pgmap v14941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:34 smithi172 ceph-mon[103696]: pgmap v14941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:35.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:35.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:13:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:13:36.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:36.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:36 smithi050 ceph-mon[92315]: pgmap v14942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:36 smithi172 ceph-mon[103696]: pgmap v14942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:37.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:37.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:38.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:38.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:38 smithi172 ceph-mon[103696]: pgmap v14943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:13:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:38 smithi050 ceph-mon[92315]: pgmap v14943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:13:39.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:39.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:40.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:40.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:40 smithi050 ceph-mon[92315]: pgmap v14944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:40 smithi172 ceph-mon[103696]: pgmap v14944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:41.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:41.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:42.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:42.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:42 smithi050 ceph-mon[92315]: pgmap v14945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:42 smithi172 ceph-mon[103696]: pgmap v14945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:43.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:43.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:44.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:44.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:44 smithi050 ceph-mon[92315]: pgmap v14946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:44 smithi172 ceph-mon[103696]: pgmap v14946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:45.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:45.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:46.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:46.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:46 smithi050 ceph-mon[92315]: pgmap v14947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:46 smithi172 ceph-mon[103696]: pgmap v14947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:47.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:47.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:48.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:48.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:48 smithi050 ceph-mon[92315]: pgmap v14948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:13:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:48 smithi172 ceph-mon[103696]: pgmap v14948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:13:49.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:49.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:50.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:50.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:50 smithi050 ceph-mon[92315]: pgmap v14949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:13:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:50 smithi172 ceph-mon[103696]: pgmap v14949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:13:51.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:51.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:52.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:52.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:52 smithi050 ceph-mon[92315]: pgmap v14950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:52 smithi172 ceph-mon[103696]: pgmap v14950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:53.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:53.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:54.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:54.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:54 smithi050 ceph-mon[92315]: pgmap v14951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:54 smithi172 ceph-mon[103696]: pgmap v14951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:55.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:55.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:56.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:56.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:56 smithi050 ceph-mon[92315]: pgmap v14952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:56 smithi172 ceph-mon[103696]: pgmap v14952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:13:57.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:57.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:58.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:58.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:58 smithi050 ceph-mon[92315]: pgmap v14953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:13:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:13:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:58 smithi172 ceph-mon[103696]: pgmap v14953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:13:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:13:59.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:13:59.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:13:59.753 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:13:59.753 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:13:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:13:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:13:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:13:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:14:00.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:00.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:00 smithi050 ceph-mon[92315]: pgmap v14954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:00 smithi172 ceph-mon[103696]: pgmap v14954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:01.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:01.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:02.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:02.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:02 smithi050 ceph-mon[92315]: pgmap v14955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:02 smithi172 ceph-mon[103696]: pgmap v14955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:03.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:03.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:14:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:14:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:14:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:14:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:14:03.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:14:03.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:14:03.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:14:03.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:14:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:14:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:14:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:14:04.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:14:04.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:14:04.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:14:04.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:14:04.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:14:04.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:14:04.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:04.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:04 smithi050 ceph-mon[92315]: pgmap v14956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:14:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:04 smithi172 ceph-mon[103696]: pgmap v14956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:14:05.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:05.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:06.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:06.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:06 smithi050 ceph-mon[92315]: pgmap v14957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:06 smithi172 ceph-mon[103696]: pgmap v14957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:07.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:07.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:08.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:08.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:08 smithi050 ceph-mon[92315]: pgmap v14958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:14:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:08 smithi172 ceph-mon[103696]: pgmap v14958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:14:09.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:09.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:10.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:10.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:10 smithi050 ceph-mon[92315]: pgmap v14959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:10 smithi172 ceph-mon[103696]: pgmap v14959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:11.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:11.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:12.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:12.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:12 smithi050 ceph-mon[92315]: pgmap v14960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:12 smithi172 ceph-mon[103696]: pgmap v14960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:13.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:13.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:14.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:14.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:14 smithi050 ceph-mon[92315]: pgmap v14961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:14 smithi172 ceph-mon[103696]: pgmap v14961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:15.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:15.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:16.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:16.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:16 smithi050 ceph-mon[92315]: pgmap v14962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:16 smithi172 ceph-mon[103696]: pgmap v14962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:17.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:17.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:18.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:18.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:18 smithi050 ceph-mon[92315]: pgmap v14963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:14:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:18 smithi172 ceph-mon[103696]: pgmap v14963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:14:19.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:19.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:20.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:20.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:20 smithi050 ceph-mon[92315]: pgmap v14964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:14:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:20 smithi172 ceph-mon[103696]: pgmap v14964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:14:21.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:21.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:22.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:22.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:22 smithi050 ceph-mon[92315]: pgmap v14965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:22 smithi172 ceph-mon[103696]: pgmap v14965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:23.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:23.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:24.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:24.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:24 smithi050 ceph-mon[92315]: pgmap v14966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:24 smithi172 ceph-mon[103696]: pgmap v14966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:25.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:25.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:26.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:26.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:26 smithi050 ceph-mon[92315]: pgmap v14967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:26 smithi172 ceph-mon[103696]: pgmap v14967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:27.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:27.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:28.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:28.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:28.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:28 smithi172 ceph-mon[103696]: pgmap v14968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:14:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:28 smithi050 ceph-mon[92315]: pgmap v14968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:14:29.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:29.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:30.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:30.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:30.835 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:30 smithi050 ceph-mon[92315]: pgmap v14969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:30.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:30 smithi172 ceph-mon[103696]: pgmap v14969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:31.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:31.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:32.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:32.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:32 smithi050 ceph-mon[92315]: pgmap v14970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:32 smithi172 ceph-mon[103696]: pgmap v14970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:33.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:33.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:34.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:34.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:34 smithi050 ceph-mon[92315]: pgmap v14971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:14:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:34 smithi172 ceph-mon[103696]: pgmap v14971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:14:35.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:35.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:36.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:36.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:36 smithi050 ceph-mon[92315]: pgmap v14972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:36 smithi172 ceph-mon[103696]: pgmap v14972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:37.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:37.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:38.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:38.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:38 smithi050 ceph-mon[92315]: pgmap v14973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:14:38.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:38 smithi172 ceph-mon[103696]: pgmap v14973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:14:39.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:39.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:40.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:40.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:40 smithi050 ceph-mon[92315]: pgmap v14974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:40 smithi172 ceph-mon[103696]: pgmap v14974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:41.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:41.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:42.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:42.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:42 smithi050 ceph-mon[92315]: pgmap v14975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:42 smithi172 ceph-mon[103696]: pgmap v14975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:43.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:43.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:44.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:44.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:44 smithi050 ceph-mon[92315]: pgmap v14976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:44 smithi172 ceph-mon[103696]: pgmap v14976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:45.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:45.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:46.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:46.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:46 smithi050 ceph-mon[92315]: pgmap v14977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:46 smithi172 ceph-mon[103696]: pgmap v14977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:47.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:47.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:48.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:48.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:48 smithi050 ceph-mon[92315]: pgmap v14978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:14:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:48 smithi172 ceph-mon[103696]: pgmap v14978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:14:49.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:49.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:14:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:14:50.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:50.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:50 smithi050 ceph-mon[92315]: pgmap v14979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:50 smithi172 ceph-mon[103696]: pgmap v14979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:51.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:51.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:52.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:52.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:52 smithi050 ceph-mon[92315]: pgmap v14980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:52 smithi172 ceph-mon[103696]: pgmap v14980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:53.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:53.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:54.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:54.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:54 smithi050 ceph-mon[92315]: pgmap v14981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:54 smithi172 ceph-mon[103696]: pgmap v14981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:55.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:55.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:56.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:56.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:56 smithi050 ceph-mon[92315]: pgmap v14982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:56 smithi172 ceph-mon[103696]: pgmap v14982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:14:57.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:57.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:58.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:58.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:14:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:14:58 smithi050 ceph-mon[92315]: pgmap v14983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:14:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:14:58 smithi172 ceph-mon[103696]: pgmap v14983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:14:59.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:14:59.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:00.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:00.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:00 smithi050 ceph-mon[92315]: pgmap v14984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:00 smithi172 ceph-mon[103696]: pgmap v14984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:01.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:01.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:02.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:02.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:02 smithi050 ceph-mon[92315]: pgmap v14985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:02 smithi172 ceph-mon[103696]: pgmap v14985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:03.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:03.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:15:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:15:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:15:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:15:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:15:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:15:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:15:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:15:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:15:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:15:04.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:04.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:04 smithi050 ceph-mon[92315]: pgmap v14986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:15:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:15:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:04 smithi172 ceph-mon[103696]: pgmap v14986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:15:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:15:05.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:05.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:06.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:06.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:06 smithi050 ceph-mon[92315]: pgmap v14987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:06 smithi172 ceph-mon[103696]: pgmap v14987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:07.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:07.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:08.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:08.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:08 smithi050 ceph-mon[92315]: pgmap v14988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:15:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:08 smithi172 ceph-mon[103696]: pgmap v14988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:15:09.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:09.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:10.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:10.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:10 smithi050 ceph-mon[92315]: pgmap v14989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:10 smithi172 ceph-mon[103696]: pgmap v14989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:11.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:11.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:12.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:12.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:12 smithi050 ceph-mon[92315]: pgmap v14990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:12 smithi172 ceph-mon[103696]: pgmap v14990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:13.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:13.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:14.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:14.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:14 smithi172 ceph-mon[103696]: pgmap v14991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:14 smithi050 ceph-mon[92315]: pgmap v14991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:15.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:15.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:16.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:16.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:16 smithi050 ceph-mon[92315]: pgmap v14992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:16 smithi172 ceph-mon[103696]: pgmap v14992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:17.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:17.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:18.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:18.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:18 smithi050 ceph-mon[92315]: pgmap v14993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:15:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:18 smithi172 ceph-mon[103696]: pgmap v14993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:15:19.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:19.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:15:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:15:20.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:20.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:20 smithi050 ceph-mon[92315]: pgmap v14994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:20.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:20 smithi172 ceph-mon[103696]: pgmap v14994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:21.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:21.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:22.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:22.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:22 smithi050 ceph-mon[92315]: pgmap v14995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:22 smithi172 ceph-mon[103696]: pgmap v14995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:23.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:23.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:24.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:24.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:24 smithi050 ceph-mon[92315]: pgmap v14996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:24 smithi172 ceph-mon[103696]: pgmap v14996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:25.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:25.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:26.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:26.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:26 smithi050 ceph-mon[92315]: pgmap v14997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:26 smithi172 ceph-mon[103696]: pgmap v14997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:27.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:27.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:28.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:28.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:28 smithi050 ceph-mon[92315]: pgmap v14998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:15:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:28 smithi172 ceph-mon[103696]: pgmap v14998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:15:29.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:29.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:30.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:30.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:30 smithi050 ceph-mon[92315]: pgmap v14999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:30 smithi172 ceph-mon[103696]: pgmap v14999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:31.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:31.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:32.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:32.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:32 smithi050 ceph-mon[92315]: pgmap v15000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:32 smithi172 ceph-mon[103696]: pgmap v15000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:33.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:33.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:34.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:34.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:34 smithi050 ceph-mon[92315]: pgmap v15001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:15:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:34 smithi172 ceph-mon[103696]: pgmap v15001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:15:35.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:35.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:36.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:36.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:36 smithi050 ceph-mon[92315]: pgmap v15002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:36 smithi172 ceph-mon[103696]: pgmap v15002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:37.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:37.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:38.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:38.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:38 smithi050 ceph-mon[92315]: pgmap v15003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:15:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:38 smithi172 ceph-mon[103696]: pgmap v15003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:15:39.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:39.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:40.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:40.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:40 smithi050 ceph-mon[92315]: pgmap v15004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:40 smithi172 ceph-mon[103696]: pgmap v15004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:41.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:41.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:42.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:42.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:42 smithi050 ceph-mon[92315]: pgmap v15005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:42 smithi172 ceph-mon[103696]: pgmap v15005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:43.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:43.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:44.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:44.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:44 smithi050 ceph-mon[92315]: pgmap v15006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:44 smithi172 ceph-mon[103696]: pgmap v15006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:45.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:45.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:46.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:46.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:46.694 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:46 smithi050 ceph-mon[92315]: pgmap v15007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:46 smithi172 ceph-mon[103696]: pgmap v15007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:47.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:47.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:48.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:48.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:48 smithi050 ceph-mon[92315]: pgmap v15008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:15:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:48 smithi172 ceph-mon[103696]: pgmap v15008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:15:49.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:49.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:15:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:15:50.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:50.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:50 smithi050 ceph-mon[92315]: pgmap v15009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:50 smithi172 ceph-mon[103696]: pgmap v15009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:51.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:51.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:52.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:52.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:52 smithi050 ceph-mon[92315]: pgmap v15010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:52 smithi172 ceph-mon[103696]: pgmap v15010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:53.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:53.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:54.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:54.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:54 smithi050 ceph-mon[92315]: pgmap v15011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:54 smithi172 ceph-mon[103696]: pgmap v15011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:55.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:55.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:56.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:56.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:56.809 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:56 smithi050 ceph-mon[92315]: pgmap v15012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:56 smithi172 ceph-mon[103696]: pgmap v15012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:15:57.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:57.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:58.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:58.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:15:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:15:58 smithi050 ceph-mon[92315]: pgmap v15013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:15:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:15:58 smithi172 ceph-mon[103696]: pgmap v15013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:15:59.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:15:59.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:00.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:00.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:00 smithi050 ceph-mon[92315]: pgmap v15014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:00 smithi172 ceph-mon[103696]: pgmap v15014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:01.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:01.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:02.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:02.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:02 smithi050 ceph-mon[92315]: pgmap v15015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:02 smithi172 ceph-mon[103696]: pgmap v15015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:03.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:03.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:04.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:04.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:04.807 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:04 smithi172 ceph-mon[103696]: pgmap v15016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:04.807 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:16:04.807 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:16:04.807 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:16:04.807 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:16:04.807 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:16:04.807 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:16:04.807 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:16:04.808 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:16:04.808 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:16:04.808 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:16:04.808 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:16:04.808 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:16:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:04 smithi050 ceph-mon[92315]: pgmap v15016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:16:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:16:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:16:04.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:16:04.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:16:04.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:16:04.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:16:04.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:16:04.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:16:04.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:16:04.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:16:04.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:16:05.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:05.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:05 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1489M 2023-09-30T22:16:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:05 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1489M 2023-09-30T22:16:06.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:06.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:06 smithi050 ceph-mon[92315]: pgmap v15017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:06 smithi172 ceph-mon[103696]: pgmap v15017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:07.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:07.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:08.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:08.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:08 smithi050 ceph-mon[92315]: pgmap v15018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:16:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:08 smithi172 ceph-mon[103696]: pgmap v15018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:16:09.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:09.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:10.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:10.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:10 smithi050 ceph-mon[92315]: pgmap v15019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:10 smithi172 ceph-mon[103696]: pgmap v15019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:11.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:11.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:12.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:12.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:12 smithi050 ceph-mon[92315]: pgmap v15020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:12 smithi172 ceph-mon[103696]: pgmap v15020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:13.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:13.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:14.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:14.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:14 smithi050 ceph-mon[92315]: pgmap v15021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:14 smithi172 ceph-mon[103696]: pgmap v15021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:15.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:15.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:16.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:16.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:16 smithi050 ceph-mon[92315]: pgmap v15022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:16 smithi172 ceph-mon[103696]: pgmap v15022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:17.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:17.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:18.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:18.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:18 smithi050 ceph-mon[92315]: pgmap v15023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:16:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:18 smithi172 ceph-mon[103696]: pgmap v15023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:16:19.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:19.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:16:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:16:20.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:20.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:20 smithi050 ceph-mon[92315]: pgmap v15024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:20 smithi172 ceph-mon[103696]: pgmap v15024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:21.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:21.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:22.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:22.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:22 smithi050 ceph-mon[92315]: pgmap v15025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:22 smithi172 ceph-mon[103696]: pgmap v15025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:23.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:23.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:24.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:24.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:24 smithi050 ceph-mon[92315]: pgmap v15026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:24 smithi172 ceph-mon[103696]: pgmap v15026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:25.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:25.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:26.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:26.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:26 smithi050 ceph-mon[92315]: pgmap v15027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:26 smithi172 ceph-mon[103696]: pgmap v15027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:27.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:27.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:28.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:28.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:28 smithi050 ceph-mon[92315]: pgmap v15028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:16:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:28 smithi172 ceph-mon[103696]: pgmap v15028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:16:29.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:29.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:30.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:30.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:30 smithi050 ceph-mon[92315]: pgmap v15029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:30 smithi172 ceph-mon[103696]: pgmap v15029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:31.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:31.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:32.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:32.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:32 smithi050 ceph-mon[92315]: pgmap v15030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:32 smithi172 ceph-mon[103696]: pgmap v15030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:33.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:33.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:34.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:34.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:34 smithi050 ceph-mon[92315]: pgmap v15031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:16:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:34 smithi172 ceph-mon[103696]: pgmap v15031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:16:35.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:35.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:36.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:36.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:36 smithi050 ceph-mon[92315]: pgmap v15032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:36 smithi172 ceph-mon[103696]: pgmap v15032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:37.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:37.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:38.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:38.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:38 smithi050 ceph-mon[92315]: pgmap v15033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:16:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:38 smithi172 ceph-mon[103696]: pgmap v15033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:16:39.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:39.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:40.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:40.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:40 smithi050 ceph-mon[92315]: pgmap v15034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:40 smithi172 ceph-mon[103696]: pgmap v15034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:41.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:41.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:42 smithi050 ceph-mon[92315]: pgmap v15035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:42.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:42.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:42 smithi172 ceph-mon[103696]: pgmap v15035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:43.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:43.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:44.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:44.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:44 smithi050 ceph-mon[92315]: pgmap v15036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:44 smithi172 ceph-mon[103696]: pgmap v15036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:45.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:45.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:46.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:46.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:46 smithi050 ceph-mon[92315]: pgmap v15037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:46 smithi172 ceph-mon[103696]: pgmap v15037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:47.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:47.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:48.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:48.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:48 smithi050 ceph-mon[92315]: pgmap v15038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:16:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:48 smithi172 ceph-mon[103696]: pgmap v15038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:16:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:16:49.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:49.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:16:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:50 smithi172 ceph-mon[103696]: pgmap v15039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:50.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:50.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:50 smithi050 ceph-mon[92315]: pgmap v15039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:51.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:51.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:52.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:52.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:52 smithi050 ceph-mon[92315]: pgmap v15040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:52 smithi172 ceph-mon[103696]: pgmap v15040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:53.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:53.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:54.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:54.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:54 smithi050 ceph-mon[92315]: pgmap v15041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:54 smithi172 ceph-mon[103696]: pgmap v15041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:55.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:55.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:56.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:56.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:56 smithi050 ceph-mon[92315]: pgmap v15042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:56 smithi172 ceph-mon[103696]: pgmap v15042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:16:57.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:57.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:58.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:58.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:16:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:16:58 smithi050 ceph-mon[92315]: pgmap v15043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:16:58.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:16:58 smithi172 ceph-mon[103696]: pgmap v15043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:16:59.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:16:59.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:00.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:00.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:00 smithi050 ceph-mon[92315]: pgmap v15044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:00 smithi172 ceph-mon[103696]: pgmap v15044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:01.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:01.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:02.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:02.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:02 smithi050 ceph-mon[92315]: pgmap v15045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:02 smithi172 ceph-mon[103696]: pgmap v15045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:03.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:03.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:04.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:04.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:04 smithi050 ceph-mon[92315]: pgmap v15046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:17:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:17:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:04 smithi172 ceph-mon[103696]: pgmap v15046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:17:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:17:05.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:05.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:17:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:17:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:17:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:17:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:17:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:17:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:17:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:17:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:17:05.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:17:06.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:06.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:06 smithi050 ceph-mon[92315]: pgmap v15047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:06 smithi172 ceph-mon[103696]: pgmap v15047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:07.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:07.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:08.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:08.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:08 smithi050 ceph-mon[92315]: pgmap v15048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:17:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:08 smithi172 ceph-mon[103696]: pgmap v15048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:17:09.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:09.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:10.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:10.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:10 smithi050 ceph-mon[92315]: pgmap v15049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:10 smithi172 ceph-mon[103696]: pgmap v15049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:11.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:11.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:12.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:12.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:12 smithi050 ceph-mon[92315]: pgmap v15050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:12 smithi172 ceph-mon[103696]: pgmap v15050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:13.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:13.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:14.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:14.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:14 smithi050 ceph-mon[92315]: pgmap v15051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:14 smithi172 ceph-mon[103696]: pgmap v15051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:15.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:15.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:16.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:16.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:16 smithi050 ceph-mon[92315]: pgmap v15052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:16 smithi172 ceph-mon[103696]: pgmap v15052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:17.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:17.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:18 smithi050 ceph-mon[92315]: pgmap v15053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:17:18.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:18.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:18 smithi172 ceph-mon[103696]: pgmap v15053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:17:19.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:19.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:17:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:17:20.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:20.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:20 smithi050 ceph-mon[92315]: pgmap v15054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:20 smithi172 ceph-mon[103696]: pgmap v15054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:21.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:21.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:22.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:22.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:22 smithi050 ceph-mon[92315]: pgmap v15055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:22 smithi172 ceph-mon[103696]: pgmap v15055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:23.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:23.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:24.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:24.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:24 smithi050 ceph-mon[92315]: pgmap v15056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:24 smithi172 ceph-mon[103696]: pgmap v15056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:25.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:25.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:26.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:26.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:26 smithi050 ceph-mon[92315]: pgmap v15057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:26 smithi172 ceph-mon[103696]: pgmap v15057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:27.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:27.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:28.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:28.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:28 smithi050 ceph-mon[92315]: pgmap v15058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:17:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:28 smithi172 ceph-mon[103696]: pgmap v15058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:17:29.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:29.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:30.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:30.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:30 smithi050 ceph-mon[92315]: pgmap v15059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:30 smithi172 ceph-mon[103696]: pgmap v15059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:31.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:31.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:32.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:32.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:32 smithi050 ceph-mon[92315]: pgmap v15060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:32 smithi172 ceph-mon[103696]: pgmap v15060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:33.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:33.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:34.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:34.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:34 smithi050 ceph-mon[92315]: pgmap v15061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:17:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:34 smithi172 ceph-mon[103696]: pgmap v15061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:17:35.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:35.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:36.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:36.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:36 smithi050 ceph-mon[92315]: pgmap v15062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:36 smithi172 ceph-mon[103696]: pgmap v15062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:37.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:37.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:38.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:38.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:38 smithi050 ceph-mon[92315]: pgmap v15063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:17:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:38 smithi172 ceph-mon[103696]: pgmap v15063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:17:39.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:39.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:40.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:40.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:40.807 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:40 smithi172 ceph-mon[103696]: pgmap v15064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:40 smithi050 ceph-mon[92315]: pgmap v15064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:41.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:41.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:42.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:42.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:42 smithi050 ceph-mon[92315]: pgmap v15065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:42 smithi172 ceph-mon[103696]: pgmap v15065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:43.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:43.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:44.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:44.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:44 smithi050 ceph-mon[92315]: pgmap v15066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:44 smithi172 ceph-mon[103696]: pgmap v15066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:45.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:45.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:46.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:46.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:46 smithi050 ceph-mon[92315]: pgmap v15067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:46 smithi172 ceph-mon[103696]: pgmap v15067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:47.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:47.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:48.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:48.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:48 smithi050 ceph-mon[92315]: pgmap v15068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:17:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:48 smithi172 ceph-mon[103696]: pgmap v15068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:17:49.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:49.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:17:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:17:50.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:50.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:50 smithi050 ceph-mon[92315]: pgmap v15069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:50 smithi172 ceph-mon[103696]: pgmap v15069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:51.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:51.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:52.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:52.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:52 smithi050 ceph-mon[92315]: pgmap v15070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:52 smithi172 ceph-mon[103696]: pgmap v15070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:53.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:53.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:54.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:54.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:54 smithi050 ceph-mon[92315]: pgmap v15071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:54 smithi172 ceph-mon[103696]: pgmap v15071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:55.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:55.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:56.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:56.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:56 smithi050 ceph-mon[92315]: pgmap v15072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:56 smithi172 ceph-mon[103696]: pgmap v15072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:17:57.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:57.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:58.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:58.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:17:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:17:58 smithi050 ceph-mon[92315]: pgmap v15073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:17:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:17:58 smithi172 ceph-mon[103696]: pgmap v15073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:17:59.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:17:59.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:00.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:00.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:00 smithi050 ceph-mon[92315]: pgmap v15074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:00 smithi172 ceph-mon[103696]: pgmap v15074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:01.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:01.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:02.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:02.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:02 smithi050 ceph-mon[92315]: pgmap v15075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:02 smithi172 ceph-mon[103696]: pgmap v15075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:03.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:04.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:04.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:04.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:04 smithi050 ceph-mon[92315]: pgmap v15076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:18:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:04 smithi172 ceph-mon[103696]: pgmap v15076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:18:05.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:05.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:18:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:18:06.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:06.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:06 smithi050 ceph-mon[92315]: pgmap v15077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:18:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:18:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:18:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:18:06.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:18:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:06 smithi172 ceph-mon[103696]: pgmap v15077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:18:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:18:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:18:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:18:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:18:07.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:07.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:08.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:08.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:08 smithi050 ceph-mon[92315]: pgmap v15078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:18:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:08 smithi172 ceph-mon[103696]: pgmap v15078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:18:09.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:09.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:10.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:10.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:10 smithi050 ceph-mon[92315]: pgmap v15079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:10 smithi172 ceph-mon[103696]: pgmap v15079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:11.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:11.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:12.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:12.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:12 smithi050 ceph-mon[92315]: pgmap v15080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:12 smithi172 ceph-mon[103696]: pgmap v15080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:13.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:13.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:14.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:14.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:14 smithi050 ceph-mon[92315]: pgmap v15081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:16.633 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:14 smithi172 ceph-mon[103696]: pgmap v15081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:16.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:16.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:16.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:16.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:16.879 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:16 smithi172 ceph-mon[103696]: pgmap v15082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:16.879 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:16 smithi050 ceph-mon[92315]: pgmap v15082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:17.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:17.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:18.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:18.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:18 smithi050 ceph-mon[92315]: pgmap v15083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:18:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:18 smithi172 ceph-mon[103696]: pgmap v15083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:18:19.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:19.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:18:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:18:20.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:20.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:20 smithi050 ceph-mon[92315]: pgmap v15084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:20 smithi172 ceph-mon[103696]: pgmap v15084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:21.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:21.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:22.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:22.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:22 smithi050 ceph-mon[92315]: pgmap v15085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:22 smithi172 ceph-mon[103696]: pgmap v15085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:23.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:23.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:24.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:24.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:24 smithi050 ceph-mon[92315]: pgmap v15086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:24 smithi172 ceph-mon[103696]: pgmap v15086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:25.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:25.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:26 smithi172 ceph-mon[103696]: pgmap v15087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:26.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:26.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:26 smithi050 ceph-mon[92315]: pgmap v15087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:27.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:27.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:28.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:29.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:29.198 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:28 smithi172 ceph-mon[103696]: pgmap v15088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:18:29.198 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:28 smithi050 ceph-mon[92315]: pgmap v15088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:18:29.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:31.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:31.115 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:30 smithi172 ceph-mon[103696]: pgmap v15089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:31.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:31.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:31.116 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:30 smithi050 ceph-mon[92315]: pgmap v15089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:31.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:31.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:32.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:32.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:32 smithi050 ceph-mon[92315]: pgmap v15090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:32 smithi172 ceph-mon[103696]: pgmap v15090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:33.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:33.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:34.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:34.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:34 smithi050 ceph-mon[92315]: pgmap v15091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:18:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:34 smithi172 ceph-mon[103696]: pgmap v15091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:18:35.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:35.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:36.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:36.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:36 smithi050 ceph-mon[92315]: pgmap v15092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:36 smithi172 ceph-mon[103696]: pgmap v15092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:37.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:37.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:38.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:38.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:38 smithi050 ceph-mon[92315]: pgmap v15093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:18:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:38 smithi172 ceph-mon[103696]: pgmap v15093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:18:39.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:39.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:40.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:40.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:40 smithi050 ceph-mon[92315]: pgmap v15094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:40 smithi172 ceph-mon[103696]: pgmap v15094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:41.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:41.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:42.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:42.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:42 smithi050 ceph-mon[92315]: pgmap v15095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:42 smithi172 ceph-mon[103696]: pgmap v15095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:43.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:43.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:44.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:44.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:44 smithi050 ceph-mon[92315]: pgmap v15096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:44 smithi172 ceph-mon[103696]: pgmap v15096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:45.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:45.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:46.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:46.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:46 smithi050 ceph-mon[92315]: pgmap v15097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:46 smithi172 ceph-mon[103696]: pgmap v15097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:47.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:47.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:48.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:48.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:48.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:48 smithi050 ceph-mon[92315]: pgmap v15098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:18:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:48 smithi172 ceph-mon[103696]: pgmap v15098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:18:49.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:49.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:49.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:18:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:18:50.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:50.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:50 smithi050 ceph-mon[92315]: pgmap v15099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:50 smithi172 ceph-mon[103696]: pgmap v15099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:51.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:51.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:52.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:52.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:52 smithi050 ceph-mon[92315]: pgmap v15100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:52 smithi172 ceph-mon[103696]: pgmap v15100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:53.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:53.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:54 smithi050 ceph-mon[92315]: pgmap v15101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:54.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:54.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:54 smithi172 ceph-mon[103696]: pgmap v15101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:55.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:55.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:56 smithi050 ceph-mon[92315]: pgmap v15102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:56.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:56.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:56 smithi172 ceph-mon[103696]: pgmap v15102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:18:57.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:57.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:18:58 smithi050 ceph-mon[92315]: pgmap v15103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:18:58.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:58.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:18:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:18:58 smithi172 ceph-mon[103696]: pgmap v15103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:18:59.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:18:59.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:00 smithi050 ceph-mon[92315]: pgmap v15104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:00.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:00.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:00 smithi172 ceph-mon[103696]: pgmap v15104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:01.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:01.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:02 smithi050 ceph-mon[92315]: pgmap v15105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:02.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:02.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:02 smithi172 ceph-mon[103696]: pgmap v15105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:03.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:03.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:04 smithi050 ceph-mon[92315]: pgmap v15106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:19:04.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:04.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:04 smithi172 ceph-mon[103696]: pgmap v15106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:19:05.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:05.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:06 smithi050 ceph-mon[92315]: pgmap v15107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:19:06.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:06.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:06 smithi172 ceph-mon[103696]: pgmap v15107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:19:07.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:07.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:08 smithi050 ceph-mon[92315]: pgmap v15108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:19:08.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:08.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:08 smithi172 ceph-mon[103696]: pgmap v15108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:19:09.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:09.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:10 smithi050 ceph-mon[92315]: pgmap v15109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:10.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:10.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:10 smithi172 ceph-mon[103696]: pgmap v15109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:11.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:11.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:19:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:19:12.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:19:12.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:19:12.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:19:12.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:19:12.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:19:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:19:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:19:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:19:12.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:19:12.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:19:12.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:19:12.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:19:12.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:12.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:12 smithi050 ceph-mon[92315]: pgmap v15110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:12 smithi172 ceph-mon[103696]: pgmap v15110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:13.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:13.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:14.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:14.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:14 smithi050 ceph-mon[92315]: pgmap v15111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:14 smithi172 ceph-mon[103696]: pgmap v15111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:15.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:15.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:16.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:16 smithi172 ceph-mon[103696]: pgmap v15112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:16 smithi050 ceph-mon[92315]: pgmap v15112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:16.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:16.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:17.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:17.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:18.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:18 smithi050 ceph-mon[92315]: pgmap v15113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:19:18.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:18 smithi172 ceph-mon[103696]: pgmap v15113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:19:18.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:18.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:19:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:19:19.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:19.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:20 smithi050 ceph-mon[92315]: pgmap v15114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:20 smithi172 ceph-mon[103696]: pgmap v15114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:20.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:20.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:21.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:21.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:22 smithi050 ceph-mon[92315]: pgmap v15115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:22 smithi172 ceph-mon[103696]: pgmap v15115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:22.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:22.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:23.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:23.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:24 smithi050 ceph-mon[92315]: pgmap v15116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:24 smithi172 ceph-mon[103696]: pgmap v15116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:24.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:24.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:25.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:25.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:26 smithi050 ceph-mon[92315]: pgmap v15117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:26.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:26 smithi172 ceph-mon[103696]: pgmap v15117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:26.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:26.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:27.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:27.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:28 smithi050 ceph-mon[92315]: pgmap v15118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:19:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:28 smithi172 ceph-mon[103696]: pgmap v15118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:19:28.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:28.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:29.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:29.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:30 smithi050 ceph-mon[92315]: pgmap v15119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:30 smithi172 ceph-mon[103696]: pgmap v15119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:30.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:30.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:31.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:31.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:32 smithi050 ceph-mon[92315]: pgmap v15120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:32.996 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:32 smithi172 ceph-mon[103696]: pgmap v15120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:32.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:32.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:33.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:33.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:34 smithi050 ceph-mon[92315]: pgmap v15121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:19:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:34 smithi172 ceph-mon[103696]: pgmap v15121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:19:34.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:34.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:35.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:35.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:36 smithi050 ceph-mon[92315]: pgmap v15122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:36 smithi172 ceph-mon[103696]: pgmap v15122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:36.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:36.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:37.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:37.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:38 smithi050 ceph-mon[92315]: pgmap v15123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:19:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:38 smithi172 ceph-mon[103696]: pgmap v15123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:19:38.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:38.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:39.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:39.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:40 smithi050 ceph-mon[92315]: pgmap v15124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:40 smithi172 ceph-mon[103696]: pgmap v15124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:40.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:40.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:41.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:41.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:42 smithi050 ceph-mon[92315]: pgmap v15125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:42 smithi172 ceph-mon[103696]: pgmap v15125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:42.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:42.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:43.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:43.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:44 smithi050 ceph-mon[92315]: pgmap v15126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:44.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:44 smithi172 ceph-mon[103696]: pgmap v15126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:44.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:44.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:45.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:45.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:46 smithi050 ceph-mon[92315]: pgmap v15127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:46 smithi172 ceph-mon[103696]: pgmap v15127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:46.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:46.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:47.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:47.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:48 smithi050 ceph-mon[92315]: pgmap v15128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:19:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:48 smithi172 ceph-mon[103696]: pgmap v15128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:19:48.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:48.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:19:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:19:49.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:49.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:50 smithi050 ceph-mon[92315]: pgmap v15129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:50 smithi172 ceph-mon[103696]: pgmap v15129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:50.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:50.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:51.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:51.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:52 smithi050 ceph-mon[92315]: pgmap v15130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:52 smithi172 ceph-mon[103696]: pgmap v15130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:52.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:52.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:53.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:53.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:54 smithi050 ceph-mon[92315]: pgmap v15131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:54 smithi172 ceph-mon[103696]: pgmap v15131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:54.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:54.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:55.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:55.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:56 smithi050 ceph-mon[92315]: pgmap v15132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:56 smithi172 ceph-mon[103696]: pgmap v15132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:19:56.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:56.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:57.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:57.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:19:58 smithi050 ceph-mon[92315]: pgmap v15133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:19:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:19:58 smithi172 ceph-mon[103696]: pgmap v15133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:19:58.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:58.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:19:59.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:19:59.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:00.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:00 smithi050 ceph-mon[92315]: pgmap v15134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:00.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T22:20:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:00 smithi172 ceph-mon[103696]: pgmap v15134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T22:20:00.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:00.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:01.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:01.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:02 smithi050 ceph-mon[92315]: pgmap v15135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:02.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:02 smithi172 ceph-mon[103696]: pgmap v15135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:02.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:02.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:03.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:03.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:04 smithi050 ceph-mon[92315]: pgmap v15136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:20:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:04 smithi172 ceph-mon[103696]: pgmap v15136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:20:04.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:04.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:05.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:05.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:06 smithi050 ceph-mon[92315]: pgmap v15137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:06 smithi172 ceph-mon[103696]: pgmap v15137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:06.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:06.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:07.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:08.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:08 smithi050 ceph-mon[92315]: pgmap v15138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:20:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:08 smithi172 ceph-mon[103696]: pgmap v15138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:20:08.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:08.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:09.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:09.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:10 smithi050 ceph-mon[92315]: pgmap v15139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:10 smithi172 ceph-mon[103696]: pgmap v15139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:10.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:10.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:20:11.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:11.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:20:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:12 smithi172 ceph-mon[103696]: pgmap v15140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:20:12.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:20:12.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:20:12.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:20:12.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:20:12.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:12.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:12 smithi050 ceph-mon[92315]: pgmap v15140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:20:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:20:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:20:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:20:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:20:13.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:13.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:14 smithi172 ceph-mon[103696]: pgmap v15141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:14.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:14.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:14 smithi050 ceph-mon[92315]: pgmap v15141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:15.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:15.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:16 smithi050 ceph-mon[92315]: pgmap v15142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:16 smithi172 ceph-mon[103696]: pgmap v15142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:16.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:16.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:17.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:17.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:18 smithi050 ceph-mon[92315]: pgmap v15143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:20:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:18 smithi172 ceph-mon[103696]: pgmap v15143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:20:18.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:18.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:20:19.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:19.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:20:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:20 smithi172 ceph-mon[103696]: pgmap v15144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:20.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:20.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:20 smithi050 ceph-mon[92315]: pgmap v15144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:21.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:21.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:22 smithi172 ceph-mon[103696]: pgmap v15145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:22.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:22.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:22 smithi050 ceph-mon[92315]: pgmap v15145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:24.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:24.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:24 smithi172 ceph-mon[103696]: pgmap v15146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:25.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:25.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:24 smithi050 ceph-mon[92315]: pgmap v15146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:26.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:26.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:26 smithi050 ceph-mon[92315]: pgmap v15147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:26 smithi172 ceph-mon[103696]: pgmap v15147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:27.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:27.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:28.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:28.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:28 smithi050 ceph-mon[92315]: pgmap v15148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:20:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:28 smithi172 ceph-mon[103696]: pgmap v15148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:20:29.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:29.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:30.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:30.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:30 smithi172 ceph-mon[103696]: pgmap v15149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:31.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:31.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:30 smithi050 ceph-mon[92315]: pgmap v15149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:32.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:32.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:32.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:32 smithi172 ceph-mon[103696]: pgmap v15150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:33.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:33.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:32 smithi050 ceph-mon[92315]: pgmap v15150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:34.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:34.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:34 smithi172 ceph-mon[103696]: pgmap v15151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:20:34.967 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:34 smithi050 ceph-mon[92315]: pgmap v15151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:34.967 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:20:35.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:35.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:36.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:36.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:36 smithi050 ceph-mon[92315]: pgmap v15152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:36 smithi172 ceph-mon[103696]: pgmap v15152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:37.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:37.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:38.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:38.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:38 smithi172 ceph-mon[103696]: pgmap v15153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:20:39.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:39.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:38 smithi050 ceph-mon[92315]: pgmap v15153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:20:40.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:40.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:40 smithi172 ceph-mon[103696]: pgmap v15154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:41.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:41.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:40 smithi050 ceph-mon[92315]: pgmap v15154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:42.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:42.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:42 smithi172 ceph-mon[103696]: pgmap v15155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:43.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:43.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:42 smithi050 ceph-mon[92315]: pgmap v15155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:44.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:44.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:44 smithi172 ceph-mon[103696]: pgmap v15156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:45.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:45.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:45.083 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:44 smithi050 ceph-mon[92315]: pgmap v15156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:46.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:46.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:46 smithi050 ceph-mon[92315]: pgmap v15157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:46 smithi172 ceph-mon[103696]: pgmap v15157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:47.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:47.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:48.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:48.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:48 smithi172 ceph-mon[103696]: pgmap v15158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:20:49.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:49.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:48 smithi050 ceph-mon[92315]: pgmap v15158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:20:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:20:50.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:50.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:20:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:50 smithi172 ceph-mon[103696]: pgmap v15159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:51.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:51.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:50 smithi050 ceph-mon[92315]: pgmap v15159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:52.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:52.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:52 smithi172 ceph-mon[103696]: pgmap v15160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:53.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:53.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:52 smithi050 ceph-mon[92315]: pgmap v15160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:54.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:54.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:54 smithi172 ceph-mon[103696]: pgmap v15161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:55.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:55.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:55.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:54 smithi050 ceph-mon[92315]: pgmap v15161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:56.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:56.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:56 smithi050 ceph-mon[92315]: pgmap v15162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:56 smithi172 ceph-mon[103696]: pgmap v15162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:20:57.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:57.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:58.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:58.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:20:58 smithi172 ceph-mon[103696]: pgmap v15163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:20:59.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:20:59.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:20:59.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:20:58 smithi050 ceph-mon[92315]: pgmap v15163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:21:00.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:00.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:00 smithi172 ceph-mon[103696]: pgmap v15164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:01.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:01.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:00 smithi050 ceph-mon[92315]: pgmap v15164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:02.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:02.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:02 smithi172 ceph-mon[103696]: pgmap v15165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:03.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:03.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:02 smithi050 ceph-mon[92315]: pgmap v15165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:04.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:04.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:04 smithi172 ceph-mon[103696]: pgmap v15166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:21:05.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:05.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:04 smithi050 ceph-mon[92315]: pgmap v15166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:21:06.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:06.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:06 smithi050 ceph-mon[92315]: pgmap v15167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:06 smithi172 ceph-mon[103696]: pgmap v15167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:07.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:07.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:08.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:08.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:08 smithi172 ceph-mon[103696]: pgmap v15168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:21:09.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:09.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:08 smithi050 ceph-mon[92315]: pgmap v15168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:21:10.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:10.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:10 smithi050 ceph-mon[92315]: pgmap v15169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:10 smithi172 ceph-mon[103696]: pgmap v15169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:11.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:11.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:12.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:12.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:12 smithi172 ceph-mon[103696]: pgmap v15170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:21:13.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:13.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:12 smithi050 ceph-mon[92315]: pgmap v15170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:21:14.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:14.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:14 smithi172 ceph-mon[103696]: pgmap v15171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:15.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:15.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:14 smithi050 ceph-mon[92315]: pgmap v15171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:16.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:16.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:16 smithi050 ceph-mon[92315]: pgmap v15172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:16 smithi172 ceph-mon[103696]: pgmap v15172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:17.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:17.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:18.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:18.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:18 smithi172 ceph-mon[103696]: pgmap v15173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:21:19.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:19.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:18 smithi050 ceph-mon[92315]: pgmap v15173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:21:20.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:20.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:21:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:21:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:21:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:20 smithi050 ceph-mon[92315]: pgmap v15174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:21:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:21:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:21:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:21:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:21:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:21:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:21:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:21:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:20 smithi172 ceph-mon[103696]: pgmap v15174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:21:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:21:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:21:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:21:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:21:21.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:21.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:22.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:22.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:22 smithi172 ceph-mon[103696]: pgmap v15175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:22 smithi050 ceph-mon[92315]: pgmap v15175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:23.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:23.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:24.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:24.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:24 smithi172 ceph-mon[103696]: pgmap v15176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:24 smithi050 ceph-mon[92315]: pgmap v15176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:25.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:25.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:26.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:26.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:26 smithi050 ceph-mon[92315]: pgmap v15177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:26 smithi172 ceph-mon[103696]: pgmap v15177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:27.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:27.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:28.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:28.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:28 smithi172 ceph-mon[103696]: pgmap v15178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:21:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:28 smithi050 ceph-mon[92315]: pgmap v15178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:21:29.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:29.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:30.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:30.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:30 smithi172 ceph-mon[103696]: pgmap v15179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:30 smithi050 ceph-mon[92315]: pgmap v15179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:31.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:31.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:32.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:32.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:32 smithi172 ceph-mon[103696]: pgmap v15180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:32 smithi050 ceph-mon[92315]: pgmap v15180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:33.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:33.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:34.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:34.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:34 smithi172 ceph-mon[103696]: pgmap v15181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:21:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:34 smithi050 ceph-mon[92315]: pgmap v15181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:21:35.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:35.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:36.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:36.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:36 smithi050 ceph-mon[92315]: pgmap v15182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:36 smithi172 ceph-mon[103696]: pgmap v15182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:37.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:37.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:38.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:38.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:38 smithi172 ceph-mon[103696]: pgmap v15183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:21:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:38 smithi050 ceph-mon[92315]: pgmap v15183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:21:39.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:39.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:40.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:40.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:40 smithi172 ceph-mon[103696]: pgmap v15184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:40 smithi050 ceph-mon[92315]: pgmap v15184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:41.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:41.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:42.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:42.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:42.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:42 smithi172 ceph-mon[103696]: pgmap v15185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:42 smithi050 ceph-mon[92315]: pgmap v15185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:43.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:43.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:44.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:44.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:44 smithi050 ceph-mon[92315]: pgmap v15186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:44 smithi172 ceph-mon[103696]: pgmap v15186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:45.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:45.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:46.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:46.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:46 smithi050 ceph-mon[92315]: pgmap v15187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:46 smithi172 ceph-mon[103696]: pgmap v15187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:47.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:47.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:48.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:48.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:48 smithi172 ceph-mon[103696]: pgmap v15188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:21:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:48 smithi050 ceph-mon[92315]: pgmap v15188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:21:49.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:49.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:21:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:21:50.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:50.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:50 smithi050 ceph-mon[92315]: pgmap v15189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:50 smithi172 ceph-mon[103696]: pgmap v15189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:51.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:51.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:52.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:52.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:52 smithi050 ceph-mon[92315]: pgmap v15190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:52 smithi172 ceph-mon[103696]: pgmap v15190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:53.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:53.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:54.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:54.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:54 smithi050 ceph-mon[92315]: pgmap v15191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:54 smithi172 ceph-mon[103696]: pgmap v15191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:55.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:55.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:56.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:56.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:56 smithi050 ceph-mon[92315]: pgmap v15192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:56 smithi172 ceph-mon[103696]: pgmap v15192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:21:57.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:57.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:58.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:58.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:21:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:21:58 smithi172 ceph-mon[103696]: pgmap v15193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:21:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:21:58 smithi050 ceph-mon[92315]: pgmap v15193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:21:59.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:21:59.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:00.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:00.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:00.943 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:00 smithi050 ceph-mon[92315]: pgmap v15194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:00 smithi172 ceph-mon[103696]: pgmap v15194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:01.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:01.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:02.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:02.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:02 smithi050 ceph-mon[92315]: pgmap v15195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:02 smithi172 ceph-mon[103696]: pgmap v15195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:03.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:03.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:04.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:04.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:04 smithi050 ceph-mon[92315]: pgmap v15196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:22:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:04 smithi172 ceph-mon[103696]: pgmap v15196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:22:05.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:05.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:06.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:06.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:06 smithi050 ceph-mon[92315]: pgmap v15197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:06 smithi172 ceph-mon[103696]: pgmap v15197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:07.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:07.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:08.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:08.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:08 smithi172 ceph-mon[103696]: pgmap v15198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:22:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:08 smithi050 ceph-mon[92315]: pgmap v15198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:22:09.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:09.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:10.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:10.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:11.057 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:10 smithi050 ceph-mon[92315]: pgmap v15199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:10 smithi172 ceph-mon[103696]: pgmap v15199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:11.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:11.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:12.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:12.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:12 smithi050 ceph-mon[92315]: pgmap v15200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:12 smithi172 ceph-mon[103696]: pgmap v15200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:13.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:13.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:14.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:14.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:14 smithi050 ceph-mon[92315]: pgmap v15201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:14 smithi172 ceph-mon[103696]: pgmap v15201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:15.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:15.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:16.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:16.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:16 smithi050 ceph-mon[92315]: pgmap v15202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:16 smithi172 ceph-mon[103696]: pgmap v15202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:17.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:17.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:18.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:18.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:18 smithi050 ceph-mon[92315]: pgmap v15203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:22:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:18 smithi172 ceph-mon[103696]: pgmap v15203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:22:19.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:19.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:22:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:22:20.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:20.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:20 smithi050 ceph-mon[92315]: pgmap v15204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:22:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:22:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:22:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:20 smithi172 ceph-mon[103696]: pgmap v15204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:22:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:22:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:22:21.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:21.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:22:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:22:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:22:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:22:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:22:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:22:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:22:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:22:22.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:22:22.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:22:22.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:22.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:22 smithi050 ceph-mon[92315]: pgmap v15205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:22 smithi172 ceph-mon[103696]: pgmap v15205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:23.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:23.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:24.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:24.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:24 smithi050 ceph-mon[92315]: pgmap v15206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:24 smithi172 ceph-mon[103696]: pgmap v15206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:25.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:25.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:26.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:26.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:26 smithi050 ceph-mon[92315]: pgmap v15207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:26 smithi172 ceph-mon[103696]: pgmap v15207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:27.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:27.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:28.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:28.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:28 smithi050 ceph-mon[92315]: pgmap v15208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:22:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:28 smithi172 ceph-mon[103696]: pgmap v15208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:22:29.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:29.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:30.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:30.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:30 smithi050 ceph-mon[92315]: pgmap v15209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:30 smithi172 ceph-mon[103696]: pgmap v15209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:31.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:31.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:32.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:32.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:32 smithi050 ceph-mon[92315]: pgmap v15210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:32 smithi172 ceph-mon[103696]: pgmap v15210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:33.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:33.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:34.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:34.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:34 smithi050 ceph-mon[92315]: pgmap v15211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:22:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:34 smithi172 ceph-mon[103696]: pgmap v15211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:22:35.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:35.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:36.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:36.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:36 smithi050 ceph-mon[92315]: pgmap v15212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:36 smithi172 ceph-mon[103696]: pgmap v15212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:37.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:37.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:38.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:38.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:38.911 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:38 smithi172 ceph-mon[103696]: pgmap v15213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:22:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:38 smithi050 ceph-mon[92315]: pgmap v15213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:22:39.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:39.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:40.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:40.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:40 smithi050 ceph-mon[92315]: pgmap v15214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:40 smithi172 ceph-mon[103696]: pgmap v15214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:41.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:41.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:42.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:42.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:42 smithi050 ceph-mon[92315]: pgmap v15215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:42 smithi172 ceph-mon[103696]: pgmap v15215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:43.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:43.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:44.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:44.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:44 smithi050 ceph-mon[92315]: pgmap v15216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:44 smithi172 ceph-mon[103696]: pgmap v15216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:45.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:45.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:46.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:46.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:46 smithi050 ceph-mon[92315]: pgmap v15217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:46 smithi172 ceph-mon[103696]: pgmap v15217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:47.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:47.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:48.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:48.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:49.017 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:48 smithi172 ceph-mon[103696]: pgmap v15218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:22:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:48 smithi050 ceph-mon[92315]: pgmap v15218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:22:49.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:49.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:22:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:22:50.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:50.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:50 smithi050 ceph-mon[92315]: pgmap v15219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:50 smithi172 ceph-mon[103696]: pgmap v15219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:51.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:51.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:52.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:52.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:52 smithi050 ceph-mon[92315]: pgmap v15220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:52 smithi172 ceph-mon[103696]: pgmap v15220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:53.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:53.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:54.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:54.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:54 smithi050 ceph-mon[92315]: pgmap v15221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:54 smithi172 ceph-mon[103696]: pgmap v15221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:55.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:55.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:56.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:56.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:56 smithi050 ceph-mon[92315]: pgmap v15222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:56 smithi172 ceph-mon[103696]: pgmap v15222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:22:57.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:57.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:58.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:58.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:22:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:22:58 smithi050 ceph-mon[92315]: pgmap v15223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:22:59.122 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:22:58 smithi172 ceph-mon[103696]: pgmap v15223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:22:59.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:22:59.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:00.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:00.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:00 smithi050 ceph-mon[92315]: pgmap v15224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:00 smithi172 ceph-mon[103696]: pgmap v15224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:01.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:01.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:02.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:02.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:02 smithi050 ceph-mon[92315]: pgmap v15225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:02 smithi172 ceph-mon[103696]: pgmap v15225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:03.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:03.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:04.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:04.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:04 smithi050 ceph-mon[92315]: pgmap v15226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:23:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:04 smithi172 ceph-mon[103696]: pgmap v15226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:23:05.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:05.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:06.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:06.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:06 smithi050 ceph-mon[92315]: pgmap v15227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:06 smithi172 ceph-mon[103696]: pgmap v15227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:07.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:07.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:08.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:08.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:08 smithi050 ceph-mon[92315]: pgmap v15228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:23:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:08 smithi172 ceph-mon[103696]: pgmap v15228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:23:09.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:09.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:10.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:10.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:10 smithi050 ceph-mon[92315]: pgmap v15229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:10 smithi172 ceph-mon[103696]: pgmap v15229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:11.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:11.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:12.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:12.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:12 smithi050 ceph-mon[92315]: pgmap v15230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:12 smithi172 ceph-mon[103696]: pgmap v15230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:13.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:13.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:14.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:14.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:14 smithi050 ceph-mon[92315]: pgmap v15231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:14 smithi172 ceph-mon[103696]: pgmap v15231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:15.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:15.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:16.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:16.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:16.801 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:16 smithi050 ceph-mon[92315]: pgmap v15232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:16 smithi172 ceph-mon[103696]: pgmap v15232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:17.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:17.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:18.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:18.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:18 smithi050 ceph-mon[92315]: pgmap v15233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:23:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:18 smithi172 ceph-mon[103696]: pgmap v15233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:23:19.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:19.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:23:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:23:20.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:20.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:20 smithi050 ceph-mon[92315]: pgmap v15234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:20 smithi172 ceph-mon[103696]: pgmap v15234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:21.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:21.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:23:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:23:22.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:22.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:22 smithi050 ceph-mon[92315]: pgmap v15235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:23:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:23:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:23:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:23:23.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:23:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:22 smithi172 ceph-mon[103696]: pgmap v15235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:23:23.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:23:23.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:23:23.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:23:23.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:23:23.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:23.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:24.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:24.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:24 smithi050 ceph-mon[92315]: pgmap v15236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:24 smithi172 ceph-mon[103696]: pgmap v15236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:25.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:25.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:26.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:26.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:26 smithi050 ceph-mon[92315]: pgmap v15237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:26 smithi172 ceph-mon[103696]: pgmap v15237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:27.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:27.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:28.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:28.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:28 smithi050 ceph-mon[92315]: pgmap v15238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:23:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:28 smithi172 ceph-mon[103696]: pgmap v15238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:23:29.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:29.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:30.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:30.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:30 smithi050 ceph-mon[92315]: pgmap v15239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:30 smithi172 ceph-mon[103696]: pgmap v15239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:31.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:31.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:32.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:32.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:32 smithi050 ceph-mon[92315]: pgmap v15240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:32 smithi172 ceph-mon[103696]: pgmap v15240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:33.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:33.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:34.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:34.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:34 smithi172 ceph-mon[103696]: pgmap v15241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:23:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:34 smithi050 ceph-mon[92315]: pgmap v15241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:23:35.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:35.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:36.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:36.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:36 smithi050 ceph-mon[92315]: pgmap v15242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:36 smithi172 ceph-mon[103696]: pgmap v15242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:37.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:37.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:38.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:38.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:38 smithi050 ceph-mon[92315]: pgmap v15243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:23:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:38 smithi172 ceph-mon[103696]: pgmap v15243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:23:39.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:39.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:40.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:40.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:40 smithi050 ceph-mon[92315]: pgmap v15244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:40 smithi172 ceph-mon[103696]: pgmap v15244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:41.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:41.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:42.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:42.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:42 smithi050 ceph-mon[92315]: pgmap v15245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:42 smithi172 ceph-mon[103696]: pgmap v15245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:43.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:43.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:44.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:44.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:44 smithi172 ceph-mon[103696]: pgmap v15246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:44 smithi050 ceph-mon[92315]: pgmap v15246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:45.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:45.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:46.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:46.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:46 smithi050 ceph-mon[92315]: pgmap v15247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:46 smithi172 ceph-mon[103696]: pgmap v15247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:47.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:47.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:48.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:48.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:48 smithi050 ceph-mon[92315]: pgmap v15248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:23:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:48 smithi172 ceph-mon[103696]: pgmap v15248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:23:49.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:49.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:23:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:23:50.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:50.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:50 smithi050 ceph-mon[92315]: pgmap v15249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:50 smithi172 ceph-mon[103696]: pgmap v15249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:51.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:51.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:52.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:52.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:52 smithi050 ceph-mon[92315]: pgmap v15250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:52 smithi172 ceph-mon[103696]: pgmap v15250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:53.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:53.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:54.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:54.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:54 smithi050 ceph-mon[92315]: pgmap v15251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:54 smithi172 ceph-mon[103696]: pgmap v15251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:55.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:55.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:56.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:56.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:56 smithi050 ceph-mon[92315]: pgmap v15252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:56 smithi172 ceph-mon[103696]: pgmap v15252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:23:57.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:57.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:58.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:58.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:23:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:23:58 smithi050 ceph-mon[92315]: pgmap v15253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:23:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:23:58 smithi172 ceph-mon[103696]: pgmap v15253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:23:59.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:23:59.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:00.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:00.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:00 smithi050 ceph-mon[92315]: pgmap v15254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:00 smithi172 ceph-mon[103696]: pgmap v15254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:01.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:01.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:02.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:02.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:02 smithi050 ceph-mon[92315]: pgmap v15255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:02 smithi172 ceph-mon[103696]: pgmap v15255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:03.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:03.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:04.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:04.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:04 smithi050 ceph-mon[92315]: pgmap v15256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:24:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:04 smithi172 ceph-mon[103696]: pgmap v15256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:24:05.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:05.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:06.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:06.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:06 smithi050 ceph-mon[92315]: pgmap v15257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:06 smithi172 ceph-mon[103696]: pgmap v15257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:07.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:07.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:08.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:08.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:08 smithi050 ceph-mon[92315]: pgmap v15258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:24:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:08 smithi172 ceph-mon[103696]: pgmap v15258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:24:09.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:09.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:10.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:10.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:10 smithi050 ceph-mon[92315]: pgmap v15259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:10 smithi172 ceph-mon[103696]: pgmap v15259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:11.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:11.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:12.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:12.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:12 smithi050 ceph-mon[92315]: pgmap v15260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:12 smithi172 ceph-mon[103696]: pgmap v15260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:13.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:13.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:14.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:14.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:14 smithi050 ceph-mon[92315]: pgmap v15261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:14 smithi172 ceph-mon[103696]: pgmap v15261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:15.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:15.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:16.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:16.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:16 smithi050 ceph-mon[92315]: pgmap v15262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:16 smithi172 ceph-mon[103696]: pgmap v15262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:17.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:17.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:18.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:18.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:18 smithi050 ceph-mon[92315]: pgmap v15263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:24:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:18 smithi172 ceph-mon[103696]: pgmap v15263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:24:19.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:19.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:19.965 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:24:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:24:20.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:20.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:20 smithi050 ceph-mon[92315]: pgmap v15264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:20 smithi172 ceph-mon[103696]: pgmap v15264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:21.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:21.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:22.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:22.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:22 smithi050 ceph-mon[92315]: pgmap v15265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:24:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:24:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:24:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:22 smithi172 ceph-mon[103696]: pgmap v15265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:24:23.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:24:23.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:24:23.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:23.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:24:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:24:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:24:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:24:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:24:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:24:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:24:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:24:24.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:24:24.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:24:24.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:24.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:24 smithi050 ceph-mon[92315]: pgmap v15266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:24 smithi172 ceph-mon[103696]: pgmap v15266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:25.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:25.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:26.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:26.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:26 smithi050 ceph-mon[92315]: pgmap v15267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:26 smithi172 ceph-mon[103696]: pgmap v15267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:27.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:27.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:28.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:28.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:28 smithi050 ceph-mon[92315]: pgmap v15268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:24:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:28 smithi172 ceph-mon[103696]: pgmap v15268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:24:29.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:29.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:30.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:30.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:30 smithi050 ceph-mon[92315]: pgmap v15269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:30 smithi172 ceph-mon[103696]: pgmap v15269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:31.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:31.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:32.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:32.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:32 smithi050 ceph-mon[92315]: pgmap v15270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:32 smithi172 ceph-mon[103696]: pgmap v15270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:33.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:33.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:34.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:34.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:34 smithi050 ceph-mon[92315]: pgmap v15271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:24:35.122 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:34 smithi172 ceph-mon[103696]: pgmap v15271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:35.122 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:24:35.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:35.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:36.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:36.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:36 smithi050 ceph-mon[92315]: pgmap v15272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:36 smithi172 ceph-mon[103696]: pgmap v15272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:37.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:37.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:38.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:38.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:38 smithi050 ceph-mon[92315]: pgmap v15273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:24:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:38 smithi172 ceph-mon[103696]: pgmap v15273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:24:39.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:39.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:40.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:40.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:40 smithi050 ceph-mon[92315]: pgmap v15274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:40 smithi172 ceph-mon[103696]: pgmap v15274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:41.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:41.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:42.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:42.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:42.768 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:42 smithi050 ceph-mon[92315]: pgmap v15275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:42 smithi172 ceph-mon[103696]: pgmap v15275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:43.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:43.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:44.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:44.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:44 smithi050 ceph-mon[92315]: pgmap v15276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:44 smithi172 ceph-mon[103696]: pgmap v15276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:45.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:45.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:46.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:46.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:46 smithi050 ceph-mon[92315]: pgmap v15277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:46 smithi172 ceph-mon[103696]: pgmap v15277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:47.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:47.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:48.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:48.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:48 smithi050 ceph-mon[92315]: pgmap v15278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:24:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:48 smithi172 ceph-mon[103696]: pgmap v15278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:24:49.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:49.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:24:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:24:50.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:50.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:50 smithi050 ceph-mon[92315]: pgmap v15279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:50 smithi172 ceph-mon[103696]: pgmap v15279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:51.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:51.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:52.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:52.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:52 smithi050 ceph-mon[92315]: pgmap v15280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:52 smithi172 ceph-mon[103696]: pgmap v15280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:53.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:53.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:54.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:54.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:55.059 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:54 smithi050 ceph-mon[92315]: pgmap v15281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:55.335 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:54 smithi172 ceph-mon[103696]: pgmap v15281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:55.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:55.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:56.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:56.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:56 smithi050 ceph-mon[92315]: pgmap v15282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:56 smithi172 ceph-mon[103696]: pgmap v15282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:24:57.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:57.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:58.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:58.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:24:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:24:58 smithi050 ceph-mon[92315]: pgmap v15283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:24:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:24:58 smithi172 ceph-mon[103696]: pgmap v15283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:24:59.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:24:59.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:00.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:00.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:00 smithi050 ceph-mon[92315]: pgmap v15284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:00 smithi172 ceph-mon[103696]: pgmap v15284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:01.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:01.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:02.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:02.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:02.992 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:02 smithi050 ceph-mon[92315]: pgmap v15285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:02 smithi172 ceph-mon[103696]: pgmap v15285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:03.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:03.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:04.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:04.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:04 smithi050 ceph-mon[92315]: pgmap v15286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:25:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:04 smithi172 ceph-mon[103696]: pgmap v15286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:25:05.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:05.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:06.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:06.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:06 smithi050 ceph-mon[92315]: pgmap v15287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:06 smithi172 ceph-mon[103696]: pgmap v15287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:07.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:07.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:08.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:08.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:08 smithi050 ceph-mon[92315]: pgmap v15288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:25:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:08 smithi172 ceph-mon[103696]: pgmap v15288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:25:09.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:09.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:10.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:10.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:10 smithi172 ceph-mon[103696]: pgmap v15289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:10 smithi050 ceph-mon[92315]: pgmap v15289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:11.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:11.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:12.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:12.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:12 smithi050 ceph-mon[92315]: pgmap v15290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:12 smithi172 ceph-mon[103696]: pgmap v15290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:13.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:13.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:14.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:14.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:15.084 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:14 smithi050 ceph-mon[92315]: pgmap v15291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:14 smithi172 ceph-mon[103696]: pgmap v15291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:15.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:15.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:16.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:16.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:16 smithi050 ceph-mon[92315]: pgmap v15292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:16.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:16 smithi172 ceph-mon[103696]: pgmap v15292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:17.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:17.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:18.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:18.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:18 smithi050 ceph-mon[92315]: pgmap v15293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:25:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:18 smithi172 ceph-mon[103696]: pgmap v15293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:25:19.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:19.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:25:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:25:20.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:20.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:20 smithi172 ceph-mon[103696]: pgmap v15294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:20 smithi050 ceph-mon[92315]: pgmap v15294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:21.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:21.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:22.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:22.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:22 smithi050 ceph-mon[92315]: pgmap v15295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:22 smithi172 ceph-mon[103696]: pgmap v15295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:23.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:23.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:25:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:25:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:25:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:25:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:25:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:25:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:25:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:25:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:25:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:25:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:25:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:25:24.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:24.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:24 smithi050 ceph-mon[92315]: pgmap v15296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:24 smithi172 ceph-mon[103696]: pgmap v15296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:25.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:25.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:26.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:26.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:26 smithi050 ceph-mon[92315]: pgmap v15297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:26 smithi172 ceph-mon[103696]: pgmap v15297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:27.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:27.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:28.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:28.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:28 smithi050 ceph-mon[92315]: pgmap v15298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:25:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:28 smithi172 ceph-mon[103696]: pgmap v15298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:25:29.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:29.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:30.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:30.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:30 smithi050 ceph-mon[92315]: pgmap v15299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:30 smithi172 ceph-mon[103696]: pgmap v15299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:31.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:31.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:32.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:32.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:32 smithi050 ceph-mon[92315]: pgmap v15300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:32 smithi172 ceph-mon[103696]: pgmap v15300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:33.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:33.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:34.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:34.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:34 smithi050 ceph-mon[92315]: pgmap v15301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:25:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:34 smithi172 ceph-mon[103696]: pgmap v15301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:25:35.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:35.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:36.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:36.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:36 smithi050 ceph-mon[92315]: pgmap v15302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:36 smithi172 ceph-mon[103696]: pgmap v15302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:37.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:37.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:38.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:38.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:38 smithi050 ceph-mon[92315]: pgmap v15303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:25:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:38 smithi172 ceph-mon[103696]: pgmap v15303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:25:39.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:39.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:40.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:40.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:40 smithi050 ceph-mon[92315]: pgmap v15304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:40 smithi172 ceph-mon[103696]: pgmap v15304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:41.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:41.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:42.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:42.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:42 smithi050 ceph-mon[92315]: pgmap v15305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:42 smithi172 ceph-mon[103696]: pgmap v15305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:43.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:43.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:44.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:44.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:44 smithi050 ceph-mon[92315]: pgmap v15306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:44 smithi172 ceph-mon[103696]: pgmap v15306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:45.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:45.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:46.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:46.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:46.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:46 smithi050 ceph-mon[92315]: pgmap v15307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:46 smithi172 ceph-mon[103696]: pgmap v15307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:47.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:47.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:48.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:48.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:48 smithi050 ceph-mon[92315]: pgmap v15308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:25:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:48 smithi172 ceph-mon[103696]: pgmap v15308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:25:49.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:49.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:25:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:25:50.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:50.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:50 smithi050 ceph-mon[92315]: pgmap v15309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:50 smithi172 ceph-mon[103696]: pgmap v15309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:51.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:51.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:52.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:52.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:52 smithi050 ceph-mon[92315]: pgmap v15310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:52 smithi172 ceph-mon[103696]: pgmap v15310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:53.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:53.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:54.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:54.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:55.083 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:54 smithi050 ceph-mon[92315]: pgmap v15311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:54 smithi172 ceph-mon[103696]: pgmap v15311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:55.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:55.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:56.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:56.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:56 smithi050 ceph-mon[92315]: pgmap v15312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:56 smithi172 ceph-mon[103696]: pgmap v15312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:25:57.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:57.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:58.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:58.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:25:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:25:58 smithi050 ceph-mon[92315]: pgmap v15313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:25:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:25:58 smithi172 ceph-mon[103696]: pgmap v15313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:25:59.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:25:59.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:00.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:00.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:01.020 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:00 smithi172 ceph-mon[103696]: pgmap v15314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:00 smithi050 ceph-mon[92315]: pgmap v15314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:01.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:01.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:02.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:02.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:02 smithi050 ceph-mon[92315]: pgmap v15315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:02 smithi172 ceph-mon[103696]: pgmap v15315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:03.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:03.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:04.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:04.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:04 smithi050 ceph-mon[92315]: pgmap v15316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:26:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:04 smithi172 ceph-mon[103696]: pgmap v15316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:26:05.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:05.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:06.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:06.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:06 smithi050 ceph-mon[92315]: pgmap v15317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:06 smithi172 ceph-mon[103696]: pgmap v15317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:07.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:07.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:08.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:08.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:08 smithi050 ceph-mon[92315]: pgmap v15318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:26:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:08 smithi172 ceph-mon[103696]: pgmap v15318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:26:09.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:09.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:10.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:10.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:10 smithi050 ceph-mon[92315]: pgmap v15319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:10 smithi172 ceph-mon[103696]: pgmap v15319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:11.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:11.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:12.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:12.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:12 smithi050 ceph-mon[92315]: pgmap v15320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:12 smithi172 ceph-mon[103696]: pgmap v15320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:13.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:13.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:14.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:14.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:14 smithi050 ceph-mon[92315]: pgmap v15321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:14 smithi172 ceph-mon[103696]: pgmap v15321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:15.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:15.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:16.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:16.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:16 smithi050 ceph-mon[92315]: pgmap v15322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:16 smithi172 ceph-mon[103696]: pgmap v15322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:17.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:17.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:18.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:18.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:18 smithi050 ceph-mon[92315]: pgmap v15323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:26:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:18 smithi172 ceph-mon[103696]: pgmap v15323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:26:19.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:19.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:26:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:26:20.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:20.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:20 smithi050 ceph-mon[92315]: pgmap v15324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:20 smithi172 ceph-mon[103696]: pgmap v15324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:21.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:21.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:22.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:22.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:22 smithi050 ceph-mon[92315]: pgmap v15325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:22 smithi172 ceph-mon[103696]: pgmap v15325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:23.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:23.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:24.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:24.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:24 smithi050 ceph-mon[92315]: pgmap v15326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:26:25.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:26:25.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:26:25.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:26:25.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:26:25.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:26:25.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:26:25.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:26:25.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:26:25.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:26:25.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:26:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:24 smithi172 ceph-mon[103696]: pgmap v15326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:26:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:26:25.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:26:25.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:26:25.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:26:25.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:26:25.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:26:25.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:26:25.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:26:25.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:26:25.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:26:25.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:25.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:25 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1481M 2023-09-30T22:26:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:25 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1481M 2023-09-30T22:26:26.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:26.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:26 smithi050 ceph-mon[92315]: pgmap v15327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:26 smithi172 ceph-mon[103696]: pgmap v15327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:27.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:27.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:28.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:28.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:28 smithi050 ceph-mon[92315]: pgmap v15328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:26:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:28 smithi172 ceph-mon[103696]: pgmap v15328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:26:29.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:29.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:30.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:30.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:30 smithi050 ceph-mon[92315]: pgmap v15329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:30 smithi172 ceph-mon[103696]: pgmap v15329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:31.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:31.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:32.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:32.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:32 smithi050 ceph-mon[92315]: pgmap v15330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:32 smithi172 ceph-mon[103696]: pgmap v15330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:33.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:33.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:34.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:34.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:34 smithi050 ceph-mon[92315]: pgmap v15331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:26:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:34 smithi172 ceph-mon[103696]: pgmap v15331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:26:35.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:35.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:36.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:36.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:36 smithi050 ceph-mon[92315]: pgmap v15332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:36 smithi172 ceph-mon[103696]: pgmap v15332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:37.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:37.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:38.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:38.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:39.075 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:38 smithi050 ceph-mon[92315]: pgmap v15333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:26:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:38 smithi172 ceph-mon[103696]: pgmap v15333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:26:39.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:39.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:40.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:40.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:40 smithi050 ceph-mon[92315]: pgmap v15334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:40 smithi172 ceph-mon[103696]: pgmap v15334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:41.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:41.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:42.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:42.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:42 smithi050 ceph-mon[92315]: pgmap v15335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:42 smithi172 ceph-mon[103696]: pgmap v15335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:43.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:43.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:44.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:44.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:44 smithi050 ceph-mon[92315]: pgmap v15336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:44 smithi172 ceph-mon[103696]: pgmap v15336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:45.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:45.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:46.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:46.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:46 smithi050 ceph-mon[92315]: pgmap v15337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:46 smithi172 ceph-mon[103696]: pgmap v15337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:47.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:47.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:48.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:48.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:48 smithi050 ceph-mon[92315]: pgmap v15338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:26:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:48 smithi172 ceph-mon[103696]: pgmap v15338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:26:49.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:49.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:26:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:26:50.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:50.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:50 smithi050 ceph-mon[92315]: pgmap v15339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:50 smithi172 ceph-mon[103696]: pgmap v15339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:51.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:51.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:52.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:52.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:52 smithi050 ceph-mon[92315]: pgmap v15340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:52 smithi172 ceph-mon[103696]: pgmap v15340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:53.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:53.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:54.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:54.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:54 smithi050 ceph-mon[92315]: pgmap v15341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:54 smithi172 ceph-mon[103696]: pgmap v15341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:55.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:55.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:56.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:56.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:56 smithi050 ceph-mon[92315]: pgmap v15342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:56 smithi172 ceph-mon[103696]: pgmap v15342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:26:57.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:57.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:58.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:58.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:26:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:26:58 smithi050 ceph-mon[92315]: pgmap v15343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:26:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:26:58 smithi172 ceph-mon[103696]: pgmap v15343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:26:59.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:26:59.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:00.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:00.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:00 smithi050 ceph-mon[92315]: pgmap v15344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:00 smithi172 ceph-mon[103696]: pgmap v15344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:01.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:01.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:02.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:02.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:02 smithi050 ceph-mon[92315]: pgmap v15345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:02 smithi172 ceph-mon[103696]: pgmap v15345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:03.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:03.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:04.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:04.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:04 smithi050 ceph-mon[92315]: pgmap v15346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:27:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:04 smithi172 ceph-mon[103696]: pgmap v15346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:27:05.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:05.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:06.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:06.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:06 smithi050 ceph-mon[92315]: pgmap v15347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:06.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:06 smithi172 ceph-mon[103696]: pgmap v15347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:07.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:07.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:08.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:08.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:08 smithi050 ceph-mon[92315]: pgmap v15348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:27:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:08 smithi172 ceph-mon[103696]: pgmap v15348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:27:09.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:09.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:10.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:10.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:10 smithi050 ceph-mon[92315]: pgmap v15349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:10 smithi172 ceph-mon[103696]: pgmap v15349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:11.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:11.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:12.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:12.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:12 smithi050 ceph-mon[92315]: pgmap v15350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:12 smithi172 ceph-mon[103696]: pgmap v15350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:13.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:13.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:14.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:14.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:14 smithi050 ceph-mon[92315]: pgmap v15351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:14 smithi172 ceph-mon[103696]: pgmap v15351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:15.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:15.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:16.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:16.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:16 smithi050 ceph-mon[92315]: pgmap v15352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:16 smithi172 ceph-mon[103696]: pgmap v15352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:17.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:17.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:18.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:18.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:18 smithi050 ceph-mon[92315]: pgmap v15353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:27:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:18 smithi172 ceph-mon[103696]: pgmap v15353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:27:19.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:19.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:27:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:27:20.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:20.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:20 smithi050 ceph-mon[92315]: pgmap v15354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:20 smithi172 ceph-mon[103696]: pgmap v15354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:21.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:21.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:22.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:22.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:22 smithi050 ceph-mon[92315]: pgmap v15355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:22 smithi172 ceph-mon[103696]: pgmap v15355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:23.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:23.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:24.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:24.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:24 smithi050 ceph-mon[92315]: pgmap v15356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:27:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:24 smithi172 ceph-mon[103696]: pgmap v15356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:27:25.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:25.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:27:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:27:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:27:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:27:26.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:27:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:27:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:27:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:27:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:27:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:27:26.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:26.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:26 smithi050 ceph-mon[92315]: pgmap v15357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:26 smithi172 ceph-mon[103696]: pgmap v15357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:27.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:27.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:28.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:28.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:28 smithi050 ceph-mon[92315]: pgmap v15358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:27:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:28 smithi172 ceph-mon[103696]: pgmap v15358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:27:29.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:29.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:30.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:30.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:30 smithi050 ceph-mon[92315]: pgmap v15359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:30 smithi172 ceph-mon[103696]: pgmap v15359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:31.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:31.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:32.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:32.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:32 smithi050 ceph-mon[92315]: pgmap v15360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:32 smithi172 ceph-mon[103696]: pgmap v15360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:33.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:33.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:34.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:34.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:34 smithi050 ceph-mon[92315]: pgmap v15361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:27:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:34 smithi172 ceph-mon[103696]: pgmap v15361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:27:35.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:35.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:36.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:36.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:36.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:36 smithi050 ceph-mon[92315]: pgmap v15362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:36 smithi172 ceph-mon[103696]: pgmap v15362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:37.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:37.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:38.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:38.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:38 smithi050 ceph-mon[92315]: pgmap v15363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:27:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:38 smithi172 ceph-mon[103696]: pgmap v15363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:27:39.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:39.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:40.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:40.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:40 smithi050 ceph-mon[92315]: pgmap v15364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:40 smithi172 ceph-mon[103696]: pgmap v15364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:41.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:41.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:42.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:42.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:42 smithi050 ceph-mon[92315]: pgmap v15365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:42 smithi172 ceph-mon[103696]: pgmap v15365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:43.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:43.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:44.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:44.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:44 smithi050 ceph-mon[92315]: pgmap v15366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:44 smithi172 ceph-mon[103696]: pgmap v15366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:45.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:45.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:46.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:46.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:46 smithi050 ceph-mon[92315]: pgmap v15367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:46 smithi172 ceph-mon[103696]: pgmap v15367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:47.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:47.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:48.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:48.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:48 smithi050 ceph-mon[92315]: pgmap v15368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:27:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:48 smithi172 ceph-mon[103696]: pgmap v15368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:27:49.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:49.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:27:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:27:50.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:50.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:50 smithi050 ceph-mon[92315]: pgmap v15369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:50 smithi172 ceph-mon[103696]: pgmap v15369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:51.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:51.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:52.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:52.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:52 smithi050 ceph-mon[92315]: pgmap v15370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:52 smithi172 ceph-mon[103696]: pgmap v15370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:53.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:53.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:54.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:54.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:54 smithi050 ceph-mon[92315]: pgmap v15371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:54 smithi172 ceph-mon[103696]: pgmap v15371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:55.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:55.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:56.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:56.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:56 smithi050 ceph-mon[92315]: pgmap v15372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:56 smithi172 ceph-mon[103696]: pgmap v15372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:27:57.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:57.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:58.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:58.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:27:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:27:58 smithi050 ceph-mon[92315]: pgmap v15373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:27:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:27:58 smithi172 ceph-mon[103696]: pgmap v15373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:27:59.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:27:59.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:00.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:00.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:00 smithi050 ceph-mon[92315]: pgmap v15374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:00 smithi172 ceph-mon[103696]: pgmap v15374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:01.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:01.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:02.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:02.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:02 smithi050 ceph-mon[92315]: pgmap v15375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:02 smithi172 ceph-mon[103696]: pgmap v15375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:03.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:03.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:04.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:04.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:05.051 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:04 smithi050 ceph-mon[92315]: pgmap v15376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:05.051 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:28:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:04 smithi172 ceph-mon[103696]: pgmap v15376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:28:05.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:05.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:06.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:06.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:06 smithi172 ceph-mon[103696]: pgmap v15377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:06 smithi050 ceph-mon[92315]: pgmap v15377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:07.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:07.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:08.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:08.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:08 smithi050 ceph-mon[92315]: pgmap v15378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:28:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:08 smithi172 ceph-mon[103696]: pgmap v15378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:28:09.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:09.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:10.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:10.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:10 smithi050 ceph-mon[92315]: pgmap v15379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:10 smithi172 ceph-mon[103696]: pgmap v15379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:11.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:11.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:12.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:12.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:12 smithi050 ceph-mon[92315]: pgmap v15380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:12 smithi172 ceph-mon[103696]: pgmap v15380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:13.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:13.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:14.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:14.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:14 smithi050 ceph-mon[92315]: pgmap v15381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:14 smithi172 ceph-mon[103696]: pgmap v15381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:15.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:15.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:16.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:16.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:16 smithi172 ceph-mon[103696]: pgmap v15382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:16 smithi050 ceph-mon[92315]: pgmap v15382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:17.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:17.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:18.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:18.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:19.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:18 smithi050 ceph-mon[92315]: pgmap v15383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:28:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:18 smithi172 ceph-mon[103696]: pgmap v15383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:28:19.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:19.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:28:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:28:20.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:20.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:20 smithi050 ceph-mon[92315]: pgmap v15384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:20 smithi172 ceph-mon[103696]: pgmap v15384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:21.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:21.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:22.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:22.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:22 smithi050 ceph-mon[92315]: pgmap v15385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:22 smithi172 ceph-mon[103696]: pgmap v15385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:23.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:23.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:24.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:24.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:24 smithi050 ceph-mon[92315]: pgmap v15386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:24 smithi172 ceph-mon[103696]: pgmap v15386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:25.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:25.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:28:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:28:26.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:26.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:26 smithi050 ceph-mon[92315]: pgmap v15387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:28:27.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:28:27.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:28:27.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:28:27.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:28:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:26 smithi172 ceph-mon[103696]: pgmap v15387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:28:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:28:27.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:28:27.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:28:27.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:28:27.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:27.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:28.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:28.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:28 smithi050 ceph-mon[92315]: pgmap v15388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:28:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:28 smithi172 ceph-mon[103696]: pgmap v15388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:28:29.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:29.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:30.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:30.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:30 smithi050 ceph-mon[92315]: pgmap v15389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:30 smithi172 ceph-mon[103696]: pgmap v15389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:31.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:31.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:32.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:32.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:32 smithi172 ceph-mon[103696]: pgmap v15390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:32 smithi050 ceph-mon[92315]: pgmap v15390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:33.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:33.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:34.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:34.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:34 smithi050 ceph-mon[92315]: pgmap v15391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:28:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:34 smithi172 ceph-mon[103696]: pgmap v15391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:28:35.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:35.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:36.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:36.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:36 smithi172 ceph-mon[103696]: pgmap v15392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:36 smithi050 ceph-mon[92315]: pgmap v15392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:37.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:37.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:38.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:38.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:38 smithi050 ceph-mon[92315]: pgmap v15393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:28:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:38 smithi172 ceph-mon[103696]: pgmap v15393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:28:39.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:39.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:40.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:40.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:40 smithi050 ceph-mon[92315]: pgmap v15394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:40 smithi172 ceph-mon[103696]: pgmap v15394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:41.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:41.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:42.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:42.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:42 smithi050 ceph-mon[92315]: pgmap v15395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:42 smithi172 ceph-mon[103696]: pgmap v15395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:43.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:43.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:44.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:44.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:44 smithi050 ceph-mon[92315]: pgmap v15396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:44 smithi172 ceph-mon[103696]: pgmap v15396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:45.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:45.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:46.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:46.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:46 smithi172 ceph-mon[103696]: pgmap v15397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:46 smithi050 ceph-mon[92315]: pgmap v15397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:47.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:47.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:48.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:48.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:48 smithi050 ceph-mon[92315]: pgmap v15398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:28:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:48 smithi172 ceph-mon[103696]: pgmap v15398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:28:49.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:49.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:28:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:28:50.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:50.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:50 smithi050 ceph-mon[92315]: pgmap v15399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:50 smithi172 ceph-mon[103696]: pgmap v15399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:51.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:51.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:52.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:52.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:52 smithi050 ceph-mon[92315]: pgmap v15400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:52 smithi172 ceph-mon[103696]: pgmap v15400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:53.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:53.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:54.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:54.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:54 smithi050 ceph-mon[92315]: pgmap v15401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:54 smithi172 ceph-mon[103696]: pgmap v15401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:55.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:55.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:56.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:56.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:56 smithi172 ceph-mon[103696]: pgmap v15402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:56 smithi050 ceph-mon[92315]: pgmap v15402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:28:57.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:57.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:58.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:58.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:28:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:28:58 smithi050 ceph-mon[92315]: pgmap v15403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:28:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:28:58 smithi172 ceph-mon[103696]: pgmap v15403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:28:59.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:28:59.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:00.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:00.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:00 smithi050 ceph-mon[92315]: pgmap v15404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:00 smithi172 ceph-mon[103696]: pgmap v15404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:01.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:01.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:02.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:02.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:02 smithi050 ceph-mon[92315]: pgmap v15405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:02 smithi172 ceph-mon[103696]: pgmap v15405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:03.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:03.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:04.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:04.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:04 smithi050 ceph-mon[92315]: pgmap v15406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:29:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:04 smithi172 ceph-mon[103696]: pgmap v15406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:29:05.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:05.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:06.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:06.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:06 smithi172 ceph-mon[103696]: pgmap v15407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:06 smithi050 ceph-mon[92315]: pgmap v15407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:07.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:07.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:08.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:08.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:08 smithi050 ceph-mon[92315]: pgmap v15408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:29:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:08 smithi172 ceph-mon[103696]: pgmap v15408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:29:09.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:09.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:10.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:10.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:10 smithi050 ceph-mon[92315]: pgmap v15409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:10 smithi172 ceph-mon[103696]: pgmap v15409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:11.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:11.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:12.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:12.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:13.025 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:12 smithi172 ceph-mon[103696]: pgmap v15410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:12 smithi050 ceph-mon[92315]: pgmap v15410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:13.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:13.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:14.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:14.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:14 smithi050 ceph-mon[92315]: pgmap v15411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:14 smithi172 ceph-mon[103696]: pgmap v15411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:15.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:15.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:16.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:16.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:16 smithi172 ceph-mon[103696]: pgmap v15412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:16 smithi050 ceph-mon[92315]: pgmap v15412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:17.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:17.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:18.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:18.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:18 smithi050 ceph-mon[92315]: pgmap v15413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:29:19.176 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:18 smithi172 ceph-mon[103696]: pgmap v15413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:29:19.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:19.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:29:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:29:20.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:20.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:20 smithi050 ceph-mon[92315]: pgmap v15414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:20 smithi172 ceph-mon[103696]: pgmap v15414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:21.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:21.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:22.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:22.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:22 smithi050 ceph-mon[92315]: pgmap v15415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:22 smithi172 ceph-mon[103696]: pgmap v15415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:23.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:23.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:24.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:24.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:24 smithi050 ceph-mon[92315]: pgmap v15416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:24 smithi172 ceph-mon[103696]: pgmap v15416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:25.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:25.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:26 smithi172 ceph-mon[103696]: pgmap v15417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:29:26.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:26.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:26 smithi050 ceph-mon[92315]: pgmap v15417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:29:27.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:27.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:28.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:28.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:28 smithi050 ceph-mon[92315]: pgmap v15418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:29:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:28 smithi172 ceph-mon[103696]: pgmap v15418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:29:29.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:29.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:30.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:30.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:31.032 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:30 smithi050 ceph-mon[92315]: pgmap v15419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:31.032 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:29:31.032 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:29:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:30 smithi172 ceph-mon[103696]: pgmap v15419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:29:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:29:31.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:31.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:29:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:29:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:29:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:29:32.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:29:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:29:32.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:29:32.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:29:32.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:29:32.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:29:32.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:32.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:32 smithi050 ceph-mon[92315]: pgmap v15420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:32 smithi172 ceph-mon[103696]: pgmap v15420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:33.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:33.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:34.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:34.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:34 smithi050 ceph-mon[92315]: pgmap v15421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:29:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:34 smithi172 ceph-mon[103696]: pgmap v15421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:29:35.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:35.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:36 smithi172 ceph-mon[103696]: pgmap v15422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:36.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:36.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:36 smithi050 ceph-mon[92315]: pgmap v15422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:37.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:37.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:38.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:38.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:38 smithi050 ceph-mon[92315]: pgmap v15423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:29:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:38 smithi172 ceph-mon[103696]: pgmap v15423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:29:39.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:39.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:40.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:40.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:40 smithi050 ceph-mon[92315]: pgmap v15424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:40 smithi172 ceph-mon[103696]: pgmap v15424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:41.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:41.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:42.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:42.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:42 smithi050 ceph-mon[92315]: pgmap v15425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:42 smithi172 ceph-mon[103696]: pgmap v15425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:43.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:43.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:44.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:44.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:44 smithi050 ceph-mon[92315]: pgmap v15426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:44 smithi172 ceph-mon[103696]: pgmap v15426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:45.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:45.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:46 smithi172 ceph-mon[103696]: pgmap v15427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:46.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:46.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:46 smithi050 ceph-mon[92315]: pgmap v15427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:47.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:47.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:48.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:48.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:48 smithi050 ceph-mon[92315]: pgmap v15428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:29:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:48 smithi172 ceph-mon[103696]: pgmap v15428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:29:49.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:49.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:29:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:29:50.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:50.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:50 smithi050 ceph-mon[92315]: pgmap v15429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:50 smithi172 ceph-mon[103696]: pgmap v15429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:51.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:51.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:52.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:52.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:52 smithi050 ceph-mon[92315]: pgmap v15430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:52 smithi172 ceph-mon[103696]: pgmap v15430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:53.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:53.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:54.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:54.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:54 smithi050 ceph-mon[92315]: pgmap v15431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:54 smithi172 ceph-mon[103696]: pgmap v15431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:55.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:55.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:56 smithi172 ceph-mon[103696]: pgmap v15432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:56.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:56.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:56 smithi050 ceph-mon[92315]: pgmap v15432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:29:57.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:57.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:58.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:58.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:29:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:29:58 smithi050 ceph-mon[92315]: pgmap v15433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:29:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:29:58 smithi172 ceph-mon[103696]: pgmap v15433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:29:59.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:29:59.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:00 smithi050 ceph-mon[92315]: pgmap v15434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T22:30:00.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:00.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:00 smithi172 ceph-mon[103696]: pgmap v15434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T22:30:01.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:01.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:02.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:02.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:02 smithi050 ceph-mon[92315]: pgmap v15435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:02 smithi172 ceph-mon[103696]: pgmap v15435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:03.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:03.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:04.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:04.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:04 smithi050 ceph-mon[92315]: pgmap v15436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:30:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:04 smithi172 ceph-mon[103696]: pgmap v15436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:30:05.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:05.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:06 smithi050 ceph-mon[92315]: pgmap v15437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:06 smithi172 ceph-mon[103696]: pgmap v15437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:06.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:06.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:07.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:07.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:08 smithi172 ceph-mon[103696]: pgmap v15438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:30:08.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:08.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:08 smithi050 ceph-mon[92315]: pgmap v15438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:30:09.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:09.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:10.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:10.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:10 smithi050 ceph-mon[92315]: pgmap v15439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:10 smithi172 ceph-mon[103696]: pgmap v15439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:11.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:11.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:12.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:12.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:12 smithi050 ceph-mon[92315]: pgmap v15440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:12 smithi172 ceph-mon[103696]: pgmap v15440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:13.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:13.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:14.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:14.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:14 smithi050 ceph-mon[92315]: pgmap v15441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:14 smithi172 ceph-mon[103696]: pgmap v15441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:15.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:15.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:16 smithi050 ceph-mon[92315]: pgmap v15442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:16.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:16.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:16 smithi172 ceph-mon[103696]: pgmap v15442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:17.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:17.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:18.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:18.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:18 smithi050 ceph-mon[92315]: pgmap v15443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:30:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:18 smithi172 ceph-mon[103696]: pgmap v15443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:30:19.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:19.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:30:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:30:20.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:20.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:20 smithi050 ceph-mon[92315]: pgmap v15444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:20 smithi172 ceph-mon[103696]: pgmap v15444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:21.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:21.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:22.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:22.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:22 smithi050 ceph-mon[92315]: pgmap v15445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:22 smithi172 ceph-mon[103696]: pgmap v15445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:23.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:23.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:24.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:24.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:24 smithi050 ceph-mon[92315]: pgmap v15446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:24 smithi172 ceph-mon[103696]: pgmap v15446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:25.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:25.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:26.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:26.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:26 smithi050 ceph-mon[92315]: pgmap v15447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:26 smithi172 ceph-mon[103696]: pgmap v15447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:27.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:27.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:28.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:28.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:28 smithi050 ceph-mon[92315]: pgmap v15448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:30:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:28 smithi172 ceph-mon[103696]: pgmap v15448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:30:29.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:29.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:31.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:31.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:30 smithi050 ceph-mon[92315]: pgmap v15449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:30 smithi172 ceph-mon[103696]: pgmap v15449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:32.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:32.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:30:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:30:33.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:33.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:32 smithi050 ceph-mon[92315]: pgmap v15450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:30:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:30:33.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:30:33.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:30:33.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:30:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:32 smithi172 ceph-mon[103696]: pgmap v15450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:30:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:30:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:30:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:30:33.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:30:34.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:34.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:35.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:35.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:34 smithi050 ceph-mon[92315]: pgmap v15451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:30:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:34 smithi172 ceph-mon[103696]: pgmap v15451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:30:36.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:36.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:37.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:37.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:36 smithi050 ceph-mon[92315]: pgmap v15452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:36 smithi172 ceph-mon[103696]: pgmap v15452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:38.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:38.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:39.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:39.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:38 smithi050 ceph-mon[92315]: pgmap v15453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:30:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:38 smithi172 ceph-mon[103696]: pgmap v15453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:30:40.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:40.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:41.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:41.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:40 smithi050 ceph-mon[92315]: pgmap v15454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:40 smithi172 ceph-mon[103696]: pgmap v15454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:42.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:42.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:43.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:43.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:42 smithi050 ceph-mon[92315]: pgmap v15455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:42 smithi172 ceph-mon[103696]: pgmap v15455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:44.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:44.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:45.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:45.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:44 smithi050 ceph-mon[92315]: pgmap v15456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:44 smithi172 ceph-mon[103696]: pgmap v15456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:46.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:46.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:46.890 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:46 smithi050 ceph-mon[92315]: pgmap v15457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:47.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:47.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:46 smithi172 ceph-mon[103696]: pgmap v15457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:48.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:48.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:49.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:49.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:48 smithi050 ceph-mon[92315]: pgmap v15458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:30:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:48 smithi172 ceph-mon[103696]: pgmap v15458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:30:50.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:50.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:50.225 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:30:50.226 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:30:51.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:51.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:50 smithi050 ceph-mon[92315]: pgmap v15459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:50 smithi172 ceph-mon[103696]: pgmap v15459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:52.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:52.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:53.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:53.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:52 smithi050 ceph-mon[92315]: pgmap v15460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:52 smithi172 ceph-mon[103696]: pgmap v15460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:54.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:54.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:55.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:55.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:54 smithi050 ceph-mon[92315]: pgmap v15461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:54 smithi172 ceph-mon[103696]: pgmap v15461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:56.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:56.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:57.005 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:56 smithi050 ceph-mon[92315]: pgmap v15462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:57.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:57.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:56 smithi172 ceph-mon[103696]: pgmap v15462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:30:58.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:58.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:59.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:30:59.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:30:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:30:58 smithi050 ceph-mon[92315]: pgmap v15463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:30:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:30:58 smithi172 ceph-mon[103696]: pgmap v15463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:31:00.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:00.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:01.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:01.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:00 smithi050 ceph-mon[92315]: pgmap v15464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:00 smithi172 ceph-mon[103696]: pgmap v15464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:02.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:02.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:03.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:03.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:02 smithi050 ceph-mon[92315]: pgmap v15465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:02 smithi172 ceph-mon[103696]: pgmap v15465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:04.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:04.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:05.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:05.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:04 smithi050 ceph-mon[92315]: pgmap v15466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:31:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:04 smithi172 ceph-mon[103696]: pgmap v15466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:31:06.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:06.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:07.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:07.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:06 smithi050 ceph-mon[92315]: pgmap v15467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:06 smithi172 ceph-mon[103696]: pgmap v15467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:08.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:08.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:09.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:09.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:08 smithi050 ceph-mon[92315]: pgmap v15468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:31:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:08 smithi172 ceph-mon[103696]: pgmap v15468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:31:10.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:10.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:11.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:11.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:10 smithi050 ceph-mon[92315]: pgmap v15469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:10 smithi172 ceph-mon[103696]: pgmap v15469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:12.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:12.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:13.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:13.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:13.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:12 smithi050 ceph-mon[92315]: pgmap v15470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:12 smithi172 ceph-mon[103696]: pgmap v15470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:14.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:14.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:15.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:15.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:14 smithi050 ceph-mon[92315]: pgmap v15471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:14 smithi172 ceph-mon[103696]: pgmap v15471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:16.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:16.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:17.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:17.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:16 smithi050 ceph-mon[92315]: pgmap v15472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:16 smithi172 ceph-mon[103696]: pgmap v15472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:18.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:18.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:19.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:19.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:18 smithi050 ceph-mon[92315]: pgmap v15473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:31:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:18 smithi172 ceph-mon[103696]: pgmap v15473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:31:20.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:20.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:31:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:31:21.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:21.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:20 smithi050 ceph-mon[92315]: pgmap v15474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:20 smithi172 ceph-mon[103696]: pgmap v15474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:22.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:22.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:23.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:23.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:22 smithi050 ceph-mon[92315]: pgmap v15475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:22 smithi172 ceph-mon[103696]: pgmap v15475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:24.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:24.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:25.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:25.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:24 smithi050 ceph-mon[92315]: pgmap v15476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:24 smithi172 ceph-mon[103696]: pgmap v15476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:26.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:26.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:27.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:27.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:26 smithi050 ceph-mon[92315]: pgmap v15477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:26 smithi172 ceph-mon[103696]: pgmap v15477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:28.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:28.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:28 smithi050 ceph-mon[92315]: pgmap v15478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:31:29.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:29.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:28 smithi172 ceph-mon[103696]: pgmap v15478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:31:30.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:30.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:30 smithi050 ceph-mon[92315]: pgmap v15479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:31.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:31.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:30 smithi172 ceph-mon[103696]: pgmap v15479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:32.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:32.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:32 smithi050 ceph-mon[92315]: pgmap v15480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:31:33.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:33.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:32 smithi172 ceph-mon[103696]: pgmap v15480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:31:34.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:34.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:34 smithi050 ceph-mon[92315]: pgmap v15481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:31:35.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:35.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:34 smithi172 ceph-mon[103696]: pgmap v15481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:31:36.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:36.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:36 smithi050 ceph-mon[92315]: pgmap v15482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:37.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:37.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:36 smithi172 ceph-mon[103696]: pgmap v15482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:38.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:38.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:38 smithi050 ceph-mon[92315]: pgmap v15483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:31:39.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:39.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:38 smithi172 ceph-mon[103696]: pgmap v15483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:31:40.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:40.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:31:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:31:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:31:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:31:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:31:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:31:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:31:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:40 smithi050 ceph-mon[92315]: pgmap v15484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:31:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:31:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:31:40.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:31:40.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:31:40.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:31:40.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:31:40.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:40 smithi172 ceph-mon[103696]: pgmap v15484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:41.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:41.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:42.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:42.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:42 smithi050 ceph-mon[92315]: pgmap v15485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:43.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:43.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:42 smithi172 ceph-mon[103696]: pgmap v15485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:44.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:44.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:44 smithi172 ceph-mon[103696]: pgmap v15486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:44 smithi050 ceph-mon[92315]: pgmap v15486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:45.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:45.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:46.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:46.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:46 smithi050 ceph-mon[92315]: pgmap v15487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:47.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:47.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:46 smithi172 ceph-mon[103696]: pgmap v15487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:48.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:48.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:48 smithi050 ceph-mon[92315]: pgmap v15488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:31:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:48 smithi172 ceph-mon[103696]: pgmap v15488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:31:49.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:49.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:31:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:31:50.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:50.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:50 smithi050 ceph-mon[92315]: pgmap v15489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:50 smithi172 ceph-mon[103696]: pgmap v15489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:51.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:51.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:52.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:52.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:52 smithi050 ceph-mon[92315]: pgmap v15490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:52 smithi172 ceph-mon[103696]: pgmap v15490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:53.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:53.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:54.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:54.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:54 smithi050 ceph-mon[92315]: pgmap v15491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:54 smithi172 ceph-mon[103696]: pgmap v15491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:55.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:55.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:56.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:56.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:56 smithi050 ceph-mon[92315]: pgmap v15492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:56 smithi172 ceph-mon[103696]: pgmap v15492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:31:57.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:57.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:58.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:58.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:31:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:31:58 smithi050 ceph-mon[92315]: pgmap v15493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:31:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:31:58 smithi172 ceph-mon[103696]: pgmap v15493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:31:59.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:31:59.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:00.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:00.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:00 smithi050 ceph-mon[92315]: pgmap v15494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:00 smithi172 ceph-mon[103696]: pgmap v15494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:01.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:01.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:02.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:02.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:02 smithi050 ceph-mon[92315]: pgmap v15495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:02 smithi172 ceph-mon[103696]: pgmap v15495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:03.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:03.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:04.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:04.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:04 smithi050 ceph-mon[92315]: pgmap v15496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:32:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:04 smithi172 ceph-mon[103696]: pgmap v15496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:32:05.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:05.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:06.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:06.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:06 smithi050 ceph-mon[92315]: pgmap v15497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:06 smithi172 ceph-mon[103696]: pgmap v15497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:07.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:07.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:08.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:08.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:08 smithi050 ceph-mon[92315]: pgmap v15498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:32:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:08 smithi172 ceph-mon[103696]: pgmap v15498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:32:09.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:09.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:10.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:10.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:10 smithi050 ceph-mon[92315]: pgmap v15499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:10 smithi172 ceph-mon[103696]: pgmap v15499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:11.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:11.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:12.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:12.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:13.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:12 smithi050 ceph-mon[92315]: pgmap v15500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:12 smithi172 ceph-mon[103696]: pgmap v15500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:13.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:13.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:14.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:14.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:14 smithi050 ceph-mon[92315]: pgmap v15501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:14 smithi172 ceph-mon[103696]: pgmap v15501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:15.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:15.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:16.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:16.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:16 smithi050 ceph-mon[92315]: pgmap v15502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:16 smithi172 ceph-mon[103696]: pgmap v15502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:17.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:17.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:18.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:18.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:18 smithi050 ceph-mon[92315]: pgmap v15503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:32:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:18 smithi172 ceph-mon[103696]: pgmap v15503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:32:19.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:19.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:32:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:32:20.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:20.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:21.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:20 smithi050 ceph-mon[92315]: pgmap v15504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:20 smithi172 ceph-mon[103696]: pgmap v15504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:21.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:21.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:22.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:22.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:22 smithi050 ceph-mon[92315]: pgmap v15505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:22 smithi172 ceph-mon[103696]: pgmap v15505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:23.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:23.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:24.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:24.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:24 smithi050 ceph-mon[92315]: pgmap v15506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:24 smithi172 ceph-mon[103696]: pgmap v15506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:25.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:25.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:26.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:26.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:26 smithi050 ceph-mon[92315]: pgmap v15507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:26 smithi172 ceph-mon[103696]: pgmap v15507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:27.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:27.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:28.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:28.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:28 smithi050 ceph-mon[92315]: pgmap v15508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:32:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:28 smithi172 ceph-mon[103696]: pgmap v15508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:32:29.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:29.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:30.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:30.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:30 smithi050 ceph-mon[92315]: pgmap v15509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:30 smithi172 ceph-mon[103696]: pgmap v15509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:31.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:31.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:32.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:32.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:32 smithi050 ceph-mon[92315]: pgmap v15510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:32 smithi172 ceph-mon[103696]: pgmap v15510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:33.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:33.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:34.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:34.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:34 smithi050 ceph-mon[92315]: pgmap v15511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:32:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:34 smithi172 ceph-mon[103696]: pgmap v15511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:32:35.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:35.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:36.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:36.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:36 smithi050 ceph-mon[92315]: pgmap v15512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:36 smithi172 ceph-mon[103696]: pgmap v15512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:37.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:37.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:38.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:38.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:38 smithi050 ceph-mon[92315]: pgmap v15513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:32:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:38 smithi172 ceph-mon[103696]: pgmap v15513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:32:39.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:39.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:32:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:32:40.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:40.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:40 smithi050 ceph-mon[92315]: pgmap v15514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:32:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:32:41.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:32:41.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:32:41.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:32:41.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:32:41.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:32:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:40 smithi172 ceph-mon[103696]: pgmap v15514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:41.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:32:41.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:32:41.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:32:41.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:32:41.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:32:41.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:32:41.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:32:41.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:41.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:42.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:42.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:42 smithi050 ceph-mon[92315]: pgmap v15515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:42 smithi172 ceph-mon[103696]: pgmap v15515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:43.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:43.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:44.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:44.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:45.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:44 smithi050 ceph-mon[92315]: pgmap v15516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:44 smithi172 ceph-mon[103696]: pgmap v15516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:45.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:45.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:46.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:46.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:46 smithi050 ceph-mon[92315]: pgmap v15517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:46 smithi172 ceph-mon[103696]: pgmap v15517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:47.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:47.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:48.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:48.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:48 smithi050 ceph-mon[92315]: pgmap v15518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:32:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:48 smithi172 ceph-mon[103696]: pgmap v15518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:32:49.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:49.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:32:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:32:50.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:50.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:50 smithi050 ceph-mon[92315]: pgmap v15519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:50 smithi172 ceph-mon[103696]: pgmap v15519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:51.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:51.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:52.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:52.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:53.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:52 smithi050 ceph-mon[92315]: pgmap v15520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:52 smithi172 ceph-mon[103696]: pgmap v15520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:53.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:53.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:54.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:54.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:55.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:54 smithi050 ceph-mon[92315]: pgmap v15521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:54 smithi172 ceph-mon[103696]: pgmap v15521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:55.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:55.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:56.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:56.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:56 smithi050 ceph-mon[92315]: pgmap v15522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:56 smithi172 ceph-mon[103696]: pgmap v15522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:32:57.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:57.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:58.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:58.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:32:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:32:58 smithi050 ceph-mon[92315]: pgmap v15523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:32:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:32:58 smithi172 ceph-mon[103696]: pgmap v15523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:32:59.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:32:59.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:00.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:00.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:00 smithi050 ceph-mon[92315]: pgmap v15524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:00 smithi172 ceph-mon[103696]: pgmap v15524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:01.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:01.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:02.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:02.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:02 smithi050 ceph-mon[92315]: pgmap v15525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:02 smithi172 ceph-mon[103696]: pgmap v15525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:03.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:03.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:04.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:04.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:04 smithi050 ceph-mon[92315]: pgmap v15526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:33:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:04 smithi172 ceph-mon[103696]: pgmap v15526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:33:05.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:05.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:06.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:06.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:06 smithi050 ceph-mon[92315]: pgmap v15527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:06 smithi172 ceph-mon[103696]: pgmap v15527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:07.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:07.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:08.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:08.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:08 smithi050 ceph-mon[92315]: pgmap v15528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:33:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:08 smithi172 ceph-mon[103696]: pgmap v15528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:33:09.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:09.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:10.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:10.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:10 smithi050 ceph-mon[92315]: pgmap v15529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:10 smithi172 ceph-mon[103696]: pgmap v15529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:11.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:11.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:12.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:12.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:12 smithi050 ceph-mon[92315]: pgmap v15530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:12 smithi172 ceph-mon[103696]: pgmap v15530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:13.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:13.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:14.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:14.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:14 smithi172 ceph-mon[103696]: pgmap v15531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:15.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:15.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:14 smithi050 ceph-mon[92315]: pgmap v15531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:16.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:16.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:16 smithi050 ceph-mon[92315]: pgmap v15532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:16 smithi172 ceph-mon[103696]: pgmap v15532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:17.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:17.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:18.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:18.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:18 smithi050 ceph-mon[92315]: pgmap v15533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:33:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:18 smithi172 ceph-mon[103696]: pgmap v15533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:33:19.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:19.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:33:20.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:20.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:33:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:20 smithi172 ceph-mon[103696]: pgmap v15534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:21.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:21.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:20 smithi050 ceph-mon[92315]: pgmap v15534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:22.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:22.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:22 smithi172 ceph-mon[103696]: pgmap v15535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:23.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:23.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:22 smithi050 ceph-mon[92315]: pgmap v15535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:24.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:24.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:24 smithi172 ceph-mon[103696]: pgmap v15536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:25.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:25.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:24 smithi050 ceph-mon[92315]: pgmap v15536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:26.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:26.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:26 smithi050 ceph-mon[92315]: pgmap v15537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:26 smithi172 ceph-mon[103696]: pgmap v15537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:27.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:27.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:28.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:28.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:28 smithi050 ceph-mon[92315]: pgmap v15538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:33:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:28 smithi172 ceph-mon[103696]: pgmap v15538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:33:29.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:29.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:30.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:30.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:30 smithi172 ceph-mon[103696]: pgmap v15539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:31.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:31.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:30 smithi050 ceph-mon[92315]: pgmap v15539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:32.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:32.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:32 smithi172 ceph-mon[103696]: pgmap v15540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:33.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:33.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:32 smithi050 ceph-mon[92315]: pgmap v15540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:34.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:34.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:34 smithi172 ceph-mon[103696]: pgmap v15541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:33:35.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:35.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:34 smithi050 ceph-mon[92315]: pgmap v15541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:33:36.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:36.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:36 smithi050 ceph-mon[92315]: pgmap v15542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:36 smithi172 ceph-mon[103696]: pgmap v15542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:37.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:37.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:38.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:38.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:38 smithi050 ceph-mon[92315]: pgmap v15543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:33:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:38 smithi172 ceph-mon[103696]: pgmap v15543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:33:39.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:39.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:40.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:40.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:40 smithi172 ceph-mon[103696]: pgmap v15544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:41.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:41.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:40 smithi050 ceph-mon[92315]: pgmap v15544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:33:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:33:42.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:33:42.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:33:42.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:33:42.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:33:42.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:42.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:42.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:33:42.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:33:42.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:33:42.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:33:42.350 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:33:42.350 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:33:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:42 smithi172 ceph-mon[103696]: pgmap v15545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:43.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:43.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:42 smithi050 ceph-mon[92315]: pgmap v15545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:44.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:44.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:44 smithi172 ceph-mon[103696]: pgmap v15546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:45.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:45.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:44 smithi050 ceph-mon[92315]: pgmap v15546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:46.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:46.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:46 smithi050 ceph-mon[92315]: pgmap v15547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:46 smithi172 ceph-mon[103696]: pgmap v15547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:47.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:47.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:48.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:48.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:48 smithi172 ceph-mon[103696]: pgmap v15548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:33:49.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:49.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:48 smithi050 ceph-mon[92315]: pgmap v15548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:33:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:33:50.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:50.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:33:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:50 smithi172 ceph-mon[103696]: pgmap v15549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:51.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:51.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:50 smithi050 ceph-mon[92315]: pgmap v15549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:52.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:52.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:52 smithi172 ceph-mon[103696]: pgmap v15550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:53.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:53.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:52 smithi050 ceph-mon[92315]: pgmap v15550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:54.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:54.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:54 smithi172 ceph-mon[103696]: pgmap v15551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:55.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:55.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:54 smithi050 ceph-mon[92315]: pgmap v15551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:56.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:56.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:56 smithi050 ceph-mon[92315]: pgmap v15552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:56 smithi172 ceph-mon[103696]: pgmap v15552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:33:57.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:57.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:58.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:58.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:33:58 smithi172 ceph-mon[103696]: pgmap v15553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:33:59.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:33:59.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:33:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:33:58 smithi050 ceph-mon[92315]: pgmap v15553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:34:00.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:00.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:00 smithi172 ceph-mon[103696]: pgmap v15554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:00 smithi050 ceph-mon[92315]: pgmap v15554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:01.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:01.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:02.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:02.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:02 smithi172 ceph-mon[103696]: pgmap v15555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:02 smithi050 ceph-mon[92315]: pgmap v15555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:03.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:03.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:04.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:04.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:04 smithi172 ceph-mon[103696]: pgmap v15556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:05.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:34:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:04 smithi050 ceph-mon[92315]: pgmap v15556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:34:05.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:05.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:06.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:06.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:06 smithi050 ceph-mon[92315]: pgmap v15557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:06 smithi172 ceph-mon[103696]: pgmap v15557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:07.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:07.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:08.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:08.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:08 smithi172 ceph-mon[103696]: pgmap v15558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:34:09.188 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:08 smithi050 ceph-mon[92315]: pgmap v15558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:34:09.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:09.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:10.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:10.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:10 smithi172 ceph-mon[103696]: pgmap v15559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:10 smithi050 ceph-mon[92315]: pgmap v15559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:11.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:11.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:12.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:12.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:12 smithi172 ceph-mon[103696]: pgmap v15560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:12 smithi050 ceph-mon[92315]: pgmap v15560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:13.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:13.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:14.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:14.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:14 smithi172 ceph-mon[103696]: pgmap v15561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:14 smithi050 ceph-mon[92315]: pgmap v15561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:15.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:15.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:16.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:16.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:16 smithi050 ceph-mon[92315]: pgmap v15562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:16 smithi172 ceph-mon[103696]: pgmap v15562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:17.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:17.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:18.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:18.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:18 smithi172 ceph-mon[103696]: pgmap v15563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:34:19.303 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:18 smithi050 ceph-mon[92315]: pgmap v15563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:34:19.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:19.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:34:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:34:20.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:20.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:20 smithi172 ceph-mon[103696]: pgmap v15564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:20 smithi050 ceph-mon[92315]: pgmap v15564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:21.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:21.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:22.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:22.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:22 smithi172 ceph-mon[103696]: pgmap v15565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:22 smithi050 ceph-mon[92315]: pgmap v15565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:23.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:23.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:24.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:24.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:24 smithi172 ceph-mon[103696]: pgmap v15566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:24 smithi050 ceph-mon[92315]: pgmap v15566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:25.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:25.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:26.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:26.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:26 smithi050 ceph-mon[92315]: pgmap v15567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:26 smithi172 ceph-mon[103696]: pgmap v15567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:27.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:27.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:28.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:28.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:28 smithi172 ceph-mon[103696]: pgmap v15568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:34:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:28 smithi050 ceph-mon[92315]: pgmap v15568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:34:29.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:29.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:30.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:30.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:30 smithi172 ceph-mon[103696]: pgmap v15569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:30 smithi050 ceph-mon[92315]: pgmap v15569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:31.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:31.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:32.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:32.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:32 smithi172 ceph-mon[103696]: pgmap v15570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:32 smithi050 ceph-mon[92315]: pgmap v15570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:33.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:33.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:34.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:34.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:34 smithi172 ceph-mon[103696]: pgmap v15571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:34:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:34 smithi050 ceph-mon[92315]: pgmap v15571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:34:35.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:35.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:36.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:36.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:36 smithi050 ceph-mon[92315]: pgmap v15572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:36 smithi172 ceph-mon[103696]: pgmap v15572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:37.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:37.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:38.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:38.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:38 smithi172 ceph-mon[103696]: pgmap v15573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:34:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:38 smithi050 ceph-mon[92315]: pgmap v15573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:34:39.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:39.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:40.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:40.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:40 smithi172 ceph-mon[103696]: pgmap v15574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:40 smithi050 ceph-mon[92315]: pgmap v15574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:41.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:41.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:34:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:34:42.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:42.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:42 smithi172 ceph-mon[103696]: pgmap v15575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:34:43.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:34:43.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:34:43.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:34:43.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:34:43.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:34:43.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:34:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:42 smithi050 ceph-mon[92315]: pgmap v15575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:43.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:34:43.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:34:43.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:34:43.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:34:43.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:34:43.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:34:43.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:34:43.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:43.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:44.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:44.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:44 smithi050 ceph-mon[92315]: pgmap v15576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:44 smithi172 ceph-mon[103696]: pgmap v15576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:45.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:45.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:46.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:46.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:46 smithi172 ceph-mon[103696]: pgmap v15577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:46 smithi050 ceph-mon[92315]: pgmap v15577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:47.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:47.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:48.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:48.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:48 smithi172 ceph-mon[103696]: pgmap v15578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:34:49.458 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:48 smithi050 ceph-mon[92315]: pgmap v15578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:34:49.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:49.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:34:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:34:50.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:50.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:50 smithi172 ceph-mon[103696]: pgmap v15579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:50 smithi050 ceph-mon[92315]: pgmap v15579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:51.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:51.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:52.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:52.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:52 smithi050 ceph-mon[92315]: pgmap v15580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:52 smithi172 ceph-mon[103696]: pgmap v15580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:53.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:53.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:54.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:54.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:54 smithi050 ceph-mon[92315]: pgmap v15581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:54 smithi172 ceph-mon[103696]: pgmap v15581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:55.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:55.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:56.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:56.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:56 smithi172 ceph-mon[103696]: pgmap v15582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:56 smithi050 ceph-mon[92315]: pgmap v15582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:34:57.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:57.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:58.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:58.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:34:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:34:58 smithi172 ceph-mon[103696]: pgmap v15583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:34:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:34:58 smithi050 ceph-mon[92315]: pgmap v15583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:34:59.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:34:59.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:00.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:00.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:00 smithi050 ceph-mon[92315]: pgmap v15584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:00 smithi172 ceph-mon[103696]: pgmap v15584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:01.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:01.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:02.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:02.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:02 smithi050 ceph-mon[92315]: pgmap v15585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:02 smithi172 ceph-mon[103696]: pgmap v15585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:03.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:03.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:04.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:04.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:04 smithi050 ceph-mon[92315]: pgmap v15586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:35:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:04 smithi172 ceph-mon[103696]: pgmap v15586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:35:05.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:05.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:06.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:06.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:06 smithi050 ceph-mon[92315]: pgmap v15587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:06 smithi172 ceph-mon[103696]: pgmap v15587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:07.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:07.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:08.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:08.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:08 smithi172 ceph-mon[103696]: pgmap v15588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:35:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:08 smithi050 ceph-mon[92315]: pgmap v15588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:35:09.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:09.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:10.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:10.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:10 smithi050 ceph-mon[92315]: pgmap v15589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:10 smithi172 ceph-mon[103696]: pgmap v15589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:11.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:11.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:12.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:12.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:12 smithi050 ceph-mon[92315]: pgmap v15590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:12 smithi172 ceph-mon[103696]: pgmap v15590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:13.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:13.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:14.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:14.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:14 smithi050 ceph-mon[92315]: pgmap v15591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:14 smithi172 ceph-mon[103696]: pgmap v15591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:15.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:15.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:16.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:16.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:16 smithi050 ceph-mon[92315]: pgmap v15592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:16 smithi172 ceph-mon[103696]: pgmap v15592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:17.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:17.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:18.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:18.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:18 smithi050 ceph-mon[92315]: pgmap v15593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:35:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:18 smithi172 ceph-mon[103696]: pgmap v15593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:35:19.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:19.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:35:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:35:20.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:20.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:20 smithi050 ceph-mon[92315]: pgmap v15594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:21.437 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:20 smithi172 ceph-mon[103696]: pgmap v15594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:21.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:21.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:22.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:22.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:22 smithi050 ceph-mon[92315]: pgmap v15595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:22 smithi172 ceph-mon[103696]: pgmap v15595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:23.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:23.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:24.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:24.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:24 smithi050 ceph-mon[92315]: pgmap v15596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:24 smithi172 ceph-mon[103696]: pgmap v15596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:25.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:25.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:26.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:26.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:26 smithi050 ceph-mon[92315]: pgmap v15597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:26 smithi172 ceph-mon[103696]: pgmap v15597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:27.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:27.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:28.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:28.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:28 smithi050 ceph-mon[92315]: pgmap v15598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:35:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:28 smithi172 ceph-mon[103696]: pgmap v15598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:35:29.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:29.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:30.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:30.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:30 smithi050 ceph-mon[92315]: pgmap v15599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:30 smithi172 ceph-mon[103696]: pgmap v15599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:31.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:31.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:32.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:32.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:32 smithi050 ceph-mon[92315]: pgmap v15600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:32 smithi172 ceph-mon[103696]: pgmap v15600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:33.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:33.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:34.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:34.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:35.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:34 smithi050 ceph-mon[92315]: pgmap v15601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:35.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:35:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:34 smithi172 ceph-mon[103696]: pgmap v15601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:35:35.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:35.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:36.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:36.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:37.024 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:36 smithi172 ceph-mon[103696]: pgmap v15602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:36 smithi050 ceph-mon[92315]: pgmap v15602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:37.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:37.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:38.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:38.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:38 smithi050 ceph-mon[92315]: pgmap v15603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:35:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:38 smithi172 ceph-mon[103696]: pgmap v15603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:35:39.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:39.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:40.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:40.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:40 smithi050 ceph-mon[92315]: pgmap v15604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:40 smithi172 ceph-mon[103696]: pgmap v15604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:41.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:41.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:42.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:42.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:42 smithi050 ceph-mon[92315]: pgmap v15605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:35:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:42 smithi172 ceph-mon[103696]: pgmap v15605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:35:43.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:43.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:44.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:35:44.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:35:44.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:35:44.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:35:44.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:35:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:35:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:35:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:35:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:35:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:35:44.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:44.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:45.285 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:44 smithi050 ceph-mon[92315]: pgmap v15606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:44 smithi172 ceph-mon[103696]: pgmap v15606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:45.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:45.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:46.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:46.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:46 smithi050 ceph-mon[92315]: pgmap v15607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:46 smithi172 ceph-mon[103696]: pgmap v15607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:47.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:47.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:48.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:48.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:48 smithi050 ceph-mon[92315]: pgmap v15608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:35:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:48 smithi172 ceph-mon[103696]: pgmap v15608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:35:49.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:49.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:50.342 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:35:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:35:50.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:50.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:50 smithi050 ceph-mon[92315]: pgmap v15609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:50 smithi172 ceph-mon[103696]: pgmap v15609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:51.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:51.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:52.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:52.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:52 smithi050 ceph-mon[92315]: pgmap v15610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:52 smithi172 ceph-mon[103696]: pgmap v15610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:53.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:53.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:54.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:54.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:55.184 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:54 smithi050 ceph-mon[92315]: pgmap v15611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:54 smithi172 ceph-mon[103696]: pgmap v15611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:55.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:55.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:56.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:56.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:57.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:56 smithi050 ceph-mon[92315]: pgmap v15612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:56 smithi172 ceph-mon[103696]: pgmap v15612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:35:57.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:57.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:58.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:58.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:35:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:35:58 smithi050 ceph-mon[92315]: pgmap v15613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:35:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:35:58 smithi172 ceph-mon[103696]: pgmap v15613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:35:59.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:35:59.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:00.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:00.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:00 smithi050 ceph-mon[92315]: pgmap v15614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:00 smithi172 ceph-mon[103696]: pgmap v15614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:01.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:01.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:02.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:02.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:02 smithi050 ceph-mon[92315]: pgmap v15615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:02 smithi172 ceph-mon[103696]: pgmap v15615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:03.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:03.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:04.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:04.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:04 smithi050 ceph-mon[92315]: pgmap v15616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:36:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:04 smithi172 ceph-mon[103696]: pgmap v15616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:05.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:36:05.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:05.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:06.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:06.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:06 smithi050 ceph-mon[92315]: pgmap v15617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:06 smithi172 ceph-mon[103696]: pgmap v15617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:07.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:07.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:08.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:08.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:08 smithi050 ceph-mon[92315]: pgmap v15618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:36:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:08 smithi172 ceph-mon[103696]: pgmap v15618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:36:09.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:09.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:10.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:10.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:10 smithi050 ceph-mon[92315]: pgmap v15619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:10 smithi172 ceph-mon[103696]: pgmap v15619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:11.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:11.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:12.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:12.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:12 smithi050 ceph-mon[92315]: pgmap v15620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:12 smithi172 ceph-mon[103696]: pgmap v15620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:13.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:13.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:14.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:14.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:14 smithi050 ceph-mon[92315]: pgmap v15621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:14 smithi172 ceph-mon[103696]: pgmap v15621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:15.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:15.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:16.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:16.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:17.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:16 smithi050 ceph-mon[92315]: pgmap v15622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:16 smithi172 ceph-mon[103696]: pgmap v15622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:17.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:17.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:18.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:18.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:18 smithi050 ceph-mon[92315]: pgmap v15623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:36:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:18 smithi172 ceph-mon[103696]: pgmap v15623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:36:19.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:19.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:36:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:36:20.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:20.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:20 smithi050 ceph-mon[92315]: pgmap v15624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:20 smithi172 ceph-mon[103696]: pgmap v15624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:21.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:21.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:22.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:22.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:22 smithi050 ceph-mon[92315]: pgmap v15625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:22 smithi172 ceph-mon[103696]: pgmap v15625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:23.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:23.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:24.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:24.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:24 smithi050 ceph-mon[92315]: pgmap v15626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:24 smithi172 ceph-mon[103696]: pgmap v15626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:25.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:25.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:26.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:26.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:26 smithi050 ceph-mon[92315]: pgmap v15627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:26 smithi172 ceph-mon[103696]: pgmap v15627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:27.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:27.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:28.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:28.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:28 smithi050 ceph-mon[92315]: pgmap v15628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:36:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:28 smithi172 ceph-mon[103696]: pgmap v15628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:36:29.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:29.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:30.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:30.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:30 smithi050 ceph-mon[92315]: pgmap v15629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:30 smithi172 ceph-mon[103696]: pgmap v15629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:31.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:31.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:32.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:32.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:32 smithi050 ceph-mon[92315]: pgmap v15630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:32 smithi172 ceph-mon[103696]: pgmap v15630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:33.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:33.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:34.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:34.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:34 smithi050 ceph-mon[92315]: pgmap v15631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:36:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:34 smithi172 ceph-mon[103696]: pgmap v15631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:36:35.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:35.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:36.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:36.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:36 smithi050 ceph-mon[92315]: pgmap v15632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:36 smithi172 ceph-mon[103696]: pgmap v15632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:37.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:37.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:38.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:38.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:38 smithi050 ceph-mon[92315]: pgmap v15633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:36:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:38 smithi172 ceph-mon[103696]: pgmap v15633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:36:39.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:39.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:40.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:40.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:40 smithi050 ceph-mon[92315]: pgmap v15634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:40 smithi172 ceph-mon[103696]: pgmap v15634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:41.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:41.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:42.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:42.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:42 smithi172 ceph-mon[103696]: pgmap v15635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:42 smithi050 ceph-mon[92315]: pgmap v15635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:43.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:43.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:44.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:36:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:36:44.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:44.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:44 smithi050 ceph-mon[92315]: pgmap v15636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:36:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:36:45.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:36:45.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:36:45.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:36:45.350 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:36:45.350 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:36:45.350 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:36:45.351 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:36:45.351 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:36:45.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:44 smithi172 ceph-mon[103696]: pgmap v15636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:45.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:36:45.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:36:45.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:36:45.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:36:45.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:36:45.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:36:45.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:36:45.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:36:45.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:36:45.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:36:45.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:45.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:45 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1473M 2023-09-30T22:36:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:45 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1473M 2023-09-30T22:36:46.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:46.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:46 smithi050 ceph-mon[92315]: pgmap v15637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:46 smithi172 ceph-mon[103696]: pgmap v15637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:47.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:47.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:48.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:48.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:48 smithi050 ceph-mon[92315]: pgmap v15638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:36:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:48 smithi172 ceph-mon[103696]: pgmap v15638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:36:49.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:49.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:36:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:36:50.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:50.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:50 smithi050 ceph-mon[92315]: pgmap v15639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:50 smithi172 ceph-mon[103696]: pgmap v15639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:51.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:51.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:52.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:52.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:53.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:52 smithi172 ceph-mon[103696]: pgmap v15640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:52 smithi050 ceph-mon[92315]: pgmap v15640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:53.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:53.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:54.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:54.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:54 smithi050 ceph-mon[92315]: pgmap v15641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:54 smithi172 ceph-mon[103696]: pgmap v15641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:55.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:55.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:56.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:56.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:56 smithi050 ceph-mon[92315]: pgmap v15642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:56 smithi172 ceph-mon[103696]: pgmap v15642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:36:57.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:57.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:58.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:58.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:36:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:36:58 smithi050 ceph-mon[92315]: pgmap v15643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:36:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:36:58 smithi172 ceph-mon[103696]: pgmap v15643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:36:59.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:36:59.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:00.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:00.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:00 smithi050 ceph-mon[92315]: pgmap v15644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:00 smithi172 ceph-mon[103696]: pgmap v15644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:01.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:01.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:02.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:02.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:02 smithi050 ceph-mon[92315]: pgmap v15645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:02 smithi172 ceph-mon[103696]: pgmap v15645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:03.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:03.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:04.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:04.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:04 smithi050 ceph-mon[92315]: pgmap v15646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:37:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:04 smithi172 ceph-mon[103696]: pgmap v15646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:37:05.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:05.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:06.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:06.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:07.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:06 smithi050 ceph-mon[92315]: pgmap v15647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:06 smithi172 ceph-mon[103696]: pgmap v15647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:07.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:07.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:08.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:08.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:08 smithi050 ceph-mon[92315]: pgmap v15648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:37:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:08 smithi172 ceph-mon[103696]: pgmap v15648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:37:09.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:09.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:10.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:10.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:11.258 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:10 smithi050 ceph-mon[92315]: pgmap v15649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:10 smithi172 ceph-mon[103696]: pgmap v15649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:11.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:11.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:12.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:12.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:12 smithi050 ceph-mon[92315]: pgmap v15650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:12 smithi172 ceph-mon[103696]: pgmap v15650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:13.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:13.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:14.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:14.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:14 smithi050 ceph-mon[92315]: pgmap v15651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:14 smithi172 ceph-mon[103696]: pgmap v15651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:15.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:15.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:16.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:16.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:16 smithi050 ceph-mon[92315]: pgmap v15652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:16 smithi172 ceph-mon[103696]: pgmap v15652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:17.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:17.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:18.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:18.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:18 smithi050 ceph-mon[92315]: pgmap v15653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:37:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:18 smithi172 ceph-mon[103696]: pgmap v15653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:37:19.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:19.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:37:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:37:20.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:20.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:21.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:20 smithi050 ceph-mon[92315]: pgmap v15654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:20 smithi172 ceph-mon[103696]: pgmap v15654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:21.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:21.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:22.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:22.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:22 smithi050 ceph-mon[92315]: pgmap v15655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:22 smithi172 ceph-mon[103696]: pgmap v15655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:23.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:23.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:24.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:24.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:24 smithi050 ceph-mon[92315]: pgmap v15656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:24 smithi172 ceph-mon[103696]: pgmap v15656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:25.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:25.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:26.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:26.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:26 smithi050 ceph-mon[92315]: pgmap v15657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:26 smithi172 ceph-mon[103696]: pgmap v15657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:27.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:27.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:28.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:28.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:28 smithi050 ceph-mon[92315]: pgmap v15658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:37:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:28 smithi172 ceph-mon[103696]: pgmap v15658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:37:29.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:29.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:30.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:30.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:30 smithi050 ceph-mon[92315]: pgmap v15659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:30 smithi172 ceph-mon[103696]: pgmap v15659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:31.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:31.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:32.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:32.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:33.243 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:32 smithi172 ceph-mon[103696]: pgmap v15660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:33.351 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:32 smithi050 ceph-mon[92315]: pgmap v15660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:33.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:33.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:34.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:34.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:34 smithi050 ceph-mon[92315]: pgmap v15661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:37:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:34 smithi172 ceph-mon[103696]: pgmap v15661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:37:35.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:35.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:36.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:36.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:36 smithi050 ceph-mon[92315]: pgmap v15662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:36 smithi172 ceph-mon[103696]: pgmap v15662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:37.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:37.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:38.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:38.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:38 smithi050 ceph-mon[92315]: pgmap v15663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:37:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:38 smithi172 ceph-mon[103696]: pgmap v15663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:37:39.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:39.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:40.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:40.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:40 smithi050 ceph-mon[92315]: pgmap v15664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:40 smithi172 ceph-mon[103696]: pgmap v15664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:41.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:41.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:42.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:42.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:42 smithi050 ceph-mon[92315]: pgmap v15665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:43.347 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:42 smithi172 ceph-mon[103696]: pgmap v15665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:43.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:43.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:44.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:44.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:44 smithi050 ceph-mon[92315]: pgmap v15666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:37:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:37:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:37:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:37:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:37:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:37:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:44 smithi172 ceph-mon[103696]: pgmap v15666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:37:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:37:45.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:37:45.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:37:45.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:37:45.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:37:45.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:45.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:46.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:46.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:46 smithi050 ceph-mon[92315]: pgmap v15667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:46 smithi172 ceph-mon[103696]: pgmap v15667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:47.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:47.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:48.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:48.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:48 smithi050 ceph-mon[92315]: pgmap v15668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:37:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:48 smithi172 ceph-mon[103696]: pgmap v15668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:37:49.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:49.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:37:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:37:50.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:50.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:50 smithi050 ceph-mon[92315]: pgmap v15669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:50 smithi172 ceph-mon[103696]: pgmap v15669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:51.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:51.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:52.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:52.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:52 smithi050 ceph-mon[92315]: pgmap v15670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:52 smithi172 ceph-mon[103696]: pgmap v15670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:53.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:53.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:54.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:54.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:54 smithi050 ceph-mon[92315]: pgmap v15671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:54 smithi172 ceph-mon[103696]: pgmap v15671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:55.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:55.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:56.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:56.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:56 smithi050 ceph-mon[92315]: pgmap v15672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:56 smithi172 ceph-mon[103696]: pgmap v15672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:37:57.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:57.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:58.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:58.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:37:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:37:58 smithi050 ceph-mon[92315]: pgmap v15673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:37:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:37:58 smithi172 ceph-mon[103696]: pgmap v15673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:37:59.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:37:59.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:00.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:00.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:00 smithi050 ceph-mon[92315]: pgmap v15674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:00 smithi172 ceph-mon[103696]: pgmap v15674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:01.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:01.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:02.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:02.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:03.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:02 smithi050 ceph-mon[92315]: pgmap v15675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:02 smithi172 ceph-mon[103696]: pgmap v15675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:03.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:03.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:04.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:04.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:04 smithi050 ceph-mon[92315]: pgmap v15676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:38:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:04 smithi172 ceph-mon[103696]: pgmap v15676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:38:05.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:05.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:06.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:06.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:06 smithi050 ceph-mon[92315]: pgmap v15677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:06 smithi172 ceph-mon[103696]: pgmap v15677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:07.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:07.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:08.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:08.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:09.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:08 smithi050 ceph-mon[92315]: pgmap v15678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:38:09.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:08 smithi172 ceph-mon[103696]: pgmap v15678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:38:09.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:09.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:10.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:10.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:10 smithi050 ceph-mon[92315]: pgmap v15679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:10 smithi172 ceph-mon[103696]: pgmap v15679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:11.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:11.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:12.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:12.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:12 smithi050 ceph-mon[92315]: pgmap v15680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:12 smithi172 ceph-mon[103696]: pgmap v15680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:13.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:13.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:14.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:14.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:14 smithi050 ceph-mon[92315]: pgmap v15681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:15.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:14 smithi172 ceph-mon[103696]: pgmap v15681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:15.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:15.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:16.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:16.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:17.003 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:16 smithi050 ceph-mon[92315]: pgmap v15682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:16 smithi172 ceph-mon[103696]: pgmap v15682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:17.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:17.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:18.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:18.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:19.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:18 smithi172 ceph-mon[103696]: pgmap v15683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:38:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:18 smithi050 ceph-mon[92315]: pgmap v15683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:38:19.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:19.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:38:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:38:20.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:20.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:20 smithi050 ceph-mon[92315]: pgmap v15684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:20 smithi172 ceph-mon[103696]: pgmap v15684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:21.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:21.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:22.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:22.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:22 smithi050 ceph-mon[92315]: pgmap v15685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:22 smithi172 ceph-mon[103696]: pgmap v15685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:23.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:23.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:24.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:24.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:24 smithi050 ceph-mon[92315]: pgmap v15686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:24 smithi172 ceph-mon[103696]: pgmap v15686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:25.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:25.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:26.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:26.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:26 smithi050 ceph-mon[92315]: pgmap v15687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:26 smithi172 ceph-mon[103696]: pgmap v15687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:27.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:27.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:28.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:28.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:28 smithi172 ceph-mon[103696]: pgmap v15688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:38:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:28 smithi050 ceph-mon[92315]: pgmap v15688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:38:29.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:29.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:30.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:30.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:30 smithi050 ceph-mon[92315]: pgmap v15689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:30 smithi172 ceph-mon[103696]: pgmap v15689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:31.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:31.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:32.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:32.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:32 smithi050 ceph-mon[92315]: pgmap v15690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:32 smithi172 ceph-mon[103696]: pgmap v15690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:33.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:33.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:34.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:34.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:34 smithi050 ceph-mon[92315]: pgmap v15691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:38:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:34 smithi172 ceph-mon[103696]: pgmap v15691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:38:35.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:35.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:36.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:36.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:36 smithi050 ceph-mon[92315]: pgmap v15692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:36 smithi172 ceph-mon[103696]: pgmap v15692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:37.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:37.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:38.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:38.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:38 smithi050 ceph-mon[92315]: pgmap v15693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:38:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:38 smithi172 ceph-mon[103696]: pgmap v15693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:38:39.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:39.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:40.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:40.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:40 smithi050 ceph-mon[92315]: pgmap v15694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:40 smithi172 ceph-mon[103696]: pgmap v15694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:41.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:41.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:42.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:42.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:42 smithi050 ceph-mon[92315]: pgmap v15695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:42 smithi172 ceph-mon[103696]: pgmap v15695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:43.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:43.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:44.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:44.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:44 smithi050 ceph-mon[92315]: pgmap v15696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:44 smithi172 ceph-mon[103696]: pgmap v15696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:45.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:45.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:38:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:38:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:38:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:38:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:38:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:38:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:38:46.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:38:46.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:38:46.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:38:46.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:38:46.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:38:46.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:46.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:46 smithi050 ceph-mon[92315]: pgmap v15697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:46 smithi172 ceph-mon[103696]: pgmap v15697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:47.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:47.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:48.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:48.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:48 smithi050 ceph-mon[92315]: pgmap v15698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:38:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:48 smithi172 ceph-mon[103696]: pgmap v15698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:38:49.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:49.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:38:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:38:50.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:50.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:50 smithi050 ceph-mon[92315]: pgmap v15699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:50 smithi172 ceph-mon[103696]: pgmap v15699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:51.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:51.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:52.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:52.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:52 smithi050 ceph-mon[92315]: pgmap v15700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:52 smithi172 ceph-mon[103696]: pgmap v15700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:53.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:53.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:54.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:54.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:54 smithi050 ceph-mon[92315]: pgmap v15701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:54 smithi172 ceph-mon[103696]: pgmap v15701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:55.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:55.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:56.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:56.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:56 smithi050 ceph-mon[92315]: pgmap v15702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:56 smithi172 ceph-mon[103696]: pgmap v15702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:38:57.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:57.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:58.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:58.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:38:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:38:58 smithi050 ceph-mon[92315]: pgmap v15703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:38:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:38:58 smithi172 ceph-mon[103696]: pgmap v15703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:38:59.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:38:59.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:00.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:00.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:00 smithi050 ceph-mon[92315]: pgmap v15704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:00 smithi172 ceph-mon[103696]: pgmap v15704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:01.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:01.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:02.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:02.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:02 smithi050 ceph-mon[92315]: pgmap v15705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:02 smithi172 ceph-mon[103696]: pgmap v15705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:03.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:03.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:04.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:04.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:04 smithi050 ceph-mon[92315]: pgmap v15706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:39:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:04 smithi172 ceph-mon[103696]: pgmap v15706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:05.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:39:05.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:05.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:06.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:06.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:06 smithi050 ceph-mon[92315]: pgmap v15707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:06 smithi172 ceph-mon[103696]: pgmap v15707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:07.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:07.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:08.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:08.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:09.240 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:08 smithi172 ceph-mon[103696]: pgmap v15708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:39:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:08 smithi050 ceph-mon[92315]: pgmap v15708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:39:09.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:09.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:10.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:10.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:10 smithi050 ceph-mon[92315]: pgmap v15709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:10 smithi172 ceph-mon[103696]: pgmap v15709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:11.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:11.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:12.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:12.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:12 smithi050 ceph-mon[92315]: pgmap v15710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:12 smithi172 ceph-mon[103696]: pgmap v15710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:13.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:13.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:14.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:14.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:14 smithi050 ceph-mon[92315]: pgmap v15711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:14 smithi172 ceph-mon[103696]: pgmap v15711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:15.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:15.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:16.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:16.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:16 smithi050 ceph-mon[92315]: pgmap v15712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:16 smithi172 ceph-mon[103696]: pgmap v15712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:17.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:17.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:18.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:18.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:19.346 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:18 smithi172 ceph-mon[103696]: pgmap v15713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:39:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:18 smithi050 ceph-mon[92315]: pgmap v15713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:39:19.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:19.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:39:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:39:20.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:20.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:21.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:20 smithi050 ceph-mon[92315]: pgmap v15714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:20 smithi172 ceph-mon[103696]: pgmap v15714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:21.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:21.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:22.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:22.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:22 smithi050 ceph-mon[92315]: pgmap v15715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:22 smithi172 ceph-mon[103696]: pgmap v15715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:23.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:23.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:24.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:24.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:24 smithi050 ceph-mon[92315]: pgmap v15716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:24 smithi172 ceph-mon[103696]: pgmap v15716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:25.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:25.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:26.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:26.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:26 smithi050 ceph-mon[92315]: pgmap v15717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:26 smithi172 ceph-mon[103696]: pgmap v15717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:27.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:27.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:28.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:28.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:28 smithi050 ceph-mon[92315]: pgmap v15718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:39:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:28 smithi172 ceph-mon[103696]: pgmap v15718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:39:29.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:29.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:30.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:30.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:30 smithi050 ceph-mon[92315]: pgmap v15719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:30 smithi172 ceph-mon[103696]: pgmap v15719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:31.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:31.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:32.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:32.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:32 smithi050 ceph-mon[92315]: pgmap v15720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:32 smithi172 ceph-mon[103696]: pgmap v15720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:33.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:33.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:34.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:34.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:34 smithi050 ceph-mon[92315]: pgmap v15721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:39:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:34 smithi172 ceph-mon[103696]: pgmap v15721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:39:35.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:35.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:36.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:36.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:36 smithi050 ceph-mon[92315]: pgmap v15722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:36 smithi172 ceph-mon[103696]: pgmap v15722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:37.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:37.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:38.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:38.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:38 smithi050 ceph-mon[92315]: pgmap v15723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:39:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:38 smithi172 ceph-mon[103696]: pgmap v15723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:39:39.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:39.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:40.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:40.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:40 smithi050 ceph-mon[92315]: pgmap v15724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:40 smithi172 ceph-mon[103696]: pgmap v15724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:41.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:41.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:42.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:42.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:42 smithi050 ceph-mon[92315]: pgmap v15725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:42 smithi172 ceph-mon[103696]: pgmap v15725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:43.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:43.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:44.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:44.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:44 smithi050 ceph-mon[92315]: pgmap v15726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:44 smithi172 ceph-mon[103696]: pgmap v15726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:45.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:45.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:46.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:46.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:39:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:46 smithi050 ceph-mon[92315]: pgmap v15727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:47.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:39:47.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:46 smithi172 ceph-mon[103696]: pgmap v15727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:47.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:47.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:48.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:48.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:48 smithi050 ceph-mon[92315]: pgmap v15728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:39:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:48 smithi172 ceph-mon[103696]: pgmap v15728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:39:49.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:49.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:39:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:39:50.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:50.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:50 smithi050 ceph-mon[92315]: pgmap v15729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:51.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:39:51.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:39:51.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:39:51.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:39:51.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:39:51.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:39:51.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:39:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:50 smithi172 ceph-mon[103696]: pgmap v15729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:39:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:39:51.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:39:51.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:39:51.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:39:51.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:39:51.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:39:51.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:51.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:52.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:52.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:52 smithi050 ceph-mon[92315]: pgmap v15730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:52 smithi172 ceph-mon[103696]: pgmap v15730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:53.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:53.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:54.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:54.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:54 smithi050 ceph-mon[92315]: pgmap v15731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:54 smithi172 ceph-mon[103696]: pgmap v15731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:55.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:55.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:56.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:56.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:56 smithi050 ceph-mon[92315]: pgmap v15732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:56 smithi172 ceph-mon[103696]: pgmap v15732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:39:57.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:57.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:58.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:58.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:39:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:39:58 smithi050 ceph-mon[92315]: pgmap v15733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:39:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:39:58 smithi172 ceph-mon[103696]: pgmap v15733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:39:59.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:39:59.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:00.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:00.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:00 smithi050 ceph-mon[92315]: pgmap v15734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T22:40:01.379 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:00 smithi172 ceph-mon[103696]: pgmap v15734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:01.379 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T22:40:01.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:01.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:02.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:02.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:02 smithi050 ceph-mon[92315]: pgmap v15735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:02 smithi172 ceph-mon[103696]: pgmap v15735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:03.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:03.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:04.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:04.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:04 smithi172 ceph-mon[103696]: pgmap v15736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:05.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:40:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:04 smithi050 ceph-mon[92315]: pgmap v15736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:40:05.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:05.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:06.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:06.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:06 smithi050 ceph-mon[92315]: pgmap v15737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:06 smithi172 ceph-mon[103696]: pgmap v15737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:07.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:07.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:08.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:08.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:08 smithi050 ceph-mon[92315]: pgmap v15738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:40:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:08 smithi172 ceph-mon[103696]: pgmap v15738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:40:09.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:09.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:10.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:10.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:10 smithi050 ceph-mon[92315]: pgmap v15739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:10 smithi172 ceph-mon[103696]: pgmap v15739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:11.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:11.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:12.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:12.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:13.322 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:12 smithi050 ceph-mon[92315]: pgmap v15740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:12 smithi172 ceph-mon[103696]: pgmap v15740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:13.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:13.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:14.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:14.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:14 smithi050 ceph-mon[92315]: pgmap v15741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:15.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:14 smithi172 ceph-mon[103696]: pgmap v15741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:15.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:15.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:16.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:16.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:16 smithi050 ceph-mon[92315]: pgmap v15742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:16 smithi172 ceph-mon[103696]: pgmap v15742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:17.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:17.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:18.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:18.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:18 smithi050 ceph-mon[92315]: pgmap v15743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:40:19.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:18 smithi172 ceph-mon[103696]: pgmap v15743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:40:19.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:19.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:40:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:40:20.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:20.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:20 smithi050 ceph-mon[92315]: pgmap v15744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:20 smithi172 ceph-mon[103696]: pgmap v15744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:21.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:21.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:22.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:22.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:22 smithi050 ceph-mon[92315]: pgmap v15745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:22 smithi172 ceph-mon[103696]: pgmap v15745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:23.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:23.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:24.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:24.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:24 smithi050 ceph-mon[92315]: pgmap v15746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:24 smithi172 ceph-mon[103696]: pgmap v15746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:25.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:25.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:26.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:26.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:26 smithi050 ceph-mon[92315]: pgmap v15747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:26 smithi172 ceph-mon[103696]: pgmap v15747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:27.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:27.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:29.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:29.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:28 smithi050 ceph-mon[92315]: pgmap v15748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:40:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:28 smithi172 ceph-mon[103696]: pgmap v15748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:40:30.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:30.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:31.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:31.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:30 smithi050 ceph-mon[92315]: pgmap v15749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:30 smithi172 ceph-mon[103696]: pgmap v15749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:32.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:32.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:33.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:33.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:32 smithi050 ceph-mon[92315]: pgmap v15750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:32 smithi172 ceph-mon[103696]: pgmap v15750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:34.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:34.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:35.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:35.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:34 smithi050 ceph-mon[92315]: pgmap v15751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:40:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:34 smithi172 ceph-mon[103696]: pgmap v15751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:40:36.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:36.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:37.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:37.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:36 smithi050 ceph-mon[92315]: pgmap v15752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:36 smithi172 ceph-mon[103696]: pgmap v15752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:38.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:38.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:39.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:39.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:38 smithi050 ceph-mon[92315]: pgmap v15753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:40:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:38 smithi172 ceph-mon[103696]: pgmap v15753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:40:40.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:40.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:41.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:41.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:41.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:40 smithi050 ceph-mon[92315]: pgmap v15754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:40 smithi172 ceph-mon[103696]: pgmap v15754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:42.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:42.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:43.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:43.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:42 smithi050 ceph-mon[92315]: pgmap v15755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:42 smithi172 ceph-mon[103696]: pgmap v15755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:44.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:44.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:45.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:45.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:44 smithi050 ceph-mon[92315]: pgmap v15756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:45.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:44 smithi172 ceph-mon[103696]: pgmap v15756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:46.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:46.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:47.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:47.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:47.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:46 smithi050 ceph-mon[92315]: pgmap v15757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:46 smithi172 ceph-mon[103696]: pgmap v15757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:48.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:48.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:49.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:49.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:48 smithi050 ceph-mon[92315]: pgmap v15758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:40:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:48 smithi172 ceph-mon[103696]: pgmap v15758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:40:50.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:50.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:50.296 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:40:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:40:51.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:51.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:50 smithi050 ceph-mon[92315]: pgmap v15759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:50 smithi172 ceph-mon[103696]: pgmap v15759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:52.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:52.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:40:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:40:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:40:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:40:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:40:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:40:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:40:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:40:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:40:52.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:40:52.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:40:52.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:40:53.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:53.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:52 smithi050 ceph-mon[92315]: pgmap v15760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:52 smithi172 ceph-mon[103696]: pgmap v15760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:54.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:54.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:55.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:55.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:55 smithi050 ceph-mon[92315]: pgmap v15761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:55.349 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:55 smithi172 ceph-mon[103696]: pgmap v15761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:56.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:56.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:57.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:57.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:56 smithi050 ceph-mon[92315]: pgmap v15762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:56 smithi172 ceph-mon[103696]: pgmap v15762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:40:58.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:58.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:59.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:40:59.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:40:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:40:58 smithi050 ceph-mon[92315]: pgmap v15763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:40:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:40:58 smithi172 ceph-mon[103696]: pgmap v15763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:41:00.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:00.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:01.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:01.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:00 smithi050 ceph-mon[92315]: pgmap v15764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:01.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:00 smithi172 ceph-mon[103696]: pgmap v15764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:02.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:02.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:03.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:03.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:02 smithi050 ceph-mon[92315]: pgmap v15765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:02 smithi172 ceph-mon[103696]: pgmap v15765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:04.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:04.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:05.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:05.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:05 smithi050 ceph-mon[92315]: pgmap v15766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:41:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:05 smithi172 ceph-mon[103696]: pgmap v15766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:41:06.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:06.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:07.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:07.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:06 smithi050 ceph-mon[92315]: pgmap v15767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:06 smithi172 ceph-mon[103696]: pgmap v15767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:08.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:08.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:09.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:09.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:08 smithi050 ceph-mon[92315]: pgmap v15768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:41:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:08 smithi172 ceph-mon[103696]: pgmap v15768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:41:10.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:10.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:11.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:11.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:10 smithi050 ceph-mon[92315]: pgmap v15769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:10 smithi172 ceph-mon[103696]: pgmap v15769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:12.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:12.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:13.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:13.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:13 smithi050 ceph-mon[92315]: pgmap v15770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:13 smithi172 ceph-mon[103696]: pgmap v15770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:14.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:14.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:15.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:15.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:15 smithi050 ceph-mon[92315]: pgmap v15771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:15 smithi172 ceph-mon[103696]: pgmap v15771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:16.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:16.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:17.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:17.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:16 smithi050 ceph-mon[92315]: pgmap v15772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:16 smithi172 ceph-mon[103696]: pgmap v15772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:18.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:18.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:19.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:19.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:18 smithi050 ceph-mon[92315]: pgmap v15773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:41:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:18 smithi172 ceph-mon[103696]: pgmap v15773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:41:20.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:20.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:41:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:41:21.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:21.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:21.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:21 smithi050 ceph-mon[92315]: pgmap v15774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:21 smithi172 ceph-mon[103696]: pgmap v15774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:22.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:22.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:23.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:23.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:23 smithi050 ceph-mon[92315]: pgmap v15775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:23 smithi172 ceph-mon[103696]: pgmap v15775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:24.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:24.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:25.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:25.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:25 smithi050 ceph-mon[92315]: pgmap v15776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:25 smithi172 ceph-mon[103696]: pgmap v15776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:26.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:26.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:26 smithi050 ceph-mon[92315]: pgmap v15777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:27.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:27.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:26 smithi172 ceph-mon[103696]: pgmap v15777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:28.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:28.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:29.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:29.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:29 smithi050 ceph-mon[92315]: pgmap v15778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:41:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:29 smithi172 ceph-mon[103696]: pgmap v15778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:41:30.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:30.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:31.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:31.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:31 smithi050 ceph-mon[92315]: pgmap v15779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:31 smithi172 ceph-mon[103696]: pgmap v15779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:32.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:32.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:33.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:33.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:33 smithi050 ceph-mon[92315]: pgmap v15780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:33 smithi172 ceph-mon[103696]: pgmap v15780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:34.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:34.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:35.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:35.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:35 smithi050 ceph-mon[92315]: pgmap v15781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:41:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:35 smithi172 ceph-mon[103696]: pgmap v15781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:41:36.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:36.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:36 smithi050 ceph-mon[92315]: pgmap v15782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:37.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:37.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:36 smithi172 ceph-mon[103696]: pgmap v15782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:38.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:38.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:39.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:39.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:39.298 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:39 smithi050 ceph-mon[92315]: pgmap v15783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:41:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:39 smithi172 ceph-mon[103696]: pgmap v15783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:41:40.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:40.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:41.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:41.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:41 smithi172 ceph-mon[103696]: pgmap v15784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:41 smithi050 ceph-mon[92315]: pgmap v15784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:42.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:42.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:43.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:43.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:43 smithi050 ceph-mon[92315]: pgmap v15785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:43 smithi172 ceph-mon[103696]: pgmap v15785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:44.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:44.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:45.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:45.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:45 smithi050 ceph-mon[92315]: pgmap v15786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:45 smithi172 ceph-mon[103696]: pgmap v15786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:46.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:46.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:46 smithi050 ceph-mon[92315]: pgmap v15787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:46 smithi172 ceph-mon[103696]: pgmap v15787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:47.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:47.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:48.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:48.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:49.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:49.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:49 smithi050 ceph-mon[92315]: pgmap v15788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:41:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:49 smithi172 ceph-mon[103696]: pgmap v15788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:41:50.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:50.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:41:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:41:51.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:51.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:51 smithi050 ceph-mon[92315]: pgmap v15789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:51 smithi172 ceph-mon[103696]: pgmap v15789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:52.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:52.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:41:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:41:53.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:53.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:53 smithi050 ceph-mon[92315]: pgmap v15790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:53 smithi172 ceph-mon[103696]: pgmap v15790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:54.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:54.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:55.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:55.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:55 smithi050 ceph-mon[92315]: pgmap v15791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:55 smithi172 ceph-mon[103696]: pgmap v15791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:56.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:56.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:57.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:56 smithi050 ceph-mon[92315]: pgmap v15792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:56 smithi172 ceph-mon[103696]: pgmap v15792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:41:57.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:57.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:58.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:58.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:59.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:41:59.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:41:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:59 smithi050 ceph-mon[92315]: pgmap v15793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:41:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:41:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:41:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:41:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:59 smithi172 ceph-mon[103696]: pgmap v15793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:41:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:41:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:41:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:42:00.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:00.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:42:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:42:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:42:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:42:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:42:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:42:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:42:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:00 smithi050 ceph-mon[92315]: pgmap v15794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:42:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:42:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:42:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:42:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:42:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:42:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:42:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:00 smithi172 ceph-mon[103696]: pgmap v15794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:01.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:01.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:02.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:02.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:03.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:03.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:03 smithi050 ceph-mon[92315]: pgmap v15795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:03 smithi172 ceph-mon[103696]: pgmap v15795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:04.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:04.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:05.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:05.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:05 smithi050 ceph-mon[92315]: pgmap v15796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:42:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:05 smithi172 ceph-mon[103696]: pgmap v15796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:42:06.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:06.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:06 smithi050 ceph-mon[92315]: pgmap v15797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:06 smithi172 ceph-mon[103696]: pgmap v15797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:07.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:07.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:08.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:08.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:09.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:09.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:09 smithi050 ceph-mon[92315]: pgmap v15798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:42:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:09 smithi172 ceph-mon[103696]: pgmap v15798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:42:10.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:10.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:11.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:11.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:11 smithi050 ceph-mon[92315]: pgmap v15799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:11 smithi172 ceph-mon[103696]: pgmap v15799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:12.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:12.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:13.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:13.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:13 smithi050 ceph-mon[92315]: pgmap v15800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:13 smithi172 ceph-mon[103696]: pgmap v15800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:14.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:14.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:15.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:15.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:15 smithi050 ceph-mon[92315]: pgmap v15801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:15 smithi172 ceph-mon[103696]: pgmap v15801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:16.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:16.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:16 smithi050 ceph-mon[92315]: pgmap v15802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:16 smithi172 ceph-mon[103696]: pgmap v15802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:17.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:17.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:18.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:18.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:19.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:19.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:19 smithi050 ceph-mon[92315]: pgmap v15803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:42:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:19 smithi172 ceph-mon[103696]: pgmap v15803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:42:20.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:20.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:42:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:42:21.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:21.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:21 smithi050 ceph-mon[92315]: pgmap v15804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:21 smithi172 ceph-mon[103696]: pgmap v15804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:22.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:22.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:23.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:23.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:23 smithi050 ceph-mon[92315]: pgmap v15805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:23 smithi172 ceph-mon[103696]: pgmap v15805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:24.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:24.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:25 smithi050 ceph-mon[92315]: pgmap v15806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:25.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:25.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:25 smithi172 ceph-mon[103696]: pgmap v15806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:26.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:26.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:26 smithi050 ceph-mon[92315]: pgmap v15807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:26 smithi172 ceph-mon[103696]: pgmap v15807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:27.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:27.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:28.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:28.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:29.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:29.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:29.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:29 smithi050 ceph-mon[92315]: pgmap v15808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:42:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:29 smithi172 ceph-mon[103696]: pgmap v15808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:42:30.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:30.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:31.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:31.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:31 smithi050 ceph-mon[92315]: pgmap v15809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:31.354 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:31 smithi172 ceph-mon[103696]: pgmap v15809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:32.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:32.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:33.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:33.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:33 smithi050 ceph-mon[92315]: pgmap v15810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:33 smithi172 ceph-mon[103696]: pgmap v15810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:34.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:34.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:35.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:35.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:35 smithi050 ceph-mon[92315]: pgmap v15811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:42:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:35 smithi172 ceph-mon[103696]: pgmap v15811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:42:36.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:36.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:36 smithi050 ceph-mon[92315]: pgmap v15812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:36 smithi172 ceph-mon[103696]: pgmap v15812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:37.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:37.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:38.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:38.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:39.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:39.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:39 smithi050 ceph-mon[92315]: pgmap v15813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:42:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:39 smithi172 ceph-mon[103696]: pgmap v15813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:42:40.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:40.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:41.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:41.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:41 smithi050 ceph-mon[92315]: pgmap v15814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:41 smithi172 ceph-mon[103696]: pgmap v15814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:42.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:42.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:43.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:43.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:43 smithi050 ceph-mon[92315]: pgmap v15815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:43 smithi172 ceph-mon[103696]: pgmap v15815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:44.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:44.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:45.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:45.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:45 smithi050 ceph-mon[92315]: pgmap v15816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:45 smithi172 ceph-mon[103696]: pgmap v15816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:46.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:46.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:46 smithi050 ceph-mon[92315]: pgmap v15817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:46 smithi172 ceph-mon[103696]: pgmap v15817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:47.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:47.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:48.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:48.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:49.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:49.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:49 smithi050 ceph-mon[92315]: pgmap v15818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:42:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:49 smithi172 ceph-mon[103696]: pgmap v15818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:42:50.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:50.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:42:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:42:51.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:51.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:51 smithi050 ceph-mon[92315]: pgmap v15819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:51 smithi172 ceph-mon[103696]: pgmap v15819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:52.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:52.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:53.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:53.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:53 smithi050 ceph-mon[92315]: pgmap v15820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:53 smithi172 ceph-mon[103696]: pgmap v15820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:54.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:54.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:55.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:55.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:55 smithi050 ceph-mon[92315]: pgmap v15821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:55 smithi172 ceph-mon[103696]: pgmap v15821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:56.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:56.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:56 smithi172 ceph-mon[103696]: pgmap v15822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:56 smithi050 ceph-mon[92315]: pgmap v15822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:42:57.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:57.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:58.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:58.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:59.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:42:59.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:42:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:42:59 smithi050 ceph-mon[92315]: pgmap v15823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:42:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:42:59 smithi172 ceph-mon[103696]: pgmap v15823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:43:00.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:00.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:43:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:43:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:43:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:43:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:43:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:43:01.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:01.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:01 smithi050 ceph-mon[92315]: pgmap v15824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:01.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:43:01.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:43:01.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:43:01.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:43:01.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:43:01.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:43:01.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:43:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:01 smithi172 ceph-mon[103696]: pgmap v15824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:01.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:43:01.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:43:01.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:43:01.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:43:01.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:43:01.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:43:01.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:43:02.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:02.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:03.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:03.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:03 smithi050 ceph-mon[92315]: pgmap v15825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:03 smithi172 ceph-mon[103696]: pgmap v15825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:04.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:04.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:05.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:05.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:05 smithi050 ceph-mon[92315]: pgmap v15826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:43:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:05 smithi172 ceph-mon[103696]: pgmap v15826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:43:06.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:06.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:06 smithi050 ceph-mon[92315]: pgmap v15827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:06 smithi172 ceph-mon[103696]: pgmap v15827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:07.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:07.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:08.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:08.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:09.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:09.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:09 smithi050 ceph-mon[92315]: pgmap v15828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:43:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:09 smithi172 ceph-mon[103696]: pgmap v15828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:43:10.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:10.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:11.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:11.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:11 smithi050 ceph-mon[92315]: pgmap v15829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:11 smithi172 ceph-mon[103696]: pgmap v15829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:12.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:12.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:13.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:13.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:13 smithi050 ceph-mon[92315]: pgmap v15830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:13 smithi172 ceph-mon[103696]: pgmap v15830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:14.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:14.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:15.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:15.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:15 smithi050 ceph-mon[92315]: pgmap v15831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:15 smithi172 ceph-mon[103696]: pgmap v15831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:16.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:16.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:16 smithi050 ceph-mon[92315]: pgmap v15832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:16 smithi172 ceph-mon[103696]: pgmap v15832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:17.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:17.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:18.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:18.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:19.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:19.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:19 smithi050 ceph-mon[92315]: pgmap v15833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:43:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:19 smithi172 ceph-mon[103696]: pgmap v15833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:43:20.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:20.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:43:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:43:21.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:21.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:21 smithi050 ceph-mon[92315]: pgmap v15834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:21 smithi172 ceph-mon[103696]: pgmap v15834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:22.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:22.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:23.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:23.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:23 smithi050 ceph-mon[92315]: pgmap v15835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:23 smithi172 ceph-mon[103696]: pgmap v15835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:24.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:24.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:25.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:25.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:25 smithi050 ceph-mon[92315]: pgmap v15836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:25 smithi172 ceph-mon[103696]: pgmap v15836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:26.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:26.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:27.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:26 smithi050 ceph-mon[92315]: pgmap v15837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:26 smithi172 ceph-mon[103696]: pgmap v15837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:27.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:27.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:28.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:28.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:29.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:29.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:29.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:29 smithi050 ceph-mon[92315]: pgmap v15838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:43:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:29 smithi172 ceph-mon[103696]: pgmap v15838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:43:30.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:30.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:31.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:31.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:31 smithi050 ceph-mon[92315]: pgmap v15839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:31 smithi172 ceph-mon[103696]: pgmap v15839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:32.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:32.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:33.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:33.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:33 smithi050 ceph-mon[92315]: pgmap v15840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:33 smithi172 ceph-mon[103696]: pgmap v15840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:34.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:34.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:35.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:35.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:35 smithi050 ceph-mon[92315]: pgmap v15841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:43:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:35 smithi172 ceph-mon[103696]: pgmap v15841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:43:36.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:36.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:36 smithi050 ceph-mon[92315]: pgmap v15842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:36 smithi172 ceph-mon[103696]: pgmap v15842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:37.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:37.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:38.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:38.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:39.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:39.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:39 smithi050 ceph-mon[92315]: pgmap v15843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:43:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:39 smithi172 ceph-mon[103696]: pgmap v15843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:43:40.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:40.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:41.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:41.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:41 smithi050 ceph-mon[92315]: pgmap v15844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:41 smithi172 ceph-mon[103696]: pgmap v15844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:42.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:42.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:43.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:43.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:43 smithi050 ceph-mon[92315]: pgmap v15845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:43 smithi172 ceph-mon[103696]: pgmap v15845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:44.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:44.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:45.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:45.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:45 smithi050 ceph-mon[92315]: pgmap v15846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:45 smithi172 ceph-mon[103696]: pgmap v15846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:46.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:46.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:46 smithi050 ceph-mon[92315]: pgmap v15847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:46 smithi172 ceph-mon[103696]: pgmap v15847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:47.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:47.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:48.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:48.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:49.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:49.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:49 smithi050 ceph-mon[92315]: pgmap v15848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:43:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:49 smithi172 ceph-mon[103696]: pgmap v15848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:43:50.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:50.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:43:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:43:51.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:51.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:51 smithi050 ceph-mon[92315]: pgmap v15849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:51 smithi172 ceph-mon[103696]: pgmap v15849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:52.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:52.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:53.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:53.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:53 smithi050 ceph-mon[92315]: pgmap v15850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:53 smithi172 ceph-mon[103696]: pgmap v15850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:54.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:54.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:55 smithi050 ceph-mon[92315]: pgmap v15851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:55.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:55.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:55 smithi172 ceph-mon[103696]: pgmap v15851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:56.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:56.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:56 smithi050 ceph-mon[92315]: pgmap v15852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:56 smithi172 ceph-mon[103696]: pgmap v15852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:43:57.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:57.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:58.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:58.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:43:59 smithi050 ceph-mon[92315]: pgmap v15853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:43:59.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:43:59.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:43:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:43:59 smithi172 ceph-mon[103696]: pgmap v15853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:44:00.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:00.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:01 smithi050 ceph-mon[92315]: pgmap v15854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:44:01.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:01.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:01 smithi172 ceph-mon[103696]: pgmap v15854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:01.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:44:02.307 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:44:02.307 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:44:02.307 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:44:02.307 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:44:02.307 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:44:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:44:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:44:02.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:44:02.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:44:02.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:44:02.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:02.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:03 smithi050 ceph-mon[92315]: pgmap v15855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:03.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:03.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:03 smithi172 ceph-mon[103696]: pgmap v15855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:04.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:04.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:05 smithi050 ceph-mon[92315]: pgmap v15856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:44:05.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:05.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:05.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:05 smithi172 ceph-mon[103696]: pgmap v15856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:05.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:44:06.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:06.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:06 smithi050 ceph-mon[92315]: pgmap v15857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:06 smithi172 ceph-mon[103696]: pgmap v15857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:07.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:07.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:08.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:08.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:09 smithi050 ceph-mon[92315]: pgmap v15858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:44:09.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:09.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:09 smithi172 ceph-mon[103696]: pgmap v15858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:44:10.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:10.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:11 smithi050 ceph-mon[92315]: pgmap v15859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:11.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:11.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:11 smithi172 ceph-mon[103696]: pgmap v15859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:12.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:12.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:13 smithi050 ceph-mon[92315]: pgmap v15860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:13.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:13.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:13.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:13 smithi172 ceph-mon[103696]: pgmap v15860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:14.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:14.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:15 smithi050 ceph-mon[92315]: pgmap v15861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:15 smithi172 ceph-mon[103696]: pgmap v15861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:15.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:15.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:16.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:16.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:16 smithi050 ceph-mon[92315]: pgmap v15862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:16 smithi172 ceph-mon[103696]: pgmap v15862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:17.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:17.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:18.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:18.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:19 smithi050 ceph-mon[92315]: pgmap v15863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:44:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:19 smithi172 ceph-mon[103696]: pgmap v15863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:44:19.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:19.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:44:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:44:20.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:20.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:21 smithi050 ceph-mon[92315]: pgmap v15864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:21 smithi172 ceph-mon[103696]: pgmap v15864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:21.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:21.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:22.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:22.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:23 smithi050 ceph-mon[92315]: pgmap v15865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:23 smithi172 ceph-mon[103696]: pgmap v15865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:23.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:23.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:24.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:24.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:25 smithi050 ceph-mon[92315]: pgmap v15866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:25 smithi172 ceph-mon[103696]: pgmap v15866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:25.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:25.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:26.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:26.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:26 smithi050 ceph-mon[92315]: pgmap v15867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:26 smithi172 ceph-mon[103696]: pgmap v15867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:27.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:27.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:28.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:28.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:29 smithi050 ceph-mon[92315]: pgmap v15868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:44:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:29 smithi172 ceph-mon[103696]: pgmap v15868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:44:29.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:29.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:30.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:30.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:31 smithi050 ceph-mon[92315]: pgmap v15869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:31 smithi172 ceph-mon[103696]: pgmap v15869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:31.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:31.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:32.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:32.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:33 smithi050 ceph-mon[92315]: pgmap v15870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:33 smithi172 ceph-mon[103696]: pgmap v15870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:33.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:33.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:34.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:34.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:35 smithi050 ceph-mon[92315]: pgmap v15871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:44:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:35 smithi172 ceph-mon[103696]: pgmap v15871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:44:35.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:35.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:36.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:36.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:36 smithi050 ceph-mon[92315]: pgmap v15872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:36 smithi172 ceph-mon[103696]: pgmap v15872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:37.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:37.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:38.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:38.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:39 smithi050 ceph-mon[92315]: pgmap v15873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:44:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:39 smithi172 ceph-mon[103696]: pgmap v15873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:44:39.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:39.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:40.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:40.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:41 smithi050 ceph-mon[92315]: pgmap v15874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:41 smithi172 ceph-mon[103696]: pgmap v15874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:41.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:41.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:42.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:42.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:43 smithi050 ceph-mon[92315]: pgmap v15875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:43 smithi172 ceph-mon[103696]: pgmap v15875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:43.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:43.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:44.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:44.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:45 smithi050 ceph-mon[92315]: pgmap v15876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:45 smithi172 ceph-mon[103696]: pgmap v15876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:45.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:45.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:46.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:46.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:46 smithi050 ceph-mon[92315]: pgmap v15877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:46 smithi172 ceph-mon[103696]: pgmap v15877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:47.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:47.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:48.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:48.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:49 smithi050 ceph-mon[92315]: pgmap v15878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:44:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:49 smithi172 ceph-mon[103696]: pgmap v15878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:44:49.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:49.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:44:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:44:50.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:50.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:51 smithi050 ceph-mon[92315]: pgmap v15879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:51 smithi172 ceph-mon[103696]: pgmap v15879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:51.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:51.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:52.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:52.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:53 smithi172 ceph-mon[103696]: pgmap v15880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:53 smithi050 ceph-mon[92315]: pgmap v15880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:53.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:53.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:54.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:54.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:55 smithi050 ceph-mon[92315]: pgmap v15881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:55 smithi172 ceph-mon[103696]: pgmap v15881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:55.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:55.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:56.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:56.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:56 smithi050 ceph-mon[92315]: pgmap v15882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:56 smithi172 ceph-mon[103696]: pgmap v15882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:44:57.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:57.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:58.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:58.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:44:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:44:59 smithi050 ceph-mon[92315]: pgmap v15883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:44:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:44:59 smithi172 ceph-mon[103696]: pgmap v15883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:44:59.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:44:59.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:00.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:00.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:01 smithi050 ceph-mon[92315]: pgmap v15884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:01 smithi172 ceph-mon[103696]: pgmap v15884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:01.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:01.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:45:02.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:45:02.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:45:02.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:45:02.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:45:02.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:45:02.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:02.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:03.217 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:03 smithi172 ceph-mon[103696]: pgmap v15885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:03 smithi050 ceph-mon[92315]: pgmap v15885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:03.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:03.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:04.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:04.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:05 smithi050 ceph-mon[92315]: pgmap v15886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:45:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:05 smithi172 ceph-mon[103696]: pgmap v15886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:45:05.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:05.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:06.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:06.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:07.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:45:07.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:45:07.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:45:07.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:45:07.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:45:07.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:45:07.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:45:07.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:45:07.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:45:07.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:06 smithi050 ceph-mon[92315]: pgmap v15887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:45:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:45:07.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:45:07.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:45:07.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:45:07.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:45:07.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:45:07.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:45:07.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:45:07.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:06 smithi172 ceph-mon[103696]: pgmap v15887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:07.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:07.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:08.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:08.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:09 smithi050 ceph-mon[92315]: pgmap v15888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:45:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:09 smithi172 ceph-mon[103696]: pgmap v15888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:45:09.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:09.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:10.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:10.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:11 smithi050 ceph-mon[92315]: pgmap v15889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:11 smithi172 ceph-mon[103696]: pgmap v15889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:11.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:11.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:12.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:12.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:13 smithi050 ceph-mon[92315]: pgmap v15890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:13 smithi172 ceph-mon[103696]: pgmap v15890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:13.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:13.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:14.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:14.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:15 smithi050 ceph-mon[92315]: pgmap v15891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:15 smithi172 ceph-mon[103696]: pgmap v15891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:15.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:15.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:16.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:16.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:16 smithi050 ceph-mon[92315]: pgmap v15892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:16 smithi172 ceph-mon[103696]: pgmap v15892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:17.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:17.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:18.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:18.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:19 smithi050 ceph-mon[92315]: pgmap v15893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:45:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:19 smithi172 ceph-mon[103696]: pgmap v15893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:45:19.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:19.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:45:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:45:20.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:20.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:21 smithi050 ceph-mon[92315]: pgmap v15894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:21 smithi172 ceph-mon[103696]: pgmap v15894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:21.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:21.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:22.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:22.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:23 smithi050 ceph-mon[92315]: pgmap v15895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:23 smithi172 ceph-mon[103696]: pgmap v15895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:23.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:23.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:24.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:24.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:25 smithi050 ceph-mon[92315]: pgmap v15896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:25 smithi172 ceph-mon[103696]: pgmap v15896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:25.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:25.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:26.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:26.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:26 smithi050 ceph-mon[92315]: pgmap v15897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:26 smithi172 ceph-mon[103696]: pgmap v15897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:27.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:27.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:28.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:28.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:29 smithi050 ceph-mon[92315]: pgmap v15898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:45:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:29 smithi172 ceph-mon[103696]: pgmap v15898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:45:29.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:29.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:30.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:30.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:31 smithi050 ceph-mon[92315]: pgmap v15899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:31 smithi172 ceph-mon[103696]: pgmap v15899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:31.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:31.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:32.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:32.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:33 smithi050 ceph-mon[92315]: pgmap v15900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:33 smithi172 ceph-mon[103696]: pgmap v15900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:33.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:33.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:34.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:34.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:35 smithi050 ceph-mon[92315]: pgmap v15901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:45:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:35 smithi172 ceph-mon[103696]: pgmap v15901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:45:35.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:35.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:36.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:36.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:36 smithi050 ceph-mon[92315]: pgmap v15902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:36 smithi172 ceph-mon[103696]: pgmap v15902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:37.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:37.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:38.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:38.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:39 smithi050 ceph-mon[92315]: pgmap v15903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:45:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:39 smithi172 ceph-mon[103696]: pgmap v15903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:45:39.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:39.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:40.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:40.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:41 smithi050 ceph-mon[92315]: pgmap v15904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:41 smithi172 ceph-mon[103696]: pgmap v15904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:41.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:41.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:42.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:42.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:43 smithi050 ceph-mon[92315]: pgmap v15905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:43.362 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:43 smithi172 ceph-mon[103696]: pgmap v15905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:43.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:43.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:44.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:44.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:45 smithi050 ceph-mon[92315]: pgmap v15906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:45 smithi172 ceph-mon[103696]: pgmap v15906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:45.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:45.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:46.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:46.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:47.115 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:46 smithi050 ceph-mon[92315]: pgmap v15907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:46 smithi172 ceph-mon[103696]: pgmap v15907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:47.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:47.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:48.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:48.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:49 smithi050 ceph-mon[92315]: pgmap v15908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:45:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:49 smithi172 ceph-mon[103696]: pgmap v15908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:45:49.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:49.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:45:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:45:50.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:50.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:51 smithi050 ceph-mon[92315]: pgmap v15909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:51 smithi172 ceph-mon[103696]: pgmap v15909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:51.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:51.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:52.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:52.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:53 smithi050 ceph-mon[92315]: pgmap v15910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:53 smithi172 ceph-mon[103696]: pgmap v15910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:53.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:53.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:54.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:54.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:55 smithi172 ceph-mon[103696]: pgmap v15911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:55.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:55.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:55 smithi050 ceph-mon[92315]: pgmap v15911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:56.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:56.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:56 smithi172 ceph-mon[103696]: pgmap v15912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:57.230 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:56 smithi050 ceph-mon[92315]: pgmap v15912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:45:57.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:57.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:58.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:58.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:45:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:45:59 smithi050 ceph-mon[92315]: pgmap v15913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:45:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:45:59 smithi172 ceph-mon[103696]: pgmap v15913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:45:59.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:45:59.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:00.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:00.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:01 smithi050 ceph-mon[92315]: pgmap v15914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:01 smithi172 ceph-mon[103696]: pgmap v15914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:01.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:01.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:02.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:02.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:03 smithi050 ceph-mon[92315]: pgmap v15915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:03 smithi172 ceph-mon[103696]: pgmap v15915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:03.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:03.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:04.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:04.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:05 smithi172 ceph-mon[103696]: pgmap v15916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:46:05.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:05.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:05 smithi050 ceph-mon[92315]: pgmap v15916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:46:06.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:06.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:46:07.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:06 smithi172 ceph-mon[103696]: pgmap v15917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:07.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:46:07.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:46:07.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:46:07.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:46:07.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:46:07.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:46:07.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:06 smithi050 ceph-mon[92315]: pgmap v15917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:07.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:46:07.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:46:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:46:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:46:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:46:07.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:07.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:08.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:08.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:09 smithi050 ceph-mon[92315]: pgmap v15918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:46:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:09 smithi172 ceph-mon[103696]: pgmap v15918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:46:09.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:09.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:10.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:10.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:11 smithi050 ceph-mon[92315]: pgmap v15919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:11 smithi172 ceph-mon[103696]: pgmap v15919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:11.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:11.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:12.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:12.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:13.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:13 smithi172 ceph-mon[103696]: pgmap v15920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:13.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:13.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:13 smithi050 ceph-mon[92315]: pgmap v15920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:14.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:14.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:15 smithi172 ceph-mon[103696]: pgmap v15921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:15.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:15.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:15 smithi050 ceph-mon[92315]: pgmap v15921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:16.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:16.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:16 smithi172 ceph-mon[103696]: pgmap v15922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:16 smithi050 ceph-mon[92315]: pgmap v15922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:17.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:17.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:18.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:18.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:19 smithi050 ceph-mon[92315]: pgmap v15923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:46:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:19 smithi172 ceph-mon[103696]: pgmap v15923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:46:19.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:19.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:46:20.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:20.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:46:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:21 smithi172 ceph-mon[103696]: pgmap v15924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:21.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:21.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:21 smithi050 ceph-mon[92315]: pgmap v15924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:22.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:22.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:23 smithi172 ceph-mon[103696]: pgmap v15925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:23.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:23.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:23 smithi050 ceph-mon[92315]: pgmap v15925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:24.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:24.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:25 smithi172 ceph-mon[103696]: pgmap v15926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:25.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:25.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:25 smithi050 ceph-mon[92315]: pgmap v15926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:26.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:26.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:26 smithi172 ceph-mon[103696]: pgmap v15927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:26 smithi050 ceph-mon[92315]: pgmap v15927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:27.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:27.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:28.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:28.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:29 smithi172 ceph-mon[103696]: pgmap v15928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:46:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:29 smithi050 ceph-mon[92315]: pgmap v15928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:46:29.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:29.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:30.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:30.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:31.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:31 smithi172 ceph-mon[103696]: pgmap v15929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:31 smithi050 ceph-mon[92315]: pgmap v15929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:31.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:31.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:32.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:32.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:33 smithi172 ceph-mon[103696]: pgmap v15930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:33 smithi050 ceph-mon[92315]: pgmap v15930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:33.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:33.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:34.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:34.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:35 smithi172 ceph-mon[103696]: pgmap v15931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:46:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:35 smithi050 ceph-mon[92315]: pgmap v15931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:46:35.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:35.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:36.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:36.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:36 smithi172 ceph-mon[103696]: pgmap v15932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:36 smithi050 ceph-mon[92315]: pgmap v15932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:37.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:37.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:38.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:38.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:39 smithi172 ceph-mon[103696]: pgmap v15933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:46:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:39 smithi050 ceph-mon[92315]: pgmap v15933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:46:39.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:39.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:40.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:40.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:41 smithi172 ceph-mon[103696]: pgmap v15934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:41 smithi050 ceph-mon[92315]: pgmap v15934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:41.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:41.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:42.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:42.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:43 smithi172 ceph-mon[103696]: pgmap v15935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:43 smithi050 ceph-mon[92315]: pgmap v15935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:43.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:43.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:44.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:44.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:45 smithi172 ceph-mon[103696]: pgmap v15936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:45 smithi050 ceph-mon[92315]: pgmap v15936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:45.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:45.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:46.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:46.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:46 smithi172 ceph-mon[103696]: pgmap v15937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:46 smithi050 ceph-mon[92315]: pgmap v15937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:47.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:47.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:48.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:48.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:49.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:49 smithi172 ceph-mon[103696]: pgmap v15938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:46:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:49 smithi050 ceph-mon[92315]: pgmap v15938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:46:49.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:49.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:46:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:46:50.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:50.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:51 smithi172 ceph-mon[103696]: pgmap v15939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:51 smithi050 ceph-mon[92315]: pgmap v15939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:51.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:51.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:52.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:52.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:53.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:53 smithi172 ceph-mon[103696]: pgmap v15940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:53.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:53 smithi050 ceph-mon[92315]: pgmap v15940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:53.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:53.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:54.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:54.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:55 smithi172 ceph-mon[103696]: pgmap v15941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:55 smithi050 ceph-mon[92315]: pgmap v15941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:55.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:55.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:56.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:56.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:56 smithi172 ceph-mon[103696]: pgmap v15942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:56 smithi050 ceph-mon[92315]: pgmap v15942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:46:57.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:57.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:58.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:58.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:46:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:46:59 smithi172 ceph-mon[103696]: pgmap v15943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:46:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:46:59 smithi050 ceph-mon[92315]: pgmap v15943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:46:59.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:46:59.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:00.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:00.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:01 smithi172 ceph-mon[103696]: pgmap v15944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:01 smithi050 ceph-mon[92315]: pgmap v15944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:01.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:01.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:02.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:02.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:03 smithi050 ceph-mon[92315]: pgmap v15945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:03 smithi172 ceph-mon[103696]: pgmap v15945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:03.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:03.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:04.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:04.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:05 smithi172 ceph-mon[103696]: pgmap v15946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:47:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:05 smithi050 ceph-mon[92315]: pgmap v15946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:47:05.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:05.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:06.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:06.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:06 smithi172 ceph-mon[103696]: pgmap v15947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:47:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:06 smithi050 ceph-mon[92315]: pgmap v15947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:47:07.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:07.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:47:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:47:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:47:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:47:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:47:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:47:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:47:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:47:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:47:08.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:47:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:47:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:47:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:47:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:47:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:47:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:47:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:47:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:47:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:47:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:47:08.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:08.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:08 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1466M 2023-09-30T22:47:09.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:08 smithi172 ceph-mon[103696]: pgmap v15948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:47:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:08 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1466M 2023-09-30T22:47:09.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:08 smithi050 ceph-mon[92315]: pgmap v15948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:47:09.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:09.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:10.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:10.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:11 smithi172 ceph-mon[103696]: pgmap v15949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:11 smithi050 ceph-mon[92315]: pgmap v15949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:11.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:11.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:12.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:12.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:13 smithi050 ceph-mon[92315]: pgmap v15950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:13 smithi172 ceph-mon[103696]: pgmap v15950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:13.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:13.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:14.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:14.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:15 smithi172 ceph-mon[103696]: pgmap v15951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:15.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:15 smithi050 ceph-mon[92315]: pgmap v15951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:15.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:15.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:16.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:16.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:16 smithi172 ceph-mon[103696]: pgmap v15952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:16 smithi050 ceph-mon[92315]: pgmap v15952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:17.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:17.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:18.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:18.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:19 smithi172 ceph-mon[103696]: pgmap v15953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:47:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:19 smithi050 ceph-mon[92315]: pgmap v15953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:47:19.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:19.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:47:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:47:20.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:20.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:21 smithi172 ceph-mon[103696]: pgmap v15954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:21 smithi050 ceph-mon[92315]: pgmap v15954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:21.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:21.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:22.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:22.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:23 smithi172 ceph-mon[103696]: pgmap v15955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:23 smithi050 ceph-mon[92315]: pgmap v15955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:23.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:23.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:24.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:24.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:25 smithi050 ceph-mon[92315]: pgmap v15956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:25 smithi172 ceph-mon[103696]: pgmap v15956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:25.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:25.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:26.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:26.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:26 smithi172 ceph-mon[103696]: pgmap v15957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:26 smithi050 ceph-mon[92315]: pgmap v15957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:27.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:27.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:28.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:28.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:29 smithi172 ceph-mon[103696]: pgmap v15958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:47:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:29 smithi050 ceph-mon[92315]: pgmap v15958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:47:29.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:29.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:30.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:30.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:31 smithi172 ceph-mon[103696]: pgmap v15959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:31 smithi050 ceph-mon[92315]: pgmap v15959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:31.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:31.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:32.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:32.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:33 smithi172 ceph-mon[103696]: pgmap v15960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:33 smithi050 ceph-mon[92315]: pgmap v15960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:33.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:33.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:34.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:34.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:35 smithi050 ceph-mon[92315]: pgmap v15961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:47:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:35 smithi172 ceph-mon[103696]: pgmap v15961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:35.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:47:35.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:35.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:36.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:36.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:36 smithi172 ceph-mon[103696]: pgmap v15962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:37.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:36 smithi050 ceph-mon[92315]: pgmap v15962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:37.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:37.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:38.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:38.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:39 smithi172 ceph-mon[103696]: pgmap v15963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:47:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:39 smithi050 ceph-mon[92315]: pgmap v15963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:47:39.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:39.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:40.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:40.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:41 smithi172 ceph-mon[103696]: pgmap v15964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:41 smithi050 ceph-mon[92315]: pgmap v15964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:41.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:41.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:42.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:42.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:43 smithi172 ceph-mon[103696]: pgmap v15965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:43.433 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:43 smithi050 ceph-mon[92315]: pgmap v15965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:43.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:43.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:44.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:44.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:45.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:45 smithi050 ceph-mon[92315]: pgmap v15966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:45 smithi172 ceph-mon[103696]: pgmap v15966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:45.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:45.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:46.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:46.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:46 smithi050 ceph-mon[92315]: pgmap v15967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:46 smithi172 ceph-mon[103696]: pgmap v15967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:47.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:47.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:48.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:48.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:49 smithi172 ceph-mon[103696]: pgmap v15968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:47:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:49 smithi050 ceph-mon[92315]: pgmap v15968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:47:49.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:49.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:47:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:47:50.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:50.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:51 smithi050 ceph-mon[92315]: pgmap v15969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:51 smithi172 ceph-mon[103696]: pgmap v15969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:51.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:51.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:52.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:52.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:53.548 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:53 smithi050 ceph-mon[92315]: pgmap v15970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:53 smithi172 ceph-mon[103696]: pgmap v15970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:53.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:53.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:54.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:54.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:55.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:55 smithi050 ceph-mon[92315]: pgmap v15971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:55 smithi172 ceph-mon[103696]: pgmap v15971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:55.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:55.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:56.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:56.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:56 smithi050 ceph-mon[92315]: pgmap v15972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:56 smithi172 ceph-mon[103696]: pgmap v15972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:47:57.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:57.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:58.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:58.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:47:59.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:47:59 smithi050 ceph-mon[92315]: pgmap v15973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:47:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:47:59 smithi172 ceph-mon[103696]: pgmap v15973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:47:59.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:47:59.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:00.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:00.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:01 smithi050 ceph-mon[92315]: pgmap v15974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:01 smithi172 ceph-mon[103696]: pgmap v15974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:01.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:01.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:02.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:02.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:03 smithi050 ceph-mon[92315]: pgmap v15975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:03 smithi172 ceph-mon[103696]: pgmap v15975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:03.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:03.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:04.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:04.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:05 smithi050 ceph-mon[92315]: pgmap v15976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:48:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:05 smithi172 ceph-mon[103696]: pgmap v15976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:48:05.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:05.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:06.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:06.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:06 smithi050 ceph-mon[92315]: pgmap v15977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:06 smithi172 ceph-mon[103696]: pgmap v15977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:07.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:07.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:48:08.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:48:08.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:08.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:08 smithi050 ceph-mon[92315]: pgmap v15978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:48:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:48:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:48:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:48:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:48:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:48:09.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:08 smithi172 ceph-mon[103696]: pgmap v15978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:48:09.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:48:09.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:48:09.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:48:09.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:48:09.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:48:09.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:09.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:10.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:10.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:11 smithi050 ceph-mon[92315]: pgmap v15979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:11 smithi172 ceph-mon[103696]: pgmap v15979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:11.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:11.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:12.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:12.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:13 smithi050 ceph-mon[92315]: pgmap v15980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:13 smithi172 ceph-mon[103696]: pgmap v15980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:13.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:13.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:14.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:14.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:15 smithi172 ceph-mon[103696]: pgmap v15981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:15 smithi050 ceph-mon[92315]: pgmap v15981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:15.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:15.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:16.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:16.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:16 smithi050 ceph-mon[92315]: pgmap v15982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:16 smithi172 ceph-mon[103696]: pgmap v15982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:17.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:17.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:18.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:18.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:19 smithi050 ceph-mon[92315]: pgmap v15983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:48:19.629 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:19 smithi172 ceph-mon[103696]: pgmap v15983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:48:19.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:19.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:48:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:48:20.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:20.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:21 smithi050 ceph-mon[92315]: pgmap v15984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:21 smithi172 ceph-mon[103696]: pgmap v15984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:21.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:21.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:22.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:22.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:23 smithi050 ceph-mon[92315]: pgmap v15985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:23 smithi172 ceph-mon[103696]: pgmap v15985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:23.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:23.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:24.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:24.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:25.379 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:25 smithi172 ceph-mon[103696]: pgmap v15986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:25 smithi050 ceph-mon[92315]: pgmap v15986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:25.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:25.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:26.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:26.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:26 smithi050 ceph-mon[92315]: pgmap v15987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:26 smithi172 ceph-mon[103696]: pgmap v15987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:27.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:27.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:28.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:28.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:29.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:29 smithi050 ceph-mon[92315]: pgmap v15988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:48:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:29 smithi172 ceph-mon[103696]: pgmap v15988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:48:29.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:29.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:30.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:30.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:31.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:31 smithi050 ceph-mon[92315]: pgmap v15989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:31 smithi172 ceph-mon[103696]: pgmap v15989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:31.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:31.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:32.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:32.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:33.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:33 smithi050 ceph-mon[92315]: pgmap v15990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:33 smithi172 ceph-mon[103696]: pgmap v15990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:33.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:33.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:34.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:34.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:35 smithi050 ceph-mon[92315]: pgmap v15991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:48:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:35 smithi172 ceph-mon[103696]: pgmap v15991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:35.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:48:35.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:35.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:36.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:36.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:36 smithi050 ceph-mon[92315]: pgmap v15992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:36 smithi172 ceph-mon[103696]: pgmap v15992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:37.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:37.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:38.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:38.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:39 smithi050 ceph-mon[92315]: pgmap v15993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:48:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:39 smithi172 ceph-mon[103696]: pgmap v15993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:48:39.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:39.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:40.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:40.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:41 smithi050 ceph-mon[92315]: pgmap v15994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:41 smithi172 ceph-mon[103696]: pgmap v15994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:41.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:41.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:42.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:42.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:43 smithi050 ceph-mon[92315]: pgmap v15995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:43 smithi172 ceph-mon[103696]: pgmap v15995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:43.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:43.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:44.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:44.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:45 smithi050 ceph-mon[92315]: pgmap v15996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:45 smithi172 ceph-mon[103696]: pgmap v15996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:45.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:45.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:46.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:46.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:46 smithi050 ceph-mon[92315]: pgmap v15997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:46 smithi172 ceph-mon[103696]: pgmap v15997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:47.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:47.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:48.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:48.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:49 smithi050 ceph-mon[92315]: pgmap v15998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:48:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:49 smithi172 ceph-mon[103696]: pgmap v15998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:48:49.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:49.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:48:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:48:50.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:50.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:51 smithi050 ceph-mon[92315]: pgmap v15999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:51 smithi172 ceph-mon[103696]: pgmap v15999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:51.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:51.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:52.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:52.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:53.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:53 smithi050 ceph-mon[92315]: pgmap v16000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:53 smithi172 ceph-mon[103696]: pgmap v16000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:53.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:53.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:54.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:54.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:55.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:55 smithi050 ceph-mon[92315]: pgmap v16001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:55 smithi172 ceph-mon[103696]: pgmap v16001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:55.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:55.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:56.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:56.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:57.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:56 smithi050 ceph-mon[92315]: pgmap v16002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:56 smithi172 ceph-mon[103696]: pgmap v16002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:48:57.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:57.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:58.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:58.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:48:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:48:59 smithi050 ceph-mon[92315]: pgmap v16003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:48:59.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:48:59 smithi172 ceph-mon[103696]: pgmap v16003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:48:59.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:48:59.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:00.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:00.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:01 smithi050 ceph-mon[92315]: pgmap v16004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:01 smithi172 ceph-mon[103696]: pgmap v16004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:01.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:01.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:02.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:02.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:03 smithi050 ceph-mon[92315]: pgmap v16005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:03 smithi172 ceph-mon[103696]: pgmap v16005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:03.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:03.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:04.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:04.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:05.473 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:05 smithi172 ceph-mon[103696]: pgmap v16006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:05.473 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:49:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:05 smithi050 ceph-mon[92315]: pgmap v16006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:49:05.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:05.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:06.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:06.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:06 smithi050 ceph-mon[92315]: pgmap v16007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:06 smithi172 ceph-mon[103696]: pgmap v16007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:07.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:07.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:08.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:08.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:09.407 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:09 smithi050 ceph-mon[92315]: pgmap v16008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:49:09.408 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:49:09.408 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:49:09.408 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:49:09.408 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:49:09.408 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:49:09.408 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:49:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:09 smithi172 ceph-mon[103696]: pgmap v16008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:49:09.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:49:09.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:49:09.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:49:09.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:49:09.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:49:09.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:49:09.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:09.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:10.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:10.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:11 smithi050 ceph-mon[92315]: pgmap v16009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:11 smithi172 ceph-mon[103696]: pgmap v16009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:11.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:11.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:12.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:12.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:13.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:13 smithi050 ceph-mon[92315]: pgmap v16010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:13 smithi172 ceph-mon[103696]: pgmap v16010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:13.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:13.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:14.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:14.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:15.578 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:15 smithi172 ceph-mon[103696]: pgmap v16011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:15 smithi050 ceph-mon[92315]: pgmap v16011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:15.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:15.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:16.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:16.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:16 smithi050 ceph-mon[92315]: pgmap v16012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:17.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:16 smithi172 ceph-mon[103696]: pgmap v16012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:17.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:17.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:18.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:18.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:19.520 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:19 smithi050 ceph-mon[92315]: pgmap v16013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:49:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:19 smithi172 ceph-mon[103696]: pgmap v16013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:49:19.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:19.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:49:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:49:20.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:20.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:21 smithi050 ceph-mon[92315]: pgmap v16014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:21 smithi172 ceph-mon[103696]: pgmap v16014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:21.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:21.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:22.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:22.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:23 smithi050 ceph-mon[92315]: pgmap v16015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:23 smithi172 ceph-mon[103696]: pgmap v16015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:23.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:23.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:24.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:24.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:25 smithi050 ceph-mon[92315]: pgmap v16016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:25 smithi172 ceph-mon[103696]: pgmap v16016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:25.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:25.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:26.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:26.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:26 smithi050 ceph-mon[92315]: pgmap v16017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:26 smithi172 ceph-mon[103696]: pgmap v16017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:27.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:27.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:28.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:28.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:29 smithi050 ceph-mon[92315]: pgmap v16018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:49:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:29 smithi172 ceph-mon[103696]: pgmap v16018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:49:29.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:29.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:30.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:30.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:31.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:31 smithi050 ceph-mon[92315]: pgmap v16019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:31 smithi172 ceph-mon[103696]: pgmap v16019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:31.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:31.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:32.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:32.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:33.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:33 smithi050 ceph-mon[92315]: pgmap v16020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:33 smithi172 ceph-mon[103696]: pgmap v16020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:33.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:33.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:34.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:34.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:35 smithi050 ceph-mon[92315]: pgmap v16021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:49:35.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:35 smithi172 ceph-mon[103696]: pgmap v16021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:35.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:49:35.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:35.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:36.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:36.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:36 smithi050 ceph-mon[92315]: pgmap v16022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:36 smithi172 ceph-mon[103696]: pgmap v16022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:37.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:37.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:38.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:38.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:39 smithi050 ceph-mon[92315]: pgmap v16023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:49:39.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:39 smithi172 ceph-mon[103696]: pgmap v16023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:49:39.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:39.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:40.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:40.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:41.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:41 smithi050 ceph-mon[92315]: pgmap v16024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:41.629 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:41 smithi172 ceph-mon[103696]: pgmap v16024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:41.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:41.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:42.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:42.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:43 smithi050 ceph-mon[92315]: pgmap v16025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:43 smithi172 ceph-mon[103696]: pgmap v16025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:43.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:43.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:44.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:44.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:45.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:45 smithi050 ceph-mon[92315]: pgmap v16026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:45 smithi172 ceph-mon[103696]: pgmap v16026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:45.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:45.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:46.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:46.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:46 smithi050 ceph-mon[92315]: pgmap v16027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:46 smithi172 ceph-mon[103696]: pgmap v16027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:47.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:47.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:48.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:48.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:49 smithi050 ceph-mon[92315]: pgmap v16028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:49:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:49 smithi172 ceph-mon[103696]: pgmap v16028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:49:49.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:49.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:49:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:49:50.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:50.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:51 smithi172 ceph-mon[103696]: pgmap v16029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:51 smithi050 ceph-mon[92315]: pgmap v16029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:51.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:51.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:52.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:52.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:53.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:53 smithi050 ceph-mon[92315]: pgmap v16030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:53 smithi172 ceph-mon[103696]: pgmap v16030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:53.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:53.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:54.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:54.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:55 smithi050 ceph-mon[92315]: pgmap v16031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:55 smithi172 ceph-mon[103696]: pgmap v16031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:55.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:55.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:56.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:56.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:56 smithi050 ceph-mon[92315]: pgmap v16032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:56 smithi172 ceph-mon[103696]: pgmap v16032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:49:57.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:57.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:58.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:58.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:49:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:49:59 smithi050 ceph-mon[92315]: pgmap v16033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:49:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:49:59 smithi172 ceph-mon[103696]: pgmap v16033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:49:59.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:49:59.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T22:50:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T22:50:00.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:00.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:01 smithi172 ceph-mon[103696]: pgmap v16034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:01 smithi050 ceph-mon[92315]: pgmap v16034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:01.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:01.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:02.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:02.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:03 smithi050 ceph-mon[92315]: pgmap v16035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:03 smithi172 ceph-mon[103696]: pgmap v16035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:03.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:03.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:04.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:04.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:05 smithi050 ceph-mon[92315]: pgmap v16036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:50:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:05 smithi172 ceph-mon[103696]: pgmap v16036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:50:05.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:05.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:06.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:06.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:06 smithi050 ceph-mon[92315]: pgmap v16037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:06 smithi172 ceph-mon[103696]: pgmap v16037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:07.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:07.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:08.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:08.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:09 smithi050 ceph-mon[92315]: pgmap v16038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:50:09.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:50:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:09 smithi172 ceph-mon[103696]: pgmap v16038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:50:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:50:09.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:09.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:10.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:10.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:11 smithi050 ceph-mon[92315]: pgmap v16039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:11.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:11 smithi172 ceph-mon[103696]: pgmap v16039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:11.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:11.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:12.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:12.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:13 smithi050 ceph-mon[92315]: pgmap v16040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:13 smithi172 ceph-mon[103696]: pgmap v16040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:13.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:13.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:14.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:14.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:15.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:50:15.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:50:15.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:14 smithi050 ceph-mon[92315]: pgmap v16041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:15.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:50:15.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:50:15.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:50:15.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:50:15.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:50:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:50:15.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:50:15.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:14 smithi172 ceph-mon[103696]: pgmap v16041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:15.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:50:15.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:50:15.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:50:15.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:50:15.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:50:15.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:15.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:16.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:16.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:16 smithi050 ceph-mon[92315]: pgmap v16042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:16 smithi172 ceph-mon[103696]: pgmap v16042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:17.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:17.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:18.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:18.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:19 smithi050 ceph-mon[92315]: pgmap v16043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:50:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:19 smithi172 ceph-mon[103696]: pgmap v16043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:50:19.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:19.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:50:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:50:20.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:20.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:21 smithi050 ceph-mon[92315]: pgmap v16044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:21 smithi172 ceph-mon[103696]: pgmap v16044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:21.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:21.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:22.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:23.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:23.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:23 smithi050 ceph-mon[92315]: pgmap v16045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:23 smithi172 ceph-mon[103696]: pgmap v16045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:24.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:24.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:25.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:25.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:25.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:25 smithi050 ceph-mon[92315]: pgmap v16046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:25 smithi172 ceph-mon[103696]: pgmap v16046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:26.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:26.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:27.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:27.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:26 smithi050 ceph-mon[92315]: pgmap v16047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:26 smithi172 ceph-mon[103696]: pgmap v16047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:28.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:28.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:29.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:29.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:29 smithi050 ceph-mon[92315]: pgmap v16048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:50:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:29 smithi172 ceph-mon[103696]: pgmap v16048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:50:30.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:30.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:31.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:31.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:31.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:31 smithi050 ceph-mon[92315]: pgmap v16049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:31 smithi172 ceph-mon[103696]: pgmap v16049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:32.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:32.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:33.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:33.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:33.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:33 smithi050 ceph-mon[92315]: pgmap v16050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:33 smithi172 ceph-mon[103696]: pgmap v16050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:34.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:34.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:35.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:35.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:35 smithi050 ceph-mon[92315]: pgmap v16051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:50:35.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:35 smithi172 ceph-mon[103696]: pgmap v16051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:35.629 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:50:36.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:36.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:37.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:37.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:36 smithi050 ceph-mon[92315]: pgmap v16052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:36 smithi172 ceph-mon[103696]: pgmap v16052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:38.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:38.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:39.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:39.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:39.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:39 smithi050 ceph-mon[92315]: pgmap v16053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:50:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:39 smithi172 ceph-mon[103696]: pgmap v16053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:50:40.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:40.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:41.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:41.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:41.470 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:41 smithi172 ceph-mon[103696]: pgmap v16054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:41 smithi050 ceph-mon[92315]: pgmap v16054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:42.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:42.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:43.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:43.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:43 smithi050 ceph-mon[92315]: pgmap v16055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:43 smithi172 ceph-mon[103696]: pgmap v16055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:44.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:44.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:45.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:45.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:45.492 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:45 smithi050 ceph-mon[92315]: pgmap v16056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:45 smithi172 ceph-mon[103696]: pgmap v16056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:46.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:46.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:47.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:47.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:47.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:46 smithi050 ceph-mon[92315]: pgmap v16057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:46 smithi172 ceph-mon[103696]: pgmap v16057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:48.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:48.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:49.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:49.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:49 smithi050 ceph-mon[92315]: pgmap v16058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:50:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:49 smithi172 ceph-mon[103696]: pgmap v16058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:50:50.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:50.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:50.548 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:50:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:50:51.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:51.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:51.576 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:51 smithi172 ceph-mon[103696]: pgmap v16059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:51.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:51 smithi050 ceph-mon[92315]: pgmap v16059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:52.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:52.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:53.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:53.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:53 smithi050 ceph-mon[92315]: pgmap v16060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:53 smithi172 ceph-mon[103696]: pgmap v16060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:54.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:54.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:55.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:55.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:55 smithi050 ceph-mon[92315]: pgmap v16061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:55 smithi172 ceph-mon[103696]: pgmap v16061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:56.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:56.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:57.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:57.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:56 smithi050 ceph-mon[92315]: pgmap v16062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:57.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:56 smithi172 ceph-mon[103696]: pgmap v16062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:50:58.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:58.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:59.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:50:59.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:50:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:50:59 smithi050 ceph-mon[92315]: pgmap v16063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:50:59.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:50:59 smithi172 ceph-mon[103696]: pgmap v16063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:51:00.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:00.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:01.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:01.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:01 smithi050 ceph-mon[92315]: pgmap v16064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:01 smithi172 ceph-mon[103696]: pgmap v16064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:02.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:02.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:03.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:03.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:03.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:03 smithi050 ceph-mon[92315]: pgmap v16065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:03 smithi172 ceph-mon[103696]: pgmap v16065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:04.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:04.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:05.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:05.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:05 smithi050 ceph-mon[92315]: pgmap v16066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:51:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:05 smithi172 ceph-mon[103696]: pgmap v16066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:51:06.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:06.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:07.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:07.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:06 smithi172 ceph-mon[103696]: pgmap v16067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:06 smithi050 ceph-mon[92315]: pgmap v16067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:08.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:08.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:09.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:09.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:09 smithi050 ceph-mon[92315]: pgmap v16068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:51:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:09 smithi172 ceph-mon[103696]: pgmap v16068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:51:10.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:10.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:11.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:11.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:11 smithi050 ceph-mon[92315]: pgmap v16069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:11.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:11 smithi172 ceph-mon[103696]: pgmap v16069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:12.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:12.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:13.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:13.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:13.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:13 smithi050 ceph-mon[92315]: pgmap v16070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:13 smithi172 ceph-mon[103696]: pgmap v16070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:14.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:14.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:15.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:15.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:15.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:15 smithi050 ceph-mon[92315]: pgmap v16071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:15.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:51:15.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:51:15.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:51:15.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:51:15.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:51:15.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:51:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:15 smithi172 ceph-mon[103696]: pgmap v16071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:15.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:51:15.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:51:15.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:51:15.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:51:15.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:51:15.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:51:16.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:16.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:17.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:17.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:16 smithi172 ceph-mon[103696]: pgmap v16072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:16 smithi050 ceph-mon[92315]: pgmap v16072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:18.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:18.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:19.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:19.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:19 smithi050 ceph-mon[92315]: pgmap v16073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:51:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:19 smithi172 ceph-mon[103696]: pgmap v16073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:51:20.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:20.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:51:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:51:21.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:21.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:21.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:21 smithi050 ceph-mon[92315]: pgmap v16074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:21 smithi172 ceph-mon[103696]: pgmap v16074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:22.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:22.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:23.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:23.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:23 smithi050 ceph-mon[92315]: pgmap v16075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:23 smithi172 ceph-mon[103696]: pgmap v16075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:24.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:24.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:25.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:25.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:25 smithi050 ceph-mon[92315]: pgmap v16076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:25 smithi172 ceph-mon[103696]: pgmap v16076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:26.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:26.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:27.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:27.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:26 smithi050 ceph-mon[92315]: pgmap v16077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:26 smithi172 ceph-mon[103696]: pgmap v16077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:28.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:28.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:29.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:29.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:29.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:29 smithi050 ceph-mon[92315]: pgmap v16078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:51:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:29 smithi172 ceph-mon[103696]: pgmap v16078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:51:30.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:30.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:31.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:31.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:31.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:31 smithi050 ceph-mon[92315]: pgmap v16079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:31 smithi172 ceph-mon[103696]: pgmap v16079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:32.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:32.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:33.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:33.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:33 smithi050 ceph-mon[92315]: pgmap v16080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:33 smithi172 ceph-mon[103696]: pgmap v16080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:34.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:34.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:35.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:35.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:35 smithi050 ceph-mon[92315]: pgmap v16081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:51:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:35 smithi172 ceph-mon[103696]: pgmap v16081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:51:36.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:36.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:37.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:37.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:36 smithi050 ceph-mon[92315]: pgmap v16082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:37.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:36 smithi172 ceph-mon[103696]: pgmap v16082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:38.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:38.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:39.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:39.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:39 smithi050 ceph-mon[92315]: pgmap v16083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:51:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:39 smithi172 ceph-mon[103696]: pgmap v16083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:51:40.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:40.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:41.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:41.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:41.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:41 smithi050 ceph-mon[92315]: pgmap v16084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:41 smithi172 ceph-mon[103696]: pgmap v16084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:42.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:42.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:43.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:43.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:43.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:43 smithi050 ceph-mon[92315]: pgmap v16085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:43 smithi172 ceph-mon[103696]: pgmap v16085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:44.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:44.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:45.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:45.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:45 smithi050 ceph-mon[92315]: pgmap v16086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:45 smithi172 ceph-mon[103696]: pgmap v16086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:46.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:46.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:47.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:47.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:46 smithi050 ceph-mon[92315]: pgmap v16087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:46 smithi172 ceph-mon[103696]: pgmap v16087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:48.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:48.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:49.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:49.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:49 smithi050 ceph-mon[92315]: pgmap v16088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:51:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:49 smithi172 ceph-mon[103696]: pgmap v16088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:51:50.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:50.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:51:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:51:51.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:51.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:51 smithi050 ceph-mon[92315]: pgmap v16089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:51 smithi172 ceph-mon[103696]: pgmap v16089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:52.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:52.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:53.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:53.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:53 smithi050 ceph-mon[92315]: pgmap v16090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:53 smithi172 ceph-mon[103696]: pgmap v16090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:54.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:54.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:55.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:55.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:55 smithi050 ceph-mon[92315]: pgmap v16091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:55 smithi172 ceph-mon[103696]: pgmap v16091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:56.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:56.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:57.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:57.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:57.257 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:56 smithi172 ceph-mon[103696]: pgmap v16092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:56 smithi050 ceph-mon[92315]: pgmap v16092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:51:58.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:58.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:59.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:51:59.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:51:59.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:51:59 smithi050 ceph-mon[92315]: pgmap v16093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:51:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:51:59 smithi172 ceph-mon[103696]: pgmap v16093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:52:00.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:00.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:01.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:01.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:01 smithi050 ceph-mon[92315]: pgmap v16094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:01 smithi172 ceph-mon[103696]: pgmap v16094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:02.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:02.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:03.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:03.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:03.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:03 smithi050 ceph-mon[92315]: pgmap v16095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:03 smithi172 ceph-mon[103696]: pgmap v16095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:04.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:04.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:05.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:05.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:05 smithi050 ceph-mon[92315]: pgmap v16096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:52:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:05 smithi172 ceph-mon[103696]: pgmap v16096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:52:06.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:06.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:07.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:07.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:06 smithi050 ceph-mon[92315]: pgmap v16097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:07.362 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:06 smithi172 ceph-mon[103696]: pgmap v16097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:08.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:08.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:09.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:09.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:09 smithi050 ceph-mon[92315]: pgmap v16098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:52:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:09 smithi172 ceph-mon[103696]: pgmap v16098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:52:10.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:10.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:11.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:11.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:11.464 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:11 smithi050 ceph-mon[92315]: pgmap v16099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:11 smithi172 ceph-mon[103696]: pgmap v16099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:12.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:12.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:13.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:13.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:13 smithi050 ceph-mon[92315]: pgmap v16100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:13 smithi172 ceph-mon[103696]: pgmap v16100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:14.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:14.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:15.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:15.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:15 smithi050 ceph-mon[92315]: pgmap v16101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:15.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:52:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:15 smithi172 ceph-mon[103696]: pgmap v16101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:15.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:52:16.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:16.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:17.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:17.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:16 smithi050 ceph-mon[92315]: pgmap v16102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:17.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:16 smithi172 ceph-mon[103696]: pgmap v16102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:18.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:18.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:19.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:19.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:19 smithi050 ceph-mon[92315]: pgmap v16103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:52:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:19 smithi172 ceph-mon[103696]: pgmap v16103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:52:20.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:20.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:52:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:52:21.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:21.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:21.575 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:21 smithi050 ceph-mon[92315]: pgmap v16104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:21 smithi172 ceph-mon[103696]: pgmap v16104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:22.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:22.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:23.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:23.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:23 smithi050 ceph-mon[92315]: pgmap v16105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:23.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:52:23.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:52:23.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:52:23.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:52:23.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:52:23.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:52:23.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:52:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:23 smithi172 ceph-mon[103696]: pgmap v16105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:23.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:52:23.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:52:23.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:52:23.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:52:23.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:52:23.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:52:23.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:52:24.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:24.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:25.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:25.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:25 smithi050 ceph-mon[92315]: pgmap v16106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:25 smithi172 ceph-mon[103696]: pgmap v16106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:26.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:26.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:27.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:27.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:26 smithi050 ceph-mon[92315]: pgmap v16107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:26 smithi172 ceph-mon[103696]: pgmap v16107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:28.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:28.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:29.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:29.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:29 smithi050 ceph-mon[92315]: pgmap v16108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:52:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:29 smithi172 ceph-mon[103696]: pgmap v16108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:52:30.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:30.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:31.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:31.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:31 smithi050 ceph-mon[92315]: pgmap v16109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:31 smithi172 ceph-mon[103696]: pgmap v16109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:32.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:32.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:33.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:33.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:33 smithi050 ceph-mon[92315]: pgmap v16110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:33 smithi172 ceph-mon[103696]: pgmap v16110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:34.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:34.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:35.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:35.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:35 smithi050 ceph-mon[92315]: pgmap v16111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:52:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:35 smithi172 ceph-mon[103696]: pgmap v16111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:52:36.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:36.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:37.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:36 smithi050 ceph-mon[92315]: pgmap v16112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:37.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:37.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:36 smithi172 ceph-mon[103696]: pgmap v16112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:38.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:38.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:39.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:39.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:39 smithi050 ceph-mon[92315]: pgmap v16113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:52:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:39 smithi172 ceph-mon[103696]: pgmap v16113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:52:40.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:40.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:41.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:41.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:41 smithi050 ceph-mon[92315]: pgmap v16114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:41 smithi172 ceph-mon[103696]: pgmap v16114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:42.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:42.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:43.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:43.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:43 smithi050 ceph-mon[92315]: pgmap v16115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:43 smithi172 ceph-mon[103696]: pgmap v16115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:44.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:44.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:45.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:45.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:45 smithi050 ceph-mon[92315]: pgmap v16116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:45 smithi172 ceph-mon[103696]: pgmap v16116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:46.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:46.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:47.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:47.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:46 smithi050 ceph-mon[92315]: pgmap v16117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:46 smithi172 ceph-mon[103696]: pgmap v16117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:48.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:48.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:49.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:49.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:49 smithi050 ceph-mon[92315]: pgmap v16118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:52:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:49 smithi172 ceph-mon[103696]: pgmap v16118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:52:50.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:50.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:52:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:52:51.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:51.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:51 smithi050 ceph-mon[92315]: pgmap v16119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:51 smithi172 ceph-mon[103696]: pgmap v16119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:52.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:52.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:53.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:53.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:53 smithi050 ceph-mon[92315]: pgmap v16120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:53 smithi172 ceph-mon[103696]: pgmap v16120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:54.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:54.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:55.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:55.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:55 smithi050 ceph-mon[92315]: pgmap v16121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:55 smithi172 ceph-mon[103696]: pgmap v16121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:56.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:56.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:57.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:57.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:56 smithi050 ceph-mon[92315]: pgmap v16122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:56 smithi172 ceph-mon[103696]: pgmap v16122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:52:58.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:58.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:59.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:52:59.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:52:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:52:59 smithi050 ceph-mon[92315]: pgmap v16123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:52:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:52:59 smithi172 ceph-mon[103696]: pgmap v16123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:53:00.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:00.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:01.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:01.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:01 smithi050 ceph-mon[92315]: pgmap v16124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:01 smithi172 ceph-mon[103696]: pgmap v16124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:02.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:02.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:03.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:03.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:03 smithi050 ceph-mon[92315]: pgmap v16125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:03 smithi172 ceph-mon[103696]: pgmap v16125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:04.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:04.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:05.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:05.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:05 smithi050 ceph-mon[92315]: pgmap v16126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:53:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:05 smithi172 ceph-mon[103696]: pgmap v16126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:53:06.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:06.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:07.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:07.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:06 smithi050 ceph-mon[92315]: pgmap v16127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:06 smithi172 ceph-mon[103696]: pgmap v16127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:08.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:08.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:09.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:09.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:09 smithi050 ceph-mon[92315]: pgmap v16128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:53:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:09 smithi172 ceph-mon[103696]: pgmap v16128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:53:10.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:10.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:11.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:11.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:11.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:11 smithi050 ceph-mon[92315]: pgmap v16129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:11 smithi172 ceph-mon[103696]: pgmap v16129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:12.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:12.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:13.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:13.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:13 smithi172 ceph-mon[103696]: pgmap v16130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:13 smithi050 ceph-mon[92315]: pgmap v16130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:14.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:14.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:15.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:15.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:15 smithi050 ceph-mon[92315]: pgmap v16131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:15 smithi172 ceph-mon[103696]: pgmap v16131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:16.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:16.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:17.203 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:16 smithi050 ceph-mon[92315]: pgmap v16132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:17.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:17.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:16 smithi172 ceph-mon[103696]: pgmap v16132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:18.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:18.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:19.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:19.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:19 smithi050 ceph-mon[92315]: pgmap v16133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:53:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:19 smithi172 ceph-mon[103696]: pgmap v16133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:53:20.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:20.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:53:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:53:21.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:21.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:21 smithi050 ceph-mon[92315]: pgmap v16134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:21 smithi172 ceph-mon[103696]: pgmap v16134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:22.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:22.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:23.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:23.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:23 smithi050 ceph-mon[92315]: pgmap v16135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:23.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:53:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:23 smithi172 ceph-mon[103696]: pgmap v16135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:23.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:53:24.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:24.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:53:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:53:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:53:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:53:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:53:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:53:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:53:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:24 smithi050 ceph-mon[92315]: pgmap v16136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:53:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:53:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:53:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:53:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:53:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:53:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:53:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:24 smithi172 ceph-mon[103696]: pgmap v16136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:25.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:25.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:26.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:26.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:27.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:27.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:27.318 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:26 smithi050 ceph-mon[92315]: pgmap v16137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:26 smithi172 ceph-mon[103696]: pgmap v16137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:28.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:28.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:29.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:29.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:29 smithi050 ceph-mon[92315]: pgmap v16138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:53:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:29 smithi172 ceph-mon[103696]: pgmap v16138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:53:30.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:30.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:31.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:31.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:31 smithi050 ceph-mon[92315]: pgmap v16139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:31 smithi172 ceph-mon[103696]: pgmap v16139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:32.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:32.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:33.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:33.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:33 smithi050 ceph-mon[92315]: pgmap v16140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:33.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:33 smithi172 ceph-mon[103696]: pgmap v16140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:34.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:34.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:35.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:35.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:35 smithi050 ceph-mon[92315]: pgmap v16141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:53:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:35 smithi172 ceph-mon[103696]: pgmap v16141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:53:36.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:36.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:37.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:37.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:36 smithi050 ceph-mon[92315]: pgmap v16142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:36 smithi172 ceph-mon[103696]: pgmap v16142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:38.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:38.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:39.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:39.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:39 smithi050 ceph-mon[92315]: pgmap v16143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:53:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:39 smithi172 ceph-mon[103696]: pgmap v16143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:53:40.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:40.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:41.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:41.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:41 smithi050 ceph-mon[92315]: pgmap v16144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:41 smithi172 ceph-mon[103696]: pgmap v16144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:42.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:42.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:43.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:43.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:43 smithi050 ceph-mon[92315]: pgmap v16145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:43 smithi172 ceph-mon[103696]: pgmap v16145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:44.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:44.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:45.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:45.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:45 smithi050 ceph-mon[92315]: pgmap v16146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:45 smithi172 ceph-mon[103696]: pgmap v16146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:46.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:46.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:47.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:47.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:46 smithi050 ceph-mon[92315]: pgmap v16147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:46 smithi172 ceph-mon[103696]: pgmap v16147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:48.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:48.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:49.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:49.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:49 smithi050 ceph-mon[92315]: pgmap v16148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:53:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:49 smithi172 ceph-mon[103696]: pgmap v16148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:53:50.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:50.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:53:50.788 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:53:51.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:51.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:51 smithi050 ceph-mon[92315]: pgmap v16149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:51 smithi172 ceph-mon[103696]: pgmap v16149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:52.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:52.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:53.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:53.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:53 smithi050 ceph-mon[92315]: pgmap v16150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:53 smithi172 ceph-mon[103696]: pgmap v16150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:54.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:54.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:55.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:55.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:55 smithi050 ceph-mon[92315]: pgmap v16151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:55 smithi172 ceph-mon[103696]: pgmap v16151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:56.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:56.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:56 smithi050 ceph-mon[92315]: pgmap v16152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:57.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:57.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:56 smithi172 ceph-mon[103696]: pgmap v16152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:53:58.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:58.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:59.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:53:59.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:53:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:53:59 smithi050 ceph-mon[92315]: pgmap v16153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:53:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:53:59 smithi172 ceph-mon[103696]: pgmap v16153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:54:00.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:00.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:01.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:01.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:01 smithi050 ceph-mon[92315]: pgmap v16154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:01 smithi172 ceph-mon[103696]: pgmap v16154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:02.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:02.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:03.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:03.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:03.561 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:03 smithi172 ceph-mon[103696]: pgmap v16155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:03 smithi050 ceph-mon[92315]: pgmap v16155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:04.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:04.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:05.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:05.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:05 smithi050 ceph-mon[92315]: pgmap v16156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:54:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:05 smithi172 ceph-mon[103696]: pgmap v16156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:54:06.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:06.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:06 smithi050 ceph-mon[92315]: pgmap v16157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:06 smithi172 ceph-mon[103696]: pgmap v16157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:07.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:07.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:08.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:08.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:09.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:09.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:09 smithi050 ceph-mon[92315]: pgmap v16158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:54:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:09 smithi172 ceph-mon[103696]: pgmap v16158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:54:10.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:10.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:11.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:11.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:11 smithi050 ceph-mon[92315]: pgmap v16159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:11 smithi172 ceph-mon[103696]: pgmap v16159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:12.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:12.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:13.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:13.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:13 smithi050 ceph-mon[92315]: pgmap v16160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:13 smithi172 ceph-mon[103696]: pgmap v16160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:14.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:14.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:15.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:15.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:15 smithi050 ceph-mon[92315]: pgmap v16161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:15 smithi172 ceph-mon[103696]: pgmap v16161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:16.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:16.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:16 smithi050 ceph-mon[92315]: pgmap v16162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:16 smithi172 ceph-mon[103696]: pgmap v16162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:17.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:17.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:18.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:18.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:19.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:19.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:19 smithi050 ceph-mon[92315]: pgmap v16163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:54:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:19 smithi172 ceph-mon[103696]: pgmap v16163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:54:20.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:20.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:54:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:54:21.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:21.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:21 smithi050 ceph-mon[92315]: pgmap v16164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:21 smithi172 ceph-mon[103696]: pgmap v16164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:22.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:22.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:23.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:23.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:23.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:23 smithi050 ceph-mon[92315]: pgmap v16165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:23 smithi172 ceph-mon[103696]: pgmap v16165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:24.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:24.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:54:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:54:25.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:25.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:25 smithi050 ceph-mon[92315]: pgmap v16166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:54:25.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:54:25.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:54:25.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:54:25.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:54:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:25 smithi172 ceph-mon[103696]: pgmap v16166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:54:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:54:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:54:25.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:54:25.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:54:26.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:26.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:26 smithi050 ceph-mon[92315]: pgmap v16167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:26 smithi172 ceph-mon[103696]: pgmap v16167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:27.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:27.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:28.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:28.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:29.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:29.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:29 smithi050 ceph-mon[92315]: pgmap v16168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:54:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:29 smithi172 ceph-mon[103696]: pgmap v16168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:54:30.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:30.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:31.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:31.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:31 smithi050 ceph-mon[92315]: pgmap v16169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:31 smithi172 ceph-mon[103696]: pgmap v16169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:32.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:32.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:33 smithi050 ceph-mon[92315]: pgmap v16170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:33.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:33.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:33 smithi172 ceph-mon[103696]: pgmap v16170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:34.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:34.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:35.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:35.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:35 smithi050 ceph-mon[92315]: pgmap v16171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:54:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:35 smithi172 ceph-mon[103696]: pgmap v16171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:54:36.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:36.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:36 smithi050 ceph-mon[92315]: pgmap v16172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:36 smithi172 ceph-mon[103696]: pgmap v16172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:37.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:37.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:38.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:38.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:39.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:39.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:39 smithi050 ceph-mon[92315]: pgmap v16173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:54:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:39 smithi172 ceph-mon[103696]: pgmap v16173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:54:40.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:40.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:41.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:41.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:41 smithi050 ceph-mon[92315]: pgmap v16174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:41 smithi172 ceph-mon[103696]: pgmap v16174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:42.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:42.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:43.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:43.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:43 smithi050 ceph-mon[92315]: pgmap v16175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:43 smithi172 ceph-mon[103696]: pgmap v16175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:44.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:44.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:45.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:45.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:45 smithi050 ceph-mon[92315]: pgmap v16176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:45 smithi172 ceph-mon[103696]: pgmap v16176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:46.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:46.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:46 smithi050 ceph-mon[92315]: pgmap v16177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:47.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:46 smithi172 ceph-mon[103696]: pgmap v16177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:47.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:47.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:48.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:48.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:49 smithi172 ceph-mon[103696]: pgmap v16178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:54:49.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:49.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:49 smithi050 ceph-mon[92315]: pgmap v16178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:54:50.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:50.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:54:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:54:51.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:51.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:51 smithi050 ceph-mon[92315]: pgmap v16179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:51 smithi172 ceph-mon[103696]: pgmap v16179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:52.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:52.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:53.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:53.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:53 smithi050 ceph-mon[92315]: pgmap v16180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:53 smithi172 ceph-mon[103696]: pgmap v16180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:54.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:54.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:55.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:55.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:55 smithi050 ceph-mon[92315]: pgmap v16181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:55 smithi172 ceph-mon[103696]: pgmap v16181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:56.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:56.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:56 smithi050 ceph-mon[92315]: pgmap v16182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:56 smithi172 ceph-mon[103696]: pgmap v16182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:54:57.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:57.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:58.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:58.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:59.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:54:59.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:54:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:54:59 smithi050 ceph-mon[92315]: pgmap v16183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:54:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:54:59 smithi172 ceph-mon[103696]: pgmap v16183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:55:00.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:00.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:01.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:01.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:01 smithi050 ceph-mon[92315]: pgmap v16184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:01 smithi172 ceph-mon[103696]: pgmap v16184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:02.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:02.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:03.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:03.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:03 smithi050 ceph-mon[92315]: pgmap v16185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:03 smithi172 ceph-mon[103696]: pgmap v16185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:04.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:04.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:05.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:05.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:05 smithi050 ceph-mon[92315]: pgmap v16186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:55:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:05 smithi172 ceph-mon[103696]: pgmap v16186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:55:06.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:06.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:06 smithi050 ceph-mon[92315]: pgmap v16187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:06 smithi172 ceph-mon[103696]: pgmap v16187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:07.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:07.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:08.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:08.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:09.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:09.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:09 smithi050 ceph-mon[92315]: pgmap v16188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:55:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:09 smithi172 ceph-mon[103696]: pgmap v16188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:55:10.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:10.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:11.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:11.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:11 smithi050 ceph-mon[92315]: pgmap v16189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:11 smithi172 ceph-mon[103696]: pgmap v16189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:12.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:12.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:13.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:13.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:13.525 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:13 smithi050 ceph-mon[92315]: pgmap v16190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:13 smithi172 ceph-mon[103696]: pgmap v16190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:14.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:14.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:15.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:15.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:15 smithi050 ceph-mon[92315]: pgmap v16191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:15 smithi172 ceph-mon[103696]: pgmap v16191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:16.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:16.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:16 smithi050 ceph-mon[92315]: pgmap v16192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:16 smithi172 ceph-mon[103696]: pgmap v16192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:17.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:17.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:18.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:18.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:19.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:19.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:19 smithi050 ceph-mon[92315]: pgmap v16193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:55:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:19 smithi172 ceph-mon[103696]: pgmap v16193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:55:20.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:20.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:55:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:55:21.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:21.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:21 smithi050 ceph-mon[92315]: pgmap v16194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:21 smithi172 ceph-mon[103696]: pgmap v16194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:22.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:22.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:23.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:23.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:23 smithi050 ceph-mon[92315]: pgmap v16195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:23 smithi172 ceph-mon[103696]: pgmap v16195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:24.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:24.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:25.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:25.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:25 smithi050 ceph-mon[92315]: pgmap v16196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:55:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:55:25.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:55:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:25 smithi172 ceph-mon[103696]: pgmap v16196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:55:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:55:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:55:26.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:26.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:55:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:55:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:55:26.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:55:26.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:55:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:55:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:55:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:55:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:55:26.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:55:27.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:27.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:27 smithi050 ceph-mon[92315]: pgmap v16197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:27 smithi172 ceph-mon[103696]: pgmap v16197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:28.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:28.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:29.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:29.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:29 smithi050 ceph-mon[92315]: pgmap v16198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:55:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:29 smithi172 ceph-mon[103696]: pgmap v16198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:55:30.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:30.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:31.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:31.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:31 smithi050 ceph-mon[92315]: pgmap v16199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:31 smithi172 ceph-mon[103696]: pgmap v16199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:32.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:32.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:33.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:33.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:33 smithi050 ceph-mon[92315]: pgmap v16200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:33 smithi172 ceph-mon[103696]: pgmap v16200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:34.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:34.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:35.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:35.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:35 smithi050 ceph-mon[92315]: pgmap v16201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:55:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:35 smithi172 ceph-mon[103696]: pgmap v16201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:55:36.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:36.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:36 smithi050 ceph-mon[92315]: pgmap v16202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:36 smithi172 ceph-mon[103696]: pgmap v16202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:37.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:37.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:38.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:38.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:39.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:39.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:39.561 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:39 smithi172 ceph-mon[103696]: pgmap v16203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:55:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:39 smithi050 ceph-mon[92315]: pgmap v16203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:55:40.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:40.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:41.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:41.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:41 smithi050 ceph-mon[92315]: pgmap v16204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:41 smithi172 ceph-mon[103696]: pgmap v16204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:42.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:42.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:43.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:43.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:43 smithi050 ceph-mon[92315]: pgmap v16205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:43 smithi172 ceph-mon[103696]: pgmap v16205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:44.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:44.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:45.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:45.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:45 smithi050 ceph-mon[92315]: pgmap v16206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:45 smithi172 ceph-mon[103696]: pgmap v16206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:46.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:46.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:46 smithi050 ceph-mon[92315]: pgmap v16207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:46 smithi172 ceph-mon[103696]: pgmap v16207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:47.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:47.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:48.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:48.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:49.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:49.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:49 smithi050 ceph-mon[92315]: pgmap v16208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:55:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:49 smithi172 ceph-mon[103696]: pgmap v16208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:55:50.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:50.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:55:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:55:51.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:51.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:51 smithi050 ceph-mon[92315]: pgmap v16209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:51 smithi172 ceph-mon[103696]: pgmap v16209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:52.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:52.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:53.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:53.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:53 smithi050 ceph-mon[92315]: pgmap v16210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:53 smithi172 ceph-mon[103696]: pgmap v16210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:54.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:54.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:55.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:55.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:55 smithi050 ceph-mon[92315]: pgmap v16211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:55 smithi172 ceph-mon[103696]: pgmap v16211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:56.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:56.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:56 smithi050 ceph-mon[92315]: pgmap v16212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:56 smithi172 ceph-mon[103696]: pgmap v16212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:55:57.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:57.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:58.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:58.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:55:59 smithi050 ceph-mon[92315]: pgmap v16213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:55:59.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:55:59.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:55:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:55:59 smithi172 ceph-mon[103696]: pgmap v16213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:56:00.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:00.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:01.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:01.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:01 smithi050 ceph-mon[92315]: pgmap v16214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:01 smithi172 ceph-mon[103696]: pgmap v16214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:02.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:02.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:03.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:03.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:03 smithi050 ceph-mon[92315]: pgmap v16215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:03 smithi172 ceph-mon[103696]: pgmap v16215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:04.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:04.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:05.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:05.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:05 smithi050 ceph-mon[92315]: pgmap v16216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:56:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:05 smithi172 ceph-mon[103696]: pgmap v16216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:56:06.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:06.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:06 smithi050 ceph-mon[92315]: pgmap v16217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:07 smithi172 ceph-mon[103696]: pgmap v16217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:07.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:07.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:08.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:08.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:09.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:09.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:09 smithi050 ceph-mon[92315]: pgmap v16218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:56:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:09 smithi172 ceph-mon[103696]: pgmap v16218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:56:10.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:10.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:11.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:11.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:11 smithi050 ceph-mon[92315]: pgmap v16219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:11 smithi172 ceph-mon[103696]: pgmap v16219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:12.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:12.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:13.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:13.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:13 smithi050 ceph-mon[92315]: pgmap v16220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:13 smithi172 ceph-mon[103696]: pgmap v16220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:14.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:14.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:15.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:15.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:15 smithi050 ceph-mon[92315]: pgmap v16221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:15 smithi172 ceph-mon[103696]: pgmap v16221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:16.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:16.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:16 smithi050 ceph-mon[92315]: pgmap v16222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:16 smithi172 ceph-mon[103696]: pgmap v16222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:17.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:17.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:18.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:18.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:19 smithi050 ceph-mon[92315]: pgmap v16223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:56:19.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:19.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:19 smithi172 ceph-mon[103696]: pgmap v16223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:56:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:56:20.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:20.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:56:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:21 smithi050 ceph-mon[92315]: pgmap v16224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:21.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:21.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:21 smithi172 ceph-mon[103696]: pgmap v16224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:22.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:22.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:23 smithi050 ceph-mon[92315]: pgmap v16225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:23.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:23.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:23 smithi172 ceph-mon[103696]: pgmap v16225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:24.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:24.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:25 smithi050 ceph-mon[92315]: pgmap v16226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:25.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:25.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:25 smithi172 ceph-mon[103696]: pgmap v16226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:56:26.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:26.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:56:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:27 smithi050 ceph-mon[92315]: pgmap v16227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:56:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:56:27.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:56:27.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:56:27.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:56:27.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:27.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:27 smithi172 ceph-mon[103696]: pgmap v16227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:56:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:56:27.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:56:27.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:56:27.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:56:28.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:28.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:29 smithi050 ceph-mon[92315]: pgmap v16228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:56:29.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:29.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:29 smithi172 ceph-mon[103696]: pgmap v16228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:56:30.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:30.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:31 smithi050 ceph-mon[92315]: pgmap v16229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:31.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:31.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:31 smithi172 ceph-mon[103696]: pgmap v16229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:32.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:32.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:33 smithi050 ceph-mon[92315]: pgmap v16230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:33.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:33.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:33 smithi172 ceph-mon[103696]: pgmap v16230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:34.446 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:34 smithi050 ceph-mon[92315]: pgmap v16231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:34.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:34.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:34 smithi172 ceph-mon[103696]: pgmap v16231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:35.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:35.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:56:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:56:36.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:36.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:37 smithi050 ceph-mon[92315]: pgmap v16232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:37 smithi172 ceph-mon[103696]: pgmap v16232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:37.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:37.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:38.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:38.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:39 smithi050 ceph-mon[92315]: pgmap v16233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:56:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:39 smithi172 ceph-mon[103696]: pgmap v16233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:56:39.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:39.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:40.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:40.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:41 smithi050 ceph-mon[92315]: pgmap v16234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:41 smithi172 ceph-mon[103696]: pgmap v16234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:41.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:41.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:42.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:42.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:43.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:43 smithi050 ceph-mon[92315]: pgmap v16235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:43 smithi172 ceph-mon[103696]: pgmap v16235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:43.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:43.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:44.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:44.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:45 smithi050 ceph-mon[92315]: pgmap v16236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:45 smithi172 ceph-mon[103696]: pgmap v16236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:45.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:45.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:46.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:46.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:47 smithi050 ceph-mon[92315]: pgmap v16237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:47 smithi172 ceph-mon[103696]: pgmap v16237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:47.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:47.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:48.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:48.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:49 smithi050 ceph-mon[92315]: pgmap v16238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:56:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:49 smithi172 ceph-mon[103696]: pgmap v16238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:56:49.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:49.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:56:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:56:50.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:50.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:51 smithi050 ceph-mon[92315]: pgmap v16239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:51 smithi172 ceph-mon[103696]: pgmap v16239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:51.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:51.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:52.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:52.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:53 smithi050 ceph-mon[92315]: pgmap v16240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:53 smithi172 ceph-mon[103696]: pgmap v16240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:53.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:53.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:54.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:54.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:55 smithi050 ceph-mon[92315]: pgmap v16241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:55 smithi172 ceph-mon[103696]: pgmap v16241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:55.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:55.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:56.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:56.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:57 smithi050 ceph-mon[92315]: pgmap v16242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:57 smithi172 ceph-mon[103696]: pgmap v16242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:56:57.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:57.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:58.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:58.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:56:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:56:59 smithi050 ceph-mon[92315]: pgmap v16243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:56:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:56:59 smithi172 ceph-mon[103696]: pgmap v16243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:56:59.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:56:59.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:00.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:00.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:01 smithi050 ceph-mon[92315]: pgmap v16244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:01 smithi172 ceph-mon[103696]: pgmap v16244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:01.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:01.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:02.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:02.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:03 smithi050 ceph-mon[92315]: pgmap v16245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:03 smithi172 ceph-mon[103696]: pgmap v16245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:03.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:03.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:04.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:04.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:05 smithi050 ceph-mon[92315]: pgmap v16246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:57:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:05 smithi172 ceph-mon[103696]: pgmap v16246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:57:05.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:05.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:06.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:06.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:07 smithi050 ceph-mon[92315]: pgmap v16247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:07 smithi172 ceph-mon[103696]: pgmap v16247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:07.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:07.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:08.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:08.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:09 smithi050 ceph-mon[92315]: pgmap v16248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:57:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:09 smithi172 ceph-mon[103696]: pgmap v16248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:57:09.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:09.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:10.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:10.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:11 smithi050 ceph-mon[92315]: pgmap v16249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:11 smithi172 ceph-mon[103696]: pgmap v16249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:11.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:11.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:12.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:12.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:13 smithi050 ceph-mon[92315]: pgmap v16250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:13 smithi172 ceph-mon[103696]: pgmap v16250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:13.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:13.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:14.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:14.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:15 smithi050 ceph-mon[92315]: pgmap v16251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:15 smithi172 ceph-mon[103696]: pgmap v16251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:15.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:15.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:16.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:16.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:17 smithi050 ceph-mon[92315]: pgmap v16252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:17 smithi172 ceph-mon[103696]: pgmap v16252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:17.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:17.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:18.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:18.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:19 smithi050 ceph-mon[92315]: pgmap v16253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:57:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:19 smithi172 ceph-mon[103696]: pgmap v16253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:57:19.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:19.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:57:20.617 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:57:20.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:20.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:21 smithi050 ceph-mon[92315]: pgmap v16254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:21 smithi172 ceph-mon[103696]: pgmap v16254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:21.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:21.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:22.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:22.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:23 smithi050 ceph-mon[92315]: pgmap v16255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:23 smithi172 ceph-mon[103696]: pgmap v16255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:23.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:23.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:24.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:24.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:25 smithi050 ceph-mon[92315]: pgmap v16256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:25 smithi172 ceph-mon[103696]: pgmap v16256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:25.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:25.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:26.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:26.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:27 smithi050 ceph-mon[92315]: pgmap v16257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:57:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:27 smithi172 ceph-mon[103696]: pgmap v16257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:57:27.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:27.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:57:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:57:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:57:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:57:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:28 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1458M 2023-09-30T22:57:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:57:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:57:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:57:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:57:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:57:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:57:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:57:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:57:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:57:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T22:57:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:28 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1458M 2023-09-30T22:57:28.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:57:28.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:57:28.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:57:28.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:57:28.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:57:28.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:57:28.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:28.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:29 smithi050 ceph-mon[92315]: pgmap v16258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:57:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:29 smithi172 ceph-mon[103696]: pgmap v16258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:57:29.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:29.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:30.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:30.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:31 smithi050 ceph-mon[92315]: pgmap v16259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:31 smithi172 ceph-mon[103696]: pgmap v16259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:31.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:31.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:32.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:32.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:33 smithi050 ceph-mon[92315]: pgmap v16260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:33 smithi172 ceph-mon[103696]: pgmap v16260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:33.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:33.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:34.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:34.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:35 smithi050 ceph-mon[92315]: pgmap v16261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:57:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:35 smithi172 ceph-mon[103696]: pgmap v16261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:57:35.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:35.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:36.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:36.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:37 smithi050 ceph-mon[92315]: pgmap v16262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:37 smithi172 ceph-mon[103696]: pgmap v16262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:37.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:37.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:38.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:38.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:39 smithi050 ceph-mon[92315]: pgmap v16263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:57:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:39 smithi172 ceph-mon[103696]: pgmap v16263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:57:39.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:39.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:40.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:40.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:41 smithi050 ceph-mon[92315]: pgmap v16264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:41 smithi172 ceph-mon[103696]: pgmap v16264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:41.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:41.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:42.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:42.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:43 smithi050 ceph-mon[92315]: pgmap v16265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:43 smithi172 ceph-mon[103696]: pgmap v16265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:43.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:43.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:44.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:44.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:45 smithi050 ceph-mon[92315]: pgmap v16266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:45 smithi172 ceph-mon[103696]: pgmap v16266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:45.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:45.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:46.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:46.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:47 smithi050 ceph-mon[92315]: pgmap v16267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:47 smithi172 ceph-mon[103696]: pgmap v16267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:47.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:47.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:48.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:48.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:49 smithi050 ceph-mon[92315]: pgmap v16268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:57:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:49 smithi172 ceph-mon[103696]: pgmap v16268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:57:49.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:49.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:57:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:57:50.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:50.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:51 smithi050 ceph-mon[92315]: pgmap v16269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:51 smithi172 ceph-mon[103696]: pgmap v16269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:51.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:51.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:52.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:52.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:53 smithi050 ceph-mon[92315]: pgmap v16270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:53 smithi172 ceph-mon[103696]: pgmap v16270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:53.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:53.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:54 smithi050 ceph-mon[92315]: pgmap v16271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:54.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:54.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:54 smithi172 ceph-mon[103696]: pgmap v16271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:55.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:55.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:56.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:56.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:57 smithi050 ceph-mon[92315]: pgmap v16272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:57 smithi172 ceph-mon[103696]: pgmap v16272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:57:57.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:57.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:58.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:58.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:57:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:57:59 smithi050 ceph-mon[92315]: pgmap v16273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:57:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:57:59 smithi172 ceph-mon[103696]: pgmap v16273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:57:59.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:57:59.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:00.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:00.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:01.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:01 smithi050 ceph-mon[92315]: pgmap v16274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:01 smithi172 ceph-mon[103696]: pgmap v16274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:01.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:01.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:02.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:02.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:03 smithi050 ceph-mon[92315]: pgmap v16275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:03 smithi172 ceph-mon[103696]: pgmap v16275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:03.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:03.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:04.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:04.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:05 smithi050 ceph-mon[92315]: pgmap v16276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:58:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:05 smithi172 ceph-mon[103696]: pgmap v16276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:58:05.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:05.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:06.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:06.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:07 smithi050 ceph-mon[92315]: pgmap v16277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:07 smithi172 ceph-mon[103696]: pgmap v16277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:07.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:07.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:08.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:08.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:09 smithi050 ceph-mon[92315]: pgmap v16278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:58:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:09 smithi172 ceph-mon[103696]: pgmap v16278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:58:09.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:09.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:10.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:10.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:11 smithi050 ceph-mon[92315]: pgmap v16279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:11 smithi172 ceph-mon[103696]: pgmap v16279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:11.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:11.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:12 smithi050 ceph-mon[92315]: pgmap v16280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:12 smithi172 ceph-mon[103696]: pgmap v16280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:12.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:12.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:13.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:13.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:14.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:14.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:15.594 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:15 smithi050 ceph-mon[92315]: pgmap v16281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:15 smithi172 ceph-mon[103696]: pgmap v16281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:15.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:15.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:16.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:16.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:17 smithi050 ceph-mon[92315]: pgmap v16282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:17 smithi172 ceph-mon[103696]: pgmap v16282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:17.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:17.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:18.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:18.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:19 smithi050 ceph-mon[92315]: pgmap v16283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:58:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:19 smithi172 ceph-mon[103696]: pgmap v16283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:58:19.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:19.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:58:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:58:20.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:20.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:21 smithi050 ceph-mon[92315]: pgmap v16284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:21 smithi172 ceph-mon[103696]: pgmap v16284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:21.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:21.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:22 smithi050 ceph-mon[92315]: pgmap v16285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:22 smithi172 ceph-mon[103696]: pgmap v16285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:22.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:22.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:23.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:23.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:24.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:24.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:25 smithi050 ceph-mon[92315]: pgmap v16286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:25 smithi172 ceph-mon[103696]: pgmap v16286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:25.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:25.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:26.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:26.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:27 smithi050 ceph-mon[92315]: pgmap v16287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:27.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:27 smithi172 ceph-mon[103696]: pgmap v16287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:27.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:27.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:58:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:58:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:58:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:58:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:58:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:58:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:58:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:58:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:58:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:58:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:58:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:58:28.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:28.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:29 smithi050 ceph-mon[92315]: pgmap v16288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:58:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:29 smithi172 ceph-mon[103696]: pgmap v16288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:58:29.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:29.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:30.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:30.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:31 smithi050 ceph-mon[92315]: pgmap v16289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:31 smithi172 ceph-mon[103696]: pgmap v16289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:31.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:31.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:32.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:32.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:33 smithi050 ceph-mon[92315]: pgmap v16290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:33 smithi172 ceph-mon[103696]: pgmap v16290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:33.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:33.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:34 smithi050 ceph-mon[92315]: pgmap v16291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:34 smithi172 ceph-mon[103696]: pgmap v16291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:34.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:34.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:58:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:58:35.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:35.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:36.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:36.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:37 smithi050 ceph-mon[92315]: pgmap v16292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:37 smithi172 ceph-mon[103696]: pgmap v16292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:37.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:37.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:38.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:38.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:39 smithi050 ceph-mon[92315]: pgmap v16293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:58:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:39 smithi172 ceph-mon[103696]: pgmap v16293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:58:39.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:39.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:40.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:40.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:40 smithi050 ceph-mon[92315]: pgmap v16294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:40 smithi172 ceph-mon[103696]: pgmap v16294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:41.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:41.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:42.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:42.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:43 smithi050 ceph-mon[92315]: pgmap v16295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:43 smithi172 ceph-mon[103696]: pgmap v16295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:43.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:43.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:44 smithi050 ceph-mon[92315]: pgmap v16296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:44.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:44.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:44 smithi172 ceph-mon[103696]: pgmap v16296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:45.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:45.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:46.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:46.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:47 smithi050 ceph-mon[92315]: pgmap v16297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:47 smithi172 ceph-mon[103696]: pgmap v16297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:47.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:47.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:48.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:48.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:49 smithi050 ceph-mon[92315]: pgmap v16298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:58:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:49 smithi172 ceph-mon[103696]: pgmap v16298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:58:49.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:49.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:58:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:50 smithi050 ceph-mon[92315]: pgmap v16299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:58:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:50 smithi172 ceph-mon[103696]: pgmap v16299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:50.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:50.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:51.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:51.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:52.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:52.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:53 smithi050 ceph-mon[92315]: pgmap v16300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:53 smithi172 ceph-mon[103696]: pgmap v16300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:53.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:53.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:54 smithi050 ceph-mon[92315]: pgmap v16301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:54 smithi172 ceph-mon[103696]: pgmap v16301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:54.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:54.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:55.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:55.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:56.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:56.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:57 smithi050 ceph-mon[92315]: pgmap v16302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:57 smithi172 ceph-mon[103696]: pgmap v16302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:58:57.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:57.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:58:58 smithi050 ceph-mon[92315]: pgmap v16303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:58:58.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:58.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:58:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:58:58 smithi172 ceph-mon[103696]: pgmap v16303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:58:59.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:58:59.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:00 smithi050 ceph-mon[92315]: pgmap v16304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:00.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:00.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:00 smithi172 ceph-mon[103696]: pgmap v16304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:01.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:01.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:02 smithi050 ceph-mon[92315]: pgmap v16305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:02.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:02.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:02 smithi172 ceph-mon[103696]: pgmap v16305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:03.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:03.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:04 smithi050 ceph-mon[92315]: pgmap v16306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:04.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:04.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:04 smithi172 ceph-mon[103696]: pgmap v16306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:59:05.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:05.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:59:06.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:06.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:07 smithi050 ceph-mon[92315]: pgmap v16307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:07 smithi172 ceph-mon[103696]: pgmap v16307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:07.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:07.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:08 smithi050 ceph-mon[92315]: pgmap v16308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:59:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:08 smithi172 ceph-mon[103696]: pgmap v16308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:59:08.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:08.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:09.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:09.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:10 smithi050 ceph-mon[92315]: pgmap v16309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:10 smithi172 ceph-mon[103696]: pgmap v16309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:10.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:10.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:11.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:11.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:12 smithi050 ceph-mon[92315]: pgmap v16310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:12 smithi172 ceph-mon[103696]: pgmap v16310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:12.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:12.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:13.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:13.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:14 smithi050 ceph-mon[92315]: pgmap v16311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:14 smithi172 ceph-mon[103696]: pgmap v16311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:14.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:14.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:15.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:15.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:16.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:16.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:17 smithi172 ceph-mon[103696]: pgmap v16312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:17 smithi050 ceph-mon[92315]: pgmap v16312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:17.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:17.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:18 smithi050 ceph-mon[92315]: pgmap v16313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:59:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:18 smithi172 ceph-mon[103696]: pgmap v16313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:59:18.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:18.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:59:19.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:59:19.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:19.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:20 smithi172 ceph-mon[103696]: pgmap v16314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:20.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:20.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:20 smithi050 ceph-mon[92315]: pgmap v16314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:21.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:21.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:22 smithi050 ceph-mon[92315]: pgmap v16315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:22 smithi172 ceph-mon[103696]: pgmap v16315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:22.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:22.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:23.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:23.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:24 smithi050 ceph-mon[92315]: pgmap v16316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:24 smithi172 ceph-mon[103696]: pgmap v16316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:24.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:24.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:25.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:25.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:26.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:26.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:27 smithi050 ceph-mon[92315]: pgmap v16317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:27 smithi172 ceph-mon[103696]: pgmap v16317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:27.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:27.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:59:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T22:59:28.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:28.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:29 smithi172 ceph-mon[103696]: pgmap v16318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:59:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:59:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:59:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:59:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:59:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:59:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:29 smithi050 ceph-mon[92315]: pgmap v16318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:59:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T22:59:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T22:59:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:59:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T22:59:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T22:59:29.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:29.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:30 smithi050 ceph-mon[92315]: pgmap v16319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:30 smithi172 ceph-mon[103696]: pgmap v16319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:30.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:30.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:31.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:31.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:32 smithi050 ceph-mon[92315]: pgmap v16320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:32 smithi172 ceph-mon[103696]: pgmap v16320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:32.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:32.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:33.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:33.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:34 smithi050 ceph-mon[92315]: pgmap v16321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:34 smithi172 ceph-mon[103696]: pgmap v16321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:34.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:34.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:59:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:59:35.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:35.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:36.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:36.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:37 smithi050 ceph-mon[92315]: pgmap v16322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:37 smithi172 ceph-mon[103696]: pgmap v16322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:37.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:37.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:38 smithi050 ceph-mon[92315]: pgmap v16323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:59:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:38 smithi172 ceph-mon[103696]: pgmap v16323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:59:38.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:38.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:39.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:39.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:40 smithi050 ceph-mon[92315]: pgmap v16324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:40 smithi172 ceph-mon[103696]: pgmap v16324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:40.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:40.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:41.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:41.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:42 smithi050 ceph-mon[92315]: pgmap v16325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:42 smithi172 ceph-mon[103696]: pgmap v16325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:42.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:42.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:43.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:43.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:44 smithi050 ceph-mon[92315]: pgmap v16326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:44 smithi172 ceph-mon[103696]: pgmap v16326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:44.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:44.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:45.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:45.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:46.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:46.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:47.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:47 smithi050 ceph-mon[92315]: pgmap v16327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:47 smithi172 ceph-mon[103696]: pgmap v16327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:47.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:47.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:48 smithi050 ceph-mon[92315]: pgmap v16328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:59:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:48 smithi172 ceph-mon[103696]: pgmap v16328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:59:48.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:48.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:59:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T22:59:49.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:49.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:50 smithi172 ceph-mon[103696]: pgmap v16329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:50.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:50.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:50 smithi050 ceph-mon[92315]: pgmap v16329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:51.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:51.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:52 smithi172 ceph-mon[103696]: pgmap v16330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:52 smithi050 ceph-mon[92315]: pgmap v16330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:52.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:52.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:53.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:53.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:54 smithi050 ceph-mon[92315]: pgmap v16331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:54 smithi172 ceph-mon[103696]: pgmap v16331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:54.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:54.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:55.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:55.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:56.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:56.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:57 smithi050 ceph-mon[92315]: pgmap v16332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:57 smithi172 ceph-mon[103696]: pgmap v16332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T22:59:57.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:57.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 22:59:58 smithi050 ceph-mon[92315]: pgmap v16333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:59:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 22:59:58 smithi172 ceph-mon[103696]: pgmap v16333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T22:59:58.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:58.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T22:59:59.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T22:59:59.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T23:00:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T23:00:00.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:00.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:01 smithi050 ceph-mon[92315]: pgmap v16334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:01 smithi172 ceph-mon[103696]: pgmap v16334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:01.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:01.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:02 smithi172 ceph-mon[103696]: pgmap v16335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:02 smithi050 ceph-mon[92315]: pgmap v16335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:02.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:02.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:03.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:03.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:04 smithi050 ceph-mon[92315]: pgmap v16336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:04 smithi172 ceph-mon[103696]: pgmap v16336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:04.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:04.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:00:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:00:05.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:05.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:06.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:06.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:07 smithi050 ceph-mon[92315]: pgmap v16337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:07.352 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:07 smithi172 ceph-mon[103696]: pgmap v16337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:07.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:07.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:08 smithi050 ceph-mon[92315]: pgmap v16338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:00:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:08 smithi172 ceph-mon[103696]: pgmap v16338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:00:08.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:08.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:09.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:09.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:10 smithi050 ceph-mon[92315]: pgmap v16339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:10 smithi172 ceph-mon[103696]: pgmap v16339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:10.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:10.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:11.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:11.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:12 smithi050 ceph-mon[92315]: pgmap v16340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:12 smithi172 ceph-mon[103696]: pgmap v16340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:12.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:12.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:13.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:13.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:14 smithi050 ceph-mon[92315]: pgmap v16341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:14 smithi172 ceph-mon[103696]: pgmap v16341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:14.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:14.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:15.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:15.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:16.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:16.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:17 smithi050 ceph-mon[92315]: pgmap v16342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:17 smithi172 ceph-mon[103696]: pgmap v16342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:17.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:17.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:18 smithi050 ceph-mon[92315]: pgmap v16343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:00:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:18 smithi172 ceph-mon[103696]: pgmap v16343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:00:19.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:19.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:00:20.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:20.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:00:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:20 smithi172 ceph-mon[103696]: pgmap v16344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:21.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:21.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:20 smithi050 ceph-mon[92315]: pgmap v16344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:22.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:22.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:22 smithi050 ceph-mon[92315]: pgmap v16345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:22 smithi172 ceph-mon[103696]: pgmap v16345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:23.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:23.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:24.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:24.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:24 smithi050 ceph-mon[92315]: pgmap v16346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:24 smithi172 ceph-mon[103696]: pgmap v16346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:25.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:25.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:26.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:26.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:27.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:27.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:27 smithi050 ceph-mon[92315]: pgmap v16347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:27 smithi172 ceph-mon[103696]: pgmap v16347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:28.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:28.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:28 smithi050 ceph-mon[92315]: pgmap v16348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:00:28.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:28 smithi172 ceph-mon[103696]: pgmap v16348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:00:29.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:29.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:00:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:00:30.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:30.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:30 smithi050 ceph-mon[92315]: pgmap v16349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:30 smithi172 ceph-mon[103696]: pgmap v16349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:31.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:31.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:32.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:32.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:32 smithi050 ceph-mon[92315]: pgmap v16350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:32 smithi172 ceph-mon[103696]: pgmap v16350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:33.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:33.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:34.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:34.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:35.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:35.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:00:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:00:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:00:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:00:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:00:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:00:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:00:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:34 smithi050 ceph-mon[92315]: pgmap v16351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:00:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:00:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:00:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:00:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:00:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:00:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:00:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:00:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:34 smithi172 ceph-mon[103696]: pgmap v16351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:35.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:00:36.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:36.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:37.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:37.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:37 smithi050 ceph-mon[92315]: pgmap v16352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:37 smithi172 ceph-mon[103696]: pgmap v16352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:38.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:38.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:38 smithi050 ceph-mon[92315]: pgmap v16353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:00:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:38 smithi172 ceph-mon[103696]: pgmap v16353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:00:39.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:39.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:40.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:40.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:40 smithi050 ceph-mon[92315]: pgmap v16354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:40 smithi172 ceph-mon[103696]: pgmap v16354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:41.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:41.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:42.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:42.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:42 smithi050 ceph-mon[92315]: pgmap v16355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:42.726 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:42 smithi172 ceph-mon[103696]: pgmap v16355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:43.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:43.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:44.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:44.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:44 smithi050 ceph-mon[92315]: pgmap v16356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:44 smithi172 ceph-mon[103696]: pgmap v16356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:45.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:45.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:46.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:46.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:47.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:47.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:47.319 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:47 smithi050 ceph-mon[92315]: pgmap v16357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:47 smithi172 ceph-mon[103696]: pgmap v16357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:48.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:48.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:48 smithi050 ceph-mon[92315]: pgmap v16358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:00:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:48 smithi172 ceph-mon[103696]: pgmap v16358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:00:49.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:49.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:00:50.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:50.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:00:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:50 smithi172 ceph-mon[103696]: pgmap v16359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:51.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:51.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:50 smithi050 ceph-mon[92315]: pgmap v16359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:52.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:52.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:52.832 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:52 smithi172 ceph-mon[103696]: pgmap v16360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:52 smithi050 ceph-mon[92315]: pgmap v16360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:53.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:53.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:54.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:54.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:54 smithi050 ceph-mon[92315]: pgmap v16361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:54 smithi172 ceph-mon[103696]: pgmap v16361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:55.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:55.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:56.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:56.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:57.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:57.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:57 smithi050 ceph-mon[92315]: pgmap v16362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:57 smithi172 ceph-mon[103696]: pgmap v16362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:00:58.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:58.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:00:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:00:58 smithi050 ceph-mon[92315]: pgmap v16363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:00:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:00:58 smithi172 ceph-mon[103696]: pgmap v16363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:00:59.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:00:59.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:00.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:00.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:00 smithi050 ceph-mon[92315]: pgmap v16364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:00 smithi172 ceph-mon[103696]: pgmap v16364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:01.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:01.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:02.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:02.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:02 smithi050 ceph-mon[92315]: pgmap v16365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:02 smithi172 ceph-mon[103696]: pgmap v16365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:03.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:03.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:04.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:04.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:04 smithi050 ceph-mon[92315]: pgmap v16366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:04 smithi172 ceph-mon[103696]: pgmap v16366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:05.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:05.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:01:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:01:06.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:06.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:07.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:07.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:07 smithi050 ceph-mon[92315]: pgmap v16367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:07 smithi172 ceph-mon[103696]: pgmap v16367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:08.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:08.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:08 smithi050 ceph-mon[92315]: pgmap v16368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:01:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:08 smithi172 ceph-mon[103696]: pgmap v16368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:01:09.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:09.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:10.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:10.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:10 smithi050 ceph-mon[92315]: pgmap v16369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:10 smithi172 ceph-mon[103696]: pgmap v16369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:11.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:11.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:12.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:12.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:12 smithi050 ceph-mon[92315]: pgmap v16370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:12 smithi172 ceph-mon[103696]: pgmap v16370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:13.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:13.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:14.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:14.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:14 smithi050 ceph-mon[92315]: pgmap v16371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:14 smithi172 ceph-mon[103696]: pgmap v16371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:15.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:15.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:16.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:16.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:17.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:17.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:17 smithi050 ceph-mon[92315]: pgmap v16372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:17 smithi172 ceph-mon[103696]: pgmap v16372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:18.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:18.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:18 smithi050 ceph-mon[92315]: pgmap v16373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:01:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:18 smithi172 ceph-mon[103696]: pgmap v16373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:01:19.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:19.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:01:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:01:20.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:20.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:20 smithi172 ceph-mon[103696]: pgmap v16374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:20 smithi050 ceph-mon[92315]: pgmap v16374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:21.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:21.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:22.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:22.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:22.722 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:22 smithi050 ceph-mon[92315]: pgmap v16375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:22 smithi172 ceph-mon[103696]: pgmap v16375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:23.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:23.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:24.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:24.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:24 smithi050 ceph-mon[92315]: pgmap v16376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:24 smithi172 ceph-mon[103696]: pgmap v16376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:25.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:25.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:26.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:26.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:27.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:27.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:27 smithi050 ceph-mon[92315]: pgmap v16377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:27 smithi172 ceph-mon[103696]: pgmap v16377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:28.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:28.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:28 smithi172 ceph-mon[103696]: pgmap v16378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:01:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:28 smithi050 ceph-mon[92315]: pgmap v16378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:01:29.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:29.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:30.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:30.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:30 smithi050 ceph-mon[92315]: pgmap v16379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:30 smithi172 ceph-mon[103696]: pgmap v16379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:31.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:31.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:32.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:32.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:32.837 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:32 smithi050 ceph-mon[92315]: pgmap v16380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:32 smithi172 ceph-mon[103696]: pgmap v16380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:33.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:33.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:34.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:34.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:34 smithi050 ceph-mon[92315]: pgmap v16381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:01:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:34 smithi172 ceph-mon[103696]: pgmap v16381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:01:35.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:35.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:01:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:01:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:01:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:01:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:01:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:01:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:01:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:01:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:01:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:01:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:01:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:01:36.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:36.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:37.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:37.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:37 smithi050 ceph-mon[92315]: pgmap v16382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:37 smithi172 ceph-mon[103696]: pgmap v16382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:38.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:38.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:38 smithi172 ceph-mon[103696]: pgmap v16383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:01:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:38 smithi050 ceph-mon[92315]: pgmap v16383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:01:39.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:39.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:40.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:40.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:40 smithi050 ceph-mon[92315]: pgmap v16384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:40 smithi172 ceph-mon[103696]: pgmap v16384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:41.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:41.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:42.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:42.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:42 smithi050 ceph-mon[92315]: pgmap v16385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:42 smithi172 ceph-mon[103696]: pgmap v16385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:43.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:43.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:44.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:44.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:44 smithi050 ceph-mon[92315]: pgmap v16386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:44 smithi172 ceph-mon[103696]: pgmap v16386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:45.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:45.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:46.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:46.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:47.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:47.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:47 smithi050 ceph-mon[92315]: pgmap v16387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:47 smithi172 ceph-mon[103696]: pgmap v16387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:48.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:48.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:48 smithi050 ceph-mon[92315]: pgmap v16388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:01:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:48 smithi172 ceph-mon[103696]: pgmap v16388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:01:49.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:49.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:01:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:01:50.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:50.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:50 smithi172 ceph-mon[103696]: pgmap v16389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:50 smithi050 ceph-mon[92315]: pgmap v16389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:51.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:51.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:52.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:52.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:52 smithi050 ceph-mon[92315]: pgmap v16390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:52 smithi172 ceph-mon[103696]: pgmap v16390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:53.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:53.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:54.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:54.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:54 smithi050 ceph-mon[92315]: pgmap v16391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:54 smithi172 ceph-mon[103696]: pgmap v16391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:55.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:55.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:56.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:56.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:57.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:57.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:57 smithi050 ceph-mon[92315]: pgmap v16392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:57 smithi172 ceph-mon[103696]: pgmap v16392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:01:58.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:58.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:01:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:01:58 smithi050 ceph-mon[92315]: pgmap v16393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:01:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:01:58 smithi172 ceph-mon[103696]: pgmap v16393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:01:59.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:01:59.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:00.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:00.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:00 smithi050 ceph-mon[92315]: pgmap v16394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:00 smithi172 ceph-mon[103696]: pgmap v16394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:01.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:01.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:02.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:02.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:02 smithi050 ceph-mon[92315]: pgmap v16395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:02 smithi172 ceph-mon[103696]: pgmap v16395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:03.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:03.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:04.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:04.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:04 smithi050 ceph-mon[92315]: pgmap v16396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:04 smithi172 ceph-mon[103696]: pgmap v16396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:05.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:05.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:02:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:02:06.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:06.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:07.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:07.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:07 smithi050 ceph-mon[92315]: pgmap v16397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:07 smithi172 ceph-mon[103696]: pgmap v16397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:08.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:08.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:08 smithi050 ceph-mon[92315]: pgmap v16398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:02:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:08 smithi172 ceph-mon[103696]: pgmap v16398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:02:09.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:09.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:10.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:10.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:10 smithi050 ceph-mon[92315]: pgmap v16399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:10 smithi172 ceph-mon[103696]: pgmap v16399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:11.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:11.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:12.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:12.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:12 smithi050 ceph-mon[92315]: pgmap v16400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:12 smithi172 ceph-mon[103696]: pgmap v16400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:13.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:13.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:14.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:14.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:14 smithi050 ceph-mon[92315]: pgmap v16401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:14.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:14 smithi172 ceph-mon[103696]: pgmap v16401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:15.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:15.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:16.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:16.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:17.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:17.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:17 smithi050 ceph-mon[92315]: pgmap v16402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:17 smithi172 ceph-mon[103696]: pgmap v16402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:18.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:18.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:18.725 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:18 smithi172 ceph-mon[103696]: pgmap v16403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:02:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:18 smithi050 ceph-mon[92315]: pgmap v16403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:02:19.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:19.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:02:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:02:20.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:20.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:20 smithi172 ceph-mon[103696]: pgmap v16404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:20 smithi050 ceph-mon[92315]: pgmap v16404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:21.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:21.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:22.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:22.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:22 smithi050 ceph-mon[92315]: pgmap v16405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:22 smithi172 ceph-mon[103696]: pgmap v16405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:23.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:23.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:24.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:24.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:24 smithi050 ceph-mon[92315]: pgmap v16406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:24 smithi172 ceph-mon[103696]: pgmap v16406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:25.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:25.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:26.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:26.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:27.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:27.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:27 smithi050 ceph-mon[92315]: pgmap v16407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:27 smithi172 ceph-mon[103696]: pgmap v16407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:28.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:28.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:28.829 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:28 smithi172 ceph-mon[103696]: pgmap v16408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:02:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:28 smithi050 ceph-mon[92315]: pgmap v16408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:02:29.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:29.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:30.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:30.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:30 smithi050 ceph-mon[92315]: pgmap v16409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:30 smithi172 ceph-mon[103696]: pgmap v16409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:31.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:31.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:32.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:32.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:32 smithi050 ceph-mon[92315]: pgmap v16410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:32 smithi172 ceph-mon[103696]: pgmap v16410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:33.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:33.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:34.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:34.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:34 smithi050 ceph-mon[92315]: pgmap v16411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:34 smithi172 ceph-mon[103696]: pgmap v16411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:35.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:35.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:02:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:02:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:02:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:02:36.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:36.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:37.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:37.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:37 smithi050 ceph-mon[92315]: pgmap v16412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:37 smithi172 ceph-mon[103696]: pgmap v16412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:38.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:38.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:38 smithi050 ceph-mon[92315]: pgmap v16413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:02:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:38 smithi172 ceph-mon[103696]: pgmap v16413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:02:39.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:39.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:40.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:40.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:40 smithi050 ceph-mon[92315]: pgmap v16414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:40 smithi172 ceph-mon[103696]: pgmap v16414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:41.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:41.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:42.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:42.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:43.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:43.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:02:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:02:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:43 smithi050 ceph-mon[92315]: pgmap v16415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:02:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:02:43.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:02:43.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:02:43.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:02:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:02:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:02:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:43 smithi172 ceph-mon[103696]: pgmap v16415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:02:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:02:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:02:43.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:02:43.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:02:44.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:44.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:44 smithi050 ceph-mon[92315]: pgmap v16416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:44 smithi172 ceph-mon[103696]: pgmap v16416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:45.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:45.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:46.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:46.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:47.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:47.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:47 smithi050 ceph-mon[92315]: pgmap v16417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:47 smithi172 ceph-mon[103696]: pgmap v16417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:48.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:48.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:48.697 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:48 smithi050 ceph-mon[92315]: pgmap v16418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:02:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:48 smithi172 ceph-mon[103696]: pgmap v16418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:02:49.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:49.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:02:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:02:50.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:50.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:50 smithi172 ceph-mon[103696]: pgmap v16419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:50 smithi050 ceph-mon[92315]: pgmap v16419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:51.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:51.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:52.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:52.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:52 smithi050 ceph-mon[92315]: pgmap v16420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:52 smithi172 ceph-mon[103696]: pgmap v16420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:53.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:53.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:54.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:54.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:54 smithi050 ceph-mon[92315]: pgmap v16421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:54 smithi172 ceph-mon[103696]: pgmap v16421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:55.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:55.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:56.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:56.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:57.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:57.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:57 smithi050 ceph-mon[92315]: pgmap v16422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:57 smithi172 ceph-mon[103696]: pgmap v16422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:02:58.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:58.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:02:58.825 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:02:58 smithi050 ceph-mon[92315]: pgmap v16423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:02:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:02:58 smithi172 ceph-mon[103696]: pgmap v16423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:02:59.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:02:59.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:00.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:00.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:00 smithi050 ceph-mon[92315]: pgmap v16424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:00 smithi172 ceph-mon[103696]: pgmap v16424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:01.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:01.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:02.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:02.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:02 smithi050 ceph-mon[92315]: pgmap v16425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:02 smithi172 ceph-mon[103696]: pgmap v16425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:03.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:03.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:04.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:04.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:04 smithi172 ceph-mon[103696]: pgmap v16426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:04 smithi050 ceph-mon[92315]: pgmap v16426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:05.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:05.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:03:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:03:06.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:06.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:07.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:07.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:07 smithi050 ceph-mon[92315]: pgmap v16427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:07.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:07 smithi172 ceph-mon[103696]: pgmap v16427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:08.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:08.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:08 smithi050 ceph-mon[92315]: pgmap v16428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:03:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:08 smithi172 ceph-mon[103696]: pgmap v16428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:03:09.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:09.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:10.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:10.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:10 smithi050 ceph-mon[92315]: pgmap v16429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:10 smithi172 ceph-mon[103696]: pgmap v16429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:11.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:11.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:12.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:12.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:12 smithi050 ceph-mon[92315]: pgmap v16430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:12 smithi172 ceph-mon[103696]: pgmap v16430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:13.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:13.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:14.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:14.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:14 smithi172 ceph-mon[103696]: pgmap v16431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:14 smithi050 ceph-mon[92315]: pgmap v16431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:15.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:15.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:16.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:16.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:17.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:17.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:17 smithi050 ceph-mon[92315]: pgmap v16432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:17 smithi172 ceph-mon[103696]: pgmap v16432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:18.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:18.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:18 smithi050 ceph-mon[92315]: pgmap v16433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:03:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:18 smithi172 ceph-mon[103696]: pgmap v16433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:03:19.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:19.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:03:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:03:20.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:20.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:20 smithi172 ceph-mon[103696]: pgmap v16434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:20 smithi050 ceph-mon[92315]: pgmap v16434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:21.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:21.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:22.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:22.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:22 smithi050 ceph-mon[92315]: pgmap v16435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:22 smithi172 ceph-mon[103696]: pgmap v16435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:23.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:23.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:24.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:24.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:24 smithi050 ceph-mon[92315]: pgmap v16436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:24 smithi172 ceph-mon[103696]: pgmap v16436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:25.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:25.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:26.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:26.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:27.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:27.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:27 smithi172 ceph-mon[103696]: pgmap v16437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:27 smithi050 ceph-mon[92315]: pgmap v16437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:28.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:28.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:28 smithi050 ceph-mon[92315]: pgmap v16438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:03:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:28 smithi172 ceph-mon[103696]: pgmap v16438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:03:29.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:29.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:30.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:30.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:30 smithi050 ceph-mon[92315]: pgmap v16439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:30 smithi172 ceph-mon[103696]: pgmap v16439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:31.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:31.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:32.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:32.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:32 smithi050 ceph-mon[92315]: pgmap v16440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:32 smithi172 ceph-mon[103696]: pgmap v16440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:33.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:33.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:34.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:34.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:34 smithi050 ceph-mon[92315]: pgmap v16441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:34 smithi172 ceph-mon[103696]: pgmap v16441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:35.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:35.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:03:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:03:36.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:36.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:37.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:37.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:37 smithi172 ceph-mon[103696]: pgmap v16442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:37 smithi050 ceph-mon[92315]: pgmap v16442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:38.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:38.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:38 smithi050 ceph-mon[92315]: pgmap v16443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:03:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:38 smithi172 ceph-mon[103696]: pgmap v16443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:03:39.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:39.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:40.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:40.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:40 smithi050 ceph-mon[92315]: pgmap v16444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:40 smithi172 ceph-mon[103696]: pgmap v16444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:41.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:41.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:42.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:42.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:42 smithi050 ceph-mon[92315]: pgmap v16445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:42 smithi172 ceph-mon[103696]: pgmap v16445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:43.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:43.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:03:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:03:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:03:43.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:03:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:03:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:03:44.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:44.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:03:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:03:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:03:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:03:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:03:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:44 smithi050 ceph-mon[92315]: pgmap v16446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:03:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:03:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:03:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:03:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:03:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:44 smithi172 ceph-mon[103696]: pgmap v16446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:45.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:45.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:46.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:46.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:47.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:47.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:47 smithi172 ceph-mon[103696]: pgmap v16447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:47 smithi050 ceph-mon[92315]: pgmap v16447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:48.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:48.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:48 smithi050 ceph-mon[92315]: pgmap v16448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:03:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:48 smithi172 ceph-mon[103696]: pgmap v16448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:03:49.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:49.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:03:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:03:50.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:50.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:50 smithi172 ceph-mon[103696]: pgmap v16449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:50 smithi050 ceph-mon[92315]: pgmap v16449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:51.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:51.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:52.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:52.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:52 smithi050 ceph-mon[92315]: pgmap v16450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:52.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:52 smithi172 ceph-mon[103696]: pgmap v16450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:53.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:53.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:54.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:54.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:54.720 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:54 smithi172 ceph-mon[103696]: pgmap v16451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:54 smithi050 ceph-mon[92315]: pgmap v16451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:55.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:55.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:56.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:56.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:57.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:57.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:57.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:57 smithi172 ceph-mon[103696]: pgmap v16452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:57 smithi050 ceph-mon[92315]: pgmap v16452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:03:58.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:58.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:03:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:03:58 smithi050 ceph-mon[92315]: pgmap v16453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:03:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:03:58 smithi172 ceph-mon[103696]: pgmap v16453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:03:59.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:03:59.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:00.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:00.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:00 smithi050 ceph-mon[92315]: pgmap v16454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:00 smithi172 ceph-mon[103696]: pgmap v16454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:01.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:01.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:02.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:02.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:02 smithi050 ceph-mon[92315]: pgmap v16455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:02 smithi172 ceph-mon[103696]: pgmap v16455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:03.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:03.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:04.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:04.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:04.824 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:04 smithi172 ceph-mon[103696]: pgmap v16456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:04 smithi050 ceph-mon[92315]: pgmap v16456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:05.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:05.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:04:05.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:04:06.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:06.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:07 smithi172 ceph-mon[103696]: pgmap v16457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:07.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:07.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:07 smithi050 ceph-mon[92315]: pgmap v16457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:08.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:08.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:08 smithi050 ceph-mon[92315]: pgmap v16458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:04:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:08 smithi172 ceph-mon[103696]: pgmap v16458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:04:09.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:09.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:10.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:10.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:10 smithi050 ceph-mon[92315]: pgmap v16459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:10 smithi172 ceph-mon[103696]: pgmap v16459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:11.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:11.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:12.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:12.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:12 smithi050 ceph-mon[92315]: pgmap v16460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:12 smithi172 ceph-mon[103696]: pgmap v16460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:13.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:13.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:14.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:14.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:14 smithi050 ceph-mon[92315]: pgmap v16461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:14 smithi172 ceph-mon[103696]: pgmap v16461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:15.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:15.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:16.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:16.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:17 smithi172 ceph-mon[103696]: pgmap v16462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:17.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:17.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:17 smithi050 ceph-mon[92315]: pgmap v16462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:18.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:18.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:18 smithi050 ceph-mon[92315]: pgmap v16463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:04:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:18 smithi172 ceph-mon[103696]: pgmap v16463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:04:19.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:19.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:04:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:04:20.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:20.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:20 smithi172 ceph-mon[103696]: pgmap v16464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:20 smithi050 ceph-mon[92315]: pgmap v16464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:21.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:21.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:22.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:22.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:22 smithi050 ceph-mon[92315]: pgmap v16465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:22.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:22 smithi172 ceph-mon[103696]: pgmap v16465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:23.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:23.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:24.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:24.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:24.797 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:24 smithi050 ceph-mon[92315]: pgmap v16466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:24 smithi172 ceph-mon[103696]: pgmap v16466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:25.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:25.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:26.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:26.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:27 smithi172 ceph-mon[103696]: pgmap v16467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:27.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:27.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:27 smithi050 ceph-mon[92315]: pgmap v16467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:28.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:28.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:28 smithi050 ceph-mon[92315]: pgmap v16468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:04:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:28 smithi172 ceph-mon[103696]: pgmap v16468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:04:29.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:29.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:30.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:30.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:30 smithi050 ceph-mon[92315]: pgmap v16469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:30 smithi172 ceph-mon[103696]: pgmap v16469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:31.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:31.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:32.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:32.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:32 smithi050 ceph-mon[92315]: pgmap v16470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:32 smithi172 ceph-mon[103696]: pgmap v16470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:33.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:33.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:34.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:34.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:34 smithi050 ceph-mon[92315]: pgmap v16471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:34.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:34 smithi172 ceph-mon[103696]: pgmap v16471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:35.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:35.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:04:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:04:36.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:36.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:37 smithi172 ceph-mon[103696]: pgmap v16472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:37.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:37.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:37 smithi050 ceph-mon[92315]: pgmap v16472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:38.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:38.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:38 smithi050 ceph-mon[92315]: pgmap v16473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:04:38.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:38 smithi172 ceph-mon[103696]: pgmap v16473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:04:39.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:39.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:40.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:40.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:40 smithi050 ceph-mon[92315]: pgmap v16474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:40.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:40 smithi172 ceph-mon[103696]: pgmap v16474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:41.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:41.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:42.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:42.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:42 smithi050 ceph-mon[92315]: pgmap v16475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:42.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:42 smithi172 ceph-mon[103696]: pgmap v16475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:43.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:43.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:04:44.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:44.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:04:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:45 smithi050 ceph-mon[92315]: pgmap v16476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:04:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:04:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:04:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:04:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:04:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:45 smithi172 ceph-mon[103696]: pgmap v16476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:04:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:04:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:04:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:04:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:04:45.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:45.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:46.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:46.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:47 smithi172 ceph-mon[103696]: pgmap v16477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:47.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:47.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:47 smithi050 ceph-mon[92315]: pgmap v16477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:48.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:48.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:48 smithi050 ceph-mon[92315]: pgmap v16478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:04:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:48 smithi172 ceph-mon[103696]: pgmap v16478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:04:49.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:49.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:04:50.081 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:04:50.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:50.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:50 smithi172 ceph-mon[103696]: pgmap v16479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:50 smithi050 ceph-mon[92315]: pgmap v16479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:51.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:51.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:52.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:52.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:52 smithi050 ceph-mon[92315]: pgmap v16480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:52 smithi172 ceph-mon[103696]: pgmap v16480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:53.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:53.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:54.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:54.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:54 smithi050 ceph-mon[92315]: pgmap v16481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:54.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:54 smithi172 ceph-mon[103696]: pgmap v16481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:55.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:55.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:56.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:56.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:57 smithi172 ceph-mon[103696]: pgmap v16482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:57.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:57.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:57 smithi050 ceph-mon[92315]: pgmap v16482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:04:58.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:58.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:59.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:04:59.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:04:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:04:59 smithi050 ceph-mon[92315]: pgmap v16483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:04:59.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:04:59 smithi172 ceph-mon[103696]: pgmap v16483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:05:00.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:00.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:01.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:01.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:02 smithi172 ceph-mon[103696]: pgmap v16484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:02.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:02.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:02 smithi050 ceph-mon[92315]: pgmap v16484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:03.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:03.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:04 smithi172 ceph-mon[103696]: pgmap v16485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:04.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:04.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:04 smithi050 ceph-mon[92315]: pgmap v16485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:05.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:05:05.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:05.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:05:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:06 smithi172 ceph-mon[103696]: pgmap v16486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:06.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:06.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:06 smithi050 ceph-mon[92315]: pgmap v16486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:07.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:07.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:08 smithi172 ceph-mon[103696]: pgmap v16487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:08.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:08.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:08 smithi050 ceph-mon[92315]: pgmap v16487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:09.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:09.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:10.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:10.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:10.505 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:10 smithi172 ceph-mon[103696]: pgmap v16488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:05:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:10 smithi050 ceph-mon[92315]: pgmap v16488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:05:11.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:11.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:12.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:13.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:13.207 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:12 smithi172 ceph-mon[103696]: pgmap v16489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:13.207 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:12 smithi050 ceph-mon[92315]: pgmap v16489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:13.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:13.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:14.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:14.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:14 smithi050 ceph-mon[92315]: pgmap v16490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:14.647 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:14 smithi172 ceph-mon[103696]: pgmap v16490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:15.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:15.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:16.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:16.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:16 smithi050 ceph-mon[92315]: pgmap v16491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:16 smithi172 ceph-mon[103696]: pgmap v16491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:17.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:17.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:18.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:18.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:18 smithi050 ceph-mon[92315]: pgmap v16492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:18.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:18 smithi172 ceph-mon[103696]: pgmap v16492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:19.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:19.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:20.422 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:20 smithi050 ceph-mon[92315]: pgmap v16493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:05:20.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:05:20.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:20.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:20.611 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:20 smithi172 ceph-mon[103696]: pgmap v16493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:05:20.612 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:05:21.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:21.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:22.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:22.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:22 smithi050 ceph-mon[92315]: pgmap v16494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:22 smithi172 ceph-mon[103696]: pgmap v16494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:23.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:23.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:24.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:24.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:24 smithi050 ceph-mon[92315]: pgmap v16495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:24 smithi172 ceph-mon[103696]: pgmap v16495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:25.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:25.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:26.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:26.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:26 smithi050 ceph-mon[92315]: pgmap v16496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:26 smithi172 ceph-mon[103696]: pgmap v16496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:27.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:27.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:28.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:28.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:28 smithi050 ceph-mon[92315]: pgmap v16497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:28 smithi172 ceph-mon[103696]: pgmap v16497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:29.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:29.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:30.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:30.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:30.537 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:30 smithi050 ceph-mon[92315]: pgmap v16498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:05:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:30 smithi172 ceph-mon[103696]: pgmap v16498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:05:31.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:31.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:32.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:32.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:32 smithi050 ceph-mon[92315]: pgmap v16499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:32 smithi172 ceph-mon[103696]: pgmap v16499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:33.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:33.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:34.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:34.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:34 smithi050 ceph-mon[92315]: pgmap v16500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:34.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:34 smithi172 ceph-mon[103696]: pgmap v16500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:35.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:35.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:35.594 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:05:35.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:05:36.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:36.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:36 smithi050 ceph-mon[92315]: pgmap v16501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:36.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:36 smithi172 ceph-mon[103696]: pgmap v16501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:37.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:37.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:38.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:38.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:38 smithi050 ceph-mon[92315]: pgmap v16502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:38.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:38 smithi172 ceph-mon[103696]: pgmap v16502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:39.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:39.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:40.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:40.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:40 smithi050 ceph-mon[92315]: pgmap v16503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:05:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:40 smithi172 ceph-mon[103696]: pgmap v16503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:05:41.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:41.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:42.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:42.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:42.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:42 smithi050 ceph-mon[92315]: pgmap v16504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:42 smithi172 ceph-mon[103696]: pgmap v16504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:43.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:43.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:44.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:44.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:44.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:44 smithi050 ceph-mon[92315]: pgmap v16505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:44 smithi172 ceph-mon[103696]: pgmap v16505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:45.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:45.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:05:45.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:05:46.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:46.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:46 smithi050 ceph-mon[92315]: pgmap v16506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:05:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:05:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:05:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:05:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:05:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:05:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:05:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:46 smithi172 ceph-mon[103696]: pgmap v16506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:05:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:05:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:05:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:05:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:05:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:05:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:05:47.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:47.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:48.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:48.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:48 smithi050 ceph-mon[92315]: pgmap v16507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:48 smithi172 ceph-mon[103696]: pgmap v16507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:49.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:49.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:50.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:50.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:50 smithi050 ceph-mon[92315]: pgmap v16508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:05:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:05:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:50 smithi172 ceph-mon[103696]: pgmap v16508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:05:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:05:51.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:51.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:52.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:52.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:52 smithi050 ceph-mon[92315]: pgmap v16509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:52.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:52 smithi172 ceph-mon[103696]: pgmap v16509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:53.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:53.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:54.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:54.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:54 smithi050 ceph-mon[92315]: pgmap v16510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:54.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:54 smithi172 ceph-mon[103696]: pgmap v16510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:55.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:55.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:56.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:56.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:56 smithi050 ceph-mon[92315]: pgmap v16511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:56.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:56 smithi172 ceph-mon[103696]: pgmap v16511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:57.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:57.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:58.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:58.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:05:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:05:58 smithi050 ceph-mon[92315]: pgmap v16512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:58.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:05:58 smithi172 ceph-mon[103696]: pgmap v16512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:05:59.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:05:59.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:00.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:00.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:00 smithi050 ceph-mon[92315]: pgmap v16513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:06:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:00 smithi172 ceph-mon[103696]: pgmap v16513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:06:01.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:01.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:02.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:02.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:02.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:02 smithi050 ceph-mon[92315]: pgmap v16514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:02 smithi172 ceph-mon[103696]: pgmap v16514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:03.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:03.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:04.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:04.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:04 smithi050 ceph-mon[92315]: pgmap v16515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:04.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:04 smithi172 ceph-mon[103696]: pgmap v16515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:05.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:05.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:06:05.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:06:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:06 smithi172 ceph-mon[103696]: pgmap v16516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:06.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:06.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:06.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:06 smithi050 ceph-mon[92315]: pgmap v16516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:07.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:07.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:08.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:08.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:08 smithi050 ceph-mon[92315]: pgmap v16517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:08 smithi172 ceph-mon[103696]: pgmap v16517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:09.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:09.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:10.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:10.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:10 smithi050 ceph-mon[92315]: pgmap v16518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:06:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:10 smithi172 ceph-mon[103696]: pgmap v16518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:06:11.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:11.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:12.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:12.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:12.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:12 smithi050 ceph-mon[92315]: pgmap v16519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:12 smithi172 ceph-mon[103696]: pgmap v16519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:13.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:13.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:14.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:14.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:14 smithi050 ceph-mon[92315]: pgmap v16520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:14.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:14 smithi172 ceph-mon[103696]: pgmap v16520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:15.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:15.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:16 smithi050 ceph-mon[92315]: pgmap v16521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:16.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:16.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:16 smithi172 ceph-mon[103696]: pgmap v16521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:17.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:17.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:18 smithi050 ceph-mon[92315]: pgmap v16522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:18.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:18.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:18.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:18 smithi172 ceph-mon[103696]: pgmap v16522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:19.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:19.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:20 smithi050 ceph-mon[92315]: pgmap v16523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:06:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:06:20.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:20.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:20 smithi172 ceph-mon[103696]: pgmap v16523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:06:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:06:21.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:21.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:22 smithi050 ceph-mon[92315]: pgmap v16524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:22.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:22.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:22.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:22 smithi172 ceph-mon[103696]: pgmap v16524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:23.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:23.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:24.607 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:24 smithi050 ceph-mon[92315]: pgmap v16525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:24.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:24.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:24.631 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:24 smithi172 ceph-mon[103696]: pgmap v16525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:25.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:25.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:26 smithi050 ceph-mon[92315]: pgmap v16526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:26.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:26.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:26.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:26 smithi172 ceph-mon[103696]: pgmap v16526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:27.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:27.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:28 smithi050 ceph-mon[92315]: pgmap v16527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:28.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:28.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:28.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:28 smithi172 ceph-mon[103696]: pgmap v16527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:29.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:29.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:30 smithi050 ceph-mon[92315]: pgmap v16528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:06:30.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:30.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:30.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:30 smithi172 ceph-mon[103696]: pgmap v16528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:06:31.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:31.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:32.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:32 smithi050 ceph-mon[92315]: pgmap v16529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:32.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:32.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:32.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:32 smithi172 ceph-mon[103696]: pgmap v16529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:33.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:33.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:34 smithi050 ceph-mon[92315]: pgmap v16530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:34 smithi172 ceph-mon[103696]: pgmap v16530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:34.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:34.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:06:35.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:06:35.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:35.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:36 smithi050 ceph-mon[92315]: pgmap v16531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:36.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:36 smithi172 ceph-mon[103696]: pgmap v16531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:36.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:36.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:37.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:37.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:38 smithi050 ceph-mon[92315]: pgmap v16532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:38 smithi172 ceph-mon[103696]: pgmap v16532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:38.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:38.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:39.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:39.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:40 smithi050 ceph-mon[92315]: pgmap v16533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:06:40.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:40 smithi172 ceph-mon[103696]: pgmap v16533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:06:40.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:40.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:41.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:41.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:42 smithi050 ceph-mon[92315]: pgmap v16534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:42.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:42 smithi172 ceph-mon[103696]: pgmap v16534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:42.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:42.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:43.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:43.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:44 smithi050 ceph-mon[92315]: pgmap v16535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:44.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:44 smithi172 ceph-mon[103696]: pgmap v16535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:44.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:44.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:45.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:45.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:46 smithi050 ceph-mon[92315]: pgmap v16536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:06:46.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:46 smithi172 ceph-mon[103696]: pgmap v16536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:06:46.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:46.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:06:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:06:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:06:47.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:06:47.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:06:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:06:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:06:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:06:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:06:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:06:47.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:47.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:48 smithi050 ceph-mon[92315]: pgmap v16537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:48.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:48 smithi172 ceph-mon[103696]: pgmap v16537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:48.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:48.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:49.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:49.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:50 smithi050 ceph-mon[92315]: pgmap v16538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:06:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:06:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:50 smithi172 ceph-mon[103696]: pgmap v16538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:06:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:06:50.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:50.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:51.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:51.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:52 smithi050 ceph-mon[92315]: pgmap v16539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:52 smithi172 ceph-mon[103696]: pgmap v16539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:52.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:52.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:53.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:53.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:54.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:54 smithi050 ceph-mon[92315]: pgmap v16540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:54.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:54 smithi172 ceph-mon[103696]: pgmap v16540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:54.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:54.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:55.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:55.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:56 smithi050 ceph-mon[92315]: pgmap v16541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:56.607 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:56 smithi172 ceph-mon[103696]: pgmap v16541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:56.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:56.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:57.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:57.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:06:58 smithi050 ceph-mon[92315]: pgmap v16542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:58.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:06:58 smithi172 ceph-mon[103696]: pgmap v16542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:06:58.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:58.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:06:59.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:06:59.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:00.603 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:00 smithi050 ceph-mon[92315]: pgmap v16543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:07:00.633 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:00 smithi172 ceph-mon[103696]: pgmap v16543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:07:00.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:00.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:01.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:01.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:02 smithi050 ceph-mon[92315]: pgmap v16544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:02 smithi172 ceph-mon[103696]: pgmap v16544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:02.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:02.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:03.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:03.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:04 smithi050 ceph-mon[92315]: pgmap v16545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:04.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:04 smithi172 ceph-mon[103696]: pgmap v16545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:04.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:04.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:07:05.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:05.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:07:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:06 smithi172 ceph-mon[103696]: pgmap v16546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:06.629 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:06 smithi050 ceph-mon[92315]: pgmap v16546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:06.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:06.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:07.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:07.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:08 smithi172 ceph-mon[103696]: pgmap v16547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:08.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:08.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:08 smithi050 ceph-mon[92315]: pgmap v16547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:09.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:09.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:10 smithi172 ceph-mon[103696]: pgmap v16548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:07:10.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:10.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:10 smithi050 ceph-mon[92315]: pgmap v16548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:07:11.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:11.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:12 smithi172 ceph-mon[103696]: pgmap v16549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:12.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:12.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:12 smithi050 ceph-mon[92315]: pgmap v16549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:13.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:13.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:14 smithi050 ceph-mon[92315]: pgmap v16550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:14 smithi172 ceph-mon[103696]: pgmap v16550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:14.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:14.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:15.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:15.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:16 smithi172 ceph-mon[103696]: pgmap v16551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:16.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:16.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:16.743 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:16 smithi050 ceph-mon[92315]: pgmap v16551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:17.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:17.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:18.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:18 smithi050 ceph-mon[92315]: pgmap v16552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:18.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:18 smithi172 ceph-mon[103696]: pgmap v16552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:18.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:18.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:19.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:19.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:20 smithi172 ceph-mon[103696]: pgmap v16553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:07:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:07:20.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:20.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:20 smithi050 ceph-mon[92315]: pgmap v16553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:07:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:07:21.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:21.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:22.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:22.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:22 smithi050 ceph-mon[92315]: pgmap v16554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:22 smithi172 ceph-mon[103696]: pgmap v16554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:23.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:23.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:24 smithi050 ceph-mon[92315]: pgmap v16555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:24.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:24.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:24.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:24 smithi172 ceph-mon[103696]: pgmap v16555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:25.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:25.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:26.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:26.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:26 smithi050 ceph-mon[92315]: pgmap v16556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:26.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:26 smithi172 ceph-mon[103696]: pgmap v16556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:27.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:27.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:28.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:28.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:28 smithi050 ceph-mon[92315]: pgmap v16557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:28.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:28 smithi172 ceph-mon[103696]: pgmap v16557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:29.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:29.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:30.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:30.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:30 smithi050 ceph-mon[92315]: pgmap v16558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:07:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:30 smithi172 ceph-mon[103696]: pgmap v16558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:07:31.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:31.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:32.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:32.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:32 smithi050 ceph-mon[92315]: pgmap v16559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:32 smithi172 ceph-mon[103696]: pgmap v16559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:33.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:33.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:34 smithi050 ceph-mon[92315]: pgmap v16560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:34.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:34.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:34 smithi172 ceph-mon[103696]: pgmap v16560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:35.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:35.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:07:35.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:07:36.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:36.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:36.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:36 smithi050 ceph-mon[92315]: pgmap v16561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:36.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:36 smithi172 ceph-mon[103696]: pgmap v16561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:37.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:37.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:38.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:38.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:38 smithi050 ceph-mon[92315]: pgmap v16562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:38 smithi172 ceph-mon[103696]: pgmap v16562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:39.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:39.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:40.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:40.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:40 smithi050 ceph-mon[92315]: pgmap v16563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:07:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:40 smithi172 ceph-mon[103696]: pgmap v16563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:07:41.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:41.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:42.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:42.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:42 smithi050 ceph-mon[92315]: pgmap v16564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:42 smithi172 ceph-mon[103696]: pgmap v16564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:43.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:43.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:44.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:44.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:44 smithi050 ceph-mon[92315]: pgmap v16565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:44.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:44 smithi172 ceph-mon[103696]: pgmap v16565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:45.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:45.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:46.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:46.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:46 smithi050 ceph-mon[92315]: pgmap v16566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:46 smithi172 ceph-mon[103696]: pgmap v16566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:47.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:47.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:07:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:07:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:07:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:07:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:07:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:07:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:07:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:07:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:07:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:07:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:07:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:07:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:07:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:07:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:07:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:07:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:07:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:07:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:07:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:07:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:07:47.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:07:48.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:48.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:48 smithi050 ceph-mon[92315]: pgmap v16567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:48 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1450M 2023-09-30T23:07:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:48 smithi172 ceph-mon[103696]: pgmap v16567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:48 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1450M 2023-09-30T23:07:49.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:49.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:50.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:50.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:50 smithi050 ceph-mon[92315]: pgmap v16568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:07:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:07:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:50 smithi172 ceph-mon[103696]: pgmap v16568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:07:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:07:51.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:51.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:52.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:52.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:52 smithi050 ceph-mon[92315]: pgmap v16569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:52 smithi172 ceph-mon[103696]: pgmap v16569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:53.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:53.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:54.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:54.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:54 smithi050 ceph-mon[92315]: pgmap v16570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:54.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:54 smithi172 ceph-mon[103696]: pgmap v16570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:55.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:55.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:55 smithi050 ceph-mon[92315]: pgmap v16571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:55.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:55 smithi172 ceph-mon[103696]: pgmap v16571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:56.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:56.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:57.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:57.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:07:58 smithi050 ceph-mon[92315]: pgmap v16572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:58.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:07:58 smithi172 ceph-mon[103696]: pgmap v16572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:07:58.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:58.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:07:59.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:07:59.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:00 smithi050 ceph-mon[92315]: pgmap v16573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:08:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:00 smithi172 ceph-mon[103696]: pgmap v16573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:08:00.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:00.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:01.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:01.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:02 smithi050 ceph-mon[92315]: pgmap v16574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:02 smithi172 ceph-mon[103696]: pgmap v16574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:02.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:02.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:03.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:03.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:04 smithi050 ceph-mon[92315]: pgmap v16575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:04.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:04 smithi172 ceph-mon[103696]: pgmap v16575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:04.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:04.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:05.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:08:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:08:05.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:05.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:06.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:06 smithi050 ceph-mon[92315]: pgmap v16576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:06 smithi172 ceph-mon[103696]: pgmap v16576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:06.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:06.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:07.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:07.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:08 smithi050 ceph-mon[92315]: pgmap v16577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:08 smithi172 ceph-mon[103696]: pgmap v16577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:08.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:08.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:09.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:09.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:10.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:10 smithi050 ceph-mon[92315]: pgmap v16578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:08:10.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:10 smithi172 ceph-mon[103696]: pgmap v16578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:08:10.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:10.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:11.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:11.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:12 smithi050 ceph-mon[92315]: pgmap v16579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:12 smithi172 ceph-mon[103696]: pgmap v16579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:12.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:12.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:13.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:13.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:14 smithi050 ceph-mon[92315]: pgmap v16580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:14.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:14 smithi172 ceph-mon[103696]: pgmap v16580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:14.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:14.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:15.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:15.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:16 smithi050 ceph-mon[92315]: pgmap v16581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:16 smithi172 ceph-mon[103696]: pgmap v16581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:16.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:16.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:17.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:17.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:18 smithi050 ceph-mon[92315]: pgmap v16582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:18.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:18 smithi172 ceph-mon[103696]: pgmap v16582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:18.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:18.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:19.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:19.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:20 smithi050 ceph-mon[92315]: pgmap v16583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:08:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:08:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:20 smithi172 ceph-mon[103696]: pgmap v16583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:08:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:08:20.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:20.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:21.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:21.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:22.490 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:22 smithi050 ceph-mon[92315]: pgmap v16584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:22.504 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:22 smithi172 ceph-mon[103696]: pgmap v16584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:22.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:22.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:23.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:23.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:24.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:24 smithi050 ceph-mon[92315]: pgmap v16585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:24 smithi172 ceph-mon[103696]: pgmap v16585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:24.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:24.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:25.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:25.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:26 smithi050 ceph-mon[92315]: pgmap v16586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:26 smithi172 ceph-mon[103696]: pgmap v16586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:26.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:26.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:27.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:27.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:28 smithi050 ceph-mon[92315]: pgmap v16587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:28.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:28 smithi172 ceph-mon[103696]: pgmap v16587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:28.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:28.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:29.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:29.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:30 smithi050 ceph-mon[92315]: pgmap v16588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:08:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:30 smithi172 ceph-mon[103696]: pgmap v16588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:08:30.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:30.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:31.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:31.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:32 smithi050 ceph-mon[92315]: pgmap v16589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:32.609 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:32 smithi172 ceph-mon[103696]: pgmap v16589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:32.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:32.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:33.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:33.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:34 smithi050 ceph-mon[92315]: pgmap v16590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:34.633 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:34 smithi172 ceph-mon[103696]: pgmap v16590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:34.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:34.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:08:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:08:35.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:35.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:36 smithi050 ceph-mon[92315]: pgmap v16591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:36 smithi172 ceph-mon[103696]: pgmap v16591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:36.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:36.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:37.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:37.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:38.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:38 smithi050 ceph-mon[92315]: pgmap v16592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:38 smithi172 ceph-mon[103696]: pgmap v16592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:38.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:38.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:39.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:39.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:40.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:40 smithi050 ceph-mon[92315]: pgmap v16593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:08:40.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:40 smithi172 ceph-mon[103696]: pgmap v16593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:08:40.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:40.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:41.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:41.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:42 smithi050 ceph-mon[92315]: pgmap v16594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:42.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:42 smithi172 ceph-mon[103696]: pgmap v16594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:42.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:42.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:43.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:43.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:44 smithi050 ceph-mon[92315]: pgmap v16595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:44 smithi172 ceph-mon[103696]: pgmap v16595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:44.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:44.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:45.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:45.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:46 smithi050 ceph-mon[92315]: pgmap v16596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:46 smithi172 ceph-mon[103696]: pgmap v16596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:46.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:46.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:47.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:47.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:48 smithi050 ceph-mon[92315]: pgmap v16597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:08:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:08:48.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:08:48.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:08:48.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:08:48.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:08:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:48 smithi172 ceph-mon[103696]: pgmap v16597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:08:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:08:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:08:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:08:48.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:08:48.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:08:48.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:48.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:49.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:49.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:50.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:50 smithi050 ceph-mon[92315]: pgmap v16598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:08:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:08:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:50 smithi172 ceph-mon[103696]: pgmap v16598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:08:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:08:50.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:50.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:51.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:51.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:52 smithi050 ceph-mon[92315]: pgmap v16599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:52.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:52 smithi172 ceph-mon[103696]: pgmap v16599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:52.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:52.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:53.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:53.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:54 smithi050 ceph-mon[92315]: pgmap v16600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:54 smithi172 ceph-mon[103696]: pgmap v16600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:54.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:54.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:55.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:55.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:56 smithi050 ceph-mon[92315]: pgmap v16601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:56.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:56 smithi172 ceph-mon[103696]: pgmap v16601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:56.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:56.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:57.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:57.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:08:58 smithi050 ceph-mon[92315]: pgmap v16602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:58.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:08:58 smithi172 ceph-mon[103696]: pgmap v16602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:08:58.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:58.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:08:59.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:08:59.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:00 smithi050 ceph-mon[92315]: pgmap v16603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:09:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:00 smithi172 ceph-mon[103696]: pgmap v16603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:09:00.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:00.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:01.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:01.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:02.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:02 smithi050 ceph-mon[92315]: pgmap v16604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:02 smithi172 ceph-mon[103696]: pgmap v16604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:02.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:02.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:03.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:03.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:04 smithi050 ceph-mon[92315]: pgmap v16605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:04 smithi172 ceph-mon[103696]: pgmap v16605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:04.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:04.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:09:05.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:09:05.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:05.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:06 smithi050 ceph-mon[92315]: pgmap v16606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:06.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:06 smithi172 ceph-mon[103696]: pgmap v16606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:06.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:06.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:07.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:07.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:08.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:08 smithi050 ceph-mon[92315]: pgmap v16607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:08.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:08 smithi172 ceph-mon[103696]: pgmap v16607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:08.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:08.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:09.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:09.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:10.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:10 smithi050 ceph-mon[92315]: pgmap v16608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:09:10.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:10 smithi172 ceph-mon[103696]: pgmap v16608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:09:10.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:10.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:11.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:11.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:12 smithi050 ceph-mon[92315]: pgmap v16609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:12.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:12 smithi172 ceph-mon[103696]: pgmap v16609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:12.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:12.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:13.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:13.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:14 smithi050 ceph-mon[92315]: pgmap v16610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:14.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:14 smithi172 ceph-mon[103696]: pgmap v16610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:14.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:14.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:15.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:15.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:16 smithi050 ceph-mon[92315]: pgmap v16611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:16 smithi172 ceph-mon[103696]: pgmap v16611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:16.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:16.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:17.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:17.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:18.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:18 smithi172 ceph-mon[103696]: pgmap v16612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:18 smithi050 ceph-mon[92315]: pgmap v16612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:18.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:18.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:19.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:19.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:20 smithi050 ceph-mon[92315]: pgmap v16613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:09:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:09:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:20 smithi172 ceph-mon[103696]: pgmap v16613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:09:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:09:20.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:20.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:21.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:21.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:22 smithi050 ceph-mon[92315]: pgmap v16614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:22.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:22 smithi172 ceph-mon[103696]: pgmap v16614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:22.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:22.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:23.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:23.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:24 smithi050 ceph-mon[92315]: pgmap v16615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:24.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:24 smithi172 ceph-mon[103696]: pgmap v16615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:24.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:24.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:25.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:25.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:26 smithi050 ceph-mon[92315]: pgmap v16616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:26.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:26 smithi172 ceph-mon[103696]: pgmap v16616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:26.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:26.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:27.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:27.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:28 smithi050 ceph-mon[92315]: pgmap v16617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:28.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:28 smithi172 ceph-mon[103696]: pgmap v16617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:28.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:28.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:29.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:29.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:30 smithi050 ceph-mon[92315]: pgmap v16618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:09:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:30 smithi172 ceph-mon[103696]: pgmap v16618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:09:30.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:30.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:31.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:31.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:32.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:32 smithi050 ceph-mon[92315]: pgmap v16619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:32 smithi172 ceph-mon[103696]: pgmap v16619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:32.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:32.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:33.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:33.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:34 smithi050 ceph-mon[92315]: pgmap v16620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:34.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:34 smithi172 ceph-mon[103696]: pgmap v16620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:34.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:34.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:09:35.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:09:35.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:35.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:36 smithi050 ceph-mon[92315]: pgmap v16621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:36.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:36 smithi172 ceph-mon[103696]: pgmap v16621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:36.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:36.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:37.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:37.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:38 smithi050 ceph-mon[92315]: pgmap v16622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:38.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:38 smithi172 ceph-mon[103696]: pgmap v16622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:38.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:38.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:39.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:39.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:40 smithi050 ceph-mon[92315]: pgmap v16623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:09:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:40 smithi172 ceph-mon[103696]: pgmap v16623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:09:40.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:40.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:41.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:41.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:42 smithi050 ceph-mon[92315]: pgmap v16624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:42.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:42 smithi172 ceph-mon[103696]: pgmap v16624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:42.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:42.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:43.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:43.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:44.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:44 smithi050 ceph-mon[92315]: pgmap v16625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:44.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:44 smithi172 ceph-mon[103696]: pgmap v16625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:44.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:44.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:45.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:45.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:46 smithi050 ceph-mon[92315]: pgmap v16626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:46 smithi172 ceph-mon[103696]: pgmap v16626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:46.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:46.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:47.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:47.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:48.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:48 smithi050 ceph-mon[92315]: pgmap v16627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:09:48.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:48 smithi172 ceph-mon[103696]: pgmap v16627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:09:48.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:48.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:09:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:09:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:09:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:09:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:09:49.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:09:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:09:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:09:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:09:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:09:49.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:49.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:50 smithi050 ceph-mon[92315]: pgmap v16628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:09:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:09:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:50 smithi172 ceph-mon[103696]: pgmap v16628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:09:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:09:50.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:50.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:51.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:51.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:52.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:52 smithi172 ceph-mon[103696]: pgmap v16629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:52 smithi050 ceph-mon[92315]: pgmap v16629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:52.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:52.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:53.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:53.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:54 smithi050 ceph-mon[92315]: pgmap v16630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:54.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:54 smithi172 ceph-mon[103696]: pgmap v16630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:54.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:54.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:55.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:55.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:56.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:56 smithi172 ceph-mon[103696]: pgmap v16631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:56 smithi050 ceph-mon[92315]: pgmap v16631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:56.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:56.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:57.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:57.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:58.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:09:58 smithi172 ceph-mon[103696]: pgmap v16632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:58.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:09:58 smithi050 ceph-mon[92315]: pgmap v16632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:09:58.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:58.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:09:59.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:09:59.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:00 smithi172 ceph-mon[103696]: pgmap v16633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:10:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T23:10:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:00 smithi050 ceph-mon[92315]: pgmap v16633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:10:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T23:10:00.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:00.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:01.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:01.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:02 smithi172 ceph-mon[103696]: pgmap v16634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:02 smithi050 ceph-mon[92315]: pgmap v16634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:02.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:02.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:03.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:03.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:04.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:04 smithi050 ceph-mon[92315]: pgmap v16635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:04.629 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:04 smithi172 ceph-mon[103696]: pgmap v16635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:04.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:04.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:05.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:10:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:10:05.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:05.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:06.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:06 smithi172 ceph-mon[103696]: pgmap v16636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:06 smithi050 ceph-mon[92315]: pgmap v16636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:06.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:06.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:07.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:07.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:08.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:08 smithi172 ceph-mon[103696]: pgmap v16637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:08.692 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:08 smithi050 ceph-mon[92315]: pgmap v16637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:08.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:08.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:09.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:09.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:10 smithi050 ceph-mon[92315]: pgmap v16638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:10:10.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:10 smithi172 ceph-mon[103696]: pgmap v16638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:10:10.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:10.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:11.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:11.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:12 smithi050 ceph-mon[92315]: pgmap v16639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:12.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:12 smithi172 ceph-mon[103696]: pgmap v16639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:12.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:12.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:13.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:13.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:14 smithi050 ceph-mon[92315]: pgmap v16640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:14.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:14 smithi172 ceph-mon[103696]: pgmap v16640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:15.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:15.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:16.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:16.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:16 smithi050 ceph-mon[92315]: pgmap v16641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:16.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:16 smithi172 ceph-mon[103696]: pgmap v16641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:17.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:17.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:18.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:18.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:18.712 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:18 smithi172 ceph-mon[103696]: pgmap v16642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:18.806 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:18 smithi050 ceph-mon[92315]: pgmap v16642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:19.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:19.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:20.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:20.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:20 smithi050 ceph-mon[92315]: pgmap v16643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:10:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:10:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:20 smithi172 ceph-mon[103696]: pgmap v16643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:10:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:10:21.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:21.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:22.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:22.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:22 smithi050 ceph-mon[92315]: pgmap v16644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:22.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:22 smithi172 ceph-mon[103696]: pgmap v16644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:23.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:23.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:24.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:24.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:24 smithi050 ceph-mon[92315]: pgmap v16645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:24.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:24 smithi172 ceph-mon[103696]: pgmap v16645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:25.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:25.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:26.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:26.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:26 smithi050 ceph-mon[92315]: pgmap v16646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:26.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:26 smithi172 ceph-mon[103696]: pgmap v16646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:27.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:27.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:28.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:28.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:28.818 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:28 smithi172 ceph-mon[103696]: pgmap v16647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:28 smithi050 ceph-mon[92315]: pgmap v16647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:29.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:29.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:30.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:30.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:30 smithi050 ceph-mon[92315]: pgmap v16648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:10:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:30 smithi172 ceph-mon[103696]: pgmap v16648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:10:31.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:31.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:32.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:32.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:32 smithi050 ceph-mon[92315]: pgmap v16649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:32.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:32 smithi172 ceph-mon[103696]: pgmap v16649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:33.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:33.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:34.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:34.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:34 smithi050 ceph-mon[92315]: pgmap v16650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:34 smithi172 ceph-mon[103696]: pgmap v16650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:35.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:35.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:10:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:10:36.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:36.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:36.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:36 smithi050 ceph-mon[92315]: pgmap v16651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:36.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:36 smithi172 ceph-mon[103696]: pgmap v16651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:37.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:37.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:38.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:38.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:38.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:38 smithi050 ceph-mon[92315]: pgmap v16652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:38.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:38 smithi172 ceph-mon[103696]: pgmap v16652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:39.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:39.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:40.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:40.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:40 smithi050 ceph-mon[92315]: pgmap v16653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:10:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:40 smithi172 ceph-mon[103696]: pgmap v16653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:10:41.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:41.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:42.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:42.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:42 smithi050 ceph-mon[92315]: pgmap v16654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:42.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:42 smithi172 ceph-mon[103696]: pgmap v16654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:43.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:43.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:44.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:44.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:44 smithi050 ceph-mon[92315]: pgmap v16655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:44.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:44 smithi172 ceph-mon[103696]: pgmap v16655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:45.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:45.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:46.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:46.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:46 smithi050 ceph-mon[92315]: pgmap v16656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:46.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:46 smithi172 ceph-mon[103696]: pgmap v16656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:47.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:47.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:48.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:48.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:48 smithi172 ceph-mon[103696]: pgmap v16657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:48.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:48 smithi050 ceph-mon[92315]: pgmap v16657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:49.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:49.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:10:49.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:10:50.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:50.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:50 smithi050 ceph-mon[92315]: pgmap v16658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:10:51.298 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:10:51.300 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:50 smithi172 ceph-mon[103696]: pgmap v16658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:10:51.300 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:10:51.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:51.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:52.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:52.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:52 smithi050 ceph-mon[92315]: pgmap v16659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:52 smithi172 ceph-mon[103696]: pgmap v16659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:53.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:53.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:54.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:54.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:54 smithi050 ceph-mon[92315]: pgmap v16660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:10:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:10:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:10:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:10:54.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:10:54.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:10:54.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:10:54.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:54 smithi172 ceph-mon[103696]: pgmap v16660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:10:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:10:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:10:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:10:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:10:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:10:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:10:55.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:55.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:56.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:56.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:56 smithi050 ceph-mon[92315]: pgmap v16661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:56 smithi172 ceph-mon[103696]: pgmap v16661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:57.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:57.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:58.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:58.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:10:58.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:10:58 smithi050 ceph-mon[92315]: pgmap v16662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:10:58 smithi172 ceph-mon[103696]: pgmap v16662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:10:59.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:10:59.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:00.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:00.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:00 smithi050 ceph-mon[92315]: pgmap v16663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:11:00.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:00 smithi172 ceph-mon[103696]: pgmap v16663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:11:01.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:01.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:02.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:02.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:02 smithi050 ceph-mon[92315]: pgmap v16664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:02 smithi172 ceph-mon[103696]: pgmap v16664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:03.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:03.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:04.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:04.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:04 smithi050 ceph-mon[92315]: pgmap v16665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:04.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:04 smithi172 ceph-mon[103696]: pgmap v16665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:05.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:05.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:11:05.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:11:06.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:06.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:06.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:06 smithi050 ceph-mon[92315]: pgmap v16666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:06 smithi172 ceph-mon[103696]: pgmap v16666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:07.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:07.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:07 smithi050 ceph-mon[92315]: pgmap v16667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:07.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:07 smithi172 ceph-mon[103696]: pgmap v16667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:08.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:08.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:09.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:09.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:09.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:09 smithi050 ceph-mon[92315]: pgmap v16668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:11:09.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:09 smithi172 ceph-mon[103696]: pgmap v16668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:11:10.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:10.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:11.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:11.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:12.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:12.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:12 smithi050 ceph-mon[92315]: pgmap v16669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:12.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:12 smithi172 ceph-mon[103696]: pgmap v16669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:13.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:13.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:14.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:14.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:14.436 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:14 smithi050 ceph-mon[92315]: pgmap v16670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:14 smithi172 ceph-mon[103696]: pgmap v16670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:15.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:15.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:16.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:16.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:16 smithi050 ceph-mon[92315]: pgmap v16671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:16 smithi172 ceph-mon[103696]: pgmap v16671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:17.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:17.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:18.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:18.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:18 smithi050 ceph-mon[92315]: pgmap v16672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:18 smithi172 ceph-mon[103696]: pgmap v16672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:19.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:19.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:20.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:20.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:20 smithi050 ceph-mon[92315]: pgmap v16673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:11:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:11:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:20 smithi172 ceph-mon[103696]: pgmap v16673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:11:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:11:21.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:21.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:22.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:22.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:22 smithi050 ceph-mon[92315]: pgmap v16674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:22.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:22 smithi172 ceph-mon[103696]: pgmap v16674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:23.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:23.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:24.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:24.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:24.550 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:24 smithi050 ceph-mon[92315]: pgmap v16675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:24.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:24 smithi172 ceph-mon[103696]: pgmap v16675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:25.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:25.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:26.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:26.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:26.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:26 smithi050 ceph-mon[92315]: pgmap v16676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:26.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:26 smithi172 ceph-mon[103696]: pgmap v16676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:27.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:27.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:28.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:28.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:28 smithi050 ceph-mon[92315]: pgmap v16677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:28.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:28 smithi172 ceph-mon[103696]: pgmap v16677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:29.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:29.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:30.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:30.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:30 smithi050 ceph-mon[92315]: pgmap v16678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:11:30.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:30 smithi172 ceph-mon[103696]: pgmap v16678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:11:31.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:31.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:32.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:32.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:32 smithi050 ceph-mon[92315]: pgmap v16679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:32.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:32 smithi172 ceph-mon[103696]: pgmap v16679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:33.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:33.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:34.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:34.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:34.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:34 smithi172 ceph-mon[103696]: pgmap v16680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:34 smithi050 ceph-mon[92315]: pgmap v16680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:35.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:35.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:11:35.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:11:36.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:36.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:36 smithi050 ceph-mon[92315]: pgmap v16681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:36 smithi172 ceph-mon[103696]: pgmap v16681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:37.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:37.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:38.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:38.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:38 smithi050 ceph-mon[92315]: pgmap v16682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:38.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:38 smithi172 ceph-mon[103696]: pgmap v16682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:39.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:39.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:40.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:40.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:40 smithi050 ceph-mon[92315]: pgmap v16683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:11:40.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:40 smithi172 ceph-mon[103696]: pgmap v16683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:11:41.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:41.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:42.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:42.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:42 smithi050 ceph-mon[92315]: pgmap v16684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:42.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:42 smithi172 ceph-mon[103696]: pgmap v16684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:43.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:43.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:44.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:44.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:44.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:44 smithi050 ceph-mon[92315]: pgmap v16685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:44 smithi172 ceph-mon[103696]: pgmap v16685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:45.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:45.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:46.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:46.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:46 smithi050 ceph-mon[92315]: pgmap v16686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:46 smithi172 ceph-mon[103696]: pgmap v16686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:47.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:47.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:48.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:48.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:48 smithi050 ceph-mon[92315]: pgmap v16687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:48.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:48 smithi172 ceph-mon[103696]: pgmap v16687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:49.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:49.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:50.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:50.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:50 smithi050 ceph-mon[92315]: pgmap v16688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:11:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:11:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:50 smithi172 ceph-mon[103696]: pgmap v16688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:11:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:11:51.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:51.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:52.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:52.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:52 smithi050 ceph-mon[92315]: pgmap v16689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:52.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:52 smithi172 ceph-mon[103696]: pgmap v16689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:53.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:53.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:54.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:54.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:54.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:54 smithi050 ceph-mon[92315]: pgmap v16690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:54.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:54 smithi172 ceph-mon[103696]: pgmap v16690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:55.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:55.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:11:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:11:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:11:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:11:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:11:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:11:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:11:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:11:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:11:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:11:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:11:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:11:56.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:56.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:56 smithi050 ceph-mon[92315]: pgmap v16691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:56.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:56 smithi172 ceph-mon[103696]: pgmap v16691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:57.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:57.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:58.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:58.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:11:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:11:58 smithi050 ceph-mon[92315]: pgmap v16692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:58.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:11:58 smithi172 ceph-mon[103696]: pgmap v16692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:11:59.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:11:59.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:00.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:00.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:00 smithi050 ceph-mon[92315]: pgmap v16693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:12:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:00 smithi172 ceph-mon[103696]: pgmap v16693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:12:01.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:01.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:02.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:02.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:02 smithi050 ceph-mon[92315]: pgmap v16694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:02 smithi172 ceph-mon[103696]: pgmap v16694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:03.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:03.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:04.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:04.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:04 smithi050 ceph-mon[92315]: pgmap v16695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:04.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:04 smithi172 ceph-mon[103696]: pgmap v16695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:05.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:05.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:12:05.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:12:06.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:06.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:06.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:06 smithi050 ceph-mon[92315]: pgmap v16696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:06.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:06 smithi172 ceph-mon[103696]: pgmap v16696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:07.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:07.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:08.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:08.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:08 smithi050 ceph-mon[92315]: pgmap v16697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:08 smithi172 ceph-mon[103696]: pgmap v16697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:09.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:09.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:10.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:10.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:10.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:10 smithi050 ceph-mon[92315]: pgmap v16698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:12:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:10 smithi172 ceph-mon[103696]: pgmap v16698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:12:11.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:11.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:12.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:12.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:12 smithi050 ceph-mon[92315]: pgmap v16699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:12.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:12 smithi172 ceph-mon[103696]: pgmap v16699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:13.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:13.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:14.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:14.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:14 smithi050 ceph-mon[92315]: pgmap v16700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:14.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:14 smithi172 ceph-mon[103696]: pgmap v16700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:15.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:15.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:16.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:16.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:16.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:16 smithi050 ceph-mon[92315]: pgmap v16701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:16 smithi172 ceph-mon[103696]: pgmap v16701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:17.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:17.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:18.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:18.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:18 smithi050 ceph-mon[92315]: pgmap v16702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:18.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:18 smithi172 ceph-mon[103696]: pgmap v16702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:19.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:19.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:20.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:20.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:20 smithi050 ceph-mon[92315]: pgmap v16703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:12:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:12:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:20 smithi172 ceph-mon[103696]: pgmap v16703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:12:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:12:21.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:21.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:22.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:22.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:22 smithi050 ceph-mon[92315]: pgmap v16704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:22.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:22 smithi172 ceph-mon[103696]: pgmap v16704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:23.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:23.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:24.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:24.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:24 smithi050 ceph-mon[92315]: pgmap v16705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:24.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:24 smithi172 ceph-mon[103696]: pgmap v16705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:25.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:25.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:26.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:26.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:26.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:26 smithi050 ceph-mon[92315]: pgmap v16706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:26.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:26 smithi172 ceph-mon[103696]: pgmap v16706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:27.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:27.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:28.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:28.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:28 smithi050 ceph-mon[92315]: pgmap v16707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:28.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:28 smithi172 ceph-mon[103696]: pgmap v16707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:29.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:29.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:30.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:30.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:30.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:30 smithi172 ceph-mon[103696]: pgmap v16708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:12:30.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:30 smithi050 ceph-mon[92315]: pgmap v16708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:12:31.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:31.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:32.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:32.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:32 smithi050 ceph-mon[92315]: pgmap v16709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:32.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:32 smithi172 ceph-mon[103696]: pgmap v16709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:33.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:33.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:34.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:34.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:34 smithi050 ceph-mon[92315]: pgmap v16710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:34.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:34 smithi172 ceph-mon[103696]: pgmap v16710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:35.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:35.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:12:35.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:12:36.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:36.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:36 smithi050 ceph-mon[92315]: pgmap v16711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:36.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:36 smithi172 ceph-mon[103696]: pgmap v16711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:37.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:37.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:38.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:38.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:38 smithi172 ceph-mon[103696]: pgmap v16712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:38.850 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:38 smithi050 ceph-mon[92315]: pgmap v16712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:39.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:39.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:40.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:40.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:40.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:40 smithi172 ceph-mon[103696]: pgmap v16713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:12:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:40 smithi050 ceph-mon[92315]: pgmap v16713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:12:41.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:41.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:42.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:42.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:42.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:42 smithi172 ceph-mon[103696]: pgmap v16714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:42 smithi050 ceph-mon[92315]: pgmap v16714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:43.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:43.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:44.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:44.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:44 smithi050 ceph-mon[92315]: pgmap v16715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:44 smithi172 ceph-mon[103696]: pgmap v16715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:45.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:45.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:46.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:46.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:46 smithi172 ceph-mon[103696]: pgmap v16716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:46.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:46 smithi050 ceph-mon[92315]: pgmap v16716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:47.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:47.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:48.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:48.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:48 smithi172 ceph-mon[103696]: pgmap v16717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:48 smithi050 ceph-mon[92315]: pgmap v16717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:49.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:49.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:50.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:50.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:50 smithi172 ceph-mon[103696]: pgmap v16718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:12:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:12:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:50 smithi050 ceph-mon[92315]: pgmap v16718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:12:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:12:51.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:51.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:52.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:52.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:52 smithi172 ceph-mon[103696]: pgmap v16719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:52 smithi050 ceph-mon[92315]: pgmap v16719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:53.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:53.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:54.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:54.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:54 smithi050 ceph-mon[92315]: pgmap v16720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:54.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:54 smithi172 ceph-mon[103696]: pgmap v16720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:55.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:55.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:55.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:12:55.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:12:56.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:56.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:56 smithi050 ceph-mon[92315]: pgmap v16721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:56.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:56 smithi172 ceph-mon[103696]: pgmap v16721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:57.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:57.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:58.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:58.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:12:58.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:12:58 smithi050 ceph-mon[92315]: pgmap v16722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:58.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:12:58 smithi172 ceph-mon[103696]: pgmap v16722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:12:59.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:12:59.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:00.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:00.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:00.635 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:00 smithi050 ceph-mon[92315]: pgmap v16723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:13:00.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:00 smithi172 ceph-mon[103696]: pgmap v16723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:13:01.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:01.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:02.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:02.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:02 smithi050 ceph-mon[92315]: pgmap v16724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:13:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:13:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:02 smithi172 ceph-mon[103696]: pgmap v16724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:13:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:13:03.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:03.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:04.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:04.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:04 smithi050 ceph-mon[92315]: pgmap v16725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:13:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:13:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:13:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:13:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:13:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:13:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:13:04.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:04 smithi172 ceph-mon[103696]: pgmap v16725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:13:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:13:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:13:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:13:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:13:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:13:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:13:05.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:05.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:05.485 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:13:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:13:06.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:06.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:06.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:06 smithi050 ceph-mon[92315]: pgmap v16726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:06 smithi172 ceph-mon[103696]: pgmap v16726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:07.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:07.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:08.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:08.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:08 smithi050 ceph-mon[92315]: pgmap v16727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:08 smithi172 ceph-mon[103696]: pgmap v16727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:09.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:09.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:10.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:10.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:10.538 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:10 smithi172 ceph-mon[103696]: pgmap v16728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:13:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:10 smithi050 ceph-mon[92315]: pgmap v16728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:13:11.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:11.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:12.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:12.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:12 smithi050 ceph-mon[92315]: pgmap v16729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:12 smithi172 ceph-mon[103696]: pgmap v16729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:13.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:13.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:14.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:14.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:14 smithi050 ceph-mon[92315]: pgmap v16730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:14.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:14 smithi172 ceph-mon[103696]: pgmap v16730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:15.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:15.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:16.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:16.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:16 smithi050 ceph-mon[92315]: pgmap v16731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:16 smithi172 ceph-mon[103696]: pgmap v16731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:17.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:17.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:18.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:18.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:18 smithi050 ceph-mon[92315]: pgmap v16732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:18.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:18 smithi172 ceph-mon[103696]: pgmap v16732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:19.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:19.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:20.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:20.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:20.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:20 smithi050 ceph-mon[92315]: pgmap v16733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:13:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:13:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:20 smithi172 ceph-mon[103696]: pgmap v16733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:13:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:13:21.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:21.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:22.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:22.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:22.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:22 smithi050 ceph-mon[92315]: pgmap v16734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:22 smithi172 ceph-mon[103696]: pgmap v16734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:23.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:23.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:24.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:24.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:24 smithi050 ceph-mon[92315]: pgmap v16735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:24.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:24 smithi172 ceph-mon[103696]: pgmap v16735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:25.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:25.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:26.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:26.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:26 smithi050 ceph-mon[92315]: pgmap v16736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:26.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:26 smithi172 ceph-mon[103696]: pgmap v16736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:27.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:27.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:28.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:28.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:28 smithi050 ceph-mon[92315]: pgmap v16737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:28.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:28 smithi172 ceph-mon[103696]: pgmap v16737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:29.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:29.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:30.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:30.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:30 smithi050 ceph-mon[92315]: pgmap v16738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:13:30.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:30 smithi172 ceph-mon[103696]: pgmap v16738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:13:31.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:31.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:32.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:32.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:32.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:32 smithi050 ceph-mon[92315]: pgmap v16739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:32.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:32 smithi172 ceph-mon[103696]: pgmap v16739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:33.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:33.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:34.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:34.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:34 smithi050 ceph-mon[92315]: pgmap v16740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:34.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:34 smithi172 ceph-mon[103696]: pgmap v16740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:35.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:35.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:13:35.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:13:36.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:36.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:36.345 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:36 smithi050 ceph-mon[92315]: pgmap v16741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:36.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:36 smithi172 ceph-mon[103696]: pgmap v16741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:37.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:37.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:38.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:38.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:38 smithi050 ceph-mon[92315]: pgmap v16742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:38 smithi172 ceph-mon[103696]: pgmap v16742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:39.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:39.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:40.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:40.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:40 smithi050 ceph-mon[92315]: pgmap v16743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:13:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:40 smithi172 ceph-mon[103696]: pgmap v16743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:13:41.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:41.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:42.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:42.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:42 smithi050 ceph-mon[92315]: pgmap v16744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:42.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:42 smithi172 ceph-mon[103696]: pgmap v16744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:43.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:43.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:44.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:44.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:44.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:44 smithi050 ceph-mon[92315]: pgmap v16745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:44.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:44 smithi172 ceph-mon[103696]: pgmap v16745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:45.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:45.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:46.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:46.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:46 smithi050 ceph-mon[92315]: pgmap v16746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:46 smithi172 ceph-mon[103696]: pgmap v16746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:47.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:47.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:48.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:48.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:48.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:48 smithi050 ceph-mon[92315]: pgmap v16747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:48.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:48 smithi172 ceph-mon[103696]: pgmap v16747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:49.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:49.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:50.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:50.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:50 smithi050 ceph-mon[92315]: pgmap v16748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:13:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:13:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:50 smithi172 ceph-mon[103696]: pgmap v16748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:13:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:13:51.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:51.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:52.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:52.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:52 smithi050 ceph-mon[92315]: pgmap v16749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:52 smithi172 ceph-mon[103696]: pgmap v16749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:53.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:53.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:54.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:54.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:54 smithi050 ceph-mon[92315]: pgmap v16750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:54.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:54 smithi172 ceph-mon[103696]: pgmap v16750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:55.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:55.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:56.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:56.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:56 smithi050 ceph-mon[92315]: pgmap v16751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:56.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:56 smithi172 ceph-mon[103696]: pgmap v16751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:57.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:57.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:58.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:58.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:13:58.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:13:58 smithi050 ceph-mon[92315]: pgmap v16752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:13:58 smithi172 ceph-mon[103696]: pgmap v16752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:13:59.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:13:59.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:00.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:00.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:00.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:00 smithi050 ceph-mon[92315]: pgmap v16753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:14:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:00 smithi172 ceph-mon[103696]: pgmap v16753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:14:01.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:01.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:02.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:02.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:02 smithi050 ceph-mon[92315]: pgmap v16754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:02 smithi172 ceph-mon[103696]: pgmap v16754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:03.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:03.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:04.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:04.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:04 smithi050 ceph-mon[92315]: pgmap v16755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:14:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:14:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:14:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:14:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:14:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:04 smithi172 ceph-mon[103696]: pgmap v16755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:14:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:14:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:14:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:14:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:14:05.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:05.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:14:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:14:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:14:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:14:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:14:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:14:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:14:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:14:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:14:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:14:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:14:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:14:06.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:06.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:06.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:06 smithi050 ceph-mon[92315]: pgmap v16756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:06.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:06 smithi172 ceph-mon[103696]: pgmap v16756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:07.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:07.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:08.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:08.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:08.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:08 smithi050 ceph-mon[92315]: pgmap v16757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:08.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:08 smithi172 ceph-mon[103696]: pgmap v16757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:09.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:09.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:10.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:10.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:10 smithi050 ceph-mon[92315]: pgmap v16758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:14:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:10 smithi172 ceph-mon[103696]: pgmap v16758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:14:11.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:11.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:12.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:12.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:12 smithi050 ceph-mon[92315]: pgmap v16759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:12.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:12 smithi172 ceph-mon[103696]: pgmap v16759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:13.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:13.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:14.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:14.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:14.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:14 smithi050 ceph-mon[92315]: pgmap v16760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:14.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:14 smithi172 ceph-mon[103696]: pgmap v16760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:15.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:15.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:16.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:16.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:16 smithi172 ceph-mon[103696]: pgmap v16761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:16.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:16 smithi050 ceph-mon[92315]: pgmap v16761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:17.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:17.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:18.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:18.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:18 smithi050 ceph-mon[92315]: pgmap v16762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:18 smithi172 ceph-mon[103696]: pgmap v16762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:19.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:19.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:20.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:20.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:20 smithi050 ceph-mon[92315]: pgmap v16763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:14:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:14:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:20 smithi172 ceph-mon[103696]: pgmap v16763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:14:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:14:21.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:21.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:22.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:22.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:22 smithi050 ceph-mon[92315]: pgmap v16764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:22 smithi172 ceph-mon[103696]: pgmap v16764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:23.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:23.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:24.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:24.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:24.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:24 smithi050 ceph-mon[92315]: pgmap v16765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:24 smithi172 ceph-mon[103696]: pgmap v16765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:25.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:25.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:26.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:26.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:26.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:26 smithi172 ceph-mon[103696]: pgmap v16766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:26 smithi050 ceph-mon[92315]: pgmap v16766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:27.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:27.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:28.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:28.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:28 smithi050 ceph-mon[92315]: pgmap v16767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:28 smithi172 ceph-mon[103696]: pgmap v16767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:29.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:29.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:30.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:30.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:30.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:30 smithi050 ceph-mon[92315]: pgmap v16768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:14:30.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:30 smithi172 ceph-mon[103696]: pgmap v16768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:14:31.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:31.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:32.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:32.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:32 smithi050 ceph-mon[92315]: pgmap v16769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:32.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:32 smithi172 ceph-mon[103696]: pgmap v16769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:33.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:33.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:34.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:34.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:34 smithi050 ceph-mon[92315]: pgmap v16770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:34 smithi172 ceph-mon[103696]: pgmap v16770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:35.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:35.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:14:35.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:14:36.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:36.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:36.721 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:36 smithi050 ceph-mon[92315]: pgmap v16771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:36.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:36 smithi172 ceph-mon[103696]: pgmap v16771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:37.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:37.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:38.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:38.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:38 smithi050 ceph-mon[92315]: pgmap v16772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:38.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:38 smithi172 ceph-mon[103696]: pgmap v16772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:39.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:39.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:40.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:40.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:40.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:40 smithi050 ceph-mon[92315]: pgmap v16773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:14:40.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:40 smithi172 ceph-mon[103696]: pgmap v16773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:14:41.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:41.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:42.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:42.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:42 smithi050 ceph-mon[92315]: pgmap v16774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:42.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:42 smithi172 ceph-mon[103696]: pgmap v16774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:43.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:43.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:44.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:44.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:44 smithi050 ceph-mon[92315]: pgmap v16775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:44.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:44 smithi172 ceph-mon[103696]: pgmap v16775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:45.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:45.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:46.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:46.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:46.835 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:46 smithi050 ceph-mon[92315]: pgmap v16776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:46 smithi172 ceph-mon[103696]: pgmap v16776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:47.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:47.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:48.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:48.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:48 smithi050 ceph-mon[92315]: pgmap v16777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:48 smithi172 ceph-mon[103696]: pgmap v16777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:49.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:49.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:50.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:50.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:50 smithi050 ceph-mon[92315]: pgmap v16778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:14:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:14:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:50 smithi172 ceph-mon[103696]: pgmap v16778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:14:50.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:14:51.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:51.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:52.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:52.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:52 smithi050 ceph-mon[92315]: pgmap v16779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:52.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:52 smithi172 ceph-mon[103696]: pgmap v16779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:53.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:53.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:54.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:54.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:54 smithi050 ceph-mon[92315]: pgmap v16780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:54.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:54 smithi172 ceph-mon[103696]: pgmap v16780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:55.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:55.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:56.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:56.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:56 smithi050 ceph-mon[92315]: pgmap v16781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:56.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:56 smithi172 ceph-mon[103696]: pgmap v16781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:57.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:57.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:58.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:58.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:14:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:14:58 smithi050 ceph-mon[92315]: pgmap v16782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:14:58 smithi172 ceph-mon[103696]: pgmap v16782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:14:59.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:14:59.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:00.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:00.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:00 smithi050 ceph-mon[92315]: pgmap v16783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:15:00.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:00 smithi172 ceph-mon[103696]: pgmap v16783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:15:01.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:01.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:02.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:02.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:02 smithi050 ceph-mon[92315]: pgmap v16784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:02.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:02 smithi172 ceph-mon[103696]: pgmap v16784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:03.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:03.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:04.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:04.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:04.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:04 smithi050 ceph-mon[92315]: pgmap v16785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:04.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:04 smithi172 ceph-mon[103696]: pgmap v16785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:05.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:05.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:15:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:15:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:15:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:15:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:15:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:15:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:15:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:15:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:15:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:15:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:15:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:15:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:15:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:15:06.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:06.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:06.748 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:06 smithi172 ceph-mon[103696]: pgmap v16786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:06 smithi050 ceph-mon[92315]: pgmap v16786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:07.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:07.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:08.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:08.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:08 smithi050 ceph-mon[92315]: pgmap v16787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:08.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:08 smithi172 ceph-mon[103696]: pgmap v16787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:09.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:09.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:10.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:10.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:10 smithi050 ceph-mon[92315]: pgmap v16788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:15:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:10 smithi172 ceph-mon[103696]: pgmap v16788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:15:11.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:11.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:12.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:12.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:12 smithi050 ceph-mon[92315]: pgmap v16789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:12.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:12 smithi172 ceph-mon[103696]: pgmap v16789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:13.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:13.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:14.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:14.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:14 smithi050 ceph-mon[92315]: pgmap v16790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:14.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:14 smithi172 ceph-mon[103696]: pgmap v16790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:15.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:15.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:16.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:16.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:16 smithi050 ceph-mon[92315]: pgmap v16791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:16.853 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:16 smithi172 ceph-mon[103696]: pgmap v16791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:17.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:17.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:18.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:18.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:18.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:18 smithi050 ceph-mon[92315]: pgmap v16792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:18 smithi172 ceph-mon[103696]: pgmap v16792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:19.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:19.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:20.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:20.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:20 smithi050 ceph-mon[92315]: pgmap v16793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:15:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:15:20.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:20 smithi172 ceph-mon[103696]: pgmap v16793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:15:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:15:21.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:21.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:22.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:22.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:22.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:22 smithi050 ceph-mon[92315]: pgmap v16794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:22.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:22 smithi172 ceph-mon[103696]: pgmap v16794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:23.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:23.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:24.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:24.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:24 smithi050 ceph-mon[92315]: pgmap v16795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:24.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:24 smithi172 ceph-mon[103696]: pgmap v16795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:25.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:25.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:26.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:26.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:26.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:26 smithi050 ceph-mon[92315]: pgmap v16796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:26.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:26 smithi172 ceph-mon[103696]: pgmap v16796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:27.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:27.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:28.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:28.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:28 smithi050 ceph-mon[92315]: pgmap v16797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:28 smithi172 ceph-mon[103696]: pgmap v16797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:29.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:29.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:30.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:30.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:30 smithi050 ceph-mon[92315]: pgmap v16798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:15:30.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:30 smithi172 ceph-mon[103696]: pgmap v16798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:15:31.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:31.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:32.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:32.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:32.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:32 smithi050 ceph-mon[92315]: pgmap v16799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:32.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:32 smithi172 ceph-mon[103696]: pgmap v16799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:33.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:33.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:34.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:34.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:34 smithi050 ceph-mon[92315]: pgmap v16800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:34 smithi172 ceph-mon[103696]: pgmap v16800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:35.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:35.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:15:35.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:15:36.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:36.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:36 smithi050 ceph-mon[92315]: pgmap v16801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:36.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:36 smithi172 ceph-mon[103696]: pgmap v16801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:37.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:37.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:37 smithi050 ceph-mon[92315]: pgmap v16802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:37.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:37 smithi172 ceph-mon[103696]: pgmap v16802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:38.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:38.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:39.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:39.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:39 smithi050 ceph-mon[92315]: pgmap v16803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:15:40.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:39 smithi172 ceph-mon[103696]: pgmap v16803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:15:40.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:40.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:41.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:41.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:42.375 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:42 smithi172 ceph-mon[103696]: pgmap v16804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:42.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:42.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:42.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:42 smithi050 ceph-mon[92315]: pgmap v16804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:43.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:43.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:44.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:44.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:44 smithi050 ceph-mon[92315]: pgmap v16805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:44.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:44 smithi172 ceph-mon[103696]: pgmap v16805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:45.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:45.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:46.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:46.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:46 smithi050 ceph-mon[92315]: pgmap v16806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:46.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:46 smithi172 ceph-mon[103696]: pgmap v16806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:47.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:47.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:48.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:48.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:48 smithi050 ceph-mon[92315]: pgmap v16807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:48.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:48 smithi172 ceph-mon[103696]: pgmap v16807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:49.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:49.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:50.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:50.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:50 smithi050 ceph-mon[92315]: pgmap v16808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:15:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:15:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:50 smithi172 ceph-mon[103696]: pgmap v16808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:15:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:15:51.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:51.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:52.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:52.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:52.580 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:52 smithi050 ceph-mon[92315]: pgmap v16809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:52 smithi172 ceph-mon[103696]: pgmap v16809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:53.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:53.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:54.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:54.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:54.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:54 smithi050 ceph-mon[92315]: pgmap v16810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:54 smithi172 ceph-mon[103696]: pgmap v16810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:55.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:55.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:56.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:56.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:56 smithi050 ceph-mon[92315]: pgmap v16811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:56.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:56 smithi172 ceph-mon[103696]: pgmap v16811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:57.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:57.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:58.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:58.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:15:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:15:58 smithi050 ceph-mon[92315]: pgmap v16812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:58.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:15:58 smithi172 ceph-mon[103696]: pgmap v16812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:15:59.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:15:59.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:00.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:00.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:00 smithi050 ceph-mon[92315]: pgmap v16813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:16:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:00 smithi172 ceph-mon[103696]: pgmap v16813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:16:01.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:01.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:02.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:02.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:02 smithi050 ceph-mon[92315]: pgmap v16814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:02.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:02 smithi172 ceph-mon[103696]: pgmap v16814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:03.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:03.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:04.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:04.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:04 smithi050 ceph-mon[92315]: pgmap v16815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:04 smithi172 ceph-mon[103696]: pgmap v16815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:05.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:05.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:05.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:16:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:16:05.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:16:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:16:06.570 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:06 smithi050 ceph-mon[92315]: pgmap v16816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:06.570 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:16:06.570 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:16:06.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:06.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:06 smithi172 ceph-mon[103696]: pgmap v16816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:16:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:16:07.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:07.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:08.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:08.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:08.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:08 smithi050 ceph-mon[92315]: pgmap v16817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:08 smithi172 ceph-mon[103696]: pgmap v16817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:09.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:09.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:10.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:10.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:10.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:10 smithi050 ceph-mon[92315]: pgmap v16818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:16:10.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:16:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:16:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:16:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:16:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:16:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:16:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:16:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:16:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:16:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:10 smithi172 ceph-mon[103696]: pgmap v16818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:16:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:16:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:16:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:16:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:16:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:16:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:16:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:16:10.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:16:10.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:16:11.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:11.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:12.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:12.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:12.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:12 smithi050 ceph-mon[92315]: pgmap v16819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:12.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:12 smithi172 ceph-mon[103696]: pgmap v16819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:13.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:13.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:14.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:14.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:14 smithi050 ceph-mon[92315]: pgmap v16820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:14.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:14 smithi172 ceph-mon[103696]: pgmap v16820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:15.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:15.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:16 smithi050 ceph-mon[92315]: pgmap v16821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:16.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:16.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:16.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:16 smithi172 ceph-mon[103696]: pgmap v16821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:17.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:17.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:18 smithi050 ceph-mon[92315]: pgmap v16822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:18.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:18.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:18.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:18 smithi172 ceph-mon[103696]: pgmap v16822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:19.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:19.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:20 smithi050 ceph-mon[92315]: pgmap v16823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:16:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:16:20.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:20.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:20.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:20 smithi172 ceph-mon[103696]: pgmap v16823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:16:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:16:21.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:21.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:22 smithi050 ceph-mon[92315]: pgmap v16824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:22.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:22.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:22.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:22 smithi172 ceph-mon[103696]: pgmap v16824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:23.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:23.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:24 smithi050 ceph-mon[92315]: pgmap v16825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:24.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:24.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:24.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:24 smithi172 ceph-mon[103696]: pgmap v16825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:25.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:25.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:26 smithi050 ceph-mon[92315]: pgmap v16826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:26.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:26.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:26.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:26 smithi172 ceph-mon[103696]: pgmap v16826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:27.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:27.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:28 smithi050 ceph-mon[92315]: pgmap v16827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:28.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:28.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:28.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:28 smithi172 ceph-mon[103696]: pgmap v16827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:29.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:29.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:30 smithi050 ceph-mon[92315]: pgmap v16828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:16:30.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:30.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:30.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:30 smithi172 ceph-mon[103696]: pgmap v16828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:16:31.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:31.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:32 smithi050 ceph-mon[92315]: pgmap v16829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:32.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:32.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:32 smithi172 ceph-mon[103696]: pgmap v16829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:33.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:33.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:34 smithi050 ceph-mon[92315]: pgmap v16830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:34 smithi172 ceph-mon[103696]: pgmap v16830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:34.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:34.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:35.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:16:35.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:35.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:35.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:16:36.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:36 smithi172 ceph-mon[103696]: pgmap v16831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:36.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:36.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:36.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:36 smithi050 ceph-mon[92315]: pgmap v16831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:37.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:37.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:38 smithi172 ceph-mon[103696]: pgmap v16832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:38.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:38.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:38.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:38 smithi050 ceph-mon[92315]: pgmap v16832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:39.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:39.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:40.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:40 smithi172 ceph-mon[103696]: pgmap v16833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:16:40.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:40.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:40 smithi050 ceph-mon[92315]: pgmap v16833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:16:41.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:41.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:42.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:42 smithi172 ceph-mon[103696]: pgmap v16834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:42.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:42.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:42.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:42 smithi050 ceph-mon[92315]: pgmap v16834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:43.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:43.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:44.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:44 smithi050 ceph-mon[92315]: pgmap v16835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:44 smithi172 ceph-mon[103696]: pgmap v16835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:44.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:44.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:45.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:45.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:46 smithi172 ceph-mon[103696]: pgmap v16836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:46.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:46.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:46 smithi050 ceph-mon[92315]: pgmap v16836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:47.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:47.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:48.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:48 smithi050 ceph-mon[92315]: pgmap v16837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:48.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:48 smithi172 ceph-mon[103696]: pgmap v16837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:48.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:48.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:49.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:49.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:50.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:50 smithi172 ceph-mon[103696]: pgmap v16838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:16:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:16:50.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:50.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:50 smithi050 ceph-mon[92315]: pgmap v16838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:16:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:16:51.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:51.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:52.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:52.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:52.844 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:52 smithi172 ceph-mon[103696]: pgmap v16839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:52.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:52 smithi050 ceph-mon[92315]: pgmap v16839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:53.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:53.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:54 smithi050 ceph-mon[92315]: pgmap v16840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:54.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:54.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:54 smithi172 ceph-mon[103696]: pgmap v16840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:55.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:55.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:56.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:56.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:56 smithi050 ceph-mon[92315]: pgmap v16841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:56.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:56 smithi172 ceph-mon[103696]: pgmap v16841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:57.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:57.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:16:58 smithi050 ceph-mon[92315]: pgmap v16842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:58.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:58.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:16:58.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:16:58 smithi172 ceph-mon[103696]: pgmap v16842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:16:59.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:16:59.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:00.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:00.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:00 smithi050 ceph-mon[92315]: pgmap v16843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:17:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:00 smithi172 ceph-mon[103696]: pgmap v16843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:17:01.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:01.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:02.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:02.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:02 smithi050 ceph-mon[92315]: pgmap v16844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:02 smithi172 ceph-mon[103696]: pgmap v16844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:03.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:03.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:04 smithi050 ceph-mon[92315]: pgmap v16845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:04.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:04.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:04 smithi172 ceph-mon[103696]: pgmap v16845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:05.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:05.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:17:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:17:06.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:06.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:06.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:06 smithi050 ceph-mon[92315]: pgmap v16846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:06 smithi172 ceph-mon[103696]: pgmap v16846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:07.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:07.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:08.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:08.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:08 smithi050 ceph-mon[92315]: pgmap v16847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:08.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:08 smithi172 ceph-mon[103696]: pgmap v16847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:09.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:09.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:10.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:10.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:10.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:10 smithi050 ceph-mon[92315]: pgmap v16848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:17:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:17:10.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:10 smithi172 ceph-mon[103696]: pgmap v16848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:17:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:17:11.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:11.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:17:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:17:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:17:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:17:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:17:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:17:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:17:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:17:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:17:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:17:12.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:12.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:12.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:12 smithi050 ceph-mon[92315]: pgmap v16849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:12 smithi172 ceph-mon[103696]: pgmap v16849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:13.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:13.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:14 smithi050 ceph-mon[92315]: pgmap v16850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:14.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:14.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:14 smithi172 ceph-mon[103696]: pgmap v16850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:15.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:15.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:16.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:16.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:16 smithi050 ceph-mon[92315]: pgmap v16851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:16.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:16 smithi172 ceph-mon[103696]: pgmap v16851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:17.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:17.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:18.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:18 smithi050 ceph-mon[92315]: pgmap v16852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:18.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:18.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:18.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:18 smithi172 ceph-mon[103696]: pgmap v16852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:19.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:19.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:20.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:20.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:20 smithi050 ceph-mon[92315]: pgmap v16853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:17:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:17:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:20 smithi172 ceph-mon[103696]: pgmap v16853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:17:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:17:21.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:21.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:22.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:22.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:22.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:22 smithi050 ceph-mon[92315]: pgmap v16854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:22 smithi172 ceph-mon[103696]: pgmap v16854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:23.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:23.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:24.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:24.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:24 smithi050 ceph-mon[92315]: pgmap v16855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:24.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:24 smithi172 ceph-mon[103696]: pgmap v16855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:25.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:25.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:26.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:26.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:26 smithi050 ceph-mon[92315]: pgmap v16856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:26.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:26 smithi172 ceph-mon[103696]: pgmap v16856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:27.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:27.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:28 smithi172 ceph-mon[103696]: pgmap v16857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:28.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:28.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:28 smithi050 ceph-mon[92315]: pgmap v16857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:29.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:29.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:30.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:30.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:30 smithi050 ceph-mon[92315]: pgmap v16858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:17:30.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:30 smithi172 ceph-mon[103696]: pgmap v16858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:17:31.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:31.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:32.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:32.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:32 smithi050 ceph-mon[92315]: pgmap v16859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:32 smithi172 ceph-mon[103696]: pgmap v16859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:33.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:33.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:34.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:34.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:34 smithi050 ceph-mon[92315]: pgmap v16860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:34.879 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:34 smithi172 ceph-mon[103696]: pgmap v16860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:35.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:35.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:17:35.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:17:36.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:36.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:36 smithi050 ceph-mon[92315]: pgmap v16861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:36.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:36 smithi172 ceph-mon[103696]: pgmap v16861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:37.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:37.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:38.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:38 smithi172 ceph-mon[103696]: pgmap v16862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:38.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:38.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:38.782 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:38 smithi050 ceph-mon[92315]: pgmap v16862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:39.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:39.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:40.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:40.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:40 smithi050 ceph-mon[92315]: pgmap v16863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:17:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:40 smithi172 ceph-mon[103696]: pgmap v16863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:17:41.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:41.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:42.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:42.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:42 smithi050 ceph-mon[92315]: pgmap v16864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:42 smithi172 ceph-mon[103696]: pgmap v16864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:43.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:43.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:44.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:44.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:44 smithi050 ceph-mon[92315]: pgmap v16865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:44 smithi172 ceph-mon[103696]: pgmap v16865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:45.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:45.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:46.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:46.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:46 smithi050 ceph-mon[92315]: pgmap v16866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:46 smithi172 ceph-mon[103696]: pgmap v16866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:47.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:47.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:48.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:48.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:48 smithi050 ceph-mon[92315]: pgmap v16867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:48 smithi172 ceph-mon[103696]: pgmap v16867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:49.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:49.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:50.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:50.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:50 smithi050 ceph-mon[92315]: pgmap v16868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:17:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:17:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:50 smithi172 ceph-mon[103696]: pgmap v16868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:17:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:17:51.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:51.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:52.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:52.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:52 smithi050 ceph-mon[92315]: pgmap v16869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:52 smithi172 ceph-mon[103696]: pgmap v16869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:53.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:53.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:54.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:54.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:54 smithi050 ceph-mon[92315]: pgmap v16870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:54.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:54 smithi172 ceph-mon[103696]: pgmap v16870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:55.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:55.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:56.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:56.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:56 smithi050 ceph-mon[92315]: pgmap v16871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:56.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:56 smithi172 ceph-mon[103696]: pgmap v16871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:57.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:57.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:58.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:58.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:17:58.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:17:58 smithi050 ceph-mon[92315]: pgmap v16872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:58.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:17:58 smithi172 ceph-mon[103696]: pgmap v16872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:17:59.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:17:59.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:00.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:00.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:00 smithi050 ceph-mon[92315]: pgmap v16873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:18:00.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:00 smithi172 ceph-mon[103696]: pgmap v16873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:18:01.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:01.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:02.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:02.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:02 smithi050 ceph-mon[92315]: pgmap v16874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:02 smithi172 ceph-mon[103696]: pgmap v16874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:03.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:03.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:04.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:04.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:04 smithi050 ceph-mon[92315]: pgmap v16875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:04 smithi172 ceph-mon[103696]: pgmap v16875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:05.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:05.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:05.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:18:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:18:06.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:06.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:06.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:06 smithi050 ceph-mon[92315]: pgmap v16876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:06.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:06 smithi172 ceph-mon[103696]: pgmap v16876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:07.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:07.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:08.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:08.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:08 smithi050 ceph-mon[92315]: pgmap v16877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:08.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:08 smithi172 ceph-mon[103696]: pgmap v16877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:09.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:09.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:10.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:10.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:10 smithi050 ceph-mon[92315]: pgmap v16878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:18:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:10 smithi172 ceph-mon[103696]: pgmap v16878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:18:11.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:11.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:18:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:18:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:18:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:18:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:18:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:18:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:18:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:18:11.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:18:11.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:18:11.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:18:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:18:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:18:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:18:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:18:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:18:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:18:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:18:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:18:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:18:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:18:11.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:18:12.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:12.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:12 smithi050 ceph-mon[92315]: pgmap v16879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:12 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1442M 2023-09-30T23:18:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:12 smithi172 ceph-mon[103696]: pgmap v16879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:12 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1442M 2023-09-30T23:18:13.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:13.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:14.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:14.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:14.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:14 smithi050 ceph-mon[92315]: pgmap v16880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:14.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:14 smithi172 ceph-mon[103696]: pgmap v16880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:15.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:15.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:16.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:16.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:16 smithi050 ceph-mon[92315]: pgmap v16881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:16.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:16 smithi172 ceph-mon[103696]: pgmap v16881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:17.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:17.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:18.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:18.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:18 smithi050 ceph-mon[92315]: pgmap v16882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:18 smithi172 ceph-mon[103696]: pgmap v16882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:19.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:19.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:20.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:20.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:20.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:20 smithi050 ceph-mon[92315]: pgmap v16883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:18:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:18:20.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:20 smithi172 ceph-mon[103696]: pgmap v16883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:18:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:18:21.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:21.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:22.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:22.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:22 smithi050 ceph-mon[92315]: pgmap v16884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:22 smithi172 ceph-mon[103696]: pgmap v16884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:23.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:23.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:24.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:24.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:24 smithi050 ceph-mon[92315]: pgmap v16885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:24.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:24 smithi172 ceph-mon[103696]: pgmap v16885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:25.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:25.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:26.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:26.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:26 smithi050 ceph-mon[92315]: pgmap v16886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:26.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:26 smithi172 ceph-mon[103696]: pgmap v16886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:27.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:27.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:28.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:28.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:28.843 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:28 smithi172 ceph-mon[103696]: pgmap v16887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:28.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:28 smithi050 ceph-mon[92315]: pgmap v16887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:29.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:29.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:30.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:30.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:30 smithi050 ceph-mon[92315]: pgmap v16888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:18:30.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:30 smithi172 ceph-mon[103696]: pgmap v16888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:18:31.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:31.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:32.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:32.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:32 smithi050 ceph-mon[92315]: pgmap v16889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:32.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:32 smithi172 ceph-mon[103696]: pgmap v16889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:33.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:33.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:34.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:34.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:34.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:34 smithi050 ceph-mon[92315]: pgmap v16890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:34 smithi172 ceph-mon[103696]: pgmap v16890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:35.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:35.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:35.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:18:35.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:18:36.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:36.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:36.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:36 smithi050 ceph-mon[92315]: pgmap v16891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:36 smithi172 ceph-mon[103696]: pgmap v16891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:37.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:37.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:37.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:37 smithi050 ceph-mon[92315]: pgmap v16892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:37 smithi172 ceph-mon[103696]: pgmap v16892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:38.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:38.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:39.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:39.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:39 smithi050 ceph-mon[92315]: pgmap v16893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:18:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:39 smithi172 ceph-mon[103696]: pgmap v16893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:18:40.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:40.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:41.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:41.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:42 smithi050 ceph-mon[92315]: pgmap v16894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:42 smithi172 ceph-mon[103696]: pgmap v16894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:42.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:42.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:43.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:43.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:44.527 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:44 smithi050 ceph-mon[92315]: pgmap v16895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:44 smithi172 ceph-mon[103696]: pgmap v16895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:44.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:44.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:45.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:45.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:46 smithi050 ceph-mon[92315]: pgmap v16896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:46 smithi172 ceph-mon[103696]: pgmap v16896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:46.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:46.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:47.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:47.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:48.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:48 smithi050 ceph-mon[92315]: pgmap v16897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:48.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:48 smithi172 ceph-mon[103696]: pgmap v16897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:48.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:48.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:49.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:49.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:50 smithi050 ceph-mon[92315]: pgmap v16898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:18:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:18:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:50 smithi172 ceph-mon[103696]: pgmap v16898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:18:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:18:50.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:50.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:51.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:51.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:52.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:52 smithi050 ceph-mon[92315]: pgmap v16899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:52.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:52 smithi172 ceph-mon[103696]: pgmap v16899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:52.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:52.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:53.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:53.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:54 smithi172 ceph-mon[103696]: pgmap v16900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:54 smithi050 ceph-mon[92315]: pgmap v16900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:54.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:54.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:55.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:55.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:56.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:56 smithi050 ceph-mon[92315]: pgmap v16901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:56 smithi172 ceph-mon[103696]: pgmap v16901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:56.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:56.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:57.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:57.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:18:58 smithi050 ceph-mon[92315]: pgmap v16902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:18:58 smithi172 ceph-mon[103696]: pgmap v16902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:18:58.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:58.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:18:59.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:18:59.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:00 smithi050 ceph-mon[92315]: pgmap v16903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:19:00.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:00 smithi172 ceph-mon[103696]: pgmap v16903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:19:00.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:00.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:01.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:01.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:02.599 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:02 smithi050 ceph-mon[92315]: pgmap v16904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:02 smithi172 ceph-mon[103696]: pgmap v16904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:02.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:02.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:03.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:03.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:04 smithi050 ceph-mon[92315]: pgmap v16905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:04 smithi172 ceph-mon[103696]: pgmap v16905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:04.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:04.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:05.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:19:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:19:05.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:05.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:06 smithi172 ceph-mon[103696]: pgmap v16906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:06 smithi050 ceph-mon[92315]: pgmap v16906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:06.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:06.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:07.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:07.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:08 smithi172 ceph-mon[103696]: pgmap v16907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:08 smithi050 ceph-mon[92315]: pgmap v16907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:08.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:08.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:09.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:09.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:10 smithi172 ceph-mon[103696]: pgmap v16908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:19:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:10 smithi050 ceph-mon[92315]: pgmap v16908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:19:10.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:10.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:11.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:11.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:12.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:12 smithi172 ceph-mon[103696]: pgmap v16909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:19:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:19:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:19:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:19:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:19:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:19:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:12 smithi050 ceph-mon[92315]: pgmap v16909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:19:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:19:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:19:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:19:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:19:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:19:12.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:12.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:13.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:13.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:14 smithi050 ceph-mon[92315]: pgmap v16910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:14 smithi172 ceph-mon[103696]: pgmap v16910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:14.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:14.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:15.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:15.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:16 smithi172 ceph-mon[103696]: pgmap v16911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:16 smithi050 ceph-mon[92315]: pgmap v16911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:16.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:16.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:17.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:17.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:18 smithi172 ceph-mon[103696]: pgmap v16912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:18 smithi050 ceph-mon[92315]: pgmap v16912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:18.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:18.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:19.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:19.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:20 smithi172 ceph-mon[103696]: pgmap v16913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:19:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:19:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:20 smithi050 ceph-mon[92315]: pgmap v16913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:19:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:19:20.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:20.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:21.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:21.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:22.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:22 smithi172 ceph-mon[103696]: pgmap v16914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:22 smithi050 ceph-mon[92315]: pgmap v16914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:22.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:22.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:23.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:23.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:24 smithi050 ceph-mon[92315]: pgmap v16915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:24 smithi172 ceph-mon[103696]: pgmap v16915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:24.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:24.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:25.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:25.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:26 smithi050 ceph-mon[92315]: pgmap v16916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:26.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:26 smithi172 ceph-mon[103696]: pgmap v16916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:26.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:26.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:27.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:27.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:28 smithi050 ceph-mon[92315]: pgmap v16917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:28 smithi172 ceph-mon[103696]: pgmap v16917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:28.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:28.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:29.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:29.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:30 smithi050 ceph-mon[92315]: pgmap v16918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:19:30.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:30 smithi172 ceph-mon[103696]: pgmap v16918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:19:30.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:30.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:31.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:31.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:32 smithi050 ceph-mon[92315]: pgmap v16919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:32 smithi172 ceph-mon[103696]: pgmap v16919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:32.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:32.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:33.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:33.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:34.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:34 smithi050 ceph-mon[92315]: pgmap v16920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:34.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:34 smithi172 ceph-mon[103696]: pgmap v16920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:34.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:34.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:19:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:19:35.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:35.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:36 smithi050 ceph-mon[92315]: pgmap v16921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:36.879 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:36 smithi172 ceph-mon[103696]: pgmap v16921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:36.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:36.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:37.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:37.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:38 smithi050 ceph-mon[92315]: pgmap v16922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:38 smithi172 ceph-mon[103696]: pgmap v16922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:38.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:38.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:39.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:39.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:40 smithi050 ceph-mon[92315]: pgmap v16923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:19:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:40 smithi172 ceph-mon[103696]: pgmap v16923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:19:40.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:40.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:41.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:41.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:42 smithi050 ceph-mon[92315]: pgmap v16924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:42 smithi172 ceph-mon[103696]: pgmap v16924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:42.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:42.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:43.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:43.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:44 smithi050 ceph-mon[92315]: pgmap v16925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:44.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:44 smithi172 ceph-mon[103696]: pgmap v16925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:44.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:44.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:45.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:45.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:46 smithi050 ceph-mon[92315]: pgmap v16926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:46 smithi172 ceph-mon[103696]: pgmap v16926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:46.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:46.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:47.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:47.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:48 smithi050 ceph-mon[92315]: pgmap v16927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:48.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:48 smithi172 ceph-mon[103696]: pgmap v16927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:48.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:48.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:49.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:49.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:50 smithi050 ceph-mon[92315]: pgmap v16928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:19:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:19:50.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:50 smithi172 ceph-mon[103696]: pgmap v16928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:19:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:19:50.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:50.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:51.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:51.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:52 smithi050 ceph-mon[92315]: pgmap v16929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:52 smithi172 ceph-mon[103696]: pgmap v16929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:52.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:52.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:53.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:53.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:54.744 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:54 smithi172 ceph-mon[103696]: pgmap v16930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:54 smithi050 ceph-mon[92315]: pgmap v16930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:54.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:54.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:55.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:55.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:56 smithi050 ceph-mon[92315]: pgmap v16931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:56 smithi172 ceph-mon[103696]: pgmap v16931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:56.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:56.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:57.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:57.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:58.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:19:58 smithi050 ceph-mon[92315]: pgmap v16932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:19:58 smithi172 ceph-mon[103696]: pgmap v16932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:19:58.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:58.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:19:59.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:19:59.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:00 smithi050 ceph-mon[92315]: pgmap v16933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:20:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T23:20:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:00 smithi172 ceph-mon[103696]: pgmap v16933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:20:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T23:20:00.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:00.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:01.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:01.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:02 smithi050 ceph-mon[92315]: pgmap v16934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:02.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:02 smithi172 ceph-mon[103696]: pgmap v16934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:02.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:02.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:03.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:03.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:04 smithi050 ceph-mon[92315]: pgmap v16935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:04.850 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:04 smithi172 ceph-mon[103696]: pgmap v16935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:04.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:04.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:05.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:20:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:20:05.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:05.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:06 smithi050 ceph-mon[92315]: pgmap v16936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:06 smithi172 ceph-mon[103696]: pgmap v16936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:06.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:06.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:07.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:07.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:08 smithi050 ceph-mon[92315]: pgmap v16937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:08 smithi172 ceph-mon[103696]: pgmap v16937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:08.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:08.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:09.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:09.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:10 smithi050 ceph-mon[92315]: pgmap v16938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:20:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:10 smithi172 ceph-mon[103696]: pgmap v16938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:20:10.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:10.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:11.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:11.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:12.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:12 smithi050 ceph-mon[92315]: pgmap v16939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:20:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:12 smithi172 ceph-mon[103696]: pgmap v16939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:20:12.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:12.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:20:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:20:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:20:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:20:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:20:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:20:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:20:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:20:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:20:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:20:13.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:13.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:14.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:14 smithi050 ceph-mon[92315]: pgmap v16940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:14.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:14 smithi172 ceph-mon[103696]: pgmap v16940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:15.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:15.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:15.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:15.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:16 smithi050 ceph-mon[92315]: pgmap v16941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:16 smithi172 ceph-mon[103696]: pgmap v16941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:16.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:16.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:18.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:18.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:18 smithi050 ceph-mon[92315]: pgmap v16942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:20:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:18 smithi172 ceph-mon[103696]: pgmap v16942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:20:19.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:19.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:20.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:20.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:20 smithi050 ceph-mon[92315]: pgmap v16943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:20:21.085 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:20:21.086 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:20 smithi172 ceph-mon[103696]: pgmap v16943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:20:21.086 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:20:21.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:21.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:22.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:22.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:22 smithi050 ceph-mon[92315]: pgmap v16944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:22.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:22 smithi172 ceph-mon[103696]: pgmap v16944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:23.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:23.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:24.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:24.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:24.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:24 smithi050 ceph-mon[92315]: pgmap v16945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:24 smithi172 ceph-mon[103696]: pgmap v16945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:25.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:25.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:26.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:26.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:26 smithi050 ceph-mon[92315]: pgmap v16946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:26 smithi172 ceph-mon[103696]: pgmap v16946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:27.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:27.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:28.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:28.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:28 smithi050 ceph-mon[92315]: pgmap v16947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:20:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:28 smithi172 ceph-mon[103696]: pgmap v16947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:20:29.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:29.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:30.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:30.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:30 smithi050 ceph-mon[92315]: pgmap v16948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:30 smithi172 ceph-mon[103696]: pgmap v16948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:31.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:31.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:32.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:32.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:32 smithi050 ceph-mon[92315]: pgmap v16949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:32 smithi172 ceph-mon[103696]: pgmap v16949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:33.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:33.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:34.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:34.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:34 smithi050 ceph-mon[92315]: pgmap v16950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:34 smithi172 ceph-mon[103696]: pgmap v16950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:35.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:35.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:35.788 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:20:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:20:36.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:36.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:36.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:36 smithi050 ceph-mon[92315]: pgmap v16951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:36 smithi172 ceph-mon[103696]: pgmap v16951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:37.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:37.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:38.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:38.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:38 smithi050 ceph-mon[92315]: pgmap v16952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:20:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:38 smithi172 ceph-mon[103696]: pgmap v16952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:20:39.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:39.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:40.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:40.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:40.844 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:40 smithi050 ceph-mon[92315]: pgmap v16953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:40 smithi172 ceph-mon[103696]: pgmap v16953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:41.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:41.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:42.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:42.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:42 smithi050 ceph-mon[92315]: pgmap v16954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:42 smithi172 ceph-mon[103696]: pgmap v16954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:43.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:43.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:44.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:44.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:44 smithi050 ceph-mon[92315]: pgmap v16955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:44 smithi172 ceph-mon[103696]: pgmap v16955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:45.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:45.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:46.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:46.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:46 smithi050 ceph-mon[92315]: pgmap v16956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:46 smithi172 ceph-mon[103696]: pgmap v16956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:47.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:47.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:48.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:48.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:48 smithi050 ceph-mon[92315]: pgmap v16957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:20:48.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:48 smithi172 ceph-mon[103696]: pgmap v16957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:20:49.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:49.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:50.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:50.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:50 smithi172 ceph-mon[103696]: pgmap v16958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:20:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:50 smithi050 ceph-mon[92315]: pgmap v16958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:20:51.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:51.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:52.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:52.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:52.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:52 smithi050 ceph-mon[92315]: pgmap v16959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:52 smithi172 ceph-mon[103696]: pgmap v16959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:53.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:53.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:54.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:54.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:54 smithi050 ceph-mon[92315]: pgmap v16960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:54 smithi172 ceph-mon[103696]: pgmap v16960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:55.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:55.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:56.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:56.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:56.964 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:56 smithi172 ceph-mon[103696]: pgmap v16961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:56.964 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:56 smithi050 ceph-mon[92315]: pgmap v16961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:20:57.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:57.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:58.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:58.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:20:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:20:58 smithi050 ceph-mon[92315]: pgmap v16962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:20:58.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:20:58 smithi172 ceph-mon[103696]: pgmap v16962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:20:59.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:20:59.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:00.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:00.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:00 smithi050 ceph-mon[92315]: pgmap v16963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:00 smithi172 ceph-mon[103696]: pgmap v16963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:01.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:01.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:02.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:02.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:02 smithi050 ceph-mon[92315]: pgmap v16964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:02 smithi172 ceph-mon[103696]: pgmap v16964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:03.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:03.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:04.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:04.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:04 smithi050 ceph-mon[92315]: pgmap v16965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:04 smithi172 ceph-mon[103696]: pgmap v16965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:05.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:05.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:21:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:21:06.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:06.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:06 smithi050 ceph-mon[92315]: pgmap v16966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:06 smithi172 ceph-mon[103696]: pgmap v16966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:07.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:07.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:08.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:08.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:08 smithi050 ceph-mon[92315]: pgmap v16967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:21:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:08 smithi172 ceph-mon[103696]: pgmap v16967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:21:09.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:09.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:10.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:10.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:10 smithi050 ceph-mon[92315]: pgmap v16968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:10 smithi172 ceph-mon[103696]: pgmap v16968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:11.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:11.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:12.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:12.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:12 smithi050 ceph-mon[92315]: pgmap v16969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:12.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:12 smithi172 ceph-mon[103696]: pgmap v16969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:13.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:13.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:13.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:21:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:21:14.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:14.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:14 smithi050 ceph-mon[92315]: pgmap v16970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:14.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:14 smithi172 ceph-mon[103696]: pgmap v16970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:15.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:15.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:16.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:16.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:16 smithi050 ceph-mon[92315]: pgmap v16971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:16.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:16 smithi172 ceph-mon[103696]: pgmap v16971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:17.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:17.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:18.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:18.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:18 smithi050 ceph-mon[92315]: pgmap v16972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:21:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:21:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:21:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:21:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:21:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:21:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:21:18.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:21:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:18 smithi172 ceph-mon[103696]: pgmap v16972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:21:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:21:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:21:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:21:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:21:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:21:18.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:21:18.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:21:19.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:19.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:21:19.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:21:20.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:20.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:20 smithi050 ceph-mon[92315]: pgmap v16973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:20.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:20 smithi172 ceph-mon[103696]: pgmap v16973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:21.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:21.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:22.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:22.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:22 smithi050 ceph-mon[92315]: pgmap v16974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:22.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:22 smithi172 ceph-mon[103696]: pgmap v16974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:23.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:23.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:23 smithi050 ceph-mon[92315]: pgmap v16975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:24.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:24.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:23 smithi172 ceph-mon[103696]: pgmap v16975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:25.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:25.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:26.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:25 smithi050 ceph-mon[92315]: pgmap v16976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:26.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:26.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:26.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:25 smithi172 ceph-mon[103696]: pgmap v16976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:27.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:27.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:28.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:28.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:28 smithi050 ceph-mon[92315]: pgmap v16977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:21:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:28 smithi172 ceph-mon[103696]: pgmap v16977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:21:29.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:29.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:30.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:30.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:30 smithi172 ceph-mon[103696]: pgmap v16978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:30 smithi050 ceph-mon[92315]: pgmap v16978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:31.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:31.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:32.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:32.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:32 smithi172 ceph-mon[103696]: pgmap v16979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:32 smithi050 ceph-mon[92315]: pgmap v16979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:33.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:33.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:34.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:34.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:34.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:34 smithi050 ceph-mon[92315]: pgmap v16980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:34 smithi172 ceph-mon[103696]: pgmap v16980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:35.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:35.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:21:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:21:36.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:36.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:36 smithi172 ceph-mon[103696]: pgmap v16981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:36 smithi050 ceph-mon[92315]: pgmap v16981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:37.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:37.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:38.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:38.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:38 smithi172 ceph-mon[103696]: pgmap v16982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:21:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:38 smithi050 ceph-mon[92315]: pgmap v16982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:21:39.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:39.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:40.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:40.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:40 smithi172 ceph-mon[103696]: pgmap v16983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:40 smithi050 ceph-mon[92315]: pgmap v16983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:41.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:41.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:42.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:42.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:42 smithi172 ceph-mon[103696]: pgmap v16984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:42 smithi050 ceph-mon[92315]: pgmap v16984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:43.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:43.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:44.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:44.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:44 smithi050 ceph-mon[92315]: pgmap v16985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:44 smithi172 ceph-mon[103696]: pgmap v16985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:45.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:45.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:46.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:46.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:46 smithi050 ceph-mon[92315]: pgmap v16986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:46.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:46 smithi172 ceph-mon[103696]: pgmap v16986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:47.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:47.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:48.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:48.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:48 smithi050 ceph-mon[92315]: pgmap v16987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:21:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:48 smithi172 ceph-mon[103696]: pgmap v16987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:21:49.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:49.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:50.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:50.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:50 smithi050 ceph-mon[92315]: pgmap v16988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:21:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:50 smithi172 ceph-mon[103696]: pgmap v16988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:21:51.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:51.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:52.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:52.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:52 smithi050 ceph-mon[92315]: pgmap v16989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:52.965 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:52 smithi172 ceph-mon[103696]: pgmap v16989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:53.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:53.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:54.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:54.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:54.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:54 smithi050 ceph-mon[92315]: pgmap v16990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:54 smithi172 ceph-mon[103696]: pgmap v16990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:55.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:55.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:56.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:56.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:56.703 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:56 smithi050 ceph-mon[92315]: pgmap v16991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:56.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:56 smithi172 ceph-mon[103696]: pgmap v16991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:21:57.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:57.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:58.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:58.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:21:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:21:58 smithi050 ceph-mon[92315]: pgmap v16992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:21:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:21:58 smithi172 ceph-mon[103696]: pgmap v16992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:21:59.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:21:59.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:00.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:00.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:00 smithi050 ceph-mon[92315]: pgmap v16993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:00.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:00 smithi172 ceph-mon[103696]: pgmap v16993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:01.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:01.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:02.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:02.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:02 smithi050 ceph-mon[92315]: pgmap v16994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:02 smithi172 ceph-mon[103696]: pgmap v16994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:03.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:03.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:04.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:04.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:04.595 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:04 smithi050 ceph-mon[92315]: pgmap v16995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:04 smithi172 ceph-mon[103696]: pgmap v16995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:05.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:05.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:22:05.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:22:06.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:06.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:06.818 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:06 smithi050 ceph-mon[92315]: pgmap v16996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:06 smithi172 ceph-mon[103696]: pgmap v16996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:07.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:07.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:08.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:08.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:08.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:08 smithi050 ceph-mon[92315]: pgmap v16997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:22:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:08 smithi172 ceph-mon[103696]: pgmap v16997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:22:09.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:09.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:10.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:10.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:10 smithi050 ceph-mon[92315]: pgmap v16998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:10 smithi172 ceph-mon[103696]: pgmap v16998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:11.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:11.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:12.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:12.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:12 smithi050 ceph-mon[92315]: pgmap v16999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:12 smithi172 ceph-mon[103696]: pgmap v16999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:13.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:13.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:14.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:14.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:14 smithi050 ceph-mon[92315]: pgmap v17000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:14.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:14 smithi172 ceph-mon[103696]: pgmap v17000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:15.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:15.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:16.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:16.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:16 smithi172 ceph-mon[103696]: pgmap v17001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:16 smithi050 ceph-mon[92315]: pgmap v17001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:17.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:17.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:18.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:18.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:18.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:18 smithi050 ceph-mon[92315]: pgmap v17002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:22:18.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:18 smithi172 ceph-mon[103696]: pgmap v17002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:22:19.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:19.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:22:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:22:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:22:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:22:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:22:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:22:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:22:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:22:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:22:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:22:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:22:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:22:20.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:20.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:20 smithi050 ceph-mon[92315]: pgmap v17003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:22:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:20 smithi172 ceph-mon[103696]: pgmap v17003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:22:21.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:21.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:22.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:22.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:22 smithi050 ceph-mon[92315]: pgmap v17004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:23.129 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:22 smithi172 ceph-mon[103696]: pgmap v17004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:23.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:23.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:24.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:24.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:24 smithi050 ceph-mon[92315]: pgmap v17005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:24 smithi172 ceph-mon[103696]: pgmap v17005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:25.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:25.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:26.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:26.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:26 smithi172 ceph-mon[103696]: pgmap v17006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:26 smithi050 ceph-mon[92315]: pgmap v17006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:27.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:27.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:28.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:28.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:28 smithi050 ceph-mon[92315]: pgmap v17007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:22:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:28 smithi172 ceph-mon[103696]: pgmap v17007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:22:29.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:29.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:30.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:30.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:30 smithi050 ceph-mon[92315]: pgmap v17008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:30 smithi172 ceph-mon[103696]: pgmap v17008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:31.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:31.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:32.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:32.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:32 smithi050 ceph-mon[92315]: pgmap v17009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:32 smithi172 ceph-mon[103696]: pgmap v17009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:33.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:33.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:34.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:34.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:34 smithi050 ceph-mon[92315]: pgmap v17010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:34 smithi172 ceph-mon[103696]: pgmap v17010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:35.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:35.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:22:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:22:36.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:36.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:36.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:36 smithi050 ceph-mon[92315]: pgmap v17011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:36.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:36 smithi172 ceph-mon[103696]: pgmap v17011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:37.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:37.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:38.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:38.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:38 smithi050 ceph-mon[92315]: pgmap v17012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:22:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:38 smithi172 ceph-mon[103696]: pgmap v17012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:22:39.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:39.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:40.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:40.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:40 smithi050 ceph-mon[92315]: pgmap v17013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:40 smithi172 ceph-mon[103696]: pgmap v17013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:41.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:41.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:42.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:42.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:42 smithi050 ceph-mon[92315]: pgmap v17014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:42.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:42 smithi172 ceph-mon[103696]: pgmap v17014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:43.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:43.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:44.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:44.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:44 smithi050 ceph-mon[92315]: pgmap v17015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:44 smithi172 ceph-mon[103696]: pgmap v17015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:45.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:45.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:46.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:46.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:46 smithi050 ceph-mon[92315]: pgmap v17016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:46 smithi172 ceph-mon[103696]: pgmap v17016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:47.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:47.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:48.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:48.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:48.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:48 smithi050 ceph-mon[92315]: pgmap v17017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:22:48.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:48 smithi172 ceph-mon[103696]: pgmap v17017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:22:49.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:49.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:50.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:50.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:50 smithi050 ceph-mon[92315]: pgmap v17018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:22:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:50 smithi172 ceph-mon[103696]: pgmap v17018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:22:51.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:51.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:52.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:52.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:52 smithi050 ceph-mon[92315]: pgmap v17019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:52 smithi172 ceph-mon[103696]: pgmap v17019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:53.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:53.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:54.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:54.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:54 smithi050 ceph-mon[92315]: pgmap v17020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:54 smithi172 ceph-mon[103696]: pgmap v17020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:55.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:55.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:56.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:56.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:56 smithi050 ceph-mon[92315]: pgmap v17021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:56 smithi172 ceph-mon[103696]: pgmap v17021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:22:57.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:57.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:58.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:58.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:22:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:22:58 smithi050 ceph-mon[92315]: pgmap v17022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:22:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:22:58 smithi172 ceph-mon[103696]: pgmap v17022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:22:59.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:22:59.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:00.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:00.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:00 smithi050 ceph-mon[92315]: pgmap v17023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:00 smithi172 ceph-mon[103696]: pgmap v17023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:01.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:01.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:02.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:02.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:02 smithi050 ceph-mon[92315]: pgmap v17024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:02.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:02 smithi172 ceph-mon[103696]: pgmap v17024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:03.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:03.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:04.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:04.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:04 smithi050 ceph-mon[92315]: pgmap v17025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:04 smithi172 ceph-mon[103696]: pgmap v17025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:05.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:05.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:23:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:23:06.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:06.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:06 smithi050 ceph-mon[92315]: pgmap v17026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:06 smithi172 ceph-mon[103696]: pgmap v17026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:07.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:07.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:08.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:08.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:08.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:08 smithi050 ceph-mon[92315]: pgmap v17027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:23:08.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:08 smithi172 ceph-mon[103696]: pgmap v17027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:23:09.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:09.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:10.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:10.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:10 smithi050 ceph-mon[92315]: pgmap v17028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:10 smithi172 ceph-mon[103696]: pgmap v17028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:11.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:11.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:12.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:12.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:12 smithi050 ceph-mon[92315]: pgmap v17029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:12 smithi172 ceph-mon[103696]: pgmap v17029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:13.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:13.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:14.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:14.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:14 smithi050 ceph-mon[92315]: pgmap v17030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:14 smithi172 ceph-mon[103696]: pgmap v17030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:15.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:15.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:16.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:16.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:16.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:16 smithi050 ceph-mon[92315]: pgmap v17031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:16.857 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:16 smithi172 ceph-mon[103696]: pgmap v17031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:17.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:17.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:18.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:18.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:18 smithi050 ceph-mon[92315]: pgmap v17032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:23:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:18 smithi172 ceph-mon[103696]: pgmap v17032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:23:19.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:19.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:23:19.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:23:20.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:20.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:20 smithi050 ceph-mon[92315]: pgmap v17033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:23:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:20 smithi172 ceph-mon[103696]: pgmap v17033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:23:21.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:21.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:22.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:22.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:22.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:22 smithi050 ceph-mon[92315]: pgmap v17034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:22 smithi172 ceph-mon[103696]: pgmap v17034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:23.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:23.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:24.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:24.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:24 smithi050 ceph-mon[92315]: pgmap v17035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:24.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:24 smithi172 ceph-mon[103696]: pgmap v17035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:25.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:25.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:26.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:26.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:26 smithi050 ceph-mon[92315]: pgmap v17036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:26.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:23:26.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:23:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:26 smithi172 ceph-mon[103696]: pgmap v17036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:23:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:23:27.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:27.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:23:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:23:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:23:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:23:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:23:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:23:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:23:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:23:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:23:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:23:28.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:28.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:28 smithi050 ceph-mon[92315]: pgmap v17037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:23:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:28 smithi172 ceph-mon[103696]: pgmap v17037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:23:29.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:29.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:30.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:30.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:30 smithi050 ceph-mon[92315]: pgmap v17038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:30.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:30 smithi172 ceph-mon[103696]: pgmap v17038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:31.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:31.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:32.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:32.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:32 smithi050 ceph-mon[92315]: pgmap v17039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:32 smithi172 ceph-mon[103696]: pgmap v17039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:33.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:33.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:34.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:34.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:34 smithi050 ceph-mon[92315]: pgmap v17040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:34 smithi172 ceph-mon[103696]: pgmap v17040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:35.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:35.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:23:35.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:23:36.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:36.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:36 smithi050 ceph-mon[92315]: pgmap v17041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:36.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:36 smithi172 ceph-mon[103696]: pgmap v17041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:37.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:37.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:38.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:38.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:38 smithi050 ceph-mon[92315]: pgmap v17042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:23:38.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:38 smithi172 ceph-mon[103696]: pgmap v17042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:23:39.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:39.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:40.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:40.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:40 smithi050 ceph-mon[92315]: pgmap v17043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:40 smithi172 ceph-mon[103696]: pgmap v17043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:41.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:41.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:42.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:42.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:42 smithi050 ceph-mon[92315]: pgmap v17044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:42 smithi172 ceph-mon[103696]: pgmap v17044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:43.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:43.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:44.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:44.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:44 smithi050 ceph-mon[92315]: pgmap v17045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:44 smithi172 ceph-mon[103696]: pgmap v17045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:45.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:45.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:46.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:46.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:46.889 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:46 smithi172 ceph-mon[103696]: pgmap v17046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:46.889 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:46 smithi050 ceph-mon[92315]: pgmap v17046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:47.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:47.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:48.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:48.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:48 smithi050 ceph-mon[92315]: pgmap v17047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:23:48.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:48 smithi172 ceph-mon[103696]: pgmap v17047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:23:49.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:49.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:23:49.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:23:50.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:50.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:50.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:50 smithi050 ceph-mon[92315]: pgmap v17048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:50 smithi172 ceph-mon[103696]: pgmap v17048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:51.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:51.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:52.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:52.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:52 smithi172 ceph-mon[103696]: pgmap v17049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:53.021 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:52 smithi050 ceph-mon[92315]: pgmap v17049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:53.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:53.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:54.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:54.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:54 smithi172 ceph-mon[103696]: pgmap v17050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:54 smithi050 ceph-mon[92315]: pgmap v17050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:55.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:55.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:56.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:56.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:56 smithi172 ceph-mon[103696]: pgmap v17051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:57.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:56 smithi050 ceph-mon[92315]: pgmap v17051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:23:57.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:57.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:58.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:58.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:23:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:23:58 smithi172 ceph-mon[103696]: pgmap v17052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:23:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:23:58 smithi050 ceph-mon[92315]: pgmap v17052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:23:59.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:23:59.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:00.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:00.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:00 smithi172 ceph-mon[103696]: pgmap v17053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:00 smithi050 ceph-mon[92315]: pgmap v17053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:01.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:01.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:02.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:02.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:02 smithi172 ceph-mon[103696]: pgmap v17054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:02 smithi050 ceph-mon[92315]: pgmap v17054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:03.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:03.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:04.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:04.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:04 smithi172 ceph-mon[103696]: pgmap v17055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:24:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:04 smithi050 ceph-mon[92315]: pgmap v17055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:24:05.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:05.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:06.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:06.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:06 smithi172 ceph-mon[103696]: pgmap v17056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:06 smithi050 ceph-mon[92315]: pgmap v17056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:07.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:07.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:07 smithi050 ceph-mon[92315]: pgmap v17057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:24:08.444 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:07 smithi172 ceph-mon[103696]: pgmap v17057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:24:08.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:08.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:09.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:09.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:09 smithi050 ceph-mon[92315]: pgmap v17058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:10.125 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:09 smithi172 ceph-mon[103696]: pgmap v17058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:10.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:10.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:11.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:11.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:12.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:12.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:12.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:12 smithi050 ceph-mon[92315]: pgmap v17059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:12.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:12 smithi172 ceph-mon[103696]: pgmap v17059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:13.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:13.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:14.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:14.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:14 smithi050 ceph-mon[92315]: pgmap v17060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:14 smithi172 ceph-mon[103696]: pgmap v17060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:15.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:15.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:16.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:16.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:16 smithi050 ceph-mon[92315]: pgmap v17061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:16.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:16 smithi172 ceph-mon[103696]: pgmap v17061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:17.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:17.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:18.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:18.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:18 smithi050 ceph-mon[92315]: pgmap v17062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:24:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:18 smithi172 ceph-mon[103696]: pgmap v17062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:24:19.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:19.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:20.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:20.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:20 smithi050 ceph-mon[92315]: pgmap v17063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:24:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:20 smithi172 ceph-mon[103696]: pgmap v17063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:24:21.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:21.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:22.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:22.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:22 smithi050 ceph-mon[92315]: pgmap v17064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:22 smithi172 ceph-mon[103696]: pgmap v17064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:23.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:23.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:24.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:24.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:24 smithi050 ceph-mon[92315]: pgmap v17065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:24 smithi172 ceph-mon[103696]: pgmap v17065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:25.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:25.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:26.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:26.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:26 smithi050 ceph-mon[92315]: pgmap v17066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:26.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:26 smithi172 ceph-mon[103696]: pgmap v17066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:27.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:27.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:24:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:24:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:24:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:24:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:24:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:24:28.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:28.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:28 smithi050 ceph-mon[92315]: pgmap v17067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:24:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:24:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:24:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:24:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:24:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:24:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:28 smithi172 ceph-mon[103696]: pgmap v17067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:24:29.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:24:29.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:24:29.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:24:29.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:24:29.023 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:24:29.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:29.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:30.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:30.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:30 smithi050 ceph-mon[92315]: pgmap v17068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:30 smithi172 ceph-mon[103696]: pgmap v17068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:31.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:31.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:32.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:32.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:32 smithi050 ceph-mon[92315]: pgmap v17069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:32 smithi172 ceph-mon[103696]: pgmap v17069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:33.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:33.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:34.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:34.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:34 smithi050 ceph-mon[92315]: pgmap v17070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:34 smithi172 ceph-mon[103696]: pgmap v17070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:35.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:35.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:24:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:24:36.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:36.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:36 smithi050 ceph-mon[92315]: pgmap v17071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:36 smithi172 ceph-mon[103696]: pgmap v17071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:37.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:37.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:38.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:38.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:38 smithi050 ceph-mon[92315]: pgmap v17072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:24:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:38 smithi172 ceph-mon[103696]: pgmap v17072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:24:39.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:39.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:40.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:40.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:40.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:40 smithi050 ceph-mon[92315]: pgmap v17073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:40.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:40 smithi172 ceph-mon[103696]: pgmap v17073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:41.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:41.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:42.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:42.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:42.752 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:42 smithi172 ceph-mon[103696]: pgmap v17074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:42.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:42 smithi050 ceph-mon[92315]: pgmap v17074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:43.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:43.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:44.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:44.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:44 smithi050 ceph-mon[92315]: pgmap v17075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:44 smithi172 ceph-mon[103696]: pgmap v17075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:45.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:45.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:46.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:46.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:46 smithi050 ceph-mon[92315]: pgmap v17076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:46 smithi172 ceph-mon[103696]: pgmap v17076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:47.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:47.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:48.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:48.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:48 smithi050 ceph-mon[92315]: pgmap v17077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:24:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:48 smithi172 ceph-mon[103696]: pgmap v17077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:24:49.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:49.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:50.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:50.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:50 smithi050 ceph-mon[92315]: pgmap v17078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:24:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:50 smithi172 ceph-mon[103696]: pgmap v17078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:24:51.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:51.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:52.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:52.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:52 smithi050 ceph-mon[92315]: pgmap v17079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:52.856 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:52 smithi172 ceph-mon[103696]: pgmap v17079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:53.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:53.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:54.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:54.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:54 smithi050 ceph-mon[92315]: pgmap v17080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:54 smithi172 ceph-mon[103696]: pgmap v17080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:55.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:55.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:56.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:56.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:56 smithi050 ceph-mon[92315]: pgmap v17081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:56.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:56 smithi172 ceph-mon[103696]: pgmap v17081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:24:57.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:57.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:58.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:58.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:24:58.765 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:24:58 smithi050 ceph-mon[92315]: pgmap v17082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:24:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:24:58 smithi172 ceph-mon[103696]: pgmap v17082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:24:59.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:24:59.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:00.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:00.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:00 smithi050 ceph-mon[92315]: pgmap v17083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:00 smithi172 ceph-mon[103696]: pgmap v17083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:01.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:01.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:02.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:02.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:02 smithi050 ceph-mon[92315]: pgmap v17084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:02 smithi172 ceph-mon[103696]: pgmap v17084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:03.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:03.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:04.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:04.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:04 smithi050 ceph-mon[92315]: pgmap v17085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:04 smithi172 ceph-mon[103696]: pgmap v17085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:05.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:05.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:25:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:25:06.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:06.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:06 smithi050 ceph-mon[92315]: pgmap v17086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:06 smithi172 ceph-mon[103696]: pgmap v17086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:07.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:07.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:08.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:08.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:08 smithi050 ceph-mon[92315]: pgmap v17087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:25:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:08 smithi172 ceph-mon[103696]: pgmap v17087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:25:09.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:09.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:10.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:10.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:10 smithi050 ceph-mon[92315]: pgmap v17088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:10 smithi172 ceph-mon[103696]: pgmap v17088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:11.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:11.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:12.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:12.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:12 smithi050 ceph-mon[92315]: pgmap v17089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:12 smithi172 ceph-mon[103696]: pgmap v17089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:13.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:13.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:14.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:14.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:14 smithi050 ceph-mon[92315]: pgmap v17090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:14 smithi172 ceph-mon[103696]: pgmap v17090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:15.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:15.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:16.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:16.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:16 smithi050 ceph-mon[92315]: pgmap v17091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:16 smithi172 ceph-mon[103696]: pgmap v17091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:17.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:17.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:18.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:18.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:18 smithi050 ceph-mon[92315]: pgmap v17092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:25:18.875 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:18 smithi172 ceph-mon[103696]: pgmap v17092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:25:19.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:19.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:20.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:20.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:20 smithi050 ceph-mon[92315]: pgmap v17093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:25:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:20 smithi172 ceph-mon[103696]: pgmap v17093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:25:21.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:21.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:22.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:22.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:22 smithi050 ceph-mon[92315]: pgmap v17094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:22 smithi172 ceph-mon[103696]: pgmap v17094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:23.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:23.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:24.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:24.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:24 smithi050 ceph-mon[92315]: pgmap v17095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:24 smithi172 ceph-mon[103696]: pgmap v17095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:25.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:25.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:26.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:26.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:26 smithi050 ceph-mon[92315]: pgmap v17096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:26 smithi172 ceph-mon[103696]: pgmap v17096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:27.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:27.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:28.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:28.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:28 smithi050 ceph-mon[92315]: pgmap v17097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:25:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:25:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:28 smithi172 ceph-mon[103696]: pgmap v17097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:25:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:25:29.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:29.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:25:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:25:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:25:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:25:29.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:25:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:25:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:25:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:25:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:25:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:25:30.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:30.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:30 smithi050 ceph-mon[92315]: pgmap v17098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:30 smithi172 ceph-mon[103696]: pgmap v17098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:31.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:31.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:32.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:32.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:32 smithi050 ceph-mon[92315]: pgmap v17099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:32 smithi172 ceph-mon[103696]: pgmap v17099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:33.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:33.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:34.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:34.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:34 smithi050 ceph-mon[92315]: pgmap v17100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:34 smithi172 ceph-mon[103696]: pgmap v17100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:35.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:35.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:35.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:25:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:25:36.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:36.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:36 smithi050 ceph-mon[92315]: pgmap v17101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:36 smithi172 ceph-mon[103696]: pgmap v17101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:37.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:37.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:38.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:38.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:38 smithi172 ceph-mon[103696]: pgmap v17102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:25:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:38 smithi050 ceph-mon[92315]: pgmap v17102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:25:39.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:39.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:40.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:40.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:40 smithi050 ceph-mon[92315]: pgmap v17103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:40 smithi172 ceph-mon[103696]: pgmap v17103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:41.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:41.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:42.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:42.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:42 smithi050 ceph-mon[92315]: pgmap v17104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:42 smithi172 ceph-mon[103696]: pgmap v17104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:43.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:43.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:44.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:44.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:44 smithi050 ceph-mon[92315]: pgmap v17105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:44 smithi172 ceph-mon[103696]: pgmap v17105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:45.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:45.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:46.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:46.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:46 smithi050 ceph-mon[92315]: pgmap v17106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:46 smithi172 ceph-mon[103696]: pgmap v17106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:47.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:47.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:48.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:48.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:48 smithi050 ceph-mon[92315]: pgmap v17107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:25:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:48 smithi172 ceph-mon[103696]: pgmap v17107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:25:49.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:49.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:50.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:50.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:50 smithi050 ceph-mon[92315]: pgmap v17108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:25:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:50 smithi172 ceph-mon[103696]: pgmap v17108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:25:51.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:51.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:52.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:52.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:52 smithi050 ceph-mon[92315]: pgmap v17109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:52 smithi172 ceph-mon[103696]: pgmap v17109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:53.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:53.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:54.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:54.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:54 smithi050 ceph-mon[92315]: pgmap v17110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:54 smithi172 ceph-mon[103696]: pgmap v17110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:55.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:55.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:56.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:56.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:56 smithi050 ceph-mon[92315]: pgmap v17111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:56 smithi172 ceph-mon[103696]: pgmap v17111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:25:57.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:57.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:58.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:58.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:25:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:25:58 smithi050 ceph-mon[92315]: pgmap v17112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:25:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:25:58 smithi172 ceph-mon[103696]: pgmap v17112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:25:59.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:25:59.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:00.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:00.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:00 smithi050 ceph-mon[92315]: pgmap v17113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:00 smithi172 ceph-mon[103696]: pgmap v17113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:01.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:01.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:02.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:02.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:02 smithi050 ceph-mon[92315]: pgmap v17114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:02 smithi172 ceph-mon[103696]: pgmap v17114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:03.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:03.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:04.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:04.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:04 smithi050 ceph-mon[92315]: pgmap v17115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:04 smithi172 ceph-mon[103696]: pgmap v17115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:05.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:05.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:26:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:26:06.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:06.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:06 smithi050 ceph-mon[92315]: pgmap v17116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:06 smithi172 ceph-mon[103696]: pgmap v17116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:07.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:07.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:08.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:08.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:08 smithi050 ceph-mon[92315]: pgmap v17117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:26:08.879 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:08 smithi172 ceph-mon[103696]: pgmap v17117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:26:09.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:09.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:10.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:10.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:10 smithi050 ceph-mon[92315]: pgmap v17118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:10 smithi172 ceph-mon[103696]: pgmap v17118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:11.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:11.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:12.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:12.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:12 smithi050 ceph-mon[92315]: pgmap v17119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:12 smithi172 ceph-mon[103696]: pgmap v17119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:13.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:13.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:14.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:14.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:14 smithi050 ceph-mon[92315]: pgmap v17120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:14 smithi172 ceph-mon[103696]: pgmap v17120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:15.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:15.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:16.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:16.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:16 smithi050 ceph-mon[92315]: pgmap v17121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:16 smithi172 ceph-mon[103696]: pgmap v17121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:17.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:17.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:18.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:18.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:18 smithi050 ceph-mon[92315]: pgmap v17122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:26:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:18 smithi172 ceph-mon[103696]: pgmap v17122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:26:19.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:19.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:26:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:26:20.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:20.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:20 smithi172 ceph-mon[103696]: pgmap v17123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:20 smithi050 ceph-mon[92315]: pgmap v17123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:21.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:21.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:22.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:22.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:22 smithi172 ceph-mon[103696]: pgmap v17124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:22 smithi050 ceph-mon[92315]: pgmap v17124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:23.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:23.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:24.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:24.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:24 smithi172 ceph-mon[103696]: pgmap v17125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:24 smithi050 ceph-mon[92315]: pgmap v17125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:25.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:25.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:26.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:26.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:26 smithi172 ceph-mon[103696]: pgmap v17126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:26 smithi050 ceph-mon[92315]: pgmap v17126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:27.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:27.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:28.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:28.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:28 smithi172 ceph-mon[103696]: pgmap v17127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:26:29.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:28 smithi050 ceph-mon[92315]: pgmap v17127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:26:29.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:29.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:26:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:26:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:26:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:26:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:26:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:26:30.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:30.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:30 smithi172 ceph-mon[103696]: pgmap v17128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:26:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:26:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:26:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:26:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:26:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:30 smithi050 ceph-mon[92315]: pgmap v17128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:31.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:26:31.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:26:31.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:26:31.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:26:31.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:26:31.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:31.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:32.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:32.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:32 smithi172 ceph-mon[103696]: pgmap v17129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:33.099 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:32 smithi050 ceph-mon[92315]: pgmap v17129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:33.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:33.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:34.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:34.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:34 smithi050 ceph-mon[92315]: pgmap v17130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:26:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:34 smithi172 ceph-mon[103696]: pgmap v17130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:26:35.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:35.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:36.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:36.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:36 smithi050 ceph-mon[92315]: pgmap v17131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:36 smithi172 ceph-mon[103696]: pgmap v17131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:37.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:37.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:38.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:38.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:38.962 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:38 smithi172 ceph-mon[103696]: pgmap v17132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:26:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:38 smithi050 ceph-mon[92315]: pgmap v17132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:26:39.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:39.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:40.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:40.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:40 smithi050 ceph-mon[92315]: pgmap v17133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:40 smithi172 ceph-mon[103696]: pgmap v17133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:41.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:41.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:42.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:42.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:42 smithi050 ceph-mon[92315]: pgmap v17134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:42 smithi172 ceph-mon[103696]: pgmap v17134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:43.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:43.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:44.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:44.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:44.964 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:44 smithi050 ceph-mon[92315]: pgmap v17135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:44 smithi172 ceph-mon[103696]: pgmap v17135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:45.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:45.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:46.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:46.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:46 smithi050 ceph-mon[92315]: pgmap v17136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:46 smithi172 ceph-mon[103696]: pgmap v17136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:47.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:47.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:47 smithi050 ceph-mon[92315]: pgmap v17137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:26:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:47 smithi172 ceph-mon[103696]: pgmap v17137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:26:48.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:48.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:49.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:49.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:49 smithi050 ceph-mon[92315]: pgmap v17138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:26:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:49 smithi172 ceph-mon[103696]: pgmap v17138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:26:50.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:50.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:51.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:51.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:52.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:52.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:52 smithi050 ceph-mon[92315]: pgmap v17139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:52 smithi172 ceph-mon[103696]: pgmap v17139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:53.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:53.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:54.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:54.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:54 smithi050 ceph-mon[92315]: pgmap v17140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:54 smithi172 ceph-mon[103696]: pgmap v17140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:55.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:55.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:56.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:56.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:56.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:56 smithi050 ceph-mon[92315]: pgmap v17141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:56 smithi172 ceph-mon[103696]: pgmap v17141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:26:57.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:57.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:58.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:58.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:26:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:26:58 smithi050 ceph-mon[92315]: pgmap v17142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:26:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:26:58 smithi172 ceph-mon[103696]: pgmap v17142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:26:59.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:26:59.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:00.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:00.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:00 smithi050 ceph-mon[92315]: pgmap v17143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:00 smithi172 ceph-mon[103696]: pgmap v17143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:01.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:01.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:02.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:02.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:02 smithi050 ceph-mon[92315]: pgmap v17144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:02 smithi172 ceph-mon[103696]: pgmap v17144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:03.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:03.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:04 smithi172 ceph-mon[103696]: pgmap v17145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:04.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:04.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:04 smithi050 ceph-mon[92315]: pgmap v17145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:05.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:05.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:27:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:27:06.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:06.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:06 smithi050 ceph-mon[92315]: pgmap v17146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:06 smithi172 ceph-mon[103696]: pgmap v17146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:07.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:07.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:08.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:08.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:08 smithi050 ceph-mon[92315]: pgmap v17147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:27:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:08 smithi172 ceph-mon[103696]: pgmap v17147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:27:09.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:09.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:10 smithi050 ceph-mon[92315]: pgmap v17148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:10.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:10.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:10 smithi172 ceph-mon[103696]: pgmap v17148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:11.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:11.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:12.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:12.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:12 smithi050 ceph-mon[92315]: pgmap v17149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:12 smithi172 ceph-mon[103696]: pgmap v17149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:13.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:13.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:14 smithi172 ceph-mon[103696]: pgmap v17150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:14.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:14.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:14 smithi050 ceph-mon[92315]: pgmap v17150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:15.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:15.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:16.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:16.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:16 smithi050 ceph-mon[92315]: pgmap v17151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:16 smithi172 ceph-mon[103696]: pgmap v17151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:17.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:17.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:18 smithi050 ceph-mon[92315]: pgmap v17152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:27:18.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:18.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:18 smithi172 ceph-mon[103696]: pgmap v17152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:27:19.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:19.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:20.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:20.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:20 smithi050 ceph-mon[92315]: pgmap v17153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:27:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:20 smithi172 ceph-mon[103696]: pgmap v17153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:27:21.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:21.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:22.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:22.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:22 smithi050 ceph-mon[92315]: pgmap v17154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:22 smithi172 ceph-mon[103696]: pgmap v17154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:23.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:23.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:24.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:24.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:24 smithi050 ceph-mon[92315]: pgmap v17155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:24 smithi172 ceph-mon[103696]: pgmap v17155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:25.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:25.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:26.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:26.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:26 smithi050 ceph-mon[92315]: pgmap v17156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:26 smithi172 ceph-mon[103696]: pgmap v17156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:27.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:27.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:28.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:28.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:28 smithi050 ceph-mon[92315]: pgmap v17157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:27:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:28 smithi172 ceph-mon[103696]: pgmap v17157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:27:29.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:29.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:30.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:30.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:30 smithi050 ceph-mon[92315]: pgmap v17158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:27:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:30 smithi172 ceph-mon[103696]: pgmap v17158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:27:31.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:31.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:27:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:27:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:27:31.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:27:31.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:27:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:27:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:27:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:27:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:27:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:27:32.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:32.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:32 smithi050 ceph-mon[92315]: pgmap v17159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:32 smithi172 ceph-mon[103696]: pgmap v17159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:33.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:33.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:34.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:34.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:34 smithi172 ceph-mon[103696]: pgmap v17160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:27:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:34 smithi050 ceph-mon[92315]: pgmap v17160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:27:35.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:35.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:36.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:36.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:36 smithi050 ceph-mon[92315]: pgmap v17161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:36 smithi172 ceph-mon[103696]: pgmap v17161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:37.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:37.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:38.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:38.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:38 smithi050 ceph-mon[92315]: pgmap v17162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:27:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:38 smithi172 ceph-mon[103696]: pgmap v17162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:27:39.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:39.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:40.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:40.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:40 smithi050 ceph-mon[92315]: pgmap v17163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:40 smithi172 ceph-mon[103696]: pgmap v17163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:41.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:41.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:42.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:42.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:42 smithi050 ceph-mon[92315]: pgmap v17164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:42 smithi172 ceph-mon[103696]: pgmap v17164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:43.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:43.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:44.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:44.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:44 smithi050 ceph-mon[92315]: pgmap v17165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:44 smithi172 ceph-mon[103696]: pgmap v17165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:45.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:45.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:46.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:46.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:46 smithi050 ceph-mon[92315]: pgmap v17166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:46 smithi172 ceph-mon[103696]: pgmap v17166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:47.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:47.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:48.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:48.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:48 smithi050 ceph-mon[92315]: pgmap v17167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:27:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:48 smithi172 ceph-mon[103696]: pgmap v17167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:27:49.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:49.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:50.706 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:50 smithi050 ceph-mon[92315]: pgmap v17168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:50.706 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:27:50.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:50.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:50 smithi172 ceph-mon[103696]: pgmap v17168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:27:51.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:51.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:52.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:52.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:52 smithi050 ceph-mon[92315]: pgmap v17169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:52 smithi172 ceph-mon[103696]: pgmap v17169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:53.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:53.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:54.749 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:54 smithi172 ceph-mon[103696]: pgmap v17170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:54.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:54.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:54 smithi050 ceph-mon[92315]: pgmap v17170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:55.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:55.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:56.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:56.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:56 smithi050 ceph-mon[92315]: pgmap v17171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:56 smithi172 ceph-mon[103696]: pgmap v17171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:27:57.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:57.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:58.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:58.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:27:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:27:58 smithi050 ceph-mon[92315]: pgmap v17172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:27:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:27:58 smithi172 ceph-mon[103696]: pgmap v17172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:27:59.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:27:59.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:00.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:00.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:00.821 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:00 smithi050 ceph-mon[92315]: pgmap v17173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:00 smithi172 ceph-mon[103696]: pgmap v17173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:01.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:01.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:02.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:02.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:02 smithi050 ceph-mon[92315]: pgmap v17174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:02 smithi172 ceph-mon[103696]: pgmap v17174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:03.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:03.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:04.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:04.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:04 smithi050 ceph-mon[92315]: pgmap v17175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:04.854 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:04 smithi172 ceph-mon[103696]: pgmap v17175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:05.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:05.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:28:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:28:06.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:06.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:06 smithi050 ceph-mon[92315]: pgmap v17176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:06 smithi172 ceph-mon[103696]: pgmap v17176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:07.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:07.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:08.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:08.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:08 smithi050 ceph-mon[92315]: pgmap v17177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:28:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:08 smithi172 ceph-mon[103696]: pgmap v17177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:28:09.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:09.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:10.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:10.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:10 smithi050 ceph-mon[92315]: pgmap v17178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:10 smithi172 ceph-mon[103696]: pgmap v17178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:11.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:11.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:12.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:12.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:12 smithi050 ceph-mon[92315]: pgmap v17179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:12 smithi172 ceph-mon[103696]: pgmap v17179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:13.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:13.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:14.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:14.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:14.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:14 smithi050 ceph-mon[92315]: pgmap v17180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:14 smithi172 ceph-mon[103696]: pgmap v17180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:15.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:15.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:16.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:16.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:16 smithi050 ceph-mon[92315]: pgmap v17181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:16 smithi172 ceph-mon[103696]: pgmap v17181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:17.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:17.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:18.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:18.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:18 smithi050 ceph-mon[92315]: pgmap v17182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:28:18.879 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:18 smithi172 ceph-mon[103696]: pgmap v17182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:28:19.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:19.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:20.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:20.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:20 smithi050 ceph-mon[92315]: pgmap v17183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:28:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:20 smithi172 ceph-mon[103696]: pgmap v17183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:28:21.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:21.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:22.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:22.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:22 smithi050 ceph-mon[92315]: pgmap v17184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:22 smithi172 ceph-mon[103696]: pgmap v17184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:23.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:23.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:24.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:24.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:24 smithi050 ceph-mon[92315]: pgmap v17185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:24 smithi172 ceph-mon[103696]: pgmap v17185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:25.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:25.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:26.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:26.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:26 smithi050 ceph-mon[92315]: pgmap v17186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:26 smithi172 ceph-mon[103696]: pgmap v17186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:27.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:27.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:28.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:28.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:28 smithi050 ceph-mon[92315]: pgmap v17187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:28:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:28 smithi172 ceph-mon[103696]: pgmap v17187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:28:29.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:29.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:30.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:30.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:30 smithi050 ceph-mon[92315]: pgmap v17188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:30 smithi172 ceph-mon[103696]: pgmap v17188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:31.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:31.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:28:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:28:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:28:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:28:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:28:31.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:28:31.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:28:31.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:28:31.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:28:31.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:28:31.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:28:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:28:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:28:31.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:28:31.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:28:31.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:28:31.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:28:31.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:28:31.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:28:31.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:28:31.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:28:31.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:28:32.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:32.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:32 smithi050 ceph-mon[92315]: pgmap v17189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:32 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1434M 2023-09-30T23:28:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:32 smithi172 ceph-mon[103696]: pgmap v17189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:32 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1434M 2023-09-30T23:28:33.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:33.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:34.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:34.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:34 smithi050 ceph-mon[92315]: pgmap v17190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:34 smithi172 ceph-mon[103696]: pgmap v17190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:35.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:35.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:28:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:28:36.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:36.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:36 smithi050 ceph-mon[92315]: pgmap v17191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:36 smithi172 ceph-mon[103696]: pgmap v17191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:37.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:37.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:38.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:38.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:38 smithi050 ceph-mon[92315]: pgmap v17192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:28:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:38 smithi172 ceph-mon[103696]: pgmap v17192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:28:39.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:39.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:40.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:40.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:40.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:40 smithi050 ceph-mon[92315]: pgmap v17193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:40 smithi172 ceph-mon[103696]: pgmap v17193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:41.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:41.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:42.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:42.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:42.845 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:42 smithi050 ceph-mon[92315]: pgmap v17194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:42 smithi172 ceph-mon[103696]: pgmap v17194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:43.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:43.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:44 smithi050 ceph-mon[92315]: pgmap v17195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:44.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:44.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:44 smithi172 ceph-mon[103696]: pgmap v17195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:45.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:45.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:46 smithi050 ceph-mon[92315]: pgmap v17196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:46.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:46.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:46 smithi172 ceph-mon[103696]: pgmap v17196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:47.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:47.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:48 smithi050 ceph-mon[92315]: pgmap v17197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:28:48.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:48.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:48 smithi172 ceph-mon[103696]: pgmap v17197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:28:49.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:49.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:50 smithi172 ceph-mon[103696]: pgmap v17198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:28:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:50 smithi050 ceph-mon[92315]: pgmap v17198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:28:50.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:50.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:51.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:51.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:52 smithi050 ceph-mon[92315]: pgmap v17199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:52.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:52.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:52 smithi172 ceph-mon[103696]: pgmap v17199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:53.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:53.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:54 smithi050 ceph-mon[92315]: pgmap v17200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:54.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:54.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:54 smithi172 ceph-mon[103696]: pgmap v17200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:55.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:55.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:56 smithi050 ceph-mon[92315]: pgmap v17201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:56.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:56.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:56 smithi172 ceph-mon[103696]: pgmap v17201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:28:57.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:57.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:28:58 smithi050 ceph-mon[92315]: pgmap v17202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:28:58.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:58.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:28:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:28:58 smithi172 ceph-mon[103696]: pgmap v17202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:28:59.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:28:59.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:00 smithi050 ceph-mon[92315]: pgmap v17203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:00.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:00.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:00 smithi172 ceph-mon[103696]: pgmap v17203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:01.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:01.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:02 smithi050 ceph-mon[92315]: pgmap v17204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:02 smithi172 ceph-mon[103696]: pgmap v17204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:02.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:02.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:03.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:03.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:04 smithi050 ceph-mon[92315]: pgmap v17205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:04 smithi172 ceph-mon[103696]: pgmap v17205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:04.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:04.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:29:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:29:05.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:05.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:06 smithi050 ceph-mon[92315]: pgmap v17206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:06 smithi172 ceph-mon[103696]: pgmap v17206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:06.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:06.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:07.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:07.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:08 smithi050 ceph-mon[92315]: pgmap v17207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:29:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:08 smithi172 ceph-mon[103696]: pgmap v17207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:29:08.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:08.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:09.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:09.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:10 smithi050 ceph-mon[92315]: pgmap v17208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:10 smithi172 ceph-mon[103696]: pgmap v17208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:10.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:10.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:11.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:11.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:12 smithi050 ceph-mon[92315]: pgmap v17209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:12 smithi172 ceph-mon[103696]: pgmap v17209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:12.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:12.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:13.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:13.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:14 smithi050 ceph-mon[92315]: pgmap v17210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:14.918 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:14 smithi172 ceph-mon[103696]: pgmap v17210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:14.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:14.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:15.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:15.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:16 smithi050 ceph-mon[92315]: pgmap v17211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:16 smithi172 ceph-mon[103696]: pgmap v17211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:16.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:16.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:17.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:17.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:18 smithi050 ceph-mon[92315]: pgmap v17212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:29:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:18 smithi172 ceph-mon[103696]: pgmap v17212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:29:18.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:18.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:29:19.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:19.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:29:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:20 smithi172 ceph-mon[103696]: pgmap v17213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:20.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:20.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:20 smithi050 ceph-mon[92315]: pgmap v17213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:21.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:21.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:22 smithi172 ceph-mon[103696]: pgmap v17214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:22.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:22.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:22 smithi050 ceph-mon[92315]: pgmap v17214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:23.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:23.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:24 smithi172 ceph-mon[103696]: pgmap v17215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:24.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:24.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:24 smithi050 ceph-mon[92315]: pgmap v17215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:25.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:25.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:26 smithi172 ceph-mon[103696]: pgmap v17216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:26.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:26.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:26 smithi050 ceph-mon[92315]: pgmap v17216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:27.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:27.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:28 smithi172 ceph-mon[103696]: pgmap v17217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:29:28.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:28.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:28 smithi050 ceph-mon[92315]: pgmap v17217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:29:29.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:29.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:30 smithi172 ceph-mon[103696]: pgmap v17218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:30.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:30.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:30 smithi050 ceph-mon[92315]: pgmap v17218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:31.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:31.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:32 smithi050 ceph-mon[92315]: pgmap v17219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:29:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:29:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:29:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:29:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:29:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:29:32.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:32 smithi172 ceph-mon[103696]: pgmap v17219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:32.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:29:32.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:29:32.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:29:32.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:29:32.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:29:32.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:29:32.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:32.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:33.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:33.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:34 smithi050 ceph-mon[92315]: pgmap v17220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:34 smithi172 ceph-mon[103696]: pgmap v17220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:34.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:34.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:35.804 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:29:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:29:35.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:35.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:36 smithi050 ceph-mon[92315]: pgmap v17221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:36 smithi172 ceph-mon[103696]: pgmap v17221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:36.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:36.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:37.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:37.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:38 smithi050 ceph-mon[92315]: pgmap v17222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:29:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:38 smithi172 ceph-mon[103696]: pgmap v17222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:29:38.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:38.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:39.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:39.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:40 smithi050 ceph-mon[92315]: pgmap v17223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:40.857 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:40 smithi172 ceph-mon[103696]: pgmap v17223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:40.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:40.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:41.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:41.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:42 smithi050 ceph-mon[92315]: pgmap v17224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:42 smithi172 ceph-mon[103696]: pgmap v17224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:42.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:42.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:43.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:43.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:44 smithi050 ceph-mon[92315]: pgmap v17225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:44 smithi172 ceph-mon[103696]: pgmap v17225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:44.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:44.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:45.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:45.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:46 smithi050 ceph-mon[92315]: pgmap v17226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:46 smithi172 ceph-mon[103696]: pgmap v17226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:46.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:46.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:47.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:47.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:48 smithi050 ceph-mon[92315]: pgmap v17227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:29:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:48 smithi172 ceph-mon[103696]: pgmap v17227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:29:48.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:48.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:49.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:49.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:50 smithi050 ceph-mon[92315]: pgmap v17228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:29:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:50 smithi172 ceph-mon[103696]: pgmap v17228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:29:50.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:50.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:51.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:51.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:52 smithi050 ceph-mon[92315]: pgmap v17229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:52 smithi172 ceph-mon[103696]: pgmap v17229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:52.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:52.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:53.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:53.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:54 smithi050 ceph-mon[92315]: pgmap v17230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:54 smithi172 ceph-mon[103696]: pgmap v17230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:54.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:54.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:55.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:55.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:56 smithi050 ceph-mon[92315]: pgmap v17231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:56 smithi172 ceph-mon[103696]: pgmap v17231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:29:56.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:56.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:57.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:57.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:29:58 smithi050 ceph-mon[92315]: pgmap v17232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:29:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:29:58 smithi172 ceph-mon[103696]: pgmap v17232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:29:58.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:58.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:29:59.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:29:59.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:00 smithi050 ceph-mon[92315]: pgmap v17233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T23:30:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:00 smithi172 ceph-mon[103696]: pgmap v17233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T23:30:00.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:00.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:01.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:01.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:02 smithi050 ceph-mon[92315]: pgmap v17234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:02 smithi172 ceph-mon[103696]: pgmap v17234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:02.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:02.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:03.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:03.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:04 smithi050 ceph-mon[92315]: pgmap v17235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:04 smithi172 ceph-mon[103696]: pgmap v17235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:04.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:04.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:30:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:30:05.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:05.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:06 smithi050 ceph-mon[92315]: pgmap v17236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:06 smithi172 ceph-mon[103696]: pgmap v17236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:06.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:06.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:07.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:07.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:08 smithi050 ceph-mon[92315]: pgmap v17237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:30:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:08 smithi172 ceph-mon[103696]: pgmap v17237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:30:08.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:08.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:09.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:09.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:10 smithi050 ceph-mon[92315]: pgmap v17238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:10 smithi172 ceph-mon[103696]: pgmap v17238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:10.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:10.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:11.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:11.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:12 smithi050 ceph-mon[92315]: pgmap v17239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:12 smithi172 ceph-mon[103696]: pgmap v17239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:12.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:12.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:13.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:13.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:14 smithi050 ceph-mon[92315]: pgmap v17240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:14 smithi172 ceph-mon[103696]: pgmap v17240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:15.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:15.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:16.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:16.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:16 smithi050 ceph-mon[92315]: pgmap v17241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:16 smithi172 ceph-mon[103696]: pgmap v17241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:17.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:17.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:18.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:18.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:18 smithi050 ceph-mon[92315]: pgmap v17242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:30:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:18 smithi172 ceph-mon[103696]: pgmap v17242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:30:19.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:19.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:20.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:20.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:20 smithi050 ceph-mon[92315]: pgmap v17243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:30:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:20 smithi172 ceph-mon[103696]: pgmap v17243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:30:21.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:21.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:22.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:22.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:22 smithi050 ceph-mon[92315]: pgmap v17244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:22 smithi172 ceph-mon[103696]: pgmap v17244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:23.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:23.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:24.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:24.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:24 smithi050 ceph-mon[92315]: pgmap v17245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:24 smithi172 ceph-mon[103696]: pgmap v17245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:25.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:25.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:26.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:26.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:26 smithi172 ceph-mon[103696]: pgmap v17246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:26 smithi050 ceph-mon[92315]: pgmap v17246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:27.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:27.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:28.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:28.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:28 smithi050 ceph-mon[92315]: pgmap v17247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:30:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:28 smithi172 ceph-mon[103696]: pgmap v17247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:30:29.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:29.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:30.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:30.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:30 smithi050 ceph-mon[92315]: pgmap v17248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:30 smithi172 ceph-mon[103696]: pgmap v17248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:31.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:31.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:32.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:32.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:32 smithi050 ceph-mon[92315]: pgmap v17249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:30:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:32 smithi172 ceph-mon[103696]: pgmap v17249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:30:33.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:33.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:30:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:30:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:30:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:30:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:30:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:30:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:30:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:30:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:30:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:30:34.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:34.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:34 smithi050 ceph-mon[92315]: pgmap v17250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:34 smithi172 ceph-mon[103696]: pgmap v17250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:35.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:35.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:30:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:30:36.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:36.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:36 smithi050 ceph-mon[92315]: pgmap v17251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:36 smithi172 ceph-mon[103696]: pgmap v17251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:37.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:37.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:38.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:38.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:38 smithi050 ceph-mon[92315]: pgmap v17252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:30:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:38 smithi172 ceph-mon[103696]: pgmap v17252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:30:39.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:39.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:40.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:40.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:40 smithi050 ceph-mon[92315]: pgmap v17253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:40 smithi172 ceph-mon[103696]: pgmap v17253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:41.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:41.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:42.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:42.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:42 smithi050 ceph-mon[92315]: pgmap v17254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:42 smithi172 ceph-mon[103696]: pgmap v17254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:43.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:43.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:44.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:44.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:44 smithi050 ceph-mon[92315]: pgmap v17255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:44 smithi172 ceph-mon[103696]: pgmap v17255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:45.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:45.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:46.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:46.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:46 smithi050 ceph-mon[92315]: pgmap v17256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:46 smithi172 ceph-mon[103696]: pgmap v17256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:47.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:47.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:48.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:48.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:48 smithi050 ceph-mon[92315]: pgmap v17257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:30:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:48 smithi172 ceph-mon[103696]: pgmap v17257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:30:49.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:49.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:30:50.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:50.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:30:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:50 smithi172 ceph-mon[103696]: pgmap v17258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:51.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:51.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:50 smithi050 ceph-mon[92315]: pgmap v17258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:52.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:52.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:52 smithi172 ceph-mon[103696]: pgmap v17259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:53.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:53.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:52 smithi050 ceph-mon[92315]: pgmap v17259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:54.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:54.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:54 smithi172 ceph-mon[103696]: pgmap v17260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:55.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:55.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:54 smithi050 ceph-mon[92315]: pgmap v17260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:56.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:56.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:56 smithi172 ceph-mon[103696]: pgmap v17261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:57.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:57.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:56 smithi050 ceph-mon[92315]: pgmap v17261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:30:58.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:58.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:30:58 smithi172 ceph-mon[103696]: pgmap v17262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:30:59.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:30:59.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:30:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:30:58 smithi050 ceph-mon[92315]: pgmap v17262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:31:00.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:00.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:00 smithi172 ceph-mon[103696]: pgmap v17263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:01.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:01.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:00 smithi050 ceph-mon[92315]: pgmap v17263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:02.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:02.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:02 smithi172 ceph-mon[103696]: pgmap v17264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:02.887 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:02 smithi050 ceph-mon[92315]: pgmap v17264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:03.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:03.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:04.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:04.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:04 smithi172 ceph-mon[103696]: pgmap v17265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:31:05.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:05.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:04 smithi050 ceph-mon[92315]: pgmap v17265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:31:06.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:06.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:06 smithi172 ceph-mon[103696]: pgmap v17266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:07.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:07.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:07.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:06 smithi050 ceph-mon[92315]: pgmap v17266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:08.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:08.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:09.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:09.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:08 smithi050 ceph-mon[92315]: pgmap v17267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:31:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:08 smithi172 ceph-mon[103696]: pgmap v17267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:31:10.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:10.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:10 smithi050 ceph-mon[92315]: pgmap v17268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:11.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:11.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:10 smithi172 ceph-mon[103696]: pgmap v17268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:12.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:12.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:13.002 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:12 smithi050 ceph-mon[92315]: pgmap v17269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:13.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:13.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:12 smithi172 ceph-mon[103696]: pgmap v17269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:14.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:14.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:14 smithi050 ceph-mon[92315]: pgmap v17270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:15.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:15.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:14 smithi172 ceph-mon[103696]: pgmap v17270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:16.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:16.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:16 smithi050 ceph-mon[92315]: pgmap v17271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:17.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:17.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:16 smithi172 ceph-mon[103696]: pgmap v17271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:18.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:18.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:18 smithi050 ceph-mon[92315]: pgmap v17272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:31:19.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:19.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:18 smithi172 ceph-mon[103696]: pgmap v17272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:31:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:31:20.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:20.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:31:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:20 smithi050 ceph-mon[92315]: pgmap v17273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:21.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:21.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:20 smithi172 ceph-mon[103696]: pgmap v17273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:22.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:22.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:22 smithi050 ceph-mon[92315]: pgmap v17274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:23.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:23.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:22 smithi172 ceph-mon[103696]: pgmap v17274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:24.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:24.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:24 smithi050 ceph-mon[92315]: pgmap v17275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:25.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:25.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:24 smithi172 ceph-mon[103696]: pgmap v17275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:26.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:26.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:26.966 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:26 smithi172 ceph-mon[103696]: pgmap v17276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:26 smithi050 ceph-mon[92315]: pgmap v17276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:27.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:27.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:28.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:28.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:28 smithi050 ceph-mon[92315]: pgmap v17277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:31:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:28 smithi172 ceph-mon[103696]: pgmap v17277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:31:29.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:29.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:30.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:30.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:30 smithi050 ceph-mon[92315]: pgmap v17278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:30 smithi172 ceph-mon[103696]: pgmap v17278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:31.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:31.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:32.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:32.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:32 smithi050 ceph-mon[92315]: pgmap v17279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:32 smithi172 ceph-mon[103696]: pgmap v17279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:33.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:33.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:31:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:31:34.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:34.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:34 smithi050 ceph-mon[92315]: pgmap v17280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:31:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:34 smithi172 ceph-mon[103696]: pgmap v17280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:31:35.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:35.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:36.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:36.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:37.071 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:36 smithi172 ceph-mon[103696]: pgmap v17281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:36 smithi050 ceph-mon[92315]: pgmap v17281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:37.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:37.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:38.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:38.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:38 smithi050 ceph-mon[92315]: pgmap v17282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:31:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:31:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:31:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:31:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:31:39.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:31:39.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:31:39.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:31:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:38 smithi172 ceph-mon[103696]: pgmap v17282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:31:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:31:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:31:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:31:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:31:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:31:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:31:39.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:31:39.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:39.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:40.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:40.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:40 smithi050 ceph-mon[92315]: pgmap v17283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:40 smithi172 ceph-mon[103696]: pgmap v17283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:41.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:41.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:42.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:42.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:42 smithi050 ceph-mon[92315]: pgmap v17284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:42 smithi172 ceph-mon[103696]: pgmap v17284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:43.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:43.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:44.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:44.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:44 smithi050 ceph-mon[92315]: pgmap v17285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:44 smithi172 ceph-mon[103696]: pgmap v17285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:45.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:45.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:46.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:46.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:46 smithi050 ceph-mon[92315]: pgmap v17286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:46 smithi172 ceph-mon[103696]: pgmap v17286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:47.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:47.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:48.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:48.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:48 smithi050 ceph-mon[92315]: pgmap v17287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:31:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:48 smithi172 ceph-mon[103696]: pgmap v17287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:31:49.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:49.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:31:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:31:50.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:50.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:50 smithi050 ceph-mon[92315]: pgmap v17288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:50 smithi172 ceph-mon[103696]: pgmap v17288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:51.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:51.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:52.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:52.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:52 smithi050 ceph-mon[92315]: pgmap v17289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:52 smithi172 ceph-mon[103696]: pgmap v17289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:53.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:53.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:54.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:54.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:54 smithi050 ceph-mon[92315]: pgmap v17290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:54 smithi172 ceph-mon[103696]: pgmap v17290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:55.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:55.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:56.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:56.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:56 smithi050 ceph-mon[92315]: pgmap v17291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:56 smithi172 ceph-mon[103696]: pgmap v17291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:31:57.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:57.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:58.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:58.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:31:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:31:58 smithi050 ceph-mon[92315]: pgmap v17292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:31:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:31:58 smithi172 ceph-mon[103696]: pgmap v17292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:31:59.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:31:59.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:00.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:00.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:00 smithi050 ceph-mon[92315]: pgmap v17293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:00 smithi172 ceph-mon[103696]: pgmap v17293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:01.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:01.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:02.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:02.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:02 smithi050 ceph-mon[92315]: pgmap v17294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:02 smithi172 ceph-mon[103696]: pgmap v17294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:03.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:03.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:04.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:04.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:04 smithi050 ceph-mon[92315]: pgmap v17295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:32:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:04 smithi172 ceph-mon[103696]: pgmap v17295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:05.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:32:05.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:05.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:06.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:06.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:06 smithi050 ceph-mon[92315]: pgmap v17296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:06 smithi172 ceph-mon[103696]: pgmap v17296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:07.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:07.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:08.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:08.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:08 smithi050 ceph-mon[92315]: pgmap v17297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:32:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:08 smithi172 ceph-mon[103696]: pgmap v17297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:32:09.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:09.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:10.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:10.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:10 smithi050 ceph-mon[92315]: pgmap v17298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:10 smithi172 ceph-mon[103696]: pgmap v17298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:11.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:11.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:12.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:12.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:12 smithi050 ceph-mon[92315]: pgmap v17299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:12 smithi172 ceph-mon[103696]: pgmap v17299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:13.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:13.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:14.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:14.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:14 smithi050 ceph-mon[92315]: pgmap v17300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:14 smithi172 ceph-mon[103696]: pgmap v17300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:15.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:15.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:16.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:16.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:16 smithi050 ceph-mon[92315]: pgmap v17301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:16 smithi172 ceph-mon[103696]: pgmap v17301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:17.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:17.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:18.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:18.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:18 smithi050 ceph-mon[92315]: pgmap v17302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:32:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:18 smithi172 ceph-mon[103696]: pgmap v17302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:32:19.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:19.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:32:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:32:20.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:20.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:20 smithi050 ceph-mon[92315]: pgmap v17303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:20 smithi172 ceph-mon[103696]: pgmap v17303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:21.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:21.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:22.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:22.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:22 smithi172 ceph-mon[103696]: pgmap v17304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:22 smithi050 ceph-mon[92315]: pgmap v17304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:23.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:23.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:23 smithi050 ceph-mon[92315]: pgmap v17305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:23 smithi172 ceph-mon[103696]: pgmap v17305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:24.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:24.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:25.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:25.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:26.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:26.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:26 smithi050 ceph-mon[92315]: pgmap v17306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:26 smithi172 ceph-mon[103696]: pgmap v17306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:27.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:27.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:28.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:28.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:28 smithi050 ceph-mon[92315]: pgmap v17307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:32:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:28 smithi172 ceph-mon[103696]: pgmap v17307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:32:29.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:29.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:30.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:30.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:30 smithi050 ceph-mon[92315]: pgmap v17308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:30.922 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:30 smithi172 ceph-mon[103696]: pgmap v17308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:31.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:31.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:32.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:32.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:32 smithi050 ceph-mon[92315]: pgmap v17309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:32 smithi172 ceph-mon[103696]: pgmap v17309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:33.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:33.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:34.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:34.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:34 smithi050 ceph-mon[92315]: pgmap v17310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:34 smithi172 ceph-mon[103696]: pgmap v17310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:35.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:35.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:32:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:32:36.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:36.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:36 smithi050 ceph-mon[92315]: pgmap v17311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:36 smithi172 ceph-mon[103696]: pgmap v17311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:37.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:37.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:38.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:38.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:38 smithi050 ceph-mon[92315]: pgmap v17312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:32:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:32:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:38 smithi172 ceph-mon[103696]: pgmap v17312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:32:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:32:39.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:39.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:32:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:32:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:32:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:32:39.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:32:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:32:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:32:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:32:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:32:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:32:40.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:40.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:40 smithi050 ceph-mon[92315]: pgmap v17313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:40 smithi172 ceph-mon[103696]: pgmap v17313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:41.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:41.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:42.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:42.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:42 smithi050 ceph-mon[92315]: pgmap v17314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:42 smithi172 ceph-mon[103696]: pgmap v17314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:43.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:43.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:44.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:44.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:44 smithi050 ceph-mon[92315]: pgmap v17315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:44 smithi172 ceph-mon[103696]: pgmap v17315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:45.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:45.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:46.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:46.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:46 smithi050 ceph-mon[92315]: pgmap v17316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:46 smithi172 ceph-mon[103696]: pgmap v17316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:47.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:47.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:48.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:48.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:48 smithi050 ceph-mon[92315]: pgmap v17317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:32:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:48 smithi172 ceph-mon[103696]: pgmap v17317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:32:49.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:49.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:50.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:50.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:50 smithi050 ceph-mon[92315]: pgmap v17318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:32:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:50 smithi172 ceph-mon[103696]: pgmap v17318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:32:51.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:51.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:52.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:52.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:52 smithi050 ceph-mon[92315]: pgmap v17319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:52.855 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:52 smithi172 ceph-mon[103696]: pgmap v17319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:53.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:53.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:54.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:54.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:54 smithi050 ceph-mon[92315]: pgmap v17320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:54 smithi172 ceph-mon[103696]: pgmap v17320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:55.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:55.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:56.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:56.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:56 smithi050 ceph-mon[92315]: pgmap v17321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:56 smithi172 ceph-mon[103696]: pgmap v17321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:32:57.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:57.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:58.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:58.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:32:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:32:58 smithi050 ceph-mon[92315]: pgmap v17322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:32:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:32:58 smithi172 ceph-mon[103696]: pgmap v17322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:32:59.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:32:59.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:00.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:00.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:00 smithi050 ceph-mon[92315]: pgmap v17323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:00 smithi172 ceph-mon[103696]: pgmap v17323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:01.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:01.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:02.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:02.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:02 smithi050 ceph-mon[92315]: pgmap v17324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:02 smithi172 ceph-mon[103696]: pgmap v17324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:03.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:03.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:04.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:04.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:04 smithi050 ceph-mon[92315]: pgmap v17325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:04 smithi172 ceph-mon[103696]: pgmap v17325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:05.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:05.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:33:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:33:06.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:06.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:06 smithi050 ceph-mon[92315]: pgmap v17326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:06 smithi172 ceph-mon[103696]: pgmap v17326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:07.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:07.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:08.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:08.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:08 smithi050 ceph-mon[92315]: pgmap v17327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:33:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:08 smithi172 ceph-mon[103696]: pgmap v17327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:33:09.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:09.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:10.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:10.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:10 smithi050 ceph-mon[92315]: pgmap v17328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:10 smithi172 ceph-mon[103696]: pgmap v17328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:11.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:11.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:12.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:12.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:12 smithi050 ceph-mon[92315]: pgmap v17329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:12 smithi172 ceph-mon[103696]: pgmap v17329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:13.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:13.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:14.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:14.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:14 smithi050 ceph-mon[92315]: pgmap v17330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:14 smithi172 ceph-mon[103696]: pgmap v17330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:15.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:15.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:16.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:16.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:16 smithi050 ceph-mon[92315]: pgmap v17331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:16 smithi172 ceph-mon[103696]: pgmap v17331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:17.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:17.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:18.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:18.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:18 smithi050 ceph-mon[92315]: pgmap v17332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:33:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:18 smithi172 ceph-mon[103696]: pgmap v17332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:33:19.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:19.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:20.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:20.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:20 smithi050 ceph-mon[92315]: pgmap v17333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:33:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:20 smithi172 ceph-mon[103696]: pgmap v17333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:33:21.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:21.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:22.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:23.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:23.334 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:22 smithi172 ceph-mon[103696]: pgmap v17334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:23.334 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:22 smithi050 ceph-mon[92315]: pgmap v17334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:23.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:23.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:24.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:24.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:24 smithi050 ceph-mon[92315]: pgmap v17335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:24 smithi172 ceph-mon[103696]: pgmap v17335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:25.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:25.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:26.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:26.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:26 smithi172 ceph-mon[103696]: pgmap v17336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:26 smithi050 ceph-mon[92315]: pgmap v17336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:27.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:27.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:28.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:28.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:28 smithi172 ceph-mon[103696]: pgmap v17337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:33:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:28 smithi050 ceph-mon[92315]: pgmap v17337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:33:29.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:29.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:30.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:30.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:30 smithi172 ceph-mon[103696]: pgmap v17338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:30 smithi050 ceph-mon[92315]: pgmap v17338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:31.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:31.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:32.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:32.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:32 smithi172 ceph-mon[103696]: pgmap v17339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:32 smithi050 ceph-mon[92315]: pgmap v17339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:33.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:33.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:34.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:34.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:34 smithi172 ceph-mon[103696]: pgmap v17340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:33:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:34 smithi050 ceph-mon[92315]: pgmap v17340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:33:35.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:35.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:36.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:36.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:36 smithi172 ceph-mon[103696]: pgmap v17341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:36 smithi050 ceph-mon[92315]: pgmap v17341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:37.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:37.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:38.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:38.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:38 smithi172 ceph-mon[103696]: pgmap v17342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:33:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:38 smithi050 ceph-mon[92315]: pgmap v17342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:33:39.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:39.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:39.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:33:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:33:40.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:40.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:40 smithi172 ceph-mon[103696]: pgmap v17343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:40 smithi050 ceph-mon[92315]: pgmap v17343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:41.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:41.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:42.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:42.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:42 smithi050 ceph-mon[92315]: pgmap v17344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:42 smithi172 ceph-mon[103696]: pgmap v17344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:43.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:43.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:44.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:44.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:44 smithi050 ceph-mon[92315]: pgmap v17345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:44 smithi172 ceph-mon[103696]: pgmap v17345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:45.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:45.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:46.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:46.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:46 smithi050 ceph-mon[92315]: pgmap v17346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:47.116 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:33:47.116 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:33:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:46 smithi172 ceph-mon[103696]: pgmap v17346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:33:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:33:47.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:47.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:33:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:33:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:33:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:33:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:33:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:33:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:33:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:33:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:33:48.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:33:48.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:48.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:48 smithi050 ceph-mon[92315]: pgmap v17347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:33:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:48 smithi172 ceph-mon[103696]: pgmap v17347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:33:49.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:49.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:33:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:33:50.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:50.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:50 smithi050 ceph-mon[92315]: pgmap v17348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:50 smithi172 ceph-mon[103696]: pgmap v17348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:51.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:51.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:52.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:52.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:52 smithi050 ceph-mon[92315]: pgmap v17349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:52 smithi172 ceph-mon[103696]: pgmap v17349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:53.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:53.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:54.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:54.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:54 smithi050 ceph-mon[92315]: pgmap v17350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:54 smithi172 ceph-mon[103696]: pgmap v17350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:55.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:55.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:56.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:56.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:56 smithi050 ceph-mon[92315]: pgmap v17351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:56 smithi172 ceph-mon[103696]: pgmap v17351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:33:57.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:57.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:58.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:58.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:33:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:33:58 smithi172 ceph-mon[103696]: pgmap v17352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:33:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:33:58 smithi050 ceph-mon[92315]: pgmap v17352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:33:59.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:33:59.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:00.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:00.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:00 smithi050 ceph-mon[92315]: pgmap v17353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:00 smithi172 ceph-mon[103696]: pgmap v17353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:01.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:01.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:02.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:02.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:02 smithi050 ceph-mon[92315]: pgmap v17354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:02 smithi172 ceph-mon[103696]: pgmap v17354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:03.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:03.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:04.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:04.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:04 smithi050 ceph-mon[92315]: pgmap v17355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:34:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:04 smithi172 ceph-mon[103696]: pgmap v17355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:34:05.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:05.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:06.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:06.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:06 smithi050 ceph-mon[92315]: pgmap v17356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:06 smithi172 ceph-mon[103696]: pgmap v17356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:07.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:07.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:08.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:08.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:08 smithi050 ceph-mon[92315]: pgmap v17357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:34:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:08 smithi172 ceph-mon[103696]: pgmap v17357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:34:09.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:09.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:09.999 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:09 smithi050 ceph-mon[92315]: pgmap v17358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:09 smithi172 ceph-mon[103696]: pgmap v17358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:10.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:10.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:11.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:11.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:12.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:12.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:12 smithi050 ceph-mon[92315]: pgmap v17359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:12 smithi172 ceph-mon[103696]: pgmap v17359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:13.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:13.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:14.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:14.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:14 smithi050 ceph-mon[92315]: pgmap v17360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:14 smithi172 ceph-mon[103696]: pgmap v17360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:15.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:15.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:16.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:16.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:16 smithi050 ceph-mon[92315]: pgmap v17361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:16 smithi172 ceph-mon[103696]: pgmap v17361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:17.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:17.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:18.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:18.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:18 smithi050 ceph-mon[92315]: pgmap v17362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:34:18.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:18 smithi172 ceph-mon[103696]: pgmap v17362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:34:19.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:19.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:20.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:20.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:20 smithi050 ceph-mon[92315]: pgmap v17363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:34:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:20 smithi172 ceph-mon[103696]: pgmap v17363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:34:21.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:21.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:22.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:22.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:22 smithi050 ceph-mon[92315]: pgmap v17364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:22 smithi172 ceph-mon[103696]: pgmap v17364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:23.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:23.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:24.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:24.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:24 smithi050 ceph-mon[92315]: pgmap v17365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:24 smithi172 ceph-mon[103696]: pgmap v17365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:25.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:25.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:26.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:26.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:26 smithi050 ceph-mon[92315]: pgmap v17366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:26 smithi172 ceph-mon[103696]: pgmap v17366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:27.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:27.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:28.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:28.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:28 smithi050 ceph-mon[92315]: pgmap v17367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:34:28.861 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:28 smithi172 ceph-mon[103696]: pgmap v17367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:34:29.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:29.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:30.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:30.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:30 smithi050 ceph-mon[92315]: pgmap v17368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:30 smithi172 ceph-mon[103696]: pgmap v17368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:31.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:31.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:32.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:32.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:32 smithi050 ceph-mon[92315]: pgmap v17369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:32 smithi172 ceph-mon[103696]: pgmap v17369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:33.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:33.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:34.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:34.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:34 smithi050 ceph-mon[92315]: pgmap v17370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:34 smithi172 ceph-mon[103696]: pgmap v17370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:35.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:35.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:34:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:34:36.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:36.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:36 smithi050 ceph-mon[92315]: pgmap v17371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:36 smithi172 ceph-mon[103696]: pgmap v17371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:37.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:37.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:38.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:38.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:38 smithi050 ceph-mon[92315]: pgmap v17372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:34:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:38 smithi172 ceph-mon[103696]: pgmap v17372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:34:39.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:39.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:40.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:40.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:40 smithi050 ceph-mon[92315]: pgmap v17373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:40 smithi172 ceph-mon[103696]: pgmap v17373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:41.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:41.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:42.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:42.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:42 smithi050 ceph-mon[92315]: pgmap v17374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:42 smithi172 ceph-mon[103696]: pgmap v17374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:43.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:43.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:44.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:44.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:44 smithi050 ceph-mon[92315]: pgmap v17375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:44 smithi172 ceph-mon[103696]: pgmap v17375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:45.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:45.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:46.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:46.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:46 smithi050 ceph-mon[92315]: pgmap v17376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:46 smithi172 ceph-mon[103696]: pgmap v17376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:47.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:47.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:34:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:34:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:34:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:34:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:34:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:34:48.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:48.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:48 smithi050 ceph-mon[92315]: pgmap v17377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:34:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:34:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:34:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:34:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:34:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:34:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:48 smithi172 ceph-mon[103696]: pgmap v17377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:34:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:34:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:34:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:34:48.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:34:48.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:34:49.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:49.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:50.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:50.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:50 smithi050 ceph-mon[92315]: pgmap v17378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:34:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:50 smithi172 ceph-mon[103696]: pgmap v17378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:34:51.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:51.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:52.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:52.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:52 smithi050 ceph-mon[92315]: pgmap v17379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:52 smithi172 ceph-mon[103696]: pgmap v17379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:53.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:53.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:54.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:54.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:54 smithi050 ceph-mon[92315]: pgmap v17380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:54 smithi172 ceph-mon[103696]: pgmap v17380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:55.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:55.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:56.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:56.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:56 smithi172 ceph-mon[103696]: pgmap v17381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:56 smithi050 ceph-mon[92315]: pgmap v17381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:34:57.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:57.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:58.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:58.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:34:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:34:58 smithi172 ceph-mon[103696]: pgmap v17382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:34:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:34:58 smithi050 ceph-mon[92315]: pgmap v17382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:34:59.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:34:59.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:00.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:00.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:00 smithi050 ceph-mon[92315]: pgmap v17383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:00 smithi172 ceph-mon[103696]: pgmap v17383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:01.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:01.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:02.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:02.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:02 smithi172 ceph-mon[103696]: pgmap v17384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:02 smithi050 ceph-mon[92315]: pgmap v17384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:03.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:03.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:04.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:04.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:04 smithi172 ceph-mon[103696]: pgmap v17385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:35:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:04 smithi050 ceph-mon[92315]: pgmap v17385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:35:05.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:05.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:06.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:06.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:06 smithi172 ceph-mon[103696]: pgmap v17386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:06 smithi050 ceph-mon[92315]: pgmap v17386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:07.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:07.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:08.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:08.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:08 smithi172 ceph-mon[103696]: pgmap v17387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:35:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:08 smithi050 ceph-mon[92315]: pgmap v17387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:35:09.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:09.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:10.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:10.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:10 smithi172 ceph-mon[103696]: pgmap v17388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:10 smithi050 ceph-mon[92315]: pgmap v17388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:11.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:11.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:12.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:12.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:12 smithi172 ceph-mon[103696]: pgmap v17389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:12 smithi050 ceph-mon[92315]: pgmap v17389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:13.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:13.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:14.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:14.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:14 smithi172 ceph-mon[103696]: pgmap v17390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:14 smithi050 ceph-mon[92315]: pgmap v17390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:15.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:15.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:16.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:16.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:16 smithi050 ceph-mon[92315]: pgmap v17391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:16 smithi172 ceph-mon[103696]: pgmap v17391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:17.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:17.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:18.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:18.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:18 smithi050 ceph-mon[92315]: pgmap v17392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:35:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:18 smithi172 ceph-mon[103696]: pgmap v17392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:35:19.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:19.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:35:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:35:20.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:20.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:20 smithi050 ceph-mon[92315]: pgmap v17393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:20 smithi172 ceph-mon[103696]: pgmap v17393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:21.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:21.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:22.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:22.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:22 smithi050 ceph-mon[92315]: pgmap v17394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:22 smithi172 ceph-mon[103696]: pgmap v17394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:23.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:23.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:24.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:24.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:24 smithi172 ceph-mon[103696]: pgmap v17395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:24 smithi050 ceph-mon[92315]: pgmap v17395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:25.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:25.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:26.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:26.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:26 smithi050 ceph-mon[92315]: pgmap v17396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:26 smithi172 ceph-mon[103696]: pgmap v17396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:27.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:27.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:28.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:28.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:28 smithi050 ceph-mon[92315]: pgmap v17397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:35:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:28 smithi172 ceph-mon[103696]: pgmap v17397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:35:29.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:29.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:30.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:30.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:30.915 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:30 smithi050 ceph-mon[92315]: pgmap v17398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:30 smithi172 ceph-mon[103696]: pgmap v17398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:31.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:31.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:32.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:32.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:32 smithi050 ceph-mon[92315]: pgmap v17399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:32 smithi172 ceph-mon[103696]: pgmap v17399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:33.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:33.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:34.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:34.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:34 smithi172 ceph-mon[103696]: pgmap v17400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:35:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:34 smithi050 ceph-mon[92315]: pgmap v17400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:35:35.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:35.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:36.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:36.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:36 smithi050 ceph-mon[92315]: pgmap v17401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:36 smithi172 ceph-mon[103696]: pgmap v17401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:37.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:37.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:38.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:38.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:38 smithi050 ceph-mon[92315]: pgmap v17402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:35:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:38 smithi172 ceph-mon[103696]: pgmap v17402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:35:39.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:39.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:40.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:40.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:41.030 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:40 smithi050 ceph-mon[92315]: pgmap v17403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:40 smithi172 ceph-mon[103696]: pgmap v17403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:41.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:41.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:42.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:42.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:42 smithi050 ceph-mon[92315]: pgmap v17404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:42 smithi172 ceph-mon[103696]: pgmap v17404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:43.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:43.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:44.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:44.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:44 smithi050 ceph-mon[92315]: pgmap v17405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:44 smithi172 ceph-mon[103696]: pgmap v17405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:45.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:45.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:46.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:46.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:46 smithi050 ceph-mon[92315]: pgmap v17406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:46 smithi172 ceph-mon[103696]: pgmap v17406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:47.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:47.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:48.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:48.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:48 smithi050 ceph-mon[92315]: pgmap v17407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:35:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:35:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:35:49.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:35:49.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:35:49.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:35:49.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:48 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:35:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:48 smithi172 ceph-mon[103696]: pgmap v17407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:35:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:35:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:35:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:35:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:35:49.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:35:49.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:48 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:35:49.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:49.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:35:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:35:50.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:50.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:50 smithi050 ceph-mon[92315]: pgmap v17408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:50 smithi172 ceph-mon[103696]: pgmap v17408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:51.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:51.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:52.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:52.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:52 smithi050 ceph-mon[92315]: pgmap v17409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:52 smithi172 ceph-mon[103696]: pgmap v17409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:53.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:53.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:54.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:54.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:54 smithi050 ceph-mon[92315]: pgmap v17410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:54 smithi172 ceph-mon[103696]: pgmap v17410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:55.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:55.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:56.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:56.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:56 smithi050 ceph-mon[92315]: pgmap v17411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:56 smithi172 ceph-mon[103696]: pgmap v17411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:35:57.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:57.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:58.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:58.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:35:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:35:58 smithi050 ceph-mon[92315]: pgmap v17412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:35:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:35:58 smithi172 ceph-mon[103696]: pgmap v17412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:35:59.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:35:59.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:00.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:00.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:00 smithi050 ceph-mon[92315]: pgmap v17413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:00 smithi172 ceph-mon[103696]: pgmap v17413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:01.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:01.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:02.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:02.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:02 smithi050 ceph-mon[92315]: pgmap v17414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:02 smithi172 ceph-mon[103696]: pgmap v17414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:03.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:03.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:04.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:04.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:04 smithi050 ceph-mon[92315]: pgmap v17415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:36:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:04 smithi172 ceph-mon[103696]: pgmap v17415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:36:05.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:05.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:06.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:06.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:06 smithi050 ceph-mon[92315]: pgmap v17416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:06 smithi172 ceph-mon[103696]: pgmap v17416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:07.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:07.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:08.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:08.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:08 smithi050 ceph-mon[92315]: pgmap v17417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:36:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:08 smithi172 ceph-mon[103696]: pgmap v17417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:36:09.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:09.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:10.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:10.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:10 smithi050 ceph-mon[92315]: pgmap v17418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:10 smithi172 ceph-mon[103696]: pgmap v17418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:11.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:11.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:12.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:12.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:12 smithi050 ceph-mon[92315]: pgmap v17419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:12 smithi172 ceph-mon[103696]: pgmap v17419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:13.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:13.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:14.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:14.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:14 smithi050 ceph-mon[92315]: pgmap v17420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:14 smithi172 ceph-mon[103696]: pgmap v17420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:15.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:15.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:16.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:16.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:16 smithi050 ceph-mon[92315]: pgmap v17421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:17.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:16 smithi172 ceph-mon[103696]: pgmap v17421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:17.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:17.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:18.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:18.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:18 smithi050 ceph-mon[92315]: pgmap v17422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:36:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:18 smithi172 ceph-mon[103696]: pgmap v17422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:36:19.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:19.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:20.019 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:36:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:36:20.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:20.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:20 smithi050 ceph-mon[92315]: pgmap v17423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:20 smithi172 ceph-mon[103696]: pgmap v17423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:21.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:21.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:22.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:22.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:22 smithi050 ceph-mon[92315]: pgmap v17424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:22 smithi172 ceph-mon[103696]: pgmap v17424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:23.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:23.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:24.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:24.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:25.071 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:24 smithi172 ceph-mon[103696]: pgmap v17425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:24 smithi050 ceph-mon[92315]: pgmap v17425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:25.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:25.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:26.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:26.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:26 smithi050 ceph-mon[92315]: pgmap v17426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:26 smithi172 ceph-mon[103696]: pgmap v17426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:27.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:27.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:28.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:28.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:28 smithi050 ceph-mon[92315]: pgmap v17427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:36:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:28 smithi172 ceph-mon[103696]: pgmap v17427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:36:29.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:29.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:30.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:30.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:30 smithi050 ceph-mon[92315]: pgmap v17428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:30 smithi172 ceph-mon[103696]: pgmap v17428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:31.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:31.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:32.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:32.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:32 smithi050 ceph-mon[92315]: pgmap v17429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:32 smithi172 ceph-mon[103696]: pgmap v17429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:33.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:33.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:34.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:34.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:34 smithi050 ceph-mon[92315]: pgmap v17430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:34 smithi172 ceph-mon[103696]: pgmap v17430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:35.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:35.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:36:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:36:36.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:36.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:36 smithi050 ceph-mon[92315]: pgmap v17431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:36 smithi172 ceph-mon[103696]: pgmap v17431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:37.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:37.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:38.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:38.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:38 smithi050 ceph-mon[92315]: pgmap v17432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:36:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:38 smithi172 ceph-mon[103696]: pgmap v17432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:36:39.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:39.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:40.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:40.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:40 smithi050 ceph-mon[92315]: pgmap v17433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:40 smithi172 ceph-mon[103696]: pgmap v17433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:41.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:41.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:42.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:42.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:42 smithi050 ceph-mon[92315]: pgmap v17434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:42 smithi172 ceph-mon[103696]: pgmap v17434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:43.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:43.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:44.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:44.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:44 smithi050 ceph-mon[92315]: pgmap v17435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:44 smithi172 ceph-mon[103696]: pgmap v17435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:45.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:45.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:46.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:46.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:46 smithi050 ceph-mon[92315]: pgmap v17436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:46 smithi172 ceph-mon[103696]: pgmap v17436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:47.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:47.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:48.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:48.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:48 smithi050 ceph-mon[92315]: pgmap v17437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:36:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:48 smithi172 ceph-mon[103696]: pgmap v17437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:36:49.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:49.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:36:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:36:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:36:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:36:49.910 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:36:49.911 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:36:50.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:50.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:50 smithi050 ceph-mon[92315]: pgmap v17438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:36:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:36:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:36:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:36:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:36:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:36:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:50 smithi172 ceph-mon[103696]: pgmap v17438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:36:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:36:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:36:50.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:36:50.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:36:50.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:36:51.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:51.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:52.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:52.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:52 smithi172 ceph-mon[103696]: pgmap v17439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:52 smithi050 ceph-mon[92315]: pgmap v17439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:53.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:53.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:54.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:54.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:54 smithi172 ceph-mon[103696]: pgmap v17440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:54 smithi050 ceph-mon[92315]: pgmap v17440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:55.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:55.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:56.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:56.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:56 smithi172 ceph-mon[103696]: pgmap v17441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:56.890 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:56 smithi050 ceph-mon[92315]: pgmap v17441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:36:57.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:57.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:58.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:58.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:36:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:36:58 smithi172 ceph-mon[103696]: pgmap v17442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:36:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:36:58 smithi050 ceph-mon[92315]: pgmap v17442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:36:59.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:36:59.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:00.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:00.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:00 smithi172 ceph-mon[103696]: pgmap v17443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:00 smithi050 ceph-mon[92315]: pgmap v17443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:01.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:01.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:02.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:02.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:02 smithi172 ceph-mon[103696]: pgmap v17444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:02 smithi050 ceph-mon[92315]: pgmap v17444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:03.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:03.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:04.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:04.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:04 smithi172 ceph-mon[103696]: pgmap v17445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:37:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:04 smithi050 ceph-mon[92315]: pgmap v17445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:37:05.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:05.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:06.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:06.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:06 smithi172 ceph-mon[103696]: pgmap v17446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:07.006 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:06 smithi050 ceph-mon[92315]: pgmap v17446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:07.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:07.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:08.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:08.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:08 smithi172 ceph-mon[103696]: pgmap v17447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:37:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:08 smithi050 ceph-mon[92315]: pgmap v17447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:37:09.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:09.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:10.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:10.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:10 smithi172 ceph-mon[103696]: pgmap v17448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:10 smithi050 ceph-mon[92315]: pgmap v17448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:11.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:11.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:12.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:12.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:12 smithi050 ceph-mon[92315]: pgmap v17449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:12 smithi172 ceph-mon[103696]: pgmap v17449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:13.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:13.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:14.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:14.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:14 smithi050 ceph-mon[92315]: pgmap v17450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:14 smithi172 ceph-mon[103696]: pgmap v17450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:15.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:15.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:16.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:16.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:16 smithi050 ceph-mon[92315]: pgmap v17451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:16 smithi172 ceph-mon[103696]: pgmap v17451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:17.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:17.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:18.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:18.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:18 smithi050 ceph-mon[92315]: pgmap v17452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:37:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:18 smithi172 ceph-mon[103696]: pgmap v17452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:37:19.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:19.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:37:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:37:20.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:20.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:20 smithi050 ceph-mon[92315]: pgmap v17453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:20 smithi172 ceph-mon[103696]: pgmap v17453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:21.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:21.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:22.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:22.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:22 smithi050 ceph-mon[92315]: pgmap v17454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:22 smithi172 ceph-mon[103696]: pgmap v17454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:23.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:23.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:24.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:24.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:24 smithi050 ceph-mon[92315]: pgmap v17455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:24 smithi172 ceph-mon[103696]: pgmap v17455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:25.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:25.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:26.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:26.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:26 smithi050 ceph-mon[92315]: pgmap v17456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:26 smithi172 ceph-mon[103696]: pgmap v17456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:27.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:27.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:28.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:28.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:28 smithi050 ceph-mon[92315]: pgmap v17457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:37:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:28 smithi172 ceph-mon[103696]: pgmap v17457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:37:29.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:29.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:30.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:30.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:30 smithi050 ceph-mon[92315]: pgmap v17458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:30 smithi172 ceph-mon[103696]: pgmap v17458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:31.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:31.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:32.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:32.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:32 smithi050 ceph-mon[92315]: pgmap v17459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:32 smithi172 ceph-mon[103696]: pgmap v17459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:33.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:33.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:34.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:34.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:34 smithi050 ceph-mon[92315]: pgmap v17460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:37:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:34 smithi172 ceph-mon[103696]: pgmap v17460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:37:35.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:35.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:36.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:36.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:36 smithi050 ceph-mon[92315]: pgmap v17461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:36 smithi172 ceph-mon[103696]: pgmap v17461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:37.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:37.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:38.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:38.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:39.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:38 smithi050 ceph-mon[92315]: pgmap v17462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:37:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:38 smithi172 ceph-mon[103696]: pgmap v17462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:37:39.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:39.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:40.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:40.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:40 smithi050 ceph-mon[92315]: pgmap v17463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:40 smithi172 ceph-mon[103696]: pgmap v17463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:41.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:41.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:42.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:42.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:42 smithi050 ceph-mon[92315]: pgmap v17464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:42 smithi172 ceph-mon[103696]: pgmap v17464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:43.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:43.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:44.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:44.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:44 smithi050 ceph-mon[92315]: pgmap v17465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:44 smithi172 ceph-mon[103696]: pgmap v17465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:45.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:45.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:46.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:46.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:46 smithi050 ceph-mon[92315]: pgmap v17466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:46 smithi172 ceph-mon[103696]: pgmap v17466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:47.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:47.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:48.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:48.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:48 smithi050 ceph-mon[92315]: pgmap v17467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:37:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:48 smithi172 ceph-mon[103696]: pgmap v17467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:37:49.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:49.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:37:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:37:50.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:50.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:50.958 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:50 smithi172 ceph-mon[103696]: pgmap v17468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:50.958 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:37:50.959 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:37:50.959 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:37:50.959 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:37:50.959 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:37:50.959 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:37:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:50 smithi050 ceph-mon[92315]: pgmap v17468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:37:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:37:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:37:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:37:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:37:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:37:51.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:51.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:52.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:52.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:52 smithi050 ceph-mon[92315]: pgmap v17469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:52 smithi172 ceph-mon[103696]: pgmap v17469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:53.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:53.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:54.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:54.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:54 smithi050 ceph-mon[92315]: pgmap v17470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:54 smithi172 ceph-mon[103696]: pgmap v17470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:55.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:55.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:56.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:56.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:56 smithi050 ceph-mon[92315]: pgmap v17471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:56 smithi172 ceph-mon[103696]: pgmap v17471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:37:57.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:57.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:58.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:58.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:37:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:37:58 smithi050 ceph-mon[92315]: pgmap v17472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:37:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:37:58 smithi172 ceph-mon[103696]: pgmap v17472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:37:59.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:37:59.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:00.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:00.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:01.060 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:00 smithi172 ceph-mon[103696]: pgmap v17473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:00 smithi050 ceph-mon[92315]: pgmap v17473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:01.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:01.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:02.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:02.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:02 smithi050 ceph-mon[92315]: pgmap v17474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:02 smithi172 ceph-mon[103696]: pgmap v17474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:03.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:03.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:04.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:04.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:04 smithi050 ceph-mon[92315]: pgmap v17475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:38:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:04 smithi172 ceph-mon[103696]: pgmap v17475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:38:05.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:05.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:06.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:06.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:06 smithi050 ceph-mon[92315]: pgmap v17476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:06 smithi172 ceph-mon[103696]: pgmap v17476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:07.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:07.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:08.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:08.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:08 smithi050 ceph-mon[92315]: pgmap v17477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:38:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:08 smithi172 ceph-mon[103696]: pgmap v17477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:38:09.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:09.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:10.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:10.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:10 smithi050 ceph-mon[92315]: pgmap v17478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:10 smithi172 ceph-mon[103696]: pgmap v17478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:11.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:11.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:12.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:12.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:12 smithi050 ceph-mon[92315]: pgmap v17479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:12 smithi172 ceph-mon[103696]: pgmap v17479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:13.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:13.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:14.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:14.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:14 smithi050 ceph-mon[92315]: pgmap v17480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:14 smithi172 ceph-mon[103696]: pgmap v17480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:15.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:15.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:16.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:16.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:16 smithi050 ceph-mon[92315]: pgmap v17481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:16 smithi172 ceph-mon[103696]: pgmap v17481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:17.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:17.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:18.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:18.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:18 smithi050 ceph-mon[92315]: pgmap v17482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:38:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:18 smithi172 ceph-mon[103696]: pgmap v17482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:38:19.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:19.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:38:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:38:20.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:20.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:20 smithi050 ceph-mon[92315]: pgmap v17483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:20 smithi172 ceph-mon[103696]: pgmap v17483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:21.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:21.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:22.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:22.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:22 smithi050 ceph-mon[92315]: pgmap v17484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:22 smithi172 ceph-mon[103696]: pgmap v17484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:23.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:23.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:24.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:24.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:24 smithi050 ceph-mon[92315]: pgmap v17485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:24 smithi172 ceph-mon[103696]: pgmap v17485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:25.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:25.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:26.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:26.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:26 smithi050 ceph-mon[92315]: pgmap v17486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:26 smithi172 ceph-mon[103696]: pgmap v17486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:27.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:27.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:28.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:28.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:28 smithi050 ceph-mon[92315]: pgmap v17487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:38:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:28 smithi172 ceph-mon[103696]: pgmap v17487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:38:29.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:29.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:30.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:30.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:30 smithi050 ceph-mon[92315]: pgmap v17488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:30 smithi172 ceph-mon[103696]: pgmap v17488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:31.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:31.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:32.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:32.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:32 smithi050 ceph-mon[92315]: pgmap v17489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:32 smithi172 ceph-mon[103696]: pgmap v17489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:33.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:33.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:34.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:34.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:34 smithi050 ceph-mon[92315]: pgmap v17490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:38:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:34 smithi172 ceph-mon[103696]: pgmap v17490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:38:35.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:35.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:36.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:36.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:36 smithi050 ceph-mon[92315]: pgmap v17491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:36 smithi172 ceph-mon[103696]: pgmap v17491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:37.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:37.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:38.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:38.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:38 smithi050 ceph-mon[92315]: pgmap v17492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:38:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:38 smithi172 ceph-mon[103696]: pgmap v17492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:38:39.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:39.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:40.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:40.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:40 smithi050 ceph-mon[92315]: pgmap v17493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:40 smithi172 ceph-mon[103696]: pgmap v17493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:41.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:41.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:42.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:42.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:43.095 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:42 smithi050 ceph-mon[92315]: pgmap v17494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:42 smithi172 ceph-mon[103696]: pgmap v17494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:43.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:43.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:44.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:44.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:44 smithi050 ceph-mon[92315]: pgmap v17495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:44 smithi172 ceph-mon[103696]: pgmap v17495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:45.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:45.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:45 smithi050 ceph-mon[92315]: pgmap v17496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:45 smithi172 ceph-mon[103696]: pgmap v17496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:46.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:46.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:47.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:47.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:48 smithi050 ceph-mon[92315]: pgmap v17497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:38:48.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:48.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:48 smithi172 ceph-mon[103696]: pgmap v17497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:38:49.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:49.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:50 smithi050 ceph-mon[92315]: pgmap v17498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:38:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:38:50.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:50.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:50 smithi172 ceph-mon[103696]: pgmap v17498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:38:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:38:51.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:51.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:38:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:38:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:38:51.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:38:51.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:38:51.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:38:51.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:38:51.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:38:51.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:38:51.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:38:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:38:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:38:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:38:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:38:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:38:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:38:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:38:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:38:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:38:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:38:52.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:52.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:52 smithi172 ceph-mon[103696]: pgmap v17499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:52 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1427M 2023-09-30T23:38:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:52 smithi050 ceph-mon[92315]: pgmap v17499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:52 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1427M 2023-09-30T23:38:53.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:53.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:54.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:54.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:54 smithi172 ceph-mon[103696]: pgmap v17500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:54 smithi050 ceph-mon[92315]: pgmap v17500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:55.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:55.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:56.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:56.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:56 smithi172 ceph-mon[103696]: pgmap v17501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:56 smithi050 ceph-mon[92315]: pgmap v17501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:38:57.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:57.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:38:58 smithi172 ceph-mon[103696]: pgmap v17502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:38:58.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:58.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:38:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:38:58 smithi050 ceph-mon[92315]: pgmap v17502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:38:59.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:38:59.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:00 smithi172 ceph-mon[103696]: pgmap v17503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:00.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:00.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:00 smithi050 ceph-mon[92315]: pgmap v17503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:01.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:01.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:02 smithi172 ceph-mon[103696]: pgmap v17504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:02.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:02.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:02 smithi050 ceph-mon[92315]: pgmap v17504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:03.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:03.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:04 smithi172 ceph-mon[103696]: pgmap v17505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:39:04.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:04.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:04 smithi050 ceph-mon[92315]: pgmap v17505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:39:05.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:05.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:06 smithi172 ceph-mon[103696]: pgmap v17506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:06.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:06.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:06 smithi050 ceph-mon[92315]: pgmap v17506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:07.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:07.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:08 smithi050 ceph-mon[92315]: pgmap v17507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:39:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:08 smithi172 ceph-mon[103696]: pgmap v17507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:39:08.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:08.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:09.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:09.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:10.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:10.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:10 smithi050 ceph-mon[92315]: pgmap v17508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:10 smithi172 ceph-mon[103696]: pgmap v17508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:11.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:11.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:12.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:12.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:12 smithi050 ceph-mon[92315]: pgmap v17509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:12 smithi172 ceph-mon[103696]: pgmap v17509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:13.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:13.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:14.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:14.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:14 smithi050 ceph-mon[92315]: pgmap v17510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:14 smithi172 ceph-mon[103696]: pgmap v17510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:15.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:15.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:16.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:16.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:16 smithi050 ceph-mon[92315]: pgmap v17511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:16 smithi172 ceph-mon[103696]: pgmap v17511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:17.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:17.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:18 smithi050 ceph-mon[92315]: pgmap v17512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:39:18.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:18.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:18 smithi172 ceph-mon[103696]: pgmap v17512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:39:19.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:19.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:39:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:39:20.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:20.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:20 smithi050 ceph-mon[92315]: pgmap v17513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:20 smithi172 ceph-mon[103696]: pgmap v17513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:21.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:21.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:22.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:22.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:22 smithi050 ceph-mon[92315]: pgmap v17514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:22 smithi172 ceph-mon[103696]: pgmap v17514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:23.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:23.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:24.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:24.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:24 smithi050 ceph-mon[92315]: pgmap v17515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:24 smithi172 ceph-mon[103696]: pgmap v17515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:25.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:25.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:26.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:26.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:26.946 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:26 smithi172 ceph-mon[103696]: pgmap v17516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:27.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:26 smithi050 ceph-mon[92315]: pgmap v17516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:27.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:27.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:28.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:28.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:28 smithi050 ceph-mon[92315]: pgmap v17517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:39:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:28 smithi172 ceph-mon[103696]: pgmap v17517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:39:29.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:29.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:30.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:30.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:30 smithi050 ceph-mon[92315]: pgmap v17518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:30 smithi172 ceph-mon[103696]: pgmap v17518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:31.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:31.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:32.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:32.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:32 smithi050 ceph-mon[92315]: pgmap v17519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:32 smithi172 ceph-mon[103696]: pgmap v17519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:33.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:33.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:34.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:34.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:34 smithi050 ceph-mon[92315]: pgmap v17520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:39:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:34 smithi172 ceph-mon[103696]: pgmap v17520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:39:35.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:35.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:36.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:36.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:37.051 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:36 smithi172 ceph-mon[103696]: pgmap v17521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:36 smithi050 ceph-mon[92315]: pgmap v17521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:37.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:37.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:38.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:38.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:38 smithi050 ceph-mon[92315]: pgmap v17522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:39:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:38 smithi172 ceph-mon[103696]: pgmap v17522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:39:39.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:39.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:40.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:40.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:40 smithi050 ceph-mon[92315]: pgmap v17523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:40 smithi172 ceph-mon[103696]: pgmap v17523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:41.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:41.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:42.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:42.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:42 smithi050 ceph-mon[92315]: pgmap v17524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:42 smithi172 ceph-mon[103696]: pgmap v17524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:43.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:43.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:44.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:44.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:44 smithi050 ceph-mon[92315]: pgmap v17525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:44 smithi172 ceph-mon[103696]: pgmap v17525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:45.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:45.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:46.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:46.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:46 smithi050 ceph-mon[92315]: pgmap v17526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:46 smithi172 ceph-mon[103696]: pgmap v17526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:47.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:47.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:48.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:48.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:48 smithi050 ceph-mon[92315]: pgmap v17527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:39:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:48 smithi172 ceph-mon[103696]: pgmap v17527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:39:49.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:49.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:39:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:39:50.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:50.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:50 smithi050 ceph-mon[92315]: pgmap v17528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:50 smithi172 ceph-mon[103696]: pgmap v17528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:51.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:51.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:39:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:39:52.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:52.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:52 smithi050 ceph-mon[92315]: pgmap v17529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:39:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:39:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:39:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:39:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:39:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:52 smithi172 ceph-mon[103696]: pgmap v17529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:39:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:39:53.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:39:53.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:39:53.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:39:53.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:53.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:54.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:54.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:54 smithi050 ceph-mon[92315]: pgmap v17530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:54 smithi172 ceph-mon[103696]: pgmap v17530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:55.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:55.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:56.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:56.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:56 smithi050 ceph-mon[92315]: pgmap v17531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:56 smithi172 ceph-mon[103696]: pgmap v17531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:39:57.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:57.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:58.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:58.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:39:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:39:58 smithi050 ceph-mon[92315]: pgmap v17532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:39:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:39:58 smithi172 ceph-mon[103696]: pgmap v17532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:39:59.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:39:59.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:00 smithi050 ceph-mon[92315]: pgmap v17533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T23:40:00.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:00.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:00 smithi172 ceph-mon[103696]: pgmap v17533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T23:40:01.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:01.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:02.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:02.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:02 smithi050 ceph-mon[92315]: pgmap v17534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:02 smithi172 ceph-mon[103696]: pgmap v17534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:03.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:03.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:04.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:04.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:04 smithi050 ceph-mon[92315]: pgmap v17535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:40:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:04 smithi172 ceph-mon[103696]: pgmap v17535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:40:05.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:05.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:06.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:06.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:06 smithi050 ceph-mon[92315]: pgmap v17536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:06 smithi172 ceph-mon[103696]: pgmap v17536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:07.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:07.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:08.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:08.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:09.071 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:08 smithi050 ceph-mon[92315]: pgmap v17537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:40:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:08 smithi172 ceph-mon[103696]: pgmap v17537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:40:10.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:10.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:11.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:11.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:10 smithi050 ceph-mon[92315]: pgmap v17538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:10 smithi172 ceph-mon[103696]: pgmap v17538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:12.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:12.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:13.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:13.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:12 smithi050 ceph-mon[92315]: pgmap v17539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:12 smithi172 ceph-mon[103696]: pgmap v17539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:14.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:14.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:15.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:15.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:14 smithi050 ceph-mon[92315]: pgmap v17540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:14 smithi172 ceph-mon[103696]: pgmap v17540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:16.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:16.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:17.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:17.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:16 smithi050 ceph-mon[92315]: pgmap v17541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:16 smithi172 ceph-mon[103696]: pgmap v17541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:18.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:18.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:19.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:19.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:18 smithi050 ceph-mon[92315]: pgmap v17542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:40:19.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:18 smithi172 ceph-mon[103696]: pgmap v17542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:40:20.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:20.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:40:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:40:21.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:21.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:20 smithi050 ceph-mon[92315]: pgmap v17543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:20 smithi172 ceph-mon[103696]: pgmap v17543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:22.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:22.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:22 smithi172 ceph-mon[103696]: pgmap v17544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:23.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:23.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:22 smithi050 ceph-mon[92315]: pgmap v17544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:24.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:24.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:25.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:25.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:24 smithi050 ceph-mon[92315]: pgmap v17545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:24 smithi172 ceph-mon[103696]: pgmap v17545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:26.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:26.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:27.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:27.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:27.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:26 smithi050 ceph-mon[92315]: pgmap v17546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:26 smithi172 ceph-mon[103696]: pgmap v17546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:28.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:28.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:29.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:29.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:28 smithi050 ceph-mon[92315]: pgmap v17547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:40:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:28 smithi172 ceph-mon[103696]: pgmap v17547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:40:30.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:30.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:31.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:31.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:30 smithi050 ceph-mon[92315]: pgmap v17548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:30 smithi172 ceph-mon[103696]: pgmap v17548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:32.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:32.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:33.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:33.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:32 smithi050 ceph-mon[92315]: pgmap v17549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:32 smithi172 ceph-mon[103696]: pgmap v17549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:34.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:34.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:35.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:35.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:35.237 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:34 smithi172 ceph-mon[103696]: pgmap v17550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:35.237 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:40:35.237 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:34 smithi050 ceph-mon[92315]: pgmap v17550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:35.237 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:40:36.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:36.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:37.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:37.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:36 smithi050 ceph-mon[92315]: pgmap v17551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:36 smithi172 ceph-mon[103696]: pgmap v17551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:38.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:38.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:39.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:39.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:38 smithi050 ceph-mon[92315]: pgmap v17552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:40:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:38 smithi172 ceph-mon[103696]: pgmap v17552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:40:40.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:40.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:41.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:41.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:40 smithi050 ceph-mon[92315]: pgmap v17553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:40 smithi172 ceph-mon[103696]: pgmap v17553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:42.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:42.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:43.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:43.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:43.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:42 smithi050 ceph-mon[92315]: pgmap v17554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:42 smithi172 ceph-mon[103696]: pgmap v17554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:44.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:44.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:45.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:45.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:44 smithi050 ceph-mon[92315]: pgmap v17555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:44 smithi172 ceph-mon[103696]: pgmap v17555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:46.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:46.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:47.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:47.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:46 smithi050 ceph-mon[92315]: pgmap v17556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:46 smithi172 ceph-mon[103696]: pgmap v17556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:48.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:48.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:47 smithi172 ceph-mon[103696]: pgmap v17557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:40:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:47 smithi050 ceph-mon[92315]: pgmap v17557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:40:49.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:49.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:50.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:50.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:50 smithi050 ceph-mon[92315]: pgmap v17558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:40:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:50 smithi172 ceph-mon[103696]: pgmap v17558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:40:51.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:51.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:52.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:52.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:52 smithi172 ceph-mon[103696]: pgmap v17559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:40:53.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:53.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:52 smithi050 ceph-mon[92315]: pgmap v17559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:40:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:40:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:40:53.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:40:53.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:40:53.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:40:54.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:54.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:40:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:40:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:40:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:40:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:40:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:54 smithi050 ceph-mon[92315]: pgmap v17560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:55.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:55.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:54 smithi172 ceph-mon[103696]: pgmap v17560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:56.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:56.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:57.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:57.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:56 smithi050 ceph-mon[92315]: pgmap v17561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:56 smithi172 ceph-mon[103696]: pgmap v17561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:40:58.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:58.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:59.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:40:59.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:40:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:40:58 smithi050 ceph-mon[92315]: pgmap v17562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:40:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:40:58 smithi172 ceph-mon[103696]: pgmap v17562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:41:00.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:00.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:01.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:01.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:00 smithi050 ceph-mon[92315]: pgmap v17563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:01.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:00 smithi172 ceph-mon[103696]: pgmap v17563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:02.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:02.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:03.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:03.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:02 smithi050 ceph-mon[92315]: pgmap v17564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:02 smithi172 ceph-mon[103696]: pgmap v17564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:04.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:04.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:05.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:05.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:04 smithi050 ceph-mon[92315]: pgmap v17565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:41:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:04 smithi172 ceph-mon[103696]: pgmap v17565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:41:06.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:06.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:07.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:07.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:06 smithi050 ceph-mon[92315]: pgmap v17566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:06 smithi172 ceph-mon[103696]: pgmap v17566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:08.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:08.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:08 smithi050 ceph-mon[92315]: pgmap v17567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:41:09.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:09.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:08 smithi172 ceph-mon[103696]: pgmap v17567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:41:10.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:10.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:10 smithi050 ceph-mon[92315]: pgmap v17568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:11.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:11.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:10 smithi172 ceph-mon[103696]: pgmap v17568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:12.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:12.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:13.047 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:12 smithi172 ceph-mon[103696]: pgmap v17569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:12 smithi050 ceph-mon[92315]: pgmap v17569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:13.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:13.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:14.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:14.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:14 smithi050 ceph-mon[92315]: pgmap v17570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:15.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:15.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:14 smithi172 ceph-mon[103696]: pgmap v17570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:16.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:16.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:16 smithi050 ceph-mon[92315]: pgmap v17571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:17.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:17.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:16 smithi172 ceph-mon[103696]: pgmap v17571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:18.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:18.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:18 smithi050 ceph-mon[92315]: pgmap v17572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:41:19.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:19.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:18 smithi172 ceph-mon[103696]: pgmap v17572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:41:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:41:20.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:20.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:41:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:20 smithi050 ceph-mon[92315]: pgmap v17573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:21.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:21.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:20 smithi172 ceph-mon[103696]: pgmap v17573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:22.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:22.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:22 smithi050 ceph-mon[92315]: pgmap v17574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:23.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:23.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:22 smithi172 ceph-mon[103696]: pgmap v17574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:24.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:24.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:24 smithi050 ceph-mon[92315]: pgmap v17575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:25.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:25.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:24 smithi172 ceph-mon[103696]: pgmap v17575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:26.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:26.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:26 smithi050 ceph-mon[92315]: pgmap v17576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:26 smithi172 ceph-mon[103696]: pgmap v17576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:27.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:27.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:28.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:28.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:28 smithi050 ceph-mon[92315]: pgmap v17577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:41:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:28 smithi172 ceph-mon[103696]: pgmap v17577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:41:29.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:29.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:30.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:30.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:30 smithi050 ceph-mon[92315]: pgmap v17578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:30 smithi172 ceph-mon[103696]: pgmap v17578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:31.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:31.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:32.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:32.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:32 smithi050 ceph-mon[92315]: pgmap v17579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:32 smithi172 ceph-mon[103696]: pgmap v17579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:33.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:33.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:34.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:34.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:35.046 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:34 smithi050 ceph-mon[92315]: pgmap v17580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:35.219 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:41:35.219 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:34 smithi172 ceph-mon[103696]: pgmap v17580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:35.219 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:41:35.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:35.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:36.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:36.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:36 smithi050 ceph-mon[92315]: pgmap v17581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:36 smithi172 ceph-mon[103696]: pgmap v17581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:37.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:37.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:38.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:38.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:38 smithi050 ceph-mon[92315]: pgmap v17582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:41:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:38 smithi172 ceph-mon[103696]: pgmap v17582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:41:39.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:39.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:40.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:40.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:40 smithi050 ceph-mon[92315]: pgmap v17583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:40 smithi172 ceph-mon[103696]: pgmap v17583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:41.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:41.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:42.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:42.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:42 smithi050 ceph-mon[92315]: pgmap v17584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:43.249 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:42 smithi172 ceph-mon[103696]: pgmap v17584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:43.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:43.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:44.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:44.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:44 smithi050 ceph-mon[92315]: pgmap v17585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:44 smithi172 ceph-mon[103696]: pgmap v17585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:45.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:45.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:46.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:46.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:46 smithi050 ceph-mon[92315]: pgmap v17586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:46 smithi172 ceph-mon[103696]: pgmap v17586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:47.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:47.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:48.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:48.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:48 smithi050 ceph-mon[92315]: pgmap v17587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:41:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:48 smithi172 ceph-mon[103696]: pgmap v17587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:41:49.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:49.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:41:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:41:50.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:50.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:50 smithi050 ceph-mon[92315]: pgmap v17588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:50 smithi172 ceph-mon[103696]: pgmap v17588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:51.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:51.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:52.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:52.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:52 smithi050 ceph-mon[92315]: pgmap v17589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:52 smithi172 ceph-mon[103696]: pgmap v17589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:53.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:53.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:41:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:41:54.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:54.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:54 smithi050 ceph-mon[92315]: pgmap v17590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:54 smithi172 ceph-mon[103696]: pgmap v17590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:55.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:55.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:56.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:56.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:56 smithi050 ceph-mon[92315]: pgmap v17591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:56 smithi172 ceph-mon[103696]: pgmap v17591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:41:57.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:57.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:58.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:58.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:41:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:58 smithi050 ceph-mon[92315]: pgmap v17592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:41:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:41:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:41:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:41:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:41:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:41:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:41:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:41:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:41:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:58 smithi172 ceph-mon[103696]: pgmap v17592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:41:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:41:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:41:58.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:41:58.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:41:58.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:41:58.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:41:58.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:41:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:41:59.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:41:59.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:00.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:00.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:00 smithi050 ceph-mon[92315]: pgmap v17593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:00 smithi172 ceph-mon[103696]: pgmap v17593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:01.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:01.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:02.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:02.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:02 smithi050 ceph-mon[92315]: pgmap v17594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:02 smithi172 ceph-mon[103696]: pgmap v17594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:03.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:03.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:04.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:04.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:04 smithi050 ceph-mon[92315]: pgmap v17595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:42:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:04 smithi172 ceph-mon[103696]: pgmap v17595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:42:05.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:05.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:06.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:06.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:06 smithi050 ceph-mon[92315]: pgmap v17596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:06 smithi172 ceph-mon[103696]: pgmap v17596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:07.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:07.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:08.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:08.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:08 smithi050 ceph-mon[92315]: pgmap v17597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:42:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:08 smithi172 ceph-mon[103696]: pgmap v17597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:42:09.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:09.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:10.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:10.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:10 smithi050 ceph-mon[92315]: pgmap v17598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:10 smithi172 ceph-mon[103696]: pgmap v17598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:11.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:11.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:12.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:12.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:12 smithi050 ceph-mon[92315]: pgmap v17599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:12 smithi172 ceph-mon[103696]: pgmap v17599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:13.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:13.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:14.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:14.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:14 smithi050 ceph-mon[92315]: pgmap v17600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:14 smithi172 ceph-mon[103696]: pgmap v17600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:15.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:15.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:16.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:16.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:16 smithi050 ceph-mon[92315]: pgmap v17601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:16 smithi172 ceph-mon[103696]: pgmap v17601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:17.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:17.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:18.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:18.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:18 smithi050 ceph-mon[92315]: pgmap v17602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:42:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:18 smithi172 ceph-mon[103696]: pgmap v17602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:42:19.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:19.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:42:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:42:20.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:20.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:20 smithi050 ceph-mon[92315]: pgmap v17603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:20 smithi172 ceph-mon[103696]: pgmap v17603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:21.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:21.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:22.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:22.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:22 smithi050 ceph-mon[92315]: pgmap v17604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:22 smithi172 ceph-mon[103696]: pgmap v17604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:23.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:23.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:24.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:24.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:24 smithi050 ceph-mon[92315]: pgmap v17605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:24 smithi172 ceph-mon[103696]: pgmap v17605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:25.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:25.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:26.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:26.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:26 smithi050 ceph-mon[92315]: pgmap v17606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:26 smithi172 ceph-mon[103696]: pgmap v17606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:27.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:27.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:28.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:28.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:28 smithi050 ceph-mon[92315]: pgmap v17607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:42:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:28 smithi172 ceph-mon[103696]: pgmap v17607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:42:29.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:29.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:30.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:30.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:30 smithi050 ceph-mon[92315]: pgmap v17608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:30 smithi172 ceph-mon[103696]: pgmap v17608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:31.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:31.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:32.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:32.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:32 smithi050 ceph-mon[92315]: pgmap v17609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:32 smithi172 ceph-mon[103696]: pgmap v17609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:33.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:33.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:34.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:34.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:34 smithi050 ceph-mon[92315]: pgmap v17610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:42:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:34 smithi172 ceph-mon[103696]: pgmap v17610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:42:35.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:35.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:36.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:36.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:36 smithi050 ceph-mon[92315]: pgmap v17611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:36 smithi172 ceph-mon[103696]: pgmap v17611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:37.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:37.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:38.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:38.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:38.943 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:38 smithi172 ceph-mon[103696]: pgmap v17612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:42:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:38 smithi050 ceph-mon[92315]: pgmap v17612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:42:39.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:39.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:40.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:40.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:40 smithi050 ceph-mon[92315]: pgmap v17613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:40 smithi172 ceph-mon[103696]: pgmap v17613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:41.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:41.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:42.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:42.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:42 smithi050 ceph-mon[92315]: pgmap v17614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:42 smithi172 ceph-mon[103696]: pgmap v17614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:43.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:43.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:44.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:44.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:44 smithi050 ceph-mon[92315]: pgmap v17615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:44 smithi172 ceph-mon[103696]: pgmap v17615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:45.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:45.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:46.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:46.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:46 smithi050 ceph-mon[92315]: pgmap v17616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:46 smithi172 ceph-mon[103696]: pgmap v17616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:47.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:47.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:48.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:48.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:49.048 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:48 smithi172 ceph-mon[103696]: pgmap v17617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:42:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:48 smithi050 ceph-mon[92315]: pgmap v17617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:42:49.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:49.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:42:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:42:50.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:50.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:50 smithi050 ceph-mon[92315]: pgmap v17618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:50 smithi172 ceph-mon[103696]: pgmap v17618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:51.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:51.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:52.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:52.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:52 smithi050 ceph-mon[92315]: pgmap v17619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:52 smithi172 ceph-mon[103696]: pgmap v17619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:53.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:53.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:54.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:54.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:54 smithi050 ceph-mon[92315]: pgmap v17620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:54 smithi172 ceph-mon[103696]: pgmap v17620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:55.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:55.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:56.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:56.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:56 smithi050 ceph-mon[92315]: pgmap v17621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:56 smithi172 ceph-mon[103696]: pgmap v17621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:42:57.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:57.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:58.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:58.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:42:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:58 smithi050 ceph-mon[92315]: pgmap v17622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:42:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:42:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:58 smithi172 ceph-mon[103696]: pgmap v17622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:42:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:42:59.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:42:59.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:43:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:43:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:43:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:43:00.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:42:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:43:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:43:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:43:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:43:00.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:43:00.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:42:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:43:00.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:00.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:01.024 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:00 smithi050 ceph-mon[92315]: pgmap v17623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:00 smithi172 ceph-mon[103696]: pgmap v17623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:01.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:01.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:02.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:02.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:02 smithi050 ceph-mon[92315]: pgmap v17624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:02 smithi172 ceph-mon[103696]: pgmap v17624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:03.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:03.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:04.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:04.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:04 smithi050 ceph-mon[92315]: pgmap v17625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:43:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:04 smithi172 ceph-mon[103696]: pgmap v17625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:43:05.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:05.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:06.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:06.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:06 smithi050 ceph-mon[92315]: pgmap v17626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:06 smithi172 ceph-mon[103696]: pgmap v17626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:07.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:07.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:08.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:08.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:08 smithi050 ceph-mon[92315]: pgmap v17627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:43:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:08 smithi172 ceph-mon[103696]: pgmap v17627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:43:09.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:09.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:10.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:10.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:10 smithi050 ceph-mon[92315]: pgmap v17628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:10 smithi172 ceph-mon[103696]: pgmap v17628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:11.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:11.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:12.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:12.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:12 smithi050 ceph-mon[92315]: pgmap v17629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:12 smithi172 ceph-mon[103696]: pgmap v17629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:13.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:13.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:14.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:14.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:14 smithi050 ceph-mon[92315]: pgmap v17630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:14 smithi172 ceph-mon[103696]: pgmap v17630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:15.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:15.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:16.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:16.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:16 smithi050 ceph-mon[92315]: pgmap v17631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:16 smithi172 ceph-mon[103696]: pgmap v17631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:17.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:17.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:18.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:18.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:18 smithi050 ceph-mon[92315]: pgmap v17632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:18 smithi172 ceph-mon[103696]: pgmap v17632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:19.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:19.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:43:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:43:20.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:20.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:20 smithi050 ceph-mon[92315]: pgmap v17633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail 2023-09-30T23:43:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:20 smithi172 ceph-mon[103696]: pgmap v17633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail 2023-09-30T23:43:21.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:21.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:22.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:22.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:22 smithi050 ceph-mon[92315]: pgmap v17634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail 2023-09-30T23:43:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:22 smithi172 ceph-mon[103696]: pgmap v17634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail 2023-09-30T23:43:23.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:23.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:24.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:24.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:24 smithi050 ceph-mon[92315]: pgmap v17635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:24 smithi172 ceph-mon[103696]: pgmap v17635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:25.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:25.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:26.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:26.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:26 smithi050 ceph-mon[92315]: pgmap v17636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:26 smithi172 ceph-mon[103696]: pgmap v17636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:27.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:27.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:28.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:28.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:28 smithi050 ceph-mon[92315]: pgmap v17637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:28 smithi172 ceph-mon[103696]: pgmap v17637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:29.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:29.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:30.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:30.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:30 smithi050 ceph-mon[92315]: pgmap v17638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:30 smithi172 ceph-mon[103696]: pgmap v17638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:31.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:31.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:32.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:32.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:32 smithi050 ceph-mon[92315]: pgmap v17639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:32 smithi172 ceph-mon[103696]: pgmap v17639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:33.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:33.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:34.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:34.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:34 smithi050 ceph-mon[92315]: pgmap v17640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:43:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:43:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:34 smithi172 ceph-mon[103696]: pgmap v17640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:43:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:43:35.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:35.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:36.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:36.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:36 smithi050 ceph-mon[92315]: pgmap v17641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:36 smithi172 ceph-mon[103696]: pgmap v17641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:37.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:37.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:38.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:38.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:38 smithi050 ceph-mon[92315]: pgmap v17642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:38 smithi172 ceph-mon[103696]: pgmap v17642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:39.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:39.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:40.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:40.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:40 smithi050 ceph-mon[92315]: pgmap v17643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:40 smithi172 ceph-mon[103696]: pgmap v17643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:41.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:41.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:42.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:42.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:42 smithi050 ceph-mon[92315]: pgmap v17644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:42 smithi172 ceph-mon[103696]: pgmap v17644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:43.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:43.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:44.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:44.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:44 smithi050 ceph-mon[92315]: pgmap v17645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:43:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:44 smithi172 ceph-mon[103696]: pgmap v17645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:43:45.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:45.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:46.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:46.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:46 smithi050 ceph-mon[92315]: pgmap v17646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:46 smithi172 ceph-mon[103696]: pgmap v17646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:47.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:47.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:48.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:48.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:48 smithi050 ceph-mon[92315]: pgmap v17647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:48 smithi172 ceph-mon[103696]: pgmap v17647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:49.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:49.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:43:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:43:50.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:50.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:50 smithi050 ceph-mon[92315]: pgmap v17648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:50 smithi172 ceph-mon[103696]: pgmap v17648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:51.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:51.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:52.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:52.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:52 smithi050 ceph-mon[92315]: pgmap v17649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:52 smithi172 ceph-mon[103696]: pgmap v17649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:53.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:53.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:54.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:54.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:54 smithi050 ceph-mon[92315]: pgmap v17650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:43:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:54 smithi172 ceph-mon[103696]: pgmap v17650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:43:55.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:55.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:56.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:56.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:56 smithi050 ceph-mon[92315]: pgmap v17651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:56 smithi172 ceph-mon[103696]: pgmap v17651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:57.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:57.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:58.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:58.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:43:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:58 smithi050 ceph-mon[92315]: pgmap v17652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:58 smithi172 ceph-mon[103696]: pgmap v17652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:43:59.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:43:59.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:43:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:44:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:43:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:44:00.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:00.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:00 smithi050 ceph-mon[92315]: pgmap v17653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:00 smithi172 ceph-mon[103696]: pgmap v17653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:01.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:01.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:02.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:02.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:02 smithi050 ceph-mon[92315]: pgmap v17654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:02 smithi172 ceph-mon[103696]: pgmap v17654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:03.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:03.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:04.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:04.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:04 smithi050 ceph-mon[92315]: pgmap v17655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:44:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:44:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:04 smithi172 ceph-mon[103696]: pgmap v17655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:44:05.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:44:05.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:05.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:06.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:06.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:06 smithi050 ceph-mon[92315]: pgmap v17656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:44:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:44:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:06 smithi172 ceph-mon[103696]: pgmap v17656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:44:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:44:07.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:07.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:44:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:44:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:44:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:44:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:44:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:44:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:44:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:07 smithi050 ceph-mon[92315]: pgmap v17657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:44:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:44:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:44:08.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:44:08.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:44:08.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:44:08.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:44:08.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:07 smithi172 ceph-mon[103696]: pgmap v17657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:08.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:08.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:09.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:09.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:10.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:10.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:10 smithi050 ceph-mon[92315]: pgmap v17658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:10 smithi172 ceph-mon[103696]: pgmap v17658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:11.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:11.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:12.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:12.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:12 smithi050 ceph-mon[92315]: pgmap v17659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:12 smithi172 ceph-mon[103696]: pgmap v17659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:13.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:13.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:14.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:14.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:14.943 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:14 smithi172 ceph-mon[103696]: pgmap v17660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:44:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:14 smithi050 ceph-mon[92315]: pgmap v17660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:44:15.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:15.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:16.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:16.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:16 smithi050 ceph-mon[92315]: pgmap v17661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:16 smithi172 ceph-mon[103696]: pgmap v17661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:17.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:17.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:18.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:18.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:18 smithi050 ceph-mon[92315]: pgmap v17662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:18 smithi172 ceph-mon[103696]: pgmap v17662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:19.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:19.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:19.996 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:44:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:44:20.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:20.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:20 smithi050 ceph-mon[92315]: pgmap v17663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:20 smithi172 ceph-mon[103696]: pgmap v17663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:21.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:21.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:22.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:22.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:22 smithi050 ceph-mon[92315]: pgmap v17664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:22 smithi172 ceph-mon[103696]: pgmap v17664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:23.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:23.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:24.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:24.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:25.048 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:24 smithi172 ceph-mon[103696]: pgmap v17665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:44:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:24 smithi050 ceph-mon[92315]: pgmap v17665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:44:25.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:25.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:26.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:26.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:27.013 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:26 smithi050 ceph-mon[92315]: pgmap v17666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:26 smithi172 ceph-mon[103696]: pgmap v17666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:27.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:27.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:28.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:28.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:28 smithi050 ceph-mon[92315]: pgmap v17667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:28 smithi172 ceph-mon[103696]: pgmap v17667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:29.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:29.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:30.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:30.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:30 smithi050 ceph-mon[92315]: pgmap v17668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:30 smithi172 ceph-mon[103696]: pgmap v17668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:31.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:31.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:32.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:32.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:32 smithi050 ceph-mon[92315]: pgmap v17669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:32 smithi172 ceph-mon[103696]: pgmap v17669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:33.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:33.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:34.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:34.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:34 smithi050 ceph-mon[92315]: pgmap v17670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:44:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:44:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:34 smithi172 ceph-mon[103696]: pgmap v17670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:44:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:44:35.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:35.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:36.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:36.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:36 smithi050 ceph-mon[92315]: pgmap v17671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:36 smithi172 ceph-mon[103696]: pgmap v17671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:37.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:37.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:38.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:38.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:38 smithi050 ceph-mon[92315]: pgmap v17672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:38 smithi172 ceph-mon[103696]: pgmap v17672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:39.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:39.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:40.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:40.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:40 smithi050 ceph-mon[92315]: pgmap v17673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:40 smithi172 ceph-mon[103696]: pgmap v17673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:41.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:41.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:42.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:42.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:42 smithi050 ceph-mon[92315]: pgmap v17674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:42 smithi172 ceph-mon[103696]: pgmap v17674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:43.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:43.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:44.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:44.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:44 smithi050 ceph-mon[92315]: pgmap v17675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:44:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:44 smithi172 ceph-mon[103696]: pgmap v17675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:44:45.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:45.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:46.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:46.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:46 smithi050 ceph-mon[92315]: pgmap v17676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:46 smithi172 ceph-mon[103696]: pgmap v17676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:47.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:47.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:48.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:48.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:48 smithi050 ceph-mon[92315]: pgmap v17677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:49.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:48 smithi172 ceph-mon[103696]: pgmap v17677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:49.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:49.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:44:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:44:50.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:50.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:50 smithi050 ceph-mon[92315]: pgmap v17678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:50 smithi172 ceph-mon[103696]: pgmap v17678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:51.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:51.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:52.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:52.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:52 smithi050 ceph-mon[92315]: pgmap v17679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:52 smithi172 ceph-mon[103696]: pgmap v17679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:53.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:53.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:54.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:54.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:54 smithi050 ceph-mon[92315]: pgmap v17680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:44:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:54 smithi172 ceph-mon[103696]: pgmap v17680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:44:55.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:55.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:56.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:56.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:56 smithi050 ceph-mon[92315]: pgmap v17681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:56 smithi172 ceph-mon[103696]: pgmap v17681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:57.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:57.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:58.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:58.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:44:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:44:58 smithi050 ceph-mon[92315]: pgmap v17682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:44:58 smithi172 ceph-mon[103696]: pgmap v17682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:44:59.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:44:59.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:00.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:00.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:00 smithi050 ceph-mon[92315]: pgmap v17683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:00 smithi172 ceph-mon[103696]: pgmap v17683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:01.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:01.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:02.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:02.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:02 smithi050 ceph-mon[92315]: pgmap v17684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:02 smithi172 ceph-mon[103696]: pgmap v17684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:03.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:03.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:04.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:04.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:04 smithi050 ceph-mon[92315]: pgmap v17685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:45:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:45:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:04 smithi172 ceph-mon[103696]: pgmap v17685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:45:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:45:05.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:05.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:06.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:06.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:06 smithi050 ceph-mon[92315]: pgmap v17686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:06 smithi172 ceph-mon[103696]: pgmap v17686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:07.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:07.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:45:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:45:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:07 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:45:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:45:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:45:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:07 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:45:08.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:08.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:08 smithi050 ceph-mon[92315]: pgmap v17687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:45:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:45:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:45:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:45:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:45:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:45:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:45:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:08 smithi172 ceph-mon[103696]: pgmap v17687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:45:09.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:45:09.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:45:09.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:45:09.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:45:09.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:45:09.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:45:09.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:09.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:10.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:10.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:10 smithi172 ceph-mon[103696]: pgmap v17688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:10 smithi050 ceph-mon[92315]: pgmap v17688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:11.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:11.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:12.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:12.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:12 smithi050 ceph-mon[92315]: pgmap v17689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:12 smithi172 ceph-mon[103696]: pgmap v17689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:13.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:13.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:14.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:14.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:14 smithi050 ceph-mon[92315]: pgmap v17690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:45:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:14 smithi172 ceph-mon[103696]: pgmap v17690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:45:15.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:15.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:16.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:16.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:16 smithi050 ceph-mon[92315]: pgmap v17691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:16 smithi172 ceph-mon[103696]: pgmap v17691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:17.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:17.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:18.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:18.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:18 smithi050 ceph-mon[92315]: pgmap v17692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:18 smithi172 ceph-mon[103696]: pgmap v17692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:19.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:19.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:45:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:45:20.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:20.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:20 smithi050 ceph-mon[92315]: pgmap v17693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:20 smithi172 ceph-mon[103696]: pgmap v17693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:21.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:21.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:22.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:22.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:22 smithi050 ceph-mon[92315]: pgmap v17694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:22 smithi172 ceph-mon[103696]: pgmap v17694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:23.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:23.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:24.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:24.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:24 smithi050 ceph-mon[92315]: pgmap v17695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:45:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:24 smithi172 ceph-mon[103696]: pgmap v17695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:45:25.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:25.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:26.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:26.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:26 smithi050 ceph-mon[92315]: pgmap v17696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:26 smithi172 ceph-mon[103696]: pgmap v17696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:27.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:27.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:28.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:28.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:29.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:28 smithi050 ceph-mon[92315]: pgmap v17697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:28 smithi172 ceph-mon[103696]: pgmap v17697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:29.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:29.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:30.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:30.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:30 smithi050 ceph-mon[92315]: pgmap v17698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:30 smithi172 ceph-mon[103696]: pgmap v17698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:31.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:31.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:32.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:32.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:32 smithi050 ceph-mon[92315]: pgmap v17699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:32 smithi172 ceph-mon[103696]: pgmap v17699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:33.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:33.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:34.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:34.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:34 smithi050 ceph-mon[92315]: pgmap v17700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:45:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:45:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:34 smithi172 ceph-mon[103696]: pgmap v17700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:45:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:45:35.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:35.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:36.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:36.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:36 smithi050 ceph-mon[92315]: pgmap v17701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:36 smithi172 ceph-mon[103696]: pgmap v17701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:37.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:37.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:38.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:38.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:38 smithi050 ceph-mon[92315]: pgmap v17702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:38 smithi172 ceph-mon[103696]: pgmap v17702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:39.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:39.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:40.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:40.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:40 smithi050 ceph-mon[92315]: pgmap v17703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:41.199 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:40 smithi172 ceph-mon[103696]: pgmap v17703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:41.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:41.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:42.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:42.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:42 smithi050 ceph-mon[92315]: pgmap v17704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:42 smithi172 ceph-mon[103696]: pgmap v17704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:43.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:43.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:44.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:44.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:44 smithi050 ceph-mon[92315]: pgmap v17705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:45:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:44 smithi172 ceph-mon[103696]: pgmap v17705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:45:45.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:45.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:46.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:46.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:46 smithi050 ceph-mon[92315]: pgmap v17706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:46 smithi172 ceph-mon[103696]: pgmap v17706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:47.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:47.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:48.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:48.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:48 smithi050 ceph-mon[92315]: pgmap v17707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:48 smithi172 ceph-mon[103696]: pgmap v17707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:49.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:49.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:45:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:45:50.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:50.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:50 smithi050 ceph-mon[92315]: pgmap v17708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:50 smithi172 ceph-mon[103696]: pgmap v17708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:51.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:51.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:52.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:52.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:52 smithi050 ceph-mon[92315]: pgmap v17709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:52 smithi172 ceph-mon[103696]: pgmap v17709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:53.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:53.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:54.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:54.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:54 smithi050 ceph-mon[92315]: pgmap v17710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:45:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:54 smithi172 ceph-mon[103696]: pgmap v17710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:45:55.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:55.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:56.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:56.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:56 smithi172 ceph-mon[103696]: pgmap v17711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:56 smithi050 ceph-mon[92315]: pgmap v17711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:57.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:57.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:58.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:58.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:45:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:45:58 smithi172 ceph-mon[103696]: pgmap v17712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:45:58 smithi050 ceph-mon[92315]: pgmap v17712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:45:59.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:45:59.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:00.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:00.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:00 smithi172 ceph-mon[103696]: pgmap v17713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:00 smithi050 ceph-mon[92315]: pgmap v17713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:01.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:01.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:02.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:02.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:02 smithi172 ceph-mon[103696]: pgmap v17714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:02 smithi050 ceph-mon[92315]: pgmap v17714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:03.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:03.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:04.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:04.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:04 smithi172 ceph-mon[103696]: pgmap v17715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:46:05.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:46:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:04 smithi050 ceph-mon[92315]: pgmap v17715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:46:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:46:05.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:05.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:05 smithi172 ceph-mon[103696]: pgmap v17716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:05 smithi050 ceph-mon[92315]: pgmap v17716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:06.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:06.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:07.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:07.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:08.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:08.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:08 smithi050 ceph-mon[92315]: pgmap v17717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:08 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:46:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:08 smithi172 ceph-mon[103696]: pgmap v17717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:08 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:46:09.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:09.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:46:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:46:10.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:46:10.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:46:10.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:46:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:46:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:46:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:46:10.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:46:10.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:46:10.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:10.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:10 smithi172 ceph-mon[103696]: pgmap v17718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:10 smithi050 ceph-mon[92315]: pgmap v17718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:11.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:11.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:12.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:12.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:12 smithi172 ceph-mon[103696]: pgmap v17719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:13.214 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:12 smithi050 ceph-mon[92315]: pgmap v17719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:13.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:13.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:14.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:14.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:14 smithi172 ceph-mon[103696]: pgmap v17720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:46:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:14 smithi050 ceph-mon[92315]: pgmap v17720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:46:15.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:15.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:16.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:16.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:16 smithi172 ceph-mon[103696]: pgmap v17721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:16 smithi050 ceph-mon[92315]: pgmap v17721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:17.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:17.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:17 smithi172 ceph-mon[103696]: pgmap v17722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:18.271 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:17 smithi050 ceph-mon[92315]: pgmap v17722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:18.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:18.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:19.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:19.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:20 smithi050 ceph-mon[92315]: pgmap v17723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:46:20.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:20.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:20 smithi172 ceph-mon[103696]: pgmap v17723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:46:21.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:21.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:22.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:22.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:22 smithi050 ceph-mon[92315]: pgmap v17724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:22 smithi172 ceph-mon[103696]: pgmap v17724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:23.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:23.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:24.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:24.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:24 smithi050 ceph-mon[92315]: pgmap v17725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:46:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:24 smithi172 ceph-mon[103696]: pgmap v17725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:46:25.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:25.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:26.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:26.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:26 smithi050 ceph-mon[92315]: pgmap v17726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:26 smithi172 ceph-mon[103696]: pgmap v17726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:27.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:27.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:28.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:28.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:28 smithi050 ceph-mon[92315]: pgmap v17727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:28 smithi172 ceph-mon[103696]: pgmap v17727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:29.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:29.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:30.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:30.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:30 smithi050 ceph-mon[92315]: pgmap v17728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:30 smithi172 ceph-mon[103696]: pgmap v17728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:31.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:31.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:32.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:32.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:32 smithi050 ceph-mon[92315]: pgmap v17729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:32 smithi172 ceph-mon[103696]: pgmap v17729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:33.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:33.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:34.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:34.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:34 smithi050 ceph-mon[92315]: pgmap v17730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:46:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:46:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:34 smithi172 ceph-mon[103696]: pgmap v17730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:46:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:46:35.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:35.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:36.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:36.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:36 smithi050 ceph-mon[92315]: pgmap v17731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:36 smithi172 ceph-mon[103696]: pgmap v17731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:37.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:37.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:38.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:38.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:38 smithi050 ceph-mon[92315]: pgmap v17732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:38 smithi172 ceph-mon[103696]: pgmap v17732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:39.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:39.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:40.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:40.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:40 smithi050 ceph-mon[92315]: pgmap v17733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:40 smithi172 ceph-mon[103696]: pgmap v17733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:41.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:41.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:42.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:42.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:42 smithi050 ceph-mon[92315]: pgmap v17734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:42 smithi172 ceph-mon[103696]: pgmap v17734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:43.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:43.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:44.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:44.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:44 smithi050 ceph-mon[92315]: pgmap v17735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:46:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:44 smithi172 ceph-mon[103696]: pgmap v17735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:46:45.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:45.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:46.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:46.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:46 smithi172 ceph-mon[103696]: pgmap v17736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:46 smithi050 ceph-mon[92315]: pgmap v17736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:47.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:47.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:48.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:48.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:48 smithi050 ceph-mon[92315]: pgmap v17737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:48 smithi172 ceph-mon[103696]: pgmap v17737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:49.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:49.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:46:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:46:50.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:50.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:50 smithi050 ceph-mon[92315]: pgmap v17738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:50 smithi172 ceph-mon[103696]: pgmap v17738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:51.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:51.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:52.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:52.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:52 smithi050 ceph-mon[92315]: pgmap v17739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:52 smithi172 ceph-mon[103696]: pgmap v17739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:53.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:53.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:54.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:54.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:54 smithi050 ceph-mon[92315]: pgmap v17740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:46:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:54 smithi172 ceph-mon[103696]: pgmap v17740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:46:55.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:55.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:56.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:56.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:56 smithi172 ceph-mon[103696]: pgmap v17741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:56 smithi050 ceph-mon[92315]: pgmap v17741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:57.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:57.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:58.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:58.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:46:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:46:58 smithi050 ceph-mon[92315]: pgmap v17742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:46:58 smithi172 ceph-mon[103696]: pgmap v17742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:46:59.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:46:59.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:00.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:00.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:00 smithi050 ceph-mon[92315]: pgmap v17743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:01.213 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:00 smithi172 ceph-mon[103696]: pgmap v17743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:01.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:01.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:02.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:02.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:02 smithi050 ceph-mon[92315]: pgmap v17744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:02 smithi172 ceph-mon[103696]: pgmap v17744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:03.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:03.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:04.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:04.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:04 smithi050 ceph-mon[92315]: pgmap v17745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:47:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:47:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:04 smithi172 ceph-mon[103696]: pgmap v17745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:47:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:47:05.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:05.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:06.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:06.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:06 smithi050 ceph-mon[92315]: pgmap v17746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:06 smithi172 ceph-mon[103696]: pgmap v17746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:07.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:07.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:08.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:08.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:08 smithi050 ceph-mon[92315]: pgmap v17747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:08 smithi172 ceph-mon[103696]: pgmap v17747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:09.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:09.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:47:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:47:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:47:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:47:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:47:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:47:10.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:10.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:11.062 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:10 smithi172 ceph-mon[103696]: pgmap v17748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:10 smithi050 ceph-mon[92315]: pgmap v17748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:11.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:11.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:12.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:12.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:13.048 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:12 smithi050 ceph-mon[92315]: pgmap v17749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:13.102 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:12 smithi172 ceph-mon[103696]: pgmap v17749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:13.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:13.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:14 smithi050 ceph-mon[92315]: pgmap v17750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:47:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:47:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:47:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:47:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:47:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:47:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:47:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:47:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:47:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:47:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:14 smithi172 ceph-mon[103696]: pgmap v17750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:47:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:47:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:47:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:47:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:47:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:47:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:47:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:47:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:47:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:47:14.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:14.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:15.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:15.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:16 smithi050 ceph-mon[92315]: pgmap v17751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:16 smithi172 ceph-mon[103696]: pgmap v17751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:16.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:16.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:17.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:17.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:18.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:18.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:18 smithi050 ceph-mon[92315]: pgmap v17752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:18 smithi172 ceph-mon[103696]: pgmap v17752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:19.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:19.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:47:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:47:20.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:20.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:20 smithi050 ceph-mon[92315]: pgmap v17753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:20 smithi172 ceph-mon[103696]: pgmap v17753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:21.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:21.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:22.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:22.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:22 smithi050 ceph-mon[92315]: pgmap v17754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:22 smithi172 ceph-mon[103696]: pgmap v17754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:23.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:23.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:24.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:24.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:24 smithi050 ceph-mon[92315]: pgmap v17755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:47:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:24 smithi172 ceph-mon[103696]: pgmap v17755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:47:25.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:25.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:26.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:26.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:26 smithi050 ceph-mon[92315]: pgmap v17756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:26 smithi172 ceph-mon[103696]: pgmap v17756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:27.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:27.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:28.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:28.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:29.073 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:28 smithi050 ceph-mon[92315]: pgmap v17757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:28 smithi172 ceph-mon[103696]: pgmap v17757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:29.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:29.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:30.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:30.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:30 smithi050 ceph-mon[92315]: pgmap v17758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:31.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:30 smithi172 ceph-mon[103696]: pgmap v17758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:31.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:31.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:32.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:32.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:32 smithi050 ceph-mon[92315]: pgmap v17759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:32 smithi172 ceph-mon[103696]: pgmap v17759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:33.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:33.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:34.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:34.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:34 smithi050 ceph-mon[92315]: pgmap v17760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:47:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:47:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:34 smithi172 ceph-mon[103696]: pgmap v17760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:47:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:47:35.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:35.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:36.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:36.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:37.048 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:36 smithi172 ceph-mon[103696]: pgmap v17761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:36 smithi050 ceph-mon[92315]: pgmap v17761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:37.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:37.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:38.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:38.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:38 smithi050 ceph-mon[92315]: pgmap v17762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:38 smithi172 ceph-mon[103696]: pgmap v17762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:39.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:39.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:40.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:40.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:40 smithi050 ceph-mon[92315]: pgmap v17763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:40 smithi172 ceph-mon[103696]: pgmap v17763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:41.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:41.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:42.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:42.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:42 smithi050 ceph-mon[92315]: pgmap v17764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:42 smithi172 ceph-mon[103696]: pgmap v17764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:43.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:43.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:44.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:44.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:44 smithi050 ceph-mon[92315]: pgmap v17765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:47:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:44 smithi172 ceph-mon[103696]: pgmap v17765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:47:45.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:45.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:46.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:46.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:46 smithi050 ceph-mon[92315]: pgmap v17766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:46 smithi172 ceph-mon[103696]: pgmap v17766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:47.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:47.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:48.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:48.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:48 smithi050 ceph-mon[92315]: pgmap v17767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:48 smithi172 ceph-mon[103696]: pgmap v17767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:49.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:49.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:47:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:47:50.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:50.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:50 smithi050 ceph-mon[92315]: pgmap v17768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:50 smithi172 ceph-mon[103696]: pgmap v17768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:51.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:51.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:52.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:52.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:52 smithi050 ceph-mon[92315]: pgmap v17769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:52 smithi172 ceph-mon[103696]: pgmap v17769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:53.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:53.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:54.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:54.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:54 smithi050 ceph-mon[92315]: pgmap v17770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:47:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:54 smithi172 ceph-mon[103696]: pgmap v17770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:47:55.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:55.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:56.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:56.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:56 smithi050 ceph-mon[92315]: pgmap v17771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:56 smithi172 ceph-mon[103696]: pgmap v17771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:57.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:57.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:58.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:58.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:47:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:47:58 smithi050 ceph-mon[92315]: pgmap v17772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:47:58 smithi172 ceph-mon[103696]: pgmap v17772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:47:59.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:47:59.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:00.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:00.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:00 smithi050 ceph-mon[92315]: pgmap v17773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:00 smithi172 ceph-mon[103696]: pgmap v17773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:01.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:01.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:02.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:02.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:03.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:02 smithi050 ceph-mon[92315]: pgmap v17774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:02 smithi172 ceph-mon[103696]: pgmap v17774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:03.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:03.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:04.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:04.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:04 smithi050 ceph-mon[92315]: pgmap v17775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:48:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:48:05.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:04 smithi172 ceph-mon[103696]: pgmap v17775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:48:05.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:48:05.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:05.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:06.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:07.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:07.254 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:06 smithi172 ceph-mon[103696]: pgmap v17776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:07.254 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:06 smithi050 ceph-mon[92315]: pgmap v17776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:07.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:07.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:08.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:08.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:08 smithi050 ceph-mon[92315]: pgmap v17777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:08 smithi172 ceph-mon[103696]: pgmap v17777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:09.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:09.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:10.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:10.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:10 smithi050 ceph-mon[92315]: pgmap v17778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:10 smithi172 ceph-mon[103696]: pgmap v17778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:11.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:11.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:12.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:12.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:13.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:12 smithi050 ceph-mon[92315]: pgmap v17779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:12 smithi172 ceph-mon[103696]: pgmap v17779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:13.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:13.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:48:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:48:14.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:14.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:14 smithi050 ceph-mon[92315]: pgmap v17780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:48:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:48:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:48:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:48:14.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:48:14.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:48:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:14 smithi172 ceph-mon[103696]: pgmap v17780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:48:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:48:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:48:15.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:48:15.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:48:15.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:48:15.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:15.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:16.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:16.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:16 smithi050 ceph-mon[92315]: pgmap v17781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:16 smithi172 ceph-mon[103696]: pgmap v17781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:17.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:17.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:18.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:18.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:18 smithi050 ceph-mon[92315]: pgmap v17782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:18 smithi172 ceph-mon[103696]: pgmap v17782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:19.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:19.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:48:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:48:20.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:20.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:20 smithi050 ceph-mon[92315]: pgmap v17783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:20 smithi172 ceph-mon[103696]: pgmap v17783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:21.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:21.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:22.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:22.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:22 smithi050 ceph-mon[92315]: pgmap v17784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:22 smithi172 ceph-mon[103696]: pgmap v17784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:23.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:23.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:24.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:24.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:24 smithi050 ceph-mon[92315]: pgmap v17785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:48:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:24 smithi172 ceph-mon[103696]: pgmap v17785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:48:25.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:25.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:26.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:26.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:26 smithi050 ceph-mon[92315]: pgmap v17786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:26 smithi172 ceph-mon[103696]: pgmap v17786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:27.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:27.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:28.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:28.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:28 smithi050 ceph-mon[92315]: pgmap v17787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:28 smithi172 ceph-mon[103696]: pgmap v17787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:29.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:29.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:30.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:30.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:30 smithi050 ceph-mon[92315]: pgmap v17788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:30 smithi172 ceph-mon[103696]: pgmap v17788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:31.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:31.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:32.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:32.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:32 smithi050 ceph-mon[92315]: pgmap v17789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:32 smithi172 ceph-mon[103696]: pgmap v17789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:33.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:33.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:34.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:34.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:34 smithi050 ceph-mon[92315]: pgmap v17790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:48:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:48:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:34 smithi172 ceph-mon[103696]: pgmap v17790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:48:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:48:35.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:35.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:36.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:36.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:36 smithi050 ceph-mon[92315]: pgmap v17791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:36 smithi172 ceph-mon[103696]: pgmap v17791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:37.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:37.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:38.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:38.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:38 smithi172 ceph-mon[103696]: pgmap v17792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:38 smithi050 ceph-mon[92315]: pgmap v17792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:39.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:39.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:40.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:40.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:40 smithi172 ceph-mon[103696]: pgmap v17793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:40 smithi050 ceph-mon[92315]: pgmap v17793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:41.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:41.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:42.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:42.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:42 smithi172 ceph-mon[103696]: pgmap v17794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:42 smithi050 ceph-mon[92315]: pgmap v17794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:43.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:43.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:44.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:44.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:44 smithi172 ceph-mon[103696]: pgmap v17795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:48:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:44 smithi050 ceph-mon[92315]: pgmap v17795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:48:45.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:45.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:46.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:46.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:46 smithi172 ceph-mon[103696]: pgmap v17796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:46 smithi050 ceph-mon[92315]: pgmap v17796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:47.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:47.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:48.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:48.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:48 smithi172 ceph-mon[103696]: pgmap v17797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:48 smithi050 ceph-mon[92315]: pgmap v17797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:49.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:49.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:48:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:48:50.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:50.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:50 smithi172 ceph-mon[103696]: pgmap v17798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:50 smithi050 ceph-mon[92315]: pgmap v17798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:51.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:51.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:52.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:52.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:52 smithi172 ceph-mon[103696]: pgmap v17799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:52 smithi050 ceph-mon[92315]: pgmap v17799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:53.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:53.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:54.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:54.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:54 smithi172 ceph-mon[103696]: pgmap v17800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:48:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:54 smithi050 ceph-mon[92315]: pgmap v17800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:48:55.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:55.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:56.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:56.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:56 smithi050 ceph-mon[92315]: pgmap v17801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:56 smithi172 ceph-mon[103696]: pgmap v17801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:57.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:57.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:58.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:58.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:48:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:48:58 smithi050 ceph-mon[92315]: pgmap v17802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:48:58 smithi172 ceph-mon[103696]: pgmap v17802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:48:59.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:48:59.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:00.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:00.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:00 smithi050 ceph-mon[92315]: pgmap v17803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:00 smithi172 ceph-mon[103696]: pgmap v17803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:01.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:01.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:02.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:02.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:02 smithi050 ceph-mon[92315]: pgmap v17804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:02 smithi172 ceph-mon[103696]: pgmap v17804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:03.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:03.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:04.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:03 smithi050 ceph-mon[92315]: pgmap v17805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:49:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:03 smithi172 ceph-mon[103696]: pgmap v17805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:49:04.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:04.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:05.158 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:49:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:49:05.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:05.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:05 smithi050 ceph-mon[92315]: pgmap v17806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:06.608 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:05 smithi172 ceph-mon[103696]: pgmap v17806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:06.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:07.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:07.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:07.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:08.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:08.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:08 smithi050 ceph-mon[92315]: pgmap v17807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:08 smithi172 ceph-mon[103696]: pgmap v17807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:09.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:09.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:10.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:10.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:10 smithi050 ceph-mon[92315]: pgmap v17808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:10 smithi172 ceph-mon[103696]: pgmap v17808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:11.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:11.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:12.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:12.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:13.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:12 smithi172 ceph-mon[103696]: pgmap v17809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:13.131 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:12 smithi050 ceph-mon[92315]: pgmap v17809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:13.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:13.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:14.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:14.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:14 smithi050 ceph-mon[92315]: pgmap v17810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:49:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:49:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:14 smithi172 ceph-mon[103696]: pgmap v17810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:49:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:49:15.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:15.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:49:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:49:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:49:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:49:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:49:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:49:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:49:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:49:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:49:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:49:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:49:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:49:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:49:16.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:49:16.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:49:16.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:49:16.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:49:16.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:49:16.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:49:16.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:49:16.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:16.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:16 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1419M 2023-09-30T23:49:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:16 smithi050 ceph-mon[92315]: pgmap v17811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:16 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1419M 2023-09-30T23:49:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:16 smithi172 ceph-mon[103696]: pgmap v17811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:17.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:17.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:18.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:18.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:18 smithi050 ceph-mon[92315]: pgmap v17812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:18 smithi172 ceph-mon[103696]: pgmap v17812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:19.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:19.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:49:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:49:20.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:20.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:20 smithi050 ceph-mon[92315]: pgmap v17813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:20 smithi172 ceph-mon[103696]: pgmap v17813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:21.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:21.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:22.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:22.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:22 smithi050 ceph-mon[92315]: pgmap v17814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:22 smithi172 ceph-mon[103696]: pgmap v17814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:23.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:23.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:24.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:24.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:24 smithi050 ceph-mon[92315]: pgmap v17815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:49:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:24 smithi172 ceph-mon[103696]: pgmap v17815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:49:25.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:25.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:26.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:26.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:26 smithi050 ceph-mon[92315]: pgmap v17816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:26 smithi172 ceph-mon[103696]: pgmap v17816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:27.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:27.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:28.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:28.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:28 smithi050 ceph-mon[92315]: pgmap v17817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:28 smithi172 ceph-mon[103696]: pgmap v17817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:29.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:29.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:30.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:30.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:30 smithi050 ceph-mon[92315]: pgmap v17818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:30 smithi172 ceph-mon[103696]: pgmap v17818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:31.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:31.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:32.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:32.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:32 smithi050 ceph-mon[92315]: pgmap v17819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:32 smithi172 ceph-mon[103696]: pgmap v17819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:33.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:33.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:34.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:34.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:34 smithi050 ceph-mon[92315]: pgmap v17820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:49:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:49:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:34 smithi172 ceph-mon[103696]: pgmap v17820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:49:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:49:35.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:35.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:36.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:36.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:36 smithi050 ceph-mon[92315]: pgmap v17821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:36 smithi172 ceph-mon[103696]: pgmap v17821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:37.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:37.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:38.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:38.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:38 smithi050 ceph-mon[92315]: pgmap v17822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:38 smithi172 ceph-mon[103696]: pgmap v17822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:39.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:39.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:40 smithi050 ceph-mon[92315]: pgmap v17823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:40.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:40.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:40 smithi172 ceph-mon[103696]: pgmap v17823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:41.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:41.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:42.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:42.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:42 smithi050 ceph-mon[92315]: pgmap v17824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:42 smithi172 ceph-mon[103696]: pgmap v17824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:43.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:43.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:44.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:44.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:44 smithi050 ceph-mon[92315]: pgmap v17825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:49:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:44 smithi172 ceph-mon[103696]: pgmap v17825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:49:45.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:45.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:46.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:46.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:46 smithi050 ceph-mon[92315]: pgmap v17826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:46 smithi172 ceph-mon[103696]: pgmap v17826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:47.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:47.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:48.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:48.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:48 smithi050 ceph-mon[92315]: pgmap v17827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:48 smithi172 ceph-mon[103696]: pgmap v17827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:49.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:49.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:49:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:49:50.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:50.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:50 smithi050 ceph-mon[92315]: pgmap v17828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:50 smithi172 ceph-mon[103696]: pgmap v17828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:51.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:51.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:52.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:52.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:52 smithi050 ceph-mon[92315]: pgmap v17829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:52 smithi172 ceph-mon[103696]: pgmap v17829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:53.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:53.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:54.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:54.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:54 smithi050 ceph-mon[92315]: pgmap v17830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:49:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:54 smithi172 ceph-mon[103696]: pgmap v17830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:49:55.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:55.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:56.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:56.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:56 smithi050 ceph-mon[92315]: pgmap v17831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:56 smithi172 ceph-mon[103696]: pgmap v17831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:57.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:57.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:58.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:58.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:49:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:49:58 smithi050 ceph-mon[92315]: pgmap v17832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:49:58 smithi172 ceph-mon[103696]: pgmap v17832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:49:59.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:49:59.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:00.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:00.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:00 smithi050 ceph-mon[92315]: pgmap v17833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-09-30T23:50:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:00 smithi172 ceph-mon[103696]: pgmap v17833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-09-30T23:50:01.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:01.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:02.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:02.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:02 smithi050 ceph-mon[92315]: pgmap v17834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:02 smithi172 ceph-mon[103696]: pgmap v17834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:03.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:03.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:04.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:04.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:04 smithi050 ceph-mon[92315]: pgmap v17835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:50:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:50:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:04 smithi172 ceph-mon[103696]: pgmap v17835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:50:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:50:05.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:05.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:06.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:06.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:06 smithi050 ceph-mon[92315]: pgmap v17836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:06 smithi172 ceph-mon[103696]: pgmap v17836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:07.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:07.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:09.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:09.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:08 smithi050 ceph-mon[92315]: pgmap v17837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:08 smithi172 ceph-mon[103696]: pgmap v17837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:10.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:10.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:11.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:11.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:10 smithi050 ceph-mon[92315]: pgmap v17838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:10 smithi172 ceph-mon[103696]: pgmap v17838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:12.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:12.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:13.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:13.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:12 smithi050 ceph-mon[92315]: pgmap v17839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:12 smithi172 ceph-mon[103696]: pgmap v17839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:14.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:14.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:15.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:15.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:14 smithi172 ceph-mon[103696]: pgmap v17840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:50:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:14 smithi050 ceph-mon[92315]: pgmap v17840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:50:16.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:16.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:50:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:50:17.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:17.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:16 smithi172 ceph-mon[103696]: pgmap v17841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:50:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:50:17.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:50:17.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:50:17.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:50:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:16 smithi050 ceph-mon[92315]: pgmap v17841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:50:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:50:17.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:50:17.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:50:17.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:50:18.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:18.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:19.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:19.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:18 smithi172 ceph-mon[103696]: pgmap v17842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:18 smithi050 ceph-mon[92315]: pgmap v17842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:20.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:20.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:50:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:50:21.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:21.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:20 smithi172 ceph-mon[103696]: pgmap v17843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:20 smithi050 ceph-mon[92315]: pgmap v17843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:22.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:22.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:23.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:23.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:22 smithi172 ceph-mon[103696]: pgmap v17844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:22 smithi050 ceph-mon[92315]: pgmap v17844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:24.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:24.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:25.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:25.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:24 smithi172 ceph-mon[103696]: pgmap v17845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:50:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:24 smithi050 ceph-mon[92315]: pgmap v17845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:50:26.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:26.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:27.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:27.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:26 smithi172 ceph-mon[103696]: pgmap v17846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:26 smithi050 ceph-mon[92315]: pgmap v17846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:28.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:28.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:29.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:29.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:28 smithi172 ceph-mon[103696]: pgmap v17847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:28 smithi050 ceph-mon[92315]: pgmap v17847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:30.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:30.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:31.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:31.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:30 smithi050 ceph-mon[92315]: pgmap v17848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:30 smithi172 ceph-mon[103696]: pgmap v17848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:32.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:32.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:33.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:33.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:32 smithi050 ceph-mon[92315]: pgmap v17849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:32 smithi172 ceph-mon[103696]: pgmap v17849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:34.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:34.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:35.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:35.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:34 smithi050 ceph-mon[92315]: pgmap v17850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:50:36.652 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:50:36.653 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:34 smithi172 ceph-mon[103696]: pgmap v17850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:50:36.653 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:50:36.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:36.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:37.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:37.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:36 smithi050 ceph-mon[92315]: pgmap v17851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:36 smithi172 ceph-mon[103696]: pgmap v17851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:38.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:38.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:39.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:39.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:38 smithi050 ceph-mon[92315]: pgmap v17852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:38 smithi172 ceph-mon[103696]: pgmap v17852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:40.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:40.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:41.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:41.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:41.238 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:40 smithi050 ceph-mon[92315]: pgmap v17853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:40 smithi172 ceph-mon[103696]: pgmap v17853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:42.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:42.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:43.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:43.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:42 smithi050 ceph-mon[92315]: pgmap v17854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:42 smithi172 ceph-mon[103696]: pgmap v17854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:44.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:44.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:45.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:45.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:44 smithi050 ceph-mon[92315]: pgmap v17855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:50:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:44 smithi172 ceph-mon[103696]: pgmap v17855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:50:46.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:46.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:47.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:47.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:46 smithi050 ceph-mon[92315]: pgmap v17856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:46 smithi172 ceph-mon[103696]: pgmap v17856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:48.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:48.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:49.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:49.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:48 smithi050 ceph-mon[92315]: pgmap v17857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:48 smithi172 ceph-mon[103696]: pgmap v17857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:50.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:50.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:50:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:50:51.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:51.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:50 smithi050 ceph-mon[92315]: pgmap v17858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:50 smithi172 ceph-mon[103696]: pgmap v17858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:52.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:52.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:53.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:53.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:52 smithi050 ceph-mon[92315]: pgmap v17859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:52 smithi172 ceph-mon[103696]: pgmap v17859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:54.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:54.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:55.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:55.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:54 smithi050 ceph-mon[92315]: pgmap v17860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:50:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:54 smithi172 ceph-mon[103696]: pgmap v17860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:50:56.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:56.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:57.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:57.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:56 smithi050 ceph-mon[92315]: pgmap v17861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:56 smithi172 ceph-mon[103696]: pgmap v17861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:58.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:58.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:59.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:50:59.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:50:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:50:58 smithi050 ceph-mon[92315]: pgmap v17862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:50:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:50:58 smithi172 ceph-mon[103696]: pgmap v17862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:00.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:00.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:01.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:01.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:00 smithi050 ceph-mon[92315]: pgmap v17863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:00 smithi172 ceph-mon[103696]: pgmap v17863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:02.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:02.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:03.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:03.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:02 smithi050 ceph-mon[92315]: pgmap v17864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:02 smithi172 ceph-mon[103696]: pgmap v17864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:04.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:04.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:05.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:05.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:04 smithi050 ceph-mon[92315]: pgmap v17865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:51:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:51:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:04 smithi172 ceph-mon[103696]: pgmap v17865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:51:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:51:06.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:06.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:06 smithi050 ceph-mon[92315]: pgmap v17866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:07.402 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:06 smithi172 ceph-mon[103696]: pgmap v17866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:07.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:07.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:08.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:08.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:08 smithi050 ceph-mon[92315]: pgmap v17867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:09.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:09.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:08 smithi172 ceph-mon[103696]: pgmap v17867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:10.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:10.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:10 smithi050 ceph-mon[92315]: pgmap v17868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:11.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:11.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:10 smithi172 ceph-mon[103696]: pgmap v17868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:12.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:12.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:12 smithi050 ceph-mon[92315]: pgmap v17869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:13.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:13.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:12 smithi172 ceph-mon[103696]: pgmap v17869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:14.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:14.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:14 smithi050 ceph-mon[92315]: pgmap v17870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:51:15.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:15.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:14 smithi172 ceph-mon[103696]: pgmap v17870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:51:16.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:16.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:16 smithi050 ceph-mon[92315]: pgmap v17871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:51:17.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:51:17.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:51:17.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:51:17.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:51:17.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:51:17.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:17.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:16 smithi172 ceph-mon[103696]: pgmap v17871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:51:17.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:51:17.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:51:17.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:51:17.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:51:17.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:51:18.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:18.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:18 smithi050 ceph-mon[92315]: pgmap v17872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:19.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:19.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:18 smithi172 ceph-mon[103696]: pgmap v17872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:51:20.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:20.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:51:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:20 smithi050 ceph-mon[92315]: pgmap v17873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:21.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:21.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:20 smithi172 ceph-mon[103696]: pgmap v17873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:22.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:22.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:22 smithi050 ceph-mon[92315]: pgmap v17874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:23.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:23.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:22 smithi172 ceph-mon[103696]: pgmap v17874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:24.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:24.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:24 smithi050 ceph-mon[92315]: pgmap v17875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:51:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:24 smithi172 ceph-mon[103696]: pgmap v17875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:51:25.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:25.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:26.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:26.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:26 smithi050 ceph-mon[92315]: pgmap v17876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:26 smithi172 ceph-mon[103696]: pgmap v17876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:27.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:27.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:28.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:28.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:28 smithi050 ceph-mon[92315]: pgmap v17877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:28 smithi172 ceph-mon[103696]: pgmap v17877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:29.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:29.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:30.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:30.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:30 smithi050 ceph-mon[92315]: pgmap v17878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:30 smithi172 ceph-mon[103696]: pgmap v17878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:31.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:31.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:32.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:32.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:32 smithi050 ceph-mon[92315]: pgmap v17879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:32 smithi172 ceph-mon[103696]: pgmap v17879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:33.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:33.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:34.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:34.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:34 smithi050 ceph-mon[92315]: pgmap v17880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:51:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:51:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:34 smithi172 ceph-mon[103696]: pgmap v17880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:51:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:51:35.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:35.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:36.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:36.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:36 smithi050 ceph-mon[92315]: pgmap v17881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:37.160 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:36 smithi172 ceph-mon[103696]: pgmap v17881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:37.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:37.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:38.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:38.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:38 smithi050 ceph-mon[92315]: pgmap v17882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:38 smithi172 ceph-mon[103696]: pgmap v17882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:39.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:39.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:40.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:40.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:40 smithi050 ceph-mon[92315]: pgmap v17883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:40 smithi172 ceph-mon[103696]: pgmap v17883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:41.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:41.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:42.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:42.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:42 smithi050 ceph-mon[92315]: pgmap v17884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:42 smithi172 ceph-mon[103696]: pgmap v17884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:43.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:43.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:44.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:44.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:44 smithi050 ceph-mon[92315]: pgmap v17885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:51:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:44 smithi172 ceph-mon[103696]: pgmap v17885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:51:45.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:45.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:46.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:46.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:46 smithi172 ceph-mon[103696]: pgmap v17886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:47.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:47.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:46 smithi050 ceph-mon[92315]: pgmap v17886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:48.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:48.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:48 smithi172 ceph-mon[103696]: pgmap v17887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:49.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:49.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:48 smithi050 ceph-mon[92315]: pgmap v17887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:51:50.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:50.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:51:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:50 smithi172 ceph-mon[103696]: pgmap v17888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:51.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:51.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:50 smithi050 ceph-mon[92315]: pgmap v17888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:52.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:52.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:52 smithi172 ceph-mon[103696]: pgmap v17889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:53.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:53.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:52 smithi050 ceph-mon[92315]: pgmap v17889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:54.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:54.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:54 smithi172 ceph-mon[103696]: pgmap v17890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:51:55.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:55.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:54 smithi050 ceph-mon[92315]: pgmap v17890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:51:56.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:56.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:56 smithi172 ceph-mon[103696]: pgmap v17891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:57.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:57.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:56 smithi050 ceph-mon[92315]: pgmap v17891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:58.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:58.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:51:58 smithi172 ceph-mon[103696]: pgmap v17892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:51:59.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:51:59.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:51:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:51:58 smithi050 ceph-mon[92315]: pgmap v17892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:00.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:00.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:00 smithi172 ceph-mon[103696]: pgmap v17893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:01.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:01.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:00 smithi050 ceph-mon[92315]: pgmap v17893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:02.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:02.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:03.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:03.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:02 smithi050 ceph-mon[92315]: pgmap v17894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:02 smithi172 ceph-mon[103696]: pgmap v17894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:04.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:04.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:04 smithi172 ceph-mon[103696]: pgmap v17895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:52:05.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:52:05.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:05.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:04 smithi050 ceph-mon[92315]: pgmap v17895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:52:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:52:06.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:06.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:07.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:07.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:07.213 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:06 smithi050 ceph-mon[92315]: pgmap v17896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:06 smithi172 ceph-mon[103696]: pgmap v17896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:08.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:08.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:09.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:09.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:08 smithi050 ceph-mon[92315]: pgmap v17897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:09.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:08 smithi172 ceph-mon[103696]: pgmap v17897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:10.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:10.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:11.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:11.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:10 smithi050 ceph-mon[92315]: pgmap v17898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:11.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:10 smithi172 ceph-mon[103696]: pgmap v17898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:12.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:12.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:13.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:13.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:12 smithi050 ceph-mon[92315]: pgmap v17899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:12 smithi172 ceph-mon[103696]: pgmap v17899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:14.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:14.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:15.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:15.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:14 smithi050 ceph-mon[92315]: pgmap v17900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:52:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:14 smithi172 ceph-mon[103696]: pgmap v17900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:52:16.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:16.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:17.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:17.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:17.330 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:16 smithi050 ceph-mon[92315]: pgmap v17901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:17.330 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:52:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:16 smithi172 ceph-mon[103696]: pgmap v17901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:52:18.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:18.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:19.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:19.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:18 smithi050 ceph-mon[92315]: pgmap v17902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:18 smithi172 ceph-mon[103696]: pgmap v17902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:20.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:20.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:52:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:52:21.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:21.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:20 smithi050 ceph-mon[92315]: pgmap v17903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:20 smithi172 ceph-mon[103696]: pgmap v17903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:22.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:22.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:22 smithi050 ceph-mon[92315]: pgmap v17904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:52:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:52:22.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:52:22.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:52:22.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:52:22.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:52:22.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:52:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:22 smithi172 ceph-mon[103696]: pgmap v17904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:22.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:52:22.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:52:22.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:52:22.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:52:22.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:52:22.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:52:22.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:52:23.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:23.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:24.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:24.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:24 smithi050 ceph-mon[92315]: pgmap v17905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:52:24.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:24 smithi172 ceph-mon[103696]: pgmap v17905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:52:25.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:25.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:26.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:26.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:26 smithi050 ceph-mon[92315]: pgmap v17906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:26 smithi172 ceph-mon[103696]: pgmap v17906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:27.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:27.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:28.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:28.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:28 smithi050 ceph-mon[92315]: pgmap v17907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:28 smithi172 ceph-mon[103696]: pgmap v17907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:29.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:29.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:30.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:30.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:30 smithi050 ceph-mon[92315]: pgmap v17908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:30 smithi172 ceph-mon[103696]: pgmap v17908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:31.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:31.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:32.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:32.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:32 smithi050 ceph-mon[92315]: pgmap v17909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:32 smithi172 ceph-mon[103696]: pgmap v17909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:33.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:33.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:34.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:34.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:34 smithi050 ceph-mon[92315]: pgmap v17910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:52:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:52:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:34 smithi172 ceph-mon[103696]: pgmap v17910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:52:35.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:52:35.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:35.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:36.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:36.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:36 smithi050 ceph-mon[92315]: pgmap v17911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:36 smithi172 ceph-mon[103696]: pgmap v17911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:37.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:37.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:38.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:38.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:38 smithi050 ceph-mon[92315]: pgmap v17912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:38 smithi172 ceph-mon[103696]: pgmap v17912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:39.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:39.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:40.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:40.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:40 smithi050 ceph-mon[92315]: pgmap v17913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:40 smithi172 ceph-mon[103696]: pgmap v17913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:41.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:41.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:42.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:42.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:42 smithi050 ceph-mon[92315]: pgmap v17914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:42 smithi172 ceph-mon[103696]: pgmap v17914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:43.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:43.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:44.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:44.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:44 smithi050 ceph-mon[92315]: pgmap v17915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:52:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:44 smithi172 ceph-mon[103696]: pgmap v17915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:52:45.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:45.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:46.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:46.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:46 smithi050 ceph-mon[92315]: pgmap v17916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:46 smithi172 ceph-mon[103696]: pgmap v17916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:47.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:47.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:48.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:48.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:48 smithi050 ceph-mon[92315]: pgmap v17917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:48 smithi172 ceph-mon[103696]: pgmap v17917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:49.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:49.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:52:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:52:50.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:50.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:50 smithi050 ceph-mon[92315]: pgmap v17918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:50 smithi172 ceph-mon[103696]: pgmap v17918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:51.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:51.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:52.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:52.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:52 smithi050 ceph-mon[92315]: pgmap v17919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:52 smithi172 ceph-mon[103696]: pgmap v17919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:53.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:53.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:54.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:54.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:54 smithi050 ceph-mon[92315]: pgmap v17920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:52:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:54 smithi172 ceph-mon[103696]: pgmap v17920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:52:55.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:55.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:56.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:56.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:57.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:56 smithi050 ceph-mon[92315]: pgmap v17921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:56 smithi172 ceph-mon[103696]: pgmap v17921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:57.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:57.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:58.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:58.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:52:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:52:58 smithi050 ceph-mon[92315]: pgmap v17922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:52:58 smithi172 ceph-mon[103696]: pgmap v17922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:52:59.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:52:59.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:00.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:00.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:00 smithi050 ceph-mon[92315]: pgmap v17923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:00 smithi172 ceph-mon[103696]: pgmap v17923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:01.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:01.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:02.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:02.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:02 smithi050 ceph-mon[92315]: pgmap v17924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:02 smithi172 ceph-mon[103696]: pgmap v17924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:03.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:03.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:04.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:04.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:04 smithi050 ceph-mon[92315]: pgmap v17925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:53:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:53:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:04 smithi172 ceph-mon[103696]: pgmap v17925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:53:05.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:53:05.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:05.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:06.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:06.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:06 smithi050 ceph-mon[92315]: pgmap v17926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:06 smithi172 ceph-mon[103696]: pgmap v17926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:07.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:07.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:08.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:08.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:08 smithi172 ceph-mon[103696]: pgmap v17927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:09.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:09.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:08 smithi050 ceph-mon[92315]: pgmap v17927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:10.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:10.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:10 smithi172 ceph-mon[103696]: pgmap v17928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:11.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:11.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:10 smithi050 ceph-mon[92315]: pgmap v17928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:12.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:12.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:12 smithi172 ceph-mon[103696]: pgmap v17929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:13.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:13.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:12 smithi050 ceph-mon[92315]: pgmap v17929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:14.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:14.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:14 smithi172 ceph-mon[103696]: pgmap v17930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:53:15.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:15.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:14 smithi050 ceph-mon[92315]: pgmap v17930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:53:16.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:16.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:16 smithi172 ceph-mon[103696]: pgmap v17931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:17.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:17.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:16 smithi050 ceph-mon[92315]: pgmap v17931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:18.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:18.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:18 smithi172 ceph-mon[103696]: pgmap v17932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:19.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:19.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:18 smithi050 ceph-mon[92315]: pgmap v17932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:53:20.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:20.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:53:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:20 smithi172 ceph-mon[103696]: pgmap v17933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:21.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:21.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:21.441 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:20 smithi050 ceph-mon[92315]: pgmap v17933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:22.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:22.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:22 smithi172 ceph-mon[103696]: pgmap v17934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:23.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:53:23.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:53:23.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:53:23.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:53:23.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:53:23.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:53:23.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:23.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:22 smithi050 ceph-mon[92315]: pgmap v17934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:53:23.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:53:23.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:53:23.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:53:23.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:53:23.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:53:24.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:24.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:25.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:25.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:24 smithi050 ceph-mon[92315]: pgmap v17935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:53:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:24 smithi172 ceph-mon[103696]: pgmap v17935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:53:26.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:26.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:27.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:27.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:26 smithi050 ceph-mon[92315]: pgmap v17936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:26 smithi172 ceph-mon[103696]: pgmap v17936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:28.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:28.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:29.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:29.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:28 smithi050 ceph-mon[92315]: pgmap v17937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:28 smithi172 ceph-mon[103696]: pgmap v17937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:30.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:30.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:30 smithi172 ceph-mon[103696]: pgmap v17938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:31.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:31.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:30 smithi050 ceph-mon[92315]: pgmap v17938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:32.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:32.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:33.181 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:32 smithi050 ceph-mon[92315]: pgmap v17939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:33.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:33.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:32 smithi172 ceph-mon[103696]: pgmap v17939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:34.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:34.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:34 smithi050 ceph-mon[92315]: pgmap v17940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:53:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:53:35.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:35.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:34 smithi172 ceph-mon[103696]: pgmap v17940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:53:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:53:36.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:36.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:36 smithi050 ceph-mon[92315]: pgmap v17941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:37.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:37.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:37.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:36 smithi172 ceph-mon[103696]: pgmap v17941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:38.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:38.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:38 smithi050 ceph-mon[92315]: pgmap v17942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:39.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:39.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:38 smithi172 ceph-mon[103696]: pgmap v17942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:40.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:40.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:40 smithi172 ceph-mon[103696]: pgmap v17943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:40 smithi050 ceph-mon[92315]: pgmap v17943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:41.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:41.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:42.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:42.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:43.295 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:42 smithi050 ceph-mon[92315]: pgmap v17944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:43.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:43.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:42 smithi172 ceph-mon[103696]: pgmap v17944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:44.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:44.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:44 smithi050 ceph-mon[92315]: pgmap v17945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:53:45.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:45.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:44 smithi172 ceph-mon[103696]: pgmap v17945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:53:46.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:46.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:46 smithi050 ceph-mon[92315]: pgmap v17946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:47.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:47.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:46 smithi172 ceph-mon[103696]: pgmap v17946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:48.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:48.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:48 smithi050 ceph-mon[92315]: pgmap v17947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:49.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:49.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:48 smithi172 ceph-mon[103696]: pgmap v17947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:53:50.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:50.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:53:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:50 smithi050 ceph-mon[92315]: pgmap v17948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:51.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:51.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:50 smithi172 ceph-mon[103696]: pgmap v17948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:52.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:52.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:52 smithi050 ceph-mon[92315]: pgmap v17949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:52 smithi172 ceph-mon[103696]: pgmap v17949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:53.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:53.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:54.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:54.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:54 smithi050 ceph-mon[92315]: pgmap v17950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:53:55.380 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:54 smithi172 ceph-mon[103696]: pgmap v17950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:53:55.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:55.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:56.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:56.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:56 smithi050 ceph-mon[92315]: pgmap v17951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:56 smithi172 ceph-mon[103696]: pgmap v17951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:57.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:57.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:58.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:58.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:53:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:53:58 smithi050 ceph-mon[92315]: pgmap v17952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:53:58 smithi172 ceph-mon[103696]: pgmap v17952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:53:59.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:53:59.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:00.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:00.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:00 smithi050 ceph-mon[92315]: pgmap v17953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:00 smithi172 ceph-mon[103696]: pgmap v17953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:01.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:01.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:02.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:02.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:02 smithi050 ceph-mon[92315]: pgmap v17954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:02 smithi172 ceph-mon[103696]: pgmap v17954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:03.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:03.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:04.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:04.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:04 smithi050 ceph-mon[92315]: pgmap v17955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:54:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:54:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:04 smithi172 ceph-mon[103696]: pgmap v17955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:54:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:54:05.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:05.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:06.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:06.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:06 smithi050 ceph-mon[92315]: pgmap v17956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:06 smithi172 ceph-mon[103696]: pgmap v17956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:07.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:07.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:08.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:08.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:08 smithi050 ceph-mon[92315]: pgmap v17957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:08 smithi172 ceph-mon[103696]: pgmap v17957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:09.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:09.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:09 smithi050 ceph-mon[92315]: pgmap v17958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:09 smithi172 ceph-mon[103696]: pgmap v17958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:10.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:10.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:11.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:11.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:12.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:12.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:12 smithi050 ceph-mon[92315]: pgmap v17959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:12 smithi172 ceph-mon[103696]: pgmap v17959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:13.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:13.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:14.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:14.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:14 smithi050 ceph-mon[92315]: pgmap v17960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:54:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:14 smithi172 ceph-mon[103696]: pgmap v17960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:54:15.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:15.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:16.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:16.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:16 smithi050 ceph-mon[92315]: pgmap v17961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:17.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:16 smithi172 ceph-mon[103696]: pgmap v17961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:17.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:17.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:18.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:18.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:19.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:18 smithi050 ceph-mon[92315]: pgmap v17962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:18 smithi172 ceph-mon[103696]: pgmap v17962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:19.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:19.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:54:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:54:20.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:20.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:20 smithi050 ceph-mon[92315]: pgmap v17963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:20 smithi172 ceph-mon[103696]: pgmap v17963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:21.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:21.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:22.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:22.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:22 smithi050 ceph-mon[92315]: pgmap v17964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:22 smithi172 ceph-mon[103696]: pgmap v17964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:23.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:23.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:54:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:54:24.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:24.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:24 smithi050 ceph-mon[92315]: pgmap v17965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:54:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:24 smithi172 ceph-mon[103696]: pgmap v17965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:54:25.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:25.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:26.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:26.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:26 smithi050 ceph-mon[92315]: pgmap v17966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:26 smithi172 ceph-mon[103696]: pgmap v17966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:27.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:27.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:28.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:28.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:28 smithi050 ceph-mon[92315]: pgmap v17967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:28 smithi172 ceph-mon[103696]: pgmap v17967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:29.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:29.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:30.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:30.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:30 smithi050 ceph-mon[92315]: pgmap v17968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:54:31.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:54:31.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:54:31.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:54:31.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:54:31.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:54:31.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:54:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:30 smithi172 ceph-mon[103696]: pgmap v17968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:31.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:54:31.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:54:31.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:54:31.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:54:31.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:54:31.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:54:31.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:54:31.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:31.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:32.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:32.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:32 smithi050 ceph-mon[92315]: pgmap v17969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:32 smithi172 ceph-mon[103696]: pgmap v17969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:33.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:33.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:34.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:34.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:34 smithi172 ceph-mon[103696]: pgmap v17970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:54:35.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:54:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:34 smithi050 ceph-mon[92315]: pgmap v17970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:54:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:54:35.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:35.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:36.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:36.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:36 smithi172 ceph-mon[103696]: pgmap v17971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:36 smithi050 ceph-mon[92315]: pgmap v17971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:37.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:37.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:38.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:38.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:38 smithi172 ceph-mon[103696]: pgmap v17972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:38 smithi050 ceph-mon[92315]: pgmap v17972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:39.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:39.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:40.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:40.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:40 smithi172 ceph-mon[103696]: pgmap v17973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:40 smithi050 ceph-mon[92315]: pgmap v17973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:41.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:41.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:42.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:42.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:42 smithi172 ceph-mon[103696]: pgmap v17974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:42 smithi050 ceph-mon[92315]: pgmap v17974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:43.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:43.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:44.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:44.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:44 smithi172 ceph-mon[103696]: pgmap v17975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:54:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:44 smithi050 ceph-mon[92315]: pgmap v17975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:54:45.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:45.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:46.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:46.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:46 smithi172 ceph-mon[103696]: pgmap v17976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:46 smithi050 ceph-mon[92315]: pgmap v17976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:47.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:47.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:48.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:48.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:48 smithi172 ceph-mon[103696]: pgmap v17977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:48 smithi050 ceph-mon[92315]: pgmap v17977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:49.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:49.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:54:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:54:50.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:50.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:50 smithi172 ceph-mon[103696]: pgmap v17978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:50 smithi050 ceph-mon[92315]: pgmap v17978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:51.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:51.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:52.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:52.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:52 smithi050 ceph-mon[92315]: pgmap v17979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:52 smithi172 ceph-mon[103696]: pgmap v17979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:53.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:53.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:54.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:54.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:54 smithi050 ceph-mon[92315]: pgmap v17980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:54:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:54 smithi172 ceph-mon[103696]: pgmap v17980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:54:55.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:55.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:56.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:56.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:56 smithi050 ceph-mon[92315]: pgmap v17981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:56 smithi172 ceph-mon[103696]: pgmap v17981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:57.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:57.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:58.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:58.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:54:59.158 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:54:58 smithi050 ceph-mon[92315]: pgmap v17982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:54:58 smithi172 ceph-mon[103696]: pgmap v17982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:54:59.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:54:59.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:00.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:00.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:00 smithi050 ceph-mon[92315]: pgmap v17983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:00 smithi172 ceph-mon[103696]: pgmap v17983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:01.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:01.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:02.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:02.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:02 smithi050 ceph-mon[92315]: pgmap v17984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:02 smithi172 ceph-mon[103696]: pgmap v17984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:03.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:03.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:04.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:04.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:04 smithi050 ceph-mon[92315]: pgmap v17985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:55:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:55:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:04 smithi172 ceph-mon[103696]: pgmap v17985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:55:05.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:55:05.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:05.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:06.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:06.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:06 smithi172 ceph-mon[103696]: pgmap v17986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:06 smithi050 ceph-mon[92315]: pgmap v17986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:07.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:07.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:08.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:08.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:09.274 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:08 smithi050 ceph-mon[92315]: pgmap v17987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:08 smithi172 ceph-mon[103696]: pgmap v17987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:09.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:09.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:10.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:10.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:10 smithi050 ceph-mon[92315]: pgmap v17988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:10 smithi172 ceph-mon[103696]: pgmap v17988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:11.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:11.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:12.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:12.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:12 smithi050 ceph-mon[92315]: pgmap v17989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:12 smithi172 ceph-mon[103696]: pgmap v17989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:13.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:13.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:14.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:14.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:14 smithi050 ceph-mon[92315]: pgmap v17990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:55:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:14 smithi172 ceph-mon[103696]: pgmap v17990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:55:15.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:15.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:16.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:16.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:16 smithi172 ceph-mon[103696]: pgmap v17991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:16 smithi050 ceph-mon[92315]: pgmap v17991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:17.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:17.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:18.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:18.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:18 smithi050 ceph-mon[92315]: pgmap v17992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:18 smithi172 ceph-mon[103696]: pgmap v17992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:19.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:19.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:55:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:55:20.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:20.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:20 smithi050 ceph-mon[92315]: pgmap v17993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:20 smithi172 ceph-mon[103696]: pgmap v17993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:21.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:21.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:22.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:22.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:22 smithi050 ceph-mon[92315]: pgmap v17994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:22 smithi172 ceph-mon[103696]: pgmap v17994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:23.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:23.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:24.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:24.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:24 smithi050 ceph-mon[92315]: pgmap v17995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:55:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:24 smithi172 ceph-mon[103696]: pgmap v17995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:55:25.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:25.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:26.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:26.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:26 smithi050 ceph-mon[92315]: pgmap v17996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:26 smithi172 ceph-mon[103696]: pgmap v17996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:27.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:27.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:28.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:28.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:28 smithi050 ceph-mon[92315]: pgmap v17997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:28 smithi172 ceph-mon[103696]: pgmap v17997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:29.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:29.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:30.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:30.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:30 smithi050 ceph-mon[92315]: pgmap v17998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:55:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:30 smithi172 ceph-mon[103696]: pgmap v17998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:55:31.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:31.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:55:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:55:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:32 smithi050 ceph-mon[92315]: pgmap v17999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:55:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:55:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:55:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:55:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:55:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:55:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:55:32.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:32 smithi172 ceph-mon[103696]: pgmap v17999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:32.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:55:32.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:55:32.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:55:32.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:55:32.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:55:32.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:32.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:33.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:33.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:34.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:34.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:34 smithi050 ceph-mon[92315]: pgmap v18000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:55:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:34 smithi172 ceph-mon[103696]: pgmap v18000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:55:35.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:35.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:55:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:55:36.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:36.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:36 smithi050 ceph-mon[92315]: pgmap v18001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:36 smithi172 ceph-mon[103696]: pgmap v18001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:37.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:37.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:38.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:38.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:38 smithi050 ceph-mon[92315]: pgmap v18002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:38 smithi172 ceph-mon[103696]: pgmap v18002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:39.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:39.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:40.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:40.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:40 smithi050 ceph-mon[92315]: pgmap v18003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:41.543 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:40 smithi172 ceph-mon[103696]: pgmap v18003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:41.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:41.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:42.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:42.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:42 smithi050 ceph-mon[92315]: pgmap v18004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:43.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:42 smithi172 ceph-mon[103696]: pgmap v18004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:43.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:43.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:44.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:44.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:44 smithi050 ceph-mon[92315]: pgmap v18005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:55:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:44 smithi172 ceph-mon[103696]: pgmap v18005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:55:45.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:45.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:46.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:46.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:46 smithi050 ceph-mon[92315]: pgmap v18006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:46 smithi172 ceph-mon[103696]: pgmap v18006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:47.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:47.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:48.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:48.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:48 smithi172 ceph-mon[103696]: pgmap v18007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:48 smithi050 ceph-mon[92315]: pgmap v18007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:49.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:49.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:55:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:55:50.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:50.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:50 smithi172 ceph-mon[103696]: pgmap v18008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:50 smithi050 ceph-mon[92315]: pgmap v18008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:51.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:51.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:52.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:52.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:52 smithi172 ceph-mon[103696]: pgmap v18009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:52 smithi050 ceph-mon[92315]: pgmap v18009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:53.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:53.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:54.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:54.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:54 smithi050 ceph-mon[92315]: pgmap v18010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:55:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:54 smithi172 ceph-mon[103696]: pgmap v18010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:55:55.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:55.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:56.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:56.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:56 smithi172 ceph-mon[103696]: pgmap v18011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:56 smithi050 ceph-mon[92315]: pgmap v18011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:57.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:57.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:58.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:58.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:55:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:55:58 smithi172 ceph-mon[103696]: pgmap v18012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:55:58 smithi050 ceph-mon[92315]: pgmap v18012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:55:59.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:55:59.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:00.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:00.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:00 smithi172 ceph-mon[103696]: pgmap v18013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:00 smithi050 ceph-mon[92315]: pgmap v18013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:01.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:01.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:02.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:02.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:02 smithi172 ceph-mon[103696]: pgmap v18014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:02 smithi050 ceph-mon[92315]: pgmap v18014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:03.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:03.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:04.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:04.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:04 smithi172 ceph-mon[103696]: pgmap v18015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:56:05.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:56:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:04 smithi050 ceph-mon[92315]: pgmap v18015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:56:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:56:05.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:05.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:06.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:06.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:06 smithi050 ceph-mon[92315]: pgmap v18016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:07.349 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:06 smithi172 ceph-mon[103696]: pgmap v18016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:07.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:07.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:08.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:08.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:08 smithi050 ceph-mon[92315]: pgmap v18017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:09.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:08 smithi172 ceph-mon[103696]: pgmap v18017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:09.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:09.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:10.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:10.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:10 smithi050 ceph-mon[92315]: pgmap v18018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:10 smithi172 ceph-mon[103696]: pgmap v18018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:11.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:11.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:12.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:12.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:12 smithi050 ceph-mon[92315]: pgmap v18019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:12 smithi172 ceph-mon[103696]: pgmap v18019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:13.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:13.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:14.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:14.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:14 smithi050 ceph-mon[92315]: pgmap v18020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:56:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:14 smithi172 ceph-mon[103696]: pgmap v18020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:56:15.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:15.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:16.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:16.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:16 smithi050 ceph-mon[92315]: pgmap v18021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:17.417 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:16 smithi172 ceph-mon[103696]: pgmap v18021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:17.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:17.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:18.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:18.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:18 smithi050 ceph-mon[92315]: pgmap v18022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:18 smithi172 ceph-mon[103696]: pgmap v18022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:19.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:19.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:56:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:56:20.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:20.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:20 smithi050 ceph-mon[92315]: pgmap v18023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:21.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:20 smithi172 ceph-mon[103696]: pgmap v18023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:21.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:21.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:22.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:22.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:22 smithi050 ceph-mon[92315]: pgmap v18024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:22 smithi172 ceph-mon[103696]: pgmap v18024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:23.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:23.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:24.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:24.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:24 smithi050 ceph-mon[92315]: pgmap v18025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:56:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:24 smithi172 ceph-mon[103696]: pgmap v18025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:56:25.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:25.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:26.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:26.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:26 smithi050 ceph-mon[92315]: pgmap v18026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:26 smithi172 ceph-mon[103696]: pgmap v18026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:27.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:27.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:28.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:28.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:28 smithi050 ceph-mon[92315]: pgmap v18027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:28 smithi172 ceph-mon[103696]: pgmap v18027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:29.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:29.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:30.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:30.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:30 smithi050 ceph-mon[92315]: pgmap v18028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:31.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:30 smithi172 ceph-mon[103696]: pgmap v18028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:31.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:31.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:31 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:56:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:31 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:56:32.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:32.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:32 smithi050 ceph-mon[92315]: pgmap v18029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:33.350 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:56:33.350 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:56:33.350 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:56:33.350 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:56:33.350 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:56:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:32 smithi172 ceph-mon[103696]: pgmap v18029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:33.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:56:33.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:56:33.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:56:33.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:56:33.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:56:33.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:33.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:34.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:34.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:35.250 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:34 smithi050 ceph-mon[92315]: pgmap v18030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:56:35.250 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:56:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:34 smithi172 ceph-mon[103696]: pgmap v18030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:56:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:56:35.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:35.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:36.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:36.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:36 smithi050 ceph-mon[92315]: pgmap v18031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:36 smithi172 ceph-mon[103696]: pgmap v18031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:37.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:37.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:38.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:38.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:38 smithi050 ceph-mon[92315]: pgmap v18032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:38 smithi172 ceph-mon[103696]: pgmap v18032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:39.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:39.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:40.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:40.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:40 smithi050 ceph-mon[92315]: pgmap v18033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:40 smithi172 ceph-mon[103696]: pgmap v18033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:41.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:41.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:42.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:42.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:42 smithi172 ceph-mon[103696]: pgmap v18034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:42 smithi050 ceph-mon[92315]: pgmap v18034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:43.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:43.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:44.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:44.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:44 smithi050 ceph-mon[92315]: pgmap v18035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:56:45.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:44 smithi172 ceph-mon[103696]: pgmap v18035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:56:45.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:45.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:46.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:46.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:46 smithi050 ceph-mon[92315]: pgmap v18036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:46 smithi172 ceph-mon[103696]: pgmap v18036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:47.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:47.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:48.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:48.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:48 smithi050 ceph-mon[92315]: pgmap v18037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:48 smithi172 ceph-mon[103696]: pgmap v18037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:49.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:49.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:56:50.388 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:56:50.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:50.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:50 smithi050 ceph-mon[92315]: pgmap v18038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:50 smithi172 ceph-mon[103696]: pgmap v18038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:51.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:51.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:52.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:52.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:52 smithi172 ceph-mon[103696]: pgmap v18039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:52 smithi050 ceph-mon[92315]: pgmap v18039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:53.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:53.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:54.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:54.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:54 smithi050 ceph-mon[92315]: pgmap v18040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:56:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:54 smithi172 ceph-mon[103696]: pgmap v18040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:56:55.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:55.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:56.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:56.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:56 smithi050 ceph-mon[92315]: pgmap v18041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:56 smithi172 ceph-mon[103696]: pgmap v18041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:57.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:57.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:58.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:58.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:56:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:56:58 smithi050 ceph-mon[92315]: pgmap v18042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:56:58 smithi172 ceph-mon[103696]: pgmap v18042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:56:59.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:56:59.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:00.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:00.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:00 smithi050 ceph-mon[92315]: pgmap v18043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:00 smithi172 ceph-mon[103696]: pgmap v18043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:01.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:01.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:02.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:02.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:02 smithi050 ceph-mon[92315]: pgmap v18044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:02 smithi172 ceph-mon[103696]: pgmap v18044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:03.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:03.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:04 smithi050 ceph-mon[92315]: pgmap v18045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:57:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:04 smithi172 ceph-mon[103696]: pgmap v18045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:57:04.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:04.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:57:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:57:05.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:05.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:06 smithi050 ceph-mon[92315]: pgmap v18046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:06.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:06 smithi172 ceph-mon[103696]: pgmap v18046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:06.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:06.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:07.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:07.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:08.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:08.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:08 smithi172 ceph-mon[103696]: pgmap v18047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:08 smithi050 ceph-mon[92315]: pgmap v18047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:09.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:09.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:10.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:10.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:10 smithi050 ceph-mon[92315]: pgmap v18048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:10 smithi172 ceph-mon[103696]: pgmap v18048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:11.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:11.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:12.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:12.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:12 smithi172 ceph-mon[103696]: pgmap v18049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:12 smithi050 ceph-mon[92315]: pgmap v18049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:13.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:13.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:14.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:14.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:14 smithi172 ceph-mon[103696]: pgmap v18050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:57:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:14 smithi050 ceph-mon[92315]: pgmap v18050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:57:15.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:16.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:16.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:16.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:16 smithi172 ceph-mon[103696]: pgmap v18051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:16 smithi050 ceph-mon[92315]: pgmap v18051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:17.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:17.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:18.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:18.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:18 smithi172 ceph-mon[103696]: pgmap v18052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:18 smithi050 ceph-mon[92315]: pgmap v18052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:19.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:19.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:57:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:57:20.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:20.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:20 smithi050 ceph-mon[92315]: pgmap v18053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:20 smithi172 ceph-mon[103696]: pgmap v18053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:21.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:21.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:22.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:22.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:22 smithi050 ceph-mon[92315]: pgmap v18054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:22 smithi172 ceph-mon[103696]: pgmap v18054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:23.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:23.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:24.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:24.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:24 smithi050 ceph-mon[92315]: pgmap v18055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:57:25.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:24 smithi172 ceph-mon[103696]: pgmap v18055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:57:25.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:25.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:26.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:26.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:26 smithi050 ceph-mon[92315]: pgmap v18056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:26 smithi172 ceph-mon[103696]: pgmap v18056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:27.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:27.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:28.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:28.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:28 smithi050 ceph-mon[92315]: pgmap v18057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:28 smithi172 ceph-mon[103696]: pgmap v18057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:29.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:29.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:30.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:30.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:30 smithi050 ceph-mon[92315]: pgmap v18058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:30 smithi172 ceph-mon[103696]: pgmap v18058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:31.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:31.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:32.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:32.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:33.225 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:32 smithi172 ceph-mon[103696]: pgmap v18059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:33.225 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:57:33.225 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:57:33.225 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:57:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:32 smithi050 ceph-mon[92315]: pgmap v18059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:57:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:57:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:57:33.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:33.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:34.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:57:34.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:57:34.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:57:34.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:57:34.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:57:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:57:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:57:34.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:57:34.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:57:34.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:57:34.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:34.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:34 smithi050 ceph-mon[92315]: pgmap v18060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:57:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:57:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:34 smithi172 ceph-mon[103696]: pgmap v18060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:57:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:57:35.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:35.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:36.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:36.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:36 smithi050 ceph-mon[92315]: pgmap v18061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:37.458 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:36 smithi172 ceph-mon[103696]: pgmap v18061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:37.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:37.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:38.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:38.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:38 smithi050 ceph-mon[92315]: pgmap v18062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:38 smithi172 ceph-mon[103696]: pgmap v18062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:39.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:39.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:40.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:40.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:40 smithi050 ceph-mon[92315]: pgmap v18063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:40 smithi172 ceph-mon[103696]: pgmap v18063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:41.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:41.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:42.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:42.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:43.328 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:42 smithi172 ceph-mon[103696]: pgmap v18064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:42 smithi050 ceph-mon[92315]: pgmap v18064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:43.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:43.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:44.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:44.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:44 smithi050 ceph-mon[92315]: pgmap v18065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:57:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:44 smithi172 ceph-mon[103696]: pgmap v18065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:57:45.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:45.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:46.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:46.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:46 smithi050 ceph-mon[92315]: pgmap v18066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:46 smithi172 ceph-mon[103696]: pgmap v18066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:47.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:47.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:48.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:48.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:48 smithi050 ceph-mon[92315]: pgmap v18067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:49.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:48 smithi172 ceph-mon[103696]: pgmap v18067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:49.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:49.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:57:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:57:50.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:50.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:50 smithi050 ceph-mon[92315]: pgmap v18068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:50 smithi172 ceph-mon[103696]: pgmap v18068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:51.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:51.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:52.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:52.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:53.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:52 smithi050 ceph-mon[92315]: pgmap v18069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:52 smithi172 ceph-mon[103696]: pgmap v18069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:53.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:53.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:54.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:54.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:54 smithi050 ceph-mon[92315]: pgmap v18070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:57:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:54 smithi172 ceph-mon[103696]: pgmap v18070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:57:55.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:55.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:56.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:56.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:56 smithi050 ceph-mon[92315]: pgmap v18071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:56 smithi172 ceph-mon[103696]: pgmap v18071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:57.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:57.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:58.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:58.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:57:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:57:58 smithi050 ceph-mon[92315]: pgmap v18072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:57:58 smithi172 ceph-mon[103696]: pgmap v18072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:57:59.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:57:59.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:00.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:00.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:01.227 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:00 smithi050 ceph-mon[92315]: pgmap v18073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:00 smithi172 ceph-mon[103696]: pgmap v18073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:01.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:01.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:02.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:02.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:02 smithi050 ceph-mon[92315]: pgmap v18074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:02 smithi172 ceph-mon[103696]: pgmap v18074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:03.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:03.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:04.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:04.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:04 smithi050 ceph-mon[92315]: pgmap v18075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:58:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:58:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:04 smithi172 ceph-mon[103696]: pgmap v18075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:58:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:58:05.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:05.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:06.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:06.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:06 smithi050 ceph-mon[92315]: pgmap v18076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:06 smithi172 ceph-mon[103696]: pgmap v18076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:07.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:07.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:08.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:08.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:08 smithi050 ceph-mon[92315]: pgmap v18077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:08 smithi172 ceph-mon[103696]: pgmap v18077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:09.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:09.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:10.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:10.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:11.342 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:10 smithi050 ceph-mon[92315]: pgmap v18078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:10 smithi172 ceph-mon[103696]: pgmap v18078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:11.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:11.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:12.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:12.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:12 smithi050 ceph-mon[92315]: pgmap v18079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:12 smithi172 ceph-mon[103696]: pgmap v18079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:13.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:13.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:14.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:14.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:14 smithi050 ceph-mon[92315]: pgmap v18080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:58:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:14 smithi172 ceph-mon[103696]: pgmap v18080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:58:15.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:15.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:16.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:16.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:17.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:16 smithi050 ceph-mon[92315]: pgmap v18081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:16 smithi172 ceph-mon[103696]: pgmap v18081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:17.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:17.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:18.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:18.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:19.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:18 smithi050 ceph-mon[92315]: pgmap v18082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:19.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:18 smithi172 ceph-mon[103696]: pgmap v18082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:19.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:19.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:58:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:58:20.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:20.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:21.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:20 smithi050 ceph-mon[92315]: pgmap v18083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:20 smithi172 ceph-mon[103696]: pgmap v18083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:21.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:21.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:22.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:22.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:22 smithi050 ceph-mon[92315]: pgmap v18084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:23.492 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:22 smithi172 ceph-mon[103696]: pgmap v18084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:23.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:23.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:24.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:24.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:24 smithi050 ceph-mon[92315]: pgmap v18085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:58:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:24 smithi172 ceph-mon[103696]: pgmap v18085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:58:25.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:25.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:26.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:26.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:26 smithi050 ceph-mon[92315]: pgmap v18086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:26 smithi172 ceph-mon[103696]: pgmap v18086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:27.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:27.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:28.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:28.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:28 smithi172 ceph-mon[103696]: pgmap v18087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:28 smithi050 ceph-mon[92315]: pgmap v18087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:29.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:29.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:30.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:30.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:30 smithi050 ceph-mon[92315]: pgmap v18088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:30 smithi172 ceph-mon[103696]: pgmap v18088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:31.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:31.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:32.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:32.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:32 smithi172 ceph-mon[103696]: pgmap v18089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:32 smithi050 ceph-mon[92315]: pgmap v18089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:33.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:33.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:58:34.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:58:34.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:34.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:34 smithi050 ceph-mon[92315]: pgmap v18090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:58:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:58:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:58:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:58:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:58:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:58:35.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:58:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:34 smithi172 ceph-mon[103696]: pgmap v18090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:58:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:58:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:58:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:58:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:58:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:58:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:58:35.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:35.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:36.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:36.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:36 smithi050 ceph-mon[92315]: pgmap v18091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:36 smithi172 ceph-mon[103696]: pgmap v18091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:37.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:37.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:38.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:38.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:38 smithi050 ceph-mon[92315]: pgmap v18092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:38 smithi172 ceph-mon[103696]: pgmap v18092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:39.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:39.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:40.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:40.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:40 smithi050 ceph-mon[92315]: pgmap v18093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:40 smithi172 ceph-mon[103696]: pgmap v18093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:41.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:41.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:42.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:42.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:42 smithi050 ceph-mon[92315]: pgmap v18094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:42 smithi172 ceph-mon[103696]: pgmap v18094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:43.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:43.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:44.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:44.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:44 smithi050 ceph-mon[92315]: pgmap v18095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:58:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:44 smithi172 ceph-mon[103696]: pgmap v18095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:58:45.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:45.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:46.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:46.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:46 smithi050 ceph-mon[92315]: pgmap v18096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:46 smithi172 ceph-mon[103696]: pgmap v18096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:47.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:47.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:48.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:48.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:48 smithi050 ceph-mon[92315]: pgmap v18097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:48 smithi172 ceph-mon[103696]: pgmap v18097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:49.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:49.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:58:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:58:50.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:50.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:50 smithi050 ceph-mon[92315]: pgmap v18098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:50 smithi172 ceph-mon[103696]: pgmap v18098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:51.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:51.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:52.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:52.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:52 smithi050 ceph-mon[92315]: pgmap v18099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:52 smithi172 ceph-mon[103696]: pgmap v18099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:53.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:54.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:54.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:54.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:54 smithi050 ceph-mon[92315]: pgmap v18100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:58:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:54 smithi172 ceph-mon[103696]: pgmap v18100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:58:55.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:55.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:56.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:56.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:56 smithi050 ceph-mon[92315]: pgmap v18101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:56 smithi172 ceph-mon[103696]: pgmap v18101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:57.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:57.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:58.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:58.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:58:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:58:58 smithi050 ceph-mon[92315]: pgmap v18102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:58:58 smithi172 ceph-mon[103696]: pgmap v18102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:58:59.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:58:59.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:00.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:00.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:00 smithi050 ceph-mon[92315]: pgmap v18103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:00 smithi172 ceph-mon[103696]: pgmap v18103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:01.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:01.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:02.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:02.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:02 smithi050 ceph-mon[92315]: pgmap v18104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:02 smithi172 ceph-mon[103696]: pgmap v18104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:03.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:03.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:04.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:04.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:04 smithi050 ceph-mon[92315]: pgmap v18105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:59:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:59:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:04 smithi172 ceph-mon[103696]: pgmap v18105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:59:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:59:05.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:05.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:06.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:06.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:06 smithi050 ceph-mon[92315]: pgmap v18106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:06 smithi172 ceph-mon[103696]: pgmap v18106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:07.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:07.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:08.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:08.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:09.213 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:08 smithi172 ceph-mon[103696]: pgmap v18107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:08 smithi050 ceph-mon[92315]: pgmap v18107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:09.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:09.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:10.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:10.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:10 smithi050 ceph-mon[92315]: pgmap v18108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:10 smithi172 ceph-mon[103696]: pgmap v18108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:11.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:11.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:12.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:12.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:12 smithi050 ceph-mon[92315]: pgmap v18109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:12 smithi172 ceph-mon[103696]: pgmap v18109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:13.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:13.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:14.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:14.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:14 smithi050 ceph-mon[92315]: pgmap v18110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:59:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:14 smithi172 ceph-mon[103696]: pgmap v18110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:59:15.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:15.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:16.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:16.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:16 smithi050 ceph-mon[92315]: pgmap v18111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:16 smithi172 ceph-mon[103696]: pgmap v18111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:17.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:17.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:18.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:18.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:19.318 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:18 smithi172 ceph-mon[103696]: pgmap v18112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:18 smithi050 ceph-mon[92315]: pgmap v18112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:19.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:19.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:59:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:59:20.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:20.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:20 smithi050 ceph-mon[92315]: pgmap v18113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:20 smithi172 ceph-mon[103696]: pgmap v18113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:21.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:21.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:22.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:22.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:22 smithi050 ceph-mon[92315]: pgmap v18114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:22 smithi172 ceph-mon[103696]: pgmap v18114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:23.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:23.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:24.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:24.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:24 smithi050 ceph-mon[92315]: pgmap v18115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:59:25.387 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:24 smithi172 ceph-mon[103696]: pgmap v18115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:59:25.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:25.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:26.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:26.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:26 smithi050 ceph-mon[92315]: pgmap v18116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:27.466 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:26 smithi172 ceph-mon[103696]: pgmap v18116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:27.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:27.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:28.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:28.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:28 smithi050 ceph-mon[92315]: pgmap v18117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:28 smithi172 ceph-mon[103696]: pgmap v18117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:29.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:29.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:30.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:30.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:30 smithi050 ceph-mon[92315]: pgmap v18118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:30 smithi172 ceph-mon[103696]: pgmap v18118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:31.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:31.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:32.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:32.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:32 smithi050 ceph-mon[92315]: pgmap v18119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:32 smithi172 ceph-mon[103696]: pgmap v18119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:33.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:33.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:34.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:34.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:34 smithi050 ceph-mon[92315]: pgmap v18120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:59:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:59:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:59:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:59:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:59:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:59:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:59:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:59:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:59:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:59:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:59:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:59:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:59:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:34 smithi172 ceph-mon[103696]: pgmap v18120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:59:35.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T23:59:35.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:59:35.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:59:35.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:59:35.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:59:35.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T23:59:35.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:59:35.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T23:59:35.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T23:59:35.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:59:35.379 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T23:59:35.379 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-09-30T23:59:35.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:35.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:35 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1411M 2023-09-30T23:59:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:35 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1411M 2023-09-30T23:59:36.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:36.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:37.317 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:36 smithi050 ceph-mon[92315]: pgmap v18121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:36 smithi172 ceph-mon[103696]: pgmap v18121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:37.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:37.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:38.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:38.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:38 smithi050 ceph-mon[92315]: pgmap v18122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:38 smithi172 ceph-mon[103696]: pgmap v18122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:39.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:39.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:40.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:40.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:40 smithi050 ceph-mon[92315]: pgmap v18123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:40 smithi172 ceph-mon[103696]: pgmap v18123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:41.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:41.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:42.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:42.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:42 smithi050 ceph-mon[92315]: pgmap v18124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:42 smithi172 ceph-mon[103696]: pgmap v18124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:43.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:43.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:44.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:44.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:45 smithi050 ceph-mon[92315]: pgmap v18125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:59:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:45 smithi172 ceph-mon[103696]: pgmap v18125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:59:45.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:45.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:46.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:46.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:47 smithi050 ceph-mon[92315]: pgmap v18126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:47 smithi172 ceph-mon[103696]: pgmap v18126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:47.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:48.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:48.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:48.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:49 smithi050 ceph-mon[92315]: pgmap v18127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:49 smithi172 ceph-mon[103696]: pgmap v18127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:49.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:49.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:50 smithi050 ceph-mon[92315]: pgmap v18128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:59:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:50 smithi172 ceph-mon[103696]: pgmap v18128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T23:59:50.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:50.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:51.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:51.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:52.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:52.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:52 smithi050 ceph-mon[92315]: pgmap v18129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:52 smithi172 ceph-mon[103696]: pgmap v18129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:53.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:53.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:54.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:54.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:54 smithi172 ceph-mon[103696]: pgmap v18130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:59:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:54 smithi050 ceph-mon[92315]: pgmap v18130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T23:59:55.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:55.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:56.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:56.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:56 smithi050 ceph-mon[92315]: pgmap v18131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:56 smithi172 ceph-mon[103696]: pgmap v18131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:57.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:57.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:58.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:58.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-09-30T23:59:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Sep 30 23:59:58 smithi050 ceph-mon[92315]: pgmap v18132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 30 23:59:58 smithi172 ceph-mon[103696]: pgmap v18132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-09-30T23:59:59.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-09-30T23:59:59.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:00.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:00.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:00 smithi050 ceph-mon[92315]: pgmap v18133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-10-01T00:00:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:00 smithi172 ceph-mon[103696]: pgmap v18133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-10-01T00:00:01.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:01.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:02.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:02.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:02 smithi050 ceph-mon[92315]: pgmap v18134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:02 smithi172 ceph-mon[103696]: pgmap v18134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:04.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:04.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:05.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:05.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:04 smithi172 ceph-mon[103696]: pgmap v18135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:00:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:00:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:04 smithi050 ceph-mon[92315]: pgmap v18135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:00:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:00:06.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:06.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:07.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:07.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:06 smithi050 ceph-mon[92315]: pgmap v18136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:06 smithi172 ceph-mon[103696]: pgmap v18136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:08.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:08.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:09.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:09.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:08 smithi050 ceph-mon[92315]: pgmap v18137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:08 smithi172 ceph-mon[103696]: pgmap v18137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:10.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:10.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:11.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:11.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:10 smithi050 ceph-mon[92315]: pgmap v18138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:10 smithi172 ceph-mon[103696]: pgmap v18138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:12.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:12.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:13.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:13.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:12 smithi050 ceph-mon[92315]: pgmap v18139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:12 smithi172 ceph-mon[103696]: pgmap v18139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:14.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:14.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:15.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:15.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:14 smithi050 ceph-mon[92315]: pgmap v18140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:00:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:14 smithi172 ceph-mon[103696]: pgmap v18140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:00:16.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:16.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:17.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:17.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:16 smithi050 ceph-mon[92315]: pgmap v18141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:16 smithi172 ceph-mon[103696]: pgmap v18141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:18.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:18.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:19.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:19.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:18 smithi050 ceph-mon[92315]: pgmap v18142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:18 smithi172 ceph-mon[103696]: pgmap v18142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:20.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:20.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:00:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:00:21.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:21.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:20 smithi050 ceph-mon[92315]: pgmap v18143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:21.407 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:20 smithi172 ceph-mon[103696]: pgmap v18143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:22.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:22.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:23.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:23.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:22 smithi050 ceph-mon[92315]: pgmap v18144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:22 smithi172 ceph-mon[103696]: pgmap v18144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:24.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:24.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:25.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:25.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:24 smithi050 ceph-mon[92315]: pgmap v18145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:00:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:24 smithi172 ceph-mon[103696]: pgmap v18145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:00:26.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:26.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:27.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:27.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:26 smithi050 ceph-mon[92315]: pgmap v18146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:26 smithi172 ceph-mon[103696]: pgmap v18146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:28.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:28.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:29.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:29.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:28 smithi050 ceph-mon[92315]: pgmap v18147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:28 smithi172 ceph-mon[103696]: pgmap v18147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:30.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:30.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:31.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:31.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:30 smithi050 ceph-mon[92315]: pgmap v18148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:30 smithi172 ceph-mon[103696]: pgmap v18148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:32.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:32.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:33.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:33.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:32 smithi050 ceph-mon[92315]: pgmap v18149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:32 smithi172 ceph-mon[103696]: pgmap v18149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:34.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:34.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:35.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:35.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:35.269 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:34 smithi172 ceph-mon[103696]: pgmap v18150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:00:35.269 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:00:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:34 smithi050 ceph-mon[92315]: pgmap v18150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:00:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:00:36.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:36.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:00:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:00:36.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:00:36.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:00:36.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:00:36.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:00:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:00:36.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:00:36.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:00:36.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:00:36.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:00:36.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:00:37.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:37.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:36 smithi050 ceph-mon[92315]: pgmap v18151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:36 smithi172 ceph-mon[103696]: pgmap v18151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:38.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:38.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:39.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:39.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:38 smithi050 ceph-mon[92315]: pgmap v18152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:38 smithi172 ceph-mon[103696]: pgmap v18152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:40.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:40.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:41.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:41.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:40 smithi050 ceph-mon[92315]: pgmap v18153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:40 smithi172 ceph-mon[103696]: pgmap v18153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:42.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:42.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:43.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:43.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:42 smithi050 ceph-mon[92315]: pgmap v18154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:42 smithi172 ceph-mon[103696]: pgmap v18154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:44.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:44.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:45.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:45.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:44 smithi050 ceph-mon[92315]: pgmap v18155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:00:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:44 smithi172 ceph-mon[103696]: pgmap v18155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:00:46.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:46.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:47.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:47.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:46 smithi050 ceph-mon[92315]: pgmap v18156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:46 smithi172 ceph-mon[103696]: pgmap v18156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:48.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:48.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:49.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:49.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:48 smithi050 ceph-mon[92315]: pgmap v18157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:48 smithi172 ceph-mon[103696]: pgmap v18157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:50.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:50.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:50.258 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:00:50.482 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:00:51.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:51.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:50 smithi050 ceph-mon[92315]: pgmap v18158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:50 smithi172 ceph-mon[103696]: pgmap v18158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:52.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:52.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:53.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:53.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:52 smithi050 ceph-mon[92315]: pgmap v18159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:52 smithi172 ceph-mon[103696]: pgmap v18159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:54.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:54.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:55.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:55.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:55.311 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:55 smithi172 ceph-mon[103696]: pgmap v18160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:00:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:55 smithi050 ceph-mon[92315]: pgmap v18160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:00:56.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:56.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:57.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:57.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:57 smithi050 ceph-mon[92315]: pgmap v18161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:57 smithi172 ceph-mon[103696]: pgmap v18161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:58.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:58.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:59.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:00:59.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:00:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:00:59 smithi050 ceph-mon[92315]: pgmap v18162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:00:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:00:59 smithi172 ceph-mon[103696]: pgmap v18162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:00.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:00.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:01.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:01.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:01 smithi050 ceph-mon[92315]: pgmap v18163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:01 smithi172 ceph-mon[103696]: pgmap v18163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:02.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:02.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:03.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:03.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:03.289 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:03 smithi050 ceph-mon[92315]: pgmap v18164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:03.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:03 smithi172 ceph-mon[103696]: pgmap v18164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:04.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:04.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:05.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:05.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:05 smithi050 ceph-mon[92315]: pgmap v18165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:01:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:01:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:05 smithi172 ceph-mon[103696]: pgmap v18165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:01:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:01:06.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:06.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:07.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:07.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:07 smithi050 ceph-mon[92315]: pgmap v18166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:07 smithi172 ceph-mon[103696]: pgmap v18166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:08.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:08.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:08 smithi050 ceph-mon[92315]: pgmap v18167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:08 smithi172 ceph-mon[103696]: pgmap v18167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:09.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:09.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:10.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:10.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:10 smithi050 ceph-mon[92315]: pgmap v18168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:10 smithi172 ceph-mon[103696]: pgmap v18168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:11.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:11.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:12.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:12.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:13.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:13.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:12 smithi050 ceph-mon[92315]: pgmap v18169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:12 smithi172 ceph-mon[103696]: pgmap v18169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:14.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:14.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:15.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:15.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:14 smithi050 ceph-mon[92315]: pgmap v18170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:01:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:14 smithi172 ceph-mon[103696]: pgmap v18170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:01:16.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:16.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:17.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:17.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:16 smithi050 ceph-mon[92315]: pgmap v18171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:16 smithi172 ceph-mon[103696]: pgmap v18171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:18.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:18.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:19.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:19.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:18 smithi050 ceph-mon[92315]: pgmap v18172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:18 smithi172 ceph-mon[103696]: pgmap v18172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:20.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:20.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:01:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:01:21.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:21.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:20 smithi050 ceph-mon[92315]: pgmap v18173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:20 smithi172 ceph-mon[103696]: pgmap v18173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:22.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:22.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:23.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:23.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:22 smithi050 ceph-mon[92315]: pgmap v18174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:22 smithi172 ceph-mon[103696]: pgmap v18174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:24.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:24.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:25.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:25.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:24 smithi050 ceph-mon[92315]: pgmap v18175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:01:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:24 smithi172 ceph-mon[103696]: pgmap v18175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:01:26.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:26.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:27.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:27.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:26 smithi050 ceph-mon[92315]: pgmap v18176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:26 smithi172 ceph-mon[103696]: pgmap v18176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:28.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:28.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:29.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:29.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:28 smithi050 ceph-mon[92315]: pgmap v18177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:28 smithi172 ceph-mon[103696]: pgmap v18177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:30.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:30.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:31.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:31.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:30 smithi050 ceph-mon[92315]: pgmap v18178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:30 smithi172 ceph-mon[103696]: pgmap v18178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:32.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:32.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:33.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:33.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:32 smithi050 ceph-mon[92315]: pgmap v18179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:32 smithi172 ceph-mon[103696]: pgmap v18179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:34.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:34.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:35.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:35.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:34 smithi050 ceph-mon[92315]: pgmap v18180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:01:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:01:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:34 smithi172 ceph-mon[103696]: pgmap v18180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:01:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:01:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:01:36.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:36.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:01:37.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:37.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:36 smithi050 ceph-mon[92315]: pgmap v18181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:01:37.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:01:37.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:01:37.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:01:37.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:01:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:36 smithi172 ceph-mon[103696]: pgmap v18181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:01:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:01:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:01:37.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:01:37.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:01:38.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:38.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:39.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:39.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:38 smithi050 ceph-mon[92315]: pgmap v18182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:38 smithi172 ceph-mon[103696]: pgmap v18182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:40.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:40.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:40 smithi172 ceph-mon[103696]: pgmap v18183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:41.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:41.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:40 smithi050 ceph-mon[92315]: pgmap v18183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:42.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:42.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:43.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:43.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:42 smithi050 ceph-mon[92315]: pgmap v18184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:42 smithi172 ceph-mon[103696]: pgmap v18184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:44.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:44.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:45.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:45.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:44 smithi050 ceph-mon[92315]: pgmap v18185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:01:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:44 smithi172 ceph-mon[103696]: pgmap v18185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:01:46.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:46.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:47.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:47.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:46 smithi050 ceph-mon[92315]: pgmap v18186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:46 smithi172 ceph-mon[103696]: pgmap v18186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:48.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:48.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:48 smithi050 ceph-mon[92315]: pgmap v18187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:49.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:49.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:48 smithi172 ceph-mon[103696]: pgmap v18187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:50.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:50.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:01:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:01:51.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:51.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:50 smithi050 ceph-mon[92315]: pgmap v18188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:50 smithi172 ceph-mon[103696]: pgmap v18188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:52.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:52.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:53.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:53.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:52 smithi050 ceph-mon[92315]: pgmap v18189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:52 smithi172 ceph-mon[103696]: pgmap v18189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:54.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:54.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:55.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:55.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:54 smithi050 ceph-mon[92315]: pgmap v18190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:01:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:54 smithi172 ceph-mon[103696]: pgmap v18190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:01:56.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:56.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:57.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:57.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:56 smithi050 ceph-mon[92315]: pgmap v18191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:56 smithi172 ceph-mon[103696]: pgmap v18191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:58.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:58.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:59.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:01:59.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:01:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:01:58 smithi050 ceph-mon[92315]: pgmap v18192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:01:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:01:58 smithi172 ceph-mon[103696]: pgmap v18192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:00.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:00.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:01.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:01.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:00 smithi050 ceph-mon[92315]: pgmap v18193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:00 smithi172 ceph-mon[103696]: pgmap v18193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:02.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:02.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:03.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:03.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:03 smithi050 ceph-mon[92315]: pgmap v18194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:03 smithi172 ceph-mon[103696]: pgmap v18194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:04.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:04.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:05.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:05.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:05 smithi050 ceph-mon[92315]: pgmap v18195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:02:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:02:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:05 smithi172 ceph-mon[103696]: pgmap v18195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:02:05.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:02:06.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:06.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:07.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:07.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:07 smithi050 ceph-mon[92315]: pgmap v18196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:07 smithi172 ceph-mon[103696]: pgmap v18196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:08.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:08.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:09.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:09.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:09 smithi050 ceph-mon[92315]: pgmap v18197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:09 smithi172 ceph-mon[103696]: pgmap v18197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:10.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:10.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:11.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:11.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:11.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:11 smithi050 ceph-mon[92315]: pgmap v18198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:11 smithi172 ceph-mon[103696]: pgmap v18198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:12.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:12.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:13.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:13.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:13 smithi050 ceph-mon[92315]: pgmap v18199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:13 smithi172 ceph-mon[103696]: pgmap v18199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:14.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:14.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:15.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:15.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:15 smithi050 ceph-mon[92315]: pgmap v18200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:02:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:15 smithi172 ceph-mon[103696]: pgmap v18200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:02:16.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:16.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:17.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:17.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:17 smithi050 ceph-mon[92315]: pgmap v18201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:17 smithi172 ceph-mon[103696]: pgmap v18201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:18.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:18.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:19.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:19.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:19 smithi050 ceph-mon[92315]: pgmap v18202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:19 smithi172 ceph-mon[103696]: pgmap v18202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:20.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:20.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:02:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:02:21.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:21.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:21 smithi050 ceph-mon[92315]: pgmap v18203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:21 smithi172 ceph-mon[103696]: pgmap v18203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:22.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:22.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:23.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:23.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:23 smithi050 ceph-mon[92315]: pgmap v18204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:23 smithi172 ceph-mon[103696]: pgmap v18204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:24.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:24.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:24 smithi050 ceph-mon[92315]: pgmap v18205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:02:24.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:24 smithi172 ceph-mon[103696]: pgmap v18205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:02:25.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:25.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:26.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:26.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:26 smithi050 ceph-mon[92315]: pgmap v18206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:26 smithi172 ceph-mon[103696]: pgmap v18206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:27.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:27.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:28.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:28.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:29.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:29.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:29.259 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:28 smithi050 ceph-mon[92315]: pgmap v18207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:28 smithi172 ceph-mon[103696]: pgmap v18207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:30.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:30.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:31.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:31.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:31.312 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:30 smithi172 ceph-mon[103696]: pgmap v18208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:30 smithi050 ceph-mon[92315]: pgmap v18208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:32.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:32.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:33.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:33.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:32 smithi050 ceph-mon[92315]: pgmap v18209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:32 smithi172 ceph-mon[103696]: pgmap v18209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:34.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:34.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:35.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:35.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:34 smithi050 ceph-mon[92315]: pgmap v18210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:02:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:02:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:34 smithi172 ceph-mon[103696]: pgmap v18210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:02:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:02:36.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:36.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:37.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:37.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:36 smithi050 ceph-mon[92315]: pgmap v18211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:02:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:36 smithi172 ceph-mon[103696]: pgmap v18211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:02:38.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:38.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:39.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:39.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:38 smithi050 ceph-mon[92315]: pgmap v18212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:38 smithi172 ceph-mon[103696]: pgmap v18212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:40.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:40.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:41.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:41.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:40 smithi050 ceph-mon[92315]: pgmap v18213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:40 smithi172 ceph-mon[103696]: pgmap v18213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:42.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:42.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:02:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:02:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:42 smithi050 ceph-mon[92315]: pgmap v18214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:02:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:02:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:02:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:02:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:02:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:02:42.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:02:42.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:42 smithi172 ceph-mon[103696]: pgmap v18214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:42.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:02:42.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:02:42.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:02:42.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:02:42.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:02:43.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:43.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:44.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:44.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:44.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:44 smithi050 ceph-mon[92315]: pgmap v18215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:02:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:44 smithi172 ceph-mon[103696]: pgmap v18215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:02:45.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:45.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:46.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:46.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:46 smithi172 ceph-mon[103696]: pgmap v18216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:46 smithi050 ceph-mon[92315]: pgmap v18216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:47.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:47.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:48.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:48.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:49.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:49.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:48 smithi050 ceph-mon[92315]: pgmap v18217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:48 smithi172 ceph-mon[103696]: pgmap v18217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:50.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:50.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:02:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:02:51.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:51.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:50 smithi050 ceph-mon[92315]: pgmap v18218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:50 smithi172 ceph-mon[103696]: pgmap v18218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:52.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:52.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:53.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:53.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:52 smithi050 ceph-mon[92315]: pgmap v18219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:52 smithi172 ceph-mon[103696]: pgmap v18219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:54.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:54.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:55.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:55.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:54 smithi050 ceph-mon[92315]: pgmap v18220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:02:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:54 smithi172 ceph-mon[103696]: pgmap v18220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:02:56.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:56.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:57.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:57.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:56 smithi050 ceph-mon[92315]: pgmap v18221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:56 smithi172 ceph-mon[103696]: pgmap v18221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:58.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:58.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:59.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:02:59.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:02:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:02:58 smithi050 ceph-mon[92315]: pgmap v18222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:02:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:02:58 smithi172 ceph-mon[103696]: pgmap v18222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:00.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:00.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:01.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:01.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:00 smithi050 ceph-mon[92315]: pgmap v18223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:00 smithi172 ceph-mon[103696]: pgmap v18223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:02.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:02.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:03.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:03.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:02 smithi050 ceph-mon[92315]: pgmap v18224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:02 smithi172 ceph-mon[103696]: pgmap v18224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:04.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:04.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:05.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:05.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:04 smithi050 ceph-mon[92315]: pgmap v18225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:03:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:03:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:04 smithi172 ceph-mon[103696]: pgmap v18225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:03:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:03:06.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:06.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:07.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:07.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:06 smithi050 ceph-mon[92315]: pgmap v18226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:06 smithi172 ceph-mon[103696]: pgmap v18226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:08.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:08.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:09.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:09.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:08 smithi050 ceph-mon[92315]: pgmap v18227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:08 smithi172 ceph-mon[103696]: pgmap v18227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:10.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:10.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:11.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:11.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:10 smithi050 ceph-mon[92315]: pgmap v18228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:10 smithi172 ceph-mon[103696]: pgmap v18228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:12.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:12.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:13.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:13.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:12 smithi050 ceph-mon[92315]: pgmap v18229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:12 smithi172 ceph-mon[103696]: pgmap v18229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:14.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:14.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:14 smithi050 ceph-mon[92315]: pgmap v18230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:03:15.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:15.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:14 smithi172 ceph-mon[103696]: pgmap v18230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:03:16.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:16.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:16 smithi172 ceph-mon[103696]: pgmap v18231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:17.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:17.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:16 smithi050 ceph-mon[92315]: pgmap v18231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:18.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:18.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:19.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:19.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:18 smithi050 ceph-mon[92315]: pgmap v18232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:18 smithi172 ceph-mon[103696]: pgmap v18232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:03:20.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:20.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:20.412 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:03:21.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:21.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:20 smithi050 ceph-mon[92315]: pgmap v18233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:20 smithi172 ceph-mon[103696]: pgmap v18233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:22.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:22.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:23.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:23.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:22 smithi050 ceph-mon[92315]: pgmap v18234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:22 smithi172 ceph-mon[103696]: pgmap v18234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:24.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:24.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:25.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:25.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:24 smithi050 ceph-mon[92315]: pgmap v18235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:03:25.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:24 smithi172 ceph-mon[103696]: pgmap v18235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:03:26.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:26.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:27.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:27.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:26 smithi050 ceph-mon[92315]: pgmap v18236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:26 smithi172 ceph-mon[103696]: pgmap v18236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:28.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:28.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:29 smithi050 ceph-mon[92315]: pgmap v18237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:29.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:29.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:29 smithi172 ceph-mon[103696]: pgmap v18237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:30.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:30.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:31 smithi050 ceph-mon[92315]: pgmap v18238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:31.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:31.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:31.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:31 smithi172 ceph-mon[103696]: pgmap v18238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:32.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:32.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:33 smithi050 ceph-mon[92315]: pgmap v18239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:33.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:33.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:33 smithi172 ceph-mon[103696]: pgmap v18239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:34.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:34.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:35 smithi050 ceph-mon[92315]: pgmap v18240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:03:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:03:35.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:35.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:35 smithi172 ceph-mon[103696]: pgmap v18240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:03:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:03:36.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:36.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:37 smithi050 ceph-mon[92315]: pgmap v18241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:37.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:37.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:37 smithi172 ceph-mon[103696]: pgmap v18241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:38.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:38.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:39 smithi050 ceph-mon[92315]: pgmap v18242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:39.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:39.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:39 smithi172 ceph-mon[103696]: pgmap v18242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:40.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:40.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:41 smithi050 ceph-mon[92315]: pgmap v18243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:41.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:41.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:41 smithi172 ceph-mon[103696]: pgmap v18243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:03:42.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:42.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:03:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:43 smithi050 ceph-mon[92315]: pgmap v18244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:43.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:03:43.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:03:43.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:03:43.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:03:43.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:03:43.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:43.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:43 smithi172 ceph-mon[103696]: pgmap v18244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:03:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:03:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:03:43.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:03:43.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:03:44.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:44.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:45 smithi050 ceph-mon[92315]: pgmap v18245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:03:45.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:45.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:45 smithi172 ceph-mon[103696]: pgmap v18245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:03:46.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:46.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:47 smithi050 ceph-mon[92315]: pgmap v18246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:47 smithi172 ceph-mon[103696]: pgmap v18246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:47.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:47.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:48.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:48.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:49 smithi050 ceph-mon[92315]: pgmap v18247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:49 smithi172 ceph-mon[103696]: pgmap v18247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:49.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:49.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:03:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:03:50.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:50.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:51 smithi050 ceph-mon[92315]: pgmap v18248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:51 smithi172 ceph-mon[103696]: pgmap v18248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:51.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:51.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:52.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:52.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:53 smithi050 ceph-mon[92315]: pgmap v18249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:53 smithi172 ceph-mon[103696]: pgmap v18249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:53.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:53.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:54.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:54.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:55 smithi050 ceph-mon[92315]: pgmap v18250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:03:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:55 smithi172 ceph-mon[103696]: pgmap v18250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:03:55.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:55.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:56 smithi050 ceph-mon[92315]: pgmap v18251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:56 smithi172 ceph-mon[103696]: pgmap v18251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:56.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:56.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:57.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:57.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:58.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:58.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:03:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:03:58 smithi050 ceph-mon[92315]: pgmap v18252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:03:58 smithi172 ceph-mon[103696]: pgmap v18252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:03:59.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:03:59.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:00.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:00.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:00 smithi050 ceph-mon[92315]: pgmap v18253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:00 smithi172 ceph-mon[103696]: pgmap v18253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:01.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:01.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:02.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:02.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:02 smithi050 ceph-mon[92315]: pgmap v18254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:02 smithi172 ceph-mon[103696]: pgmap v18254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:03.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:03.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:04.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:04.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:04 smithi050 ceph-mon[92315]: pgmap v18255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:04:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:04:05.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:04 smithi172 ceph-mon[103696]: pgmap v18255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:04:05.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:04:05.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:05.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:06.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:06.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:07.300 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:06 smithi172 ceph-mon[103696]: pgmap v18256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:06 smithi050 ceph-mon[92315]: pgmap v18256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:07.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:07.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:08.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:08.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:08 smithi050 ceph-mon[92315]: pgmap v18257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:08 smithi172 ceph-mon[103696]: pgmap v18257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:09.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:09.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:10.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:10.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:10 smithi050 ceph-mon[92315]: pgmap v18258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:11.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:10 smithi172 ceph-mon[103696]: pgmap v18258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:11.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:11.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:12.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:12.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:12 smithi050 ceph-mon[92315]: pgmap v18259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:12 smithi172 ceph-mon[103696]: pgmap v18259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:13.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:13.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:14.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:14.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:14 smithi050 ceph-mon[92315]: pgmap v18260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:04:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:14 smithi172 ceph-mon[103696]: pgmap v18260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:04:15.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:15.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:16.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:16.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:16 smithi050 ceph-mon[92315]: pgmap v18261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:16 smithi172 ceph-mon[103696]: pgmap v18261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:17.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:17.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:18.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:18.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:18 smithi050 ceph-mon[92315]: pgmap v18262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:18 smithi172 ceph-mon[103696]: pgmap v18262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:19.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:19.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:04:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:04:20.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:20.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:20 smithi050 ceph-mon[92315]: pgmap v18263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:20 smithi172 ceph-mon[103696]: pgmap v18263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:21.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:21.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:22.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:22.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:22 smithi050 ceph-mon[92315]: pgmap v18264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:22 smithi172 ceph-mon[103696]: pgmap v18264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:23.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:23.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:24.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:24.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:24 smithi050 ceph-mon[92315]: pgmap v18265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:04:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:24 smithi172 ceph-mon[103696]: pgmap v18265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:04:25.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:25.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:26.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:26.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:26 smithi050 ceph-mon[92315]: pgmap v18266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:26 smithi172 ceph-mon[103696]: pgmap v18266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:27.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:27.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:28.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:28.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:28 smithi050 ceph-mon[92315]: pgmap v18267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:28 smithi172 ceph-mon[103696]: pgmap v18267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:29.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:29.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:30.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:30.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:31 smithi050 ceph-mon[92315]: pgmap v18268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:31 smithi172 ceph-mon[103696]: pgmap v18268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:31.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:31.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:32.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:32.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:33.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:33 smithi050 ceph-mon[92315]: pgmap v18269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:33.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:33 smithi172 ceph-mon[103696]: pgmap v18269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:33.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:33.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:34.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:34.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:35 smithi050 ceph-mon[92315]: pgmap v18270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:04:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:04:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:35 smithi172 ceph-mon[103696]: pgmap v18270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:04:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:04:35.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:35.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:36.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:36.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:37.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:37 smithi050 ceph-mon[92315]: pgmap v18271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:37 smithi172 ceph-mon[103696]: pgmap v18271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:37.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:37.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:38.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:38.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:39 smithi050 ceph-mon[92315]: pgmap v18272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:39 smithi172 ceph-mon[103696]: pgmap v18272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:39.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:39.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:40.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:40.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:41 smithi050 ceph-mon[92315]: pgmap v18273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:41 smithi172 ceph-mon[103696]: pgmap v18273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:41.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:41.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:42.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:42.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:43 smithi050 ceph-mon[92315]: pgmap v18274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:04:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:43 smithi172 ceph-mon[103696]: pgmap v18274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:04:43.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:43.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:44.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:44.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:45 smithi050 ceph-mon[92315]: pgmap v18275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:04:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:45 smithi172 ceph-mon[103696]: pgmap v18275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:04:45.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:45.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:46.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:46.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:47 smithi050 ceph-mon[92315]: pgmap v18276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:47 smithi172 ceph-mon[103696]: pgmap v18276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:47.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:47.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:48.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:48.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:49 smithi050 ceph-mon[92315]: pgmap v18277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:49 smithi172 ceph-mon[103696]: pgmap v18277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:49.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:49.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:50.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:50.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:04:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:04:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:50 smithi050 ceph-mon[92315]: pgmap v18278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:04:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:04:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:04:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:04:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:04:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:04:50.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:04:50.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:04:50.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:50 smithi172 ceph-mon[103696]: pgmap v18278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:50.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:04:50.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:04:50.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:04:50.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:04:50.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:04:50.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:04:51.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:51.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:52.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:52.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:52 smithi172 ceph-mon[103696]: pgmap v18279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:52 smithi050 ceph-mon[92315]: pgmap v18279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:53.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:53.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:54.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:54.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:54 smithi050 ceph-mon[92315]: pgmap v18280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:04:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:54 smithi172 ceph-mon[103696]: pgmap v18280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:04:55.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:55.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:56.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:56.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:56 smithi050 ceph-mon[92315]: pgmap v18281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:56 smithi172 ceph-mon[103696]: pgmap v18281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:57.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:57.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:58.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:58.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:04:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:04:58 smithi050 ceph-mon[92315]: pgmap v18282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:59.423 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:04:58 smithi172 ceph-mon[103696]: pgmap v18282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:04:59.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:04:59.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:00.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:00.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:00 smithi050 ceph-mon[92315]: pgmap v18283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:00 smithi172 ceph-mon[103696]: pgmap v18283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:01.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:01.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:02.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:02.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:02 smithi050 ceph-mon[92315]: pgmap v18284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:02 smithi172 ceph-mon[103696]: pgmap v18284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:03.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:03.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:04.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:04.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:04 smithi050 ceph-mon[92315]: pgmap v18285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:05:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:05:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:04 smithi172 ceph-mon[103696]: pgmap v18285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:05:05.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:05:05.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:05.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:06.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:06.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:06 smithi050 ceph-mon[92315]: pgmap v18286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:06 smithi172 ceph-mon[103696]: pgmap v18286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:07.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:07.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:08.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:08.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:08 smithi050 ceph-mon[92315]: pgmap v18287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:08 smithi172 ceph-mon[103696]: pgmap v18287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:09.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:09.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:10.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:10.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:10 smithi050 ceph-mon[92315]: pgmap v18288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:11.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:10 smithi172 ceph-mon[103696]: pgmap v18288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:11.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:11.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:12.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:12.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:13 smithi050 ceph-mon[92315]: pgmap v18289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:13 smithi172 ceph-mon[103696]: pgmap v18289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:13.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:13.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:14.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:14.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:15 smithi050 ceph-mon[92315]: pgmap v18290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:05:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:15 smithi172 ceph-mon[103696]: pgmap v18290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:05:15.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:15.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:16.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:16.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:17 smithi050 ceph-mon[92315]: pgmap v18291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:17 smithi172 ceph-mon[103696]: pgmap v18291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:17.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:17.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:18.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:18.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:19 smithi050 ceph-mon[92315]: pgmap v18292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:19 smithi172 ceph-mon[103696]: pgmap v18292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:19.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:19.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:05:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:05:20.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:20.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:21 smithi050 ceph-mon[92315]: pgmap v18293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:21 smithi172 ceph-mon[103696]: pgmap v18293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:21.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:21.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:22.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:22.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:23 smithi050 ceph-mon[92315]: pgmap v18294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:23 smithi172 ceph-mon[103696]: pgmap v18294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:23.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:23.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:24.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:24.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:25 smithi050 ceph-mon[92315]: pgmap v18295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:05:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:25 smithi172 ceph-mon[103696]: pgmap v18295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:05:25.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:25.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:26.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:26.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:27 smithi050 ceph-mon[92315]: pgmap v18296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:27 smithi172 ceph-mon[103696]: pgmap v18296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:27.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:27.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:28.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:28.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:29 smithi050 ceph-mon[92315]: pgmap v18297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:29 smithi172 ceph-mon[103696]: pgmap v18297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:29.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:29.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:30.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:30.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:31.317 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:31 smithi050 ceph-mon[92315]: pgmap v18298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:31 smithi172 ceph-mon[103696]: pgmap v18298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:31.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:31.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:32.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:32.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:33 smithi050 ceph-mon[92315]: pgmap v18299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:33 smithi172 ceph-mon[103696]: pgmap v18299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:33.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:33.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:34.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:34.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:35 smithi050 ceph-mon[92315]: pgmap v18300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:05:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:05:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:35 smithi172 ceph-mon[103696]: pgmap v18300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:05:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:05:35.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:35.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:36.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:36.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:37 smithi050 ceph-mon[92315]: pgmap v18301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:37 smithi172 ceph-mon[103696]: pgmap v18301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:37.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:37.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:38.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:38.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:39 smithi050 ceph-mon[92315]: pgmap v18302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:39 smithi172 ceph-mon[103696]: pgmap v18302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:39.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:39.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:40.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:40.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:41 smithi050 ceph-mon[92315]: pgmap v18303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:41 smithi172 ceph-mon[103696]: pgmap v18303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:41.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:41.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:42.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:42.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:43.301 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:43 smithi172 ceph-mon[103696]: pgmap v18304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:43.435 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:43 smithi050 ceph-mon[92315]: pgmap v18304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:43.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:43.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:44.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:44.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:45 smithi050 ceph-mon[92315]: pgmap v18305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:05:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:45 smithi172 ceph-mon[103696]: pgmap v18305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:05:45.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:45.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:46.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:46.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:47 smithi050 ceph-mon[92315]: pgmap v18306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:47 smithi172 ceph-mon[103696]: pgmap v18306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:47.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:47.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:48.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:48.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:49.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:49 smithi050 ceph-mon[92315]: pgmap v18307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:49 smithi172 ceph-mon[103696]: pgmap v18307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:49.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:49.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:05:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:05:50.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:50.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:51 smithi050 ceph-mon[92315]: pgmap v18308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:51.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:05:51.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:05:51.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:51 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:05:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:51 smithi172 ceph-mon[103696]: pgmap v18308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:05:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:05:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:51 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:05:51.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:51.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:05:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:05:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:05:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:05:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:05:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:05:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:05:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:05:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:05:52.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:05:52.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:52.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:53 smithi050 ceph-mon[92315]: pgmap v18309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:53 smithi172 ceph-mon[103696]: pgmap v18309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:53.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:53.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:54.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:54.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:55 smithi050 ceph-mon[92315]: pgmap v18310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:05:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:55 smithi172 ceph-mon[103696]: pgmap v18310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:05:55.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:55.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:56.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:56.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:57 smithi050 ceph-mon[92315]: pgmap v18311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:57 smithi172 ceph-mon[103696]: pgmap v18311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:57.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:57.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:05:58 smithi050 ceph-mon[92315]: pgmap v18312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:05:58 smithi172 ceph-mon[103696]: pgmap v18312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:05:58.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:58.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:05:59.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:05:59.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:00.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:00.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:00 smithi050 ceph-mon[92315]: pgmap v18313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:00 smithi172 ceph-mon[103696]: pgmap v18313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:01.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:01.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:02.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:02.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:02 smithi050 ceph-mon[92315]: pgmap v18314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:02 smithi172 ceph-mon[103696]: pgmap v18314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:03.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:03.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:04.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:04.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:04 smithi050 ceph-mon[92315]: pgmap v18315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:06:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:06:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:04 smithi172 ceph-mon[103696]: pgmap v18315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:06:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:06:05.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:05.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:06.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:06.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:06 smithi050 ceph-mon[92315]: pgmap v18316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:06 smithi172 ceph-mon[103696]: pgmap v18316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:07.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:07.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:08.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:08.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:08 smithi050 ceph-mon[92315]: pgmap v18317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:08 smithi172 ceph-mon[103696]: pgmap v18317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:09.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:09.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:10.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:10.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:10 smithi050 ceph-mon[92315]: pgmap v18318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:10 smithi172 ceph-mon[103696]: pgmap v18318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:11.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:11.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:12.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:12.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:12 smithi050 ceph-mon[92315]: pgmap v18319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:06:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:12 smithi172 ceph-mon[103696]: pgmap v18319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:06:13.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:13.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:14.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:14.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:15.350 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:15 smithi050 ceph-mon[92315]: pgmap v18320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:06:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:15 smithi172 ceph-mon[103696]: pgmap v18320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:06:15.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:15.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:16.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:16.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:17 smithi050 ceph-mon[92315]: pgmap v18321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:17 smithi172 ceph-mon[103696]: pgmap v18321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:17.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:17.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:18.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:18.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:19 smithi050 ceph-mon[92315]: pgmap v18322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:19 smithi172 ceph-mon[103696]: pgmap v18322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:19.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:19.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:06:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:06:20.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:20.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:21 smithi050 ceph-mon[92315]: pgmap v18323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:21 smithi172 ceph-mon[103696]: pgmap v18323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:21.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:21.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:22.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:22.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:23 smithi050 ceph-mon[92315]: pgmap v18324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:06:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:23 smithi172 ceph-mon[103696]: pgmap v18324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:06:23.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:23.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:24.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:24.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:25 smithi050 ceph-mon[92315]: pgmap v18325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:25 smithi172 ceph-mon[103696]: pgmap v18325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:25.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:25.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:26.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:26.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:27 smithi050 ceph-mon[92315]: pgmap v18326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:27 smithi172 ceph-mon[103696]: pgmap v18326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:27.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:27.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:28.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:28.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:29 smithi050 ceph-mon[92315]: pgmap v18327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:29 smithi172 ceph-mon[103696]: pgmap v18327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:29.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:29.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:30.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:30.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:31 smithi050 ceph-mon[92315]: pgmap v18328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:31 smithi172 ceph-mon[103696]: pgmap v18328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:31.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:31.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:32.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:32.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:33 smithi050 ceph-mon[92315]: pgmap v18329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:06:33.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:33 smithi172 ceph-mon[103696]: pgmap v18329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:06:33.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:33.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:34.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:34.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:35 smithi050 ceph-mon[92315]: pgmap v18330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:06:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:35 smithi172 ceph-mon[103696]: pgmap v18330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:06:35.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:35.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:36.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:36.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:37 smithi050 ceph-mon[92315]: pgmap v18331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:37 smithi172 ceph-mon[103696]: pgmap v18331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:37.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:37.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:38.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:38.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:39 smithi050 ceph-mon[92315]: pgmap v18332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:39.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:39 smithi172 ceph-mon[103696]: pgmap v18332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:39.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:39.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:40.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:40.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:41 smithi050 ceph-mon[92315]: pgmap v18333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:41 smithi172 ceph-mon[103696]: pgmap v18333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:41.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:41.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:42.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:42.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:43 smithi050 ceph-mon[92315]: pgmap v18334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:06:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:43 smithi172 ceph-mon[103696]: pgmap v18334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:06:43.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:43.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:44.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:44.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:45 smithi050 ceph-mon[92315]: pgmap v18335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:45 smithi172 ceph-mon[103696]: pgmap v18335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:45.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:45.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:46.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:46.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:47 smithi050 ceph-mon[92315]: pgmap v18336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:47 smithi172 ceph-mon[103696]: pgmap v18336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:47.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:47.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:48.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:48.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:49 smithi050 ceph-mon[92315]: pgmap v18337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:49 smithi172 ceph-mon[103696]: pgmap v18337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:49.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:49.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:06:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:06:50.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:50.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:51 smithi050 ceph-mon[92315]: pgmap v18338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:51 smithi172 ceph-mon[103696]: pgmap v18338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:51.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:51.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:06:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:06:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:06:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:06:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:06:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:06:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:06:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:06:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:06:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:06:52.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:06:52.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:06:52.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:52.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:53 smithi050 ceph-mon[92315]: pgmap v18339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:06:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:53 smithi172 ceph-mon[103696]: pgmap v18339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:06:53.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:53.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:54.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:54.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:55 smithi050 ceph-mon[92315]: pgmap v18340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:55 smithi172 ceph-mon[103696]: pgmap v18340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:55.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:55.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:56.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:56.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:57 smithi050 ceph-mon[92315]: pgmap v18341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:57 smithi172 ceph-mon[103696]: pgmap v18341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:57.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:57.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:58.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:58.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:06:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:06:59 smithi050 ceph-mon[92315]: pgmap v18342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:06:59 smithi172 ceph-mon[103696]: pgmap v18342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:06:59.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:06:59.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:00.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:00.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:01 smithi050 ceph-mon[92315]: pgmap v18343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:01 smithi172 ceph-mon[103696]: pgmap v18343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:01.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:01.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:02.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:02.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:03 smithi050 ceph-mon[92315]: pgmap v18344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:07:03.413 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:03 smithi172 ceph-mon[103696]: pgmap v18344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:07:03.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:03.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:04 smithi050 ceph-mon[92315]: pgmap v18345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:04 smithi172 ceph-mon[103696]: pgmap v18345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:04.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:04.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:07:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:07:05.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:05.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:06 smithi050 ceph-mon[92315]: pgmap v18346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:06 smithi172 ceph-mon[103696]: pgmap v18346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:06.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:06.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:07.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:07.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:08.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:08.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:09 smithi050 ceph-mon[92315]: pgmap v18347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:09 smithi172 ceph-mon[103696]: pgmap v18347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:09.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:09.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:10.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:10.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:11 smithi050 ceph-mon[92315]: pgmap v18348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:11 smithi172 ceph-mon[103696]: pgmap v18348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:11.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:11.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:12.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:12.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:13 smithi050 ceph-mon[92315]: pgmap v18349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:07:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:13 smithi172 ceph-mon[103696]: pgmap v18349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:07:13.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:13.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:14.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:14.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:15.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:15 smithi050 ceph-mon[92315]: pgmap v18350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:15 smithi172 ceph-mon[103696]: pgmap v18350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:15.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:15.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:16.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:16.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:17 smithi050 ceph-mon[92315]: pgmap v18351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:17 smithi172 ceph-mon[103696]: pgmap v18351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:17.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:17.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:18.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:18.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:19.298 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:19 smithi172 ceph-mon[103696]: pgmap v18352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:19 smithi050 ceph-mon[92315]: pgmap v18352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:19.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:19.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:07:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:07:20.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:20.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:21 smithi050 ceph-mon[92315]: pgmap v18353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:21 smithi172 ceph-mon[103696]: pgmap v18353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:21.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:21.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:22.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:22.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:23 smithi050 ceph-mon[92315]: pgmap v18354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:07:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:23 smithi172 ceph-mon[103696]: pgmap v18354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:07:23.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:23.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:24.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:24.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:25 smithi050 ceph-mon[92315]: pgmap v18355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:25 smithi172 ceph-mon[103696]: pgmap v18355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:25.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:25.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:26.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:26.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:27 smithi050 ceph-mon[92315]: pgmap v18356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:27 smithi172 ceph-mon[103696]: pgmap v18356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:27.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:27.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:28.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:28.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:29 smithi050 ceph-mon[92315]: pgmap v18357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:29 smithi172 ceph-mon[103696]: pgmap v18357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:29.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:29.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:30.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:30.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:31 smithi050 ceph-mon[92315]: pgmap v18358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:31 smithi172 ceph-mon[103696]: pgmap v18358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:31.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:31.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:32.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:32.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:33 smithi050 ceph-mon[92315]: pgmap v18359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:07:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:33 smithi172 ceph-mon[103696]: pgmap v18359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:07:33.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:33.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:34.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:34.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:35 smithi050 ceph-mon[92315]: pgmap v18360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:07:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:35 smithi172 ceph-mon[103696]: pgmap v18360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:07:35.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:35.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:36.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:36.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:37 smithi050 ceph-mon[92315]: pgmap v18361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:37 smithi172 ceph-mon[103696]: pgmap v18361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:37.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:37.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:38.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:38.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:39 smithi050 ceph-mon[92315]: pgmap v18362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:39 smithi172 ceph-mon[103696]: pgmap v18362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:39.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:39.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:40.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:40.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:41 smithi050 ceph-mon[92315]: pgmap v18363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:41 smithi172 ceph-mon[103696]: pgmap v18363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:41.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:41.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:42.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:42.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:43 smithi050 ceph-mon[92315]: pgmap v18364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:07:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:43 smithi172 ceph-mon[103696]: pgmap v18364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:07:43.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:43.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:44.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:44.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:45 smithi050 ceph-mon[92315]: pgmap v18365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:45 smithi172 ceph-mon[103696]: pgmap v18365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:45.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:45.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:46.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:46.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:47 smithi050 ceph-mon[92315]: pgmap v18366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:47 smithi172 ceph-mon[103696]: pgmap v18366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:47.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:47.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:48.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:48.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:49 smithi050 ceph-mon[92315]: pgmap v18367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:49 smithi172 ceph-mon[103696]: pgmap v18367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:49.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:49.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:07:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:07:50.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:50.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:51 smithi050 ceph-mon[92315]: pgmap v18368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:51 smithi172 ceph-mon[103696]: pgmap v18368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:51.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:51.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:52.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:52.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:53 smithi050 ceph-mon[92315]: pgmap v18369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:07:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:07:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:07:53.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:07:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:53 smithi172 ceph-mon[103696]: pgmap v18369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:07:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:07:53.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:07:53.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:07:53.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:53.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:54.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:07:54.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:07:54.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:07:54.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:07:54.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:07:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:07:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:07:54.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:07:54.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:07:54.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:07:54.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:54.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:55 smithi050 ceph-mon[92315]: pgmap v18370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:55 smithi172 ceph-mon[103696]: pgmap v18370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:55.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:55.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:56.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:56.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:57 smithi050 ceph-mon[92315]: pgmap v18371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:57 smithi172 ceph-mon[103696]: pgmap v18371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:57.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:57.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:58.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:58.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:07:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:07:59 smithi050 ceph-mon[92315]: pgmap v18372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:07:59 smithi172 ceph-mon[103696]: pgmap v18372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:07:59.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:07:59.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:00.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:00.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:01 smithi050 ceph-mon[92315]: pgmap v18373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:08:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:01 smithi172 ceph-mon[103696]: pgmap v18373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:08:01.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:01.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:02.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:02.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:03 smithi050 ceph-mon[92315]: pgmap v18374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:08:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:03 smithi172 ceph-mon[103696]: pgmap v18374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:08:03.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:03.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:04.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:04.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:05 smithi050 ceph-mon[92315]: pgmap v18375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:08:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:08:05.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:05 smithi172 ceph-mon[103696]: pgmap v18375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:08:05.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:08:05.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:05.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:06.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:06.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:07 smithi050 ceph-mon[92315]: pgmap v18376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:08:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:07 smithi172 ceph-mon[103696]: pgmap v18376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:08:07.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:07.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:08.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:08.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:09 smithi050 ceph-mon[92315]: pgmap v18377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:08:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:09 smithi172 ceph-mon[103696]: pgmap v18377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:08:09.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:09.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:10.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:10.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:11 smithi050 ceph-mon[92315]: pgmap v18378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:08:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:11 smithi172 ceph-mon[103696]: pgmap v18378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:08:11.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:11.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:12.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:12.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:13 smithi050 ceph-mon[92315]: pgmap v18379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:08:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:13 smithi172 ceph-mon[103696]: pgmap v18379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:08:13.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:13.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:14.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:14.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:15 smithi050 ceph-mon[92315]: pgmap v18380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:08:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:15 smithi172 ceph-mon[103696]: pgmap v18380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:08:15.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:15.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:16.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:16.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:17.098 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:17 smithi172 ceph-mon[103696]: pgmap v18381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:08:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:17 smithi050 ceph-mon[92315]: pgmap v18381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:08:17.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:17.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:08:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:18 smithi050 ceph-mon[92315]: pgmap v18382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 33 KiB/s wr, 2 op/s 2023-10-01T00:08:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:08:18.537 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:08:18.537 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:18 smithi172 ceph-mon[103696]: pgmap v18382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 33 KiB/s wr, 2 op/s 2023-10-01T00:08:18.538 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:08:18.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:18.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:19.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:19.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:08:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:08:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:08:19.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:08:20.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:20.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:08:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:20 smithi050 ceph-mon[92315]: pgmap v18383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 33 KiB/s wr, 2 op/s 2023-10-01T00:08:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:08:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:08:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:20 smithi172 ceph-mon[103696]: pgmap v18383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 33 KiB/s wr, 2 op/s 2023-10-01T00:08:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:08:21.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:21.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:22.319 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:08:22.319 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:08:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:08:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:08:22.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:22.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:22 smithi050 sudo[618908]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-01T00:08:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:22 smithi050 sudo[618908]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-01T00:08:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:22 smithi050 sudo[618908]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-01T00:08:23.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:22 smithi050 sudo[618908]: pam_unix(sudo:session): session closed for user root 2023-10-01T00:08:23.574 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:23 smithi172 ceph-mon[103696]: pgmap v18384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 33 KiB/s wr, 2 op/s 2023-10-01T00:08:23.574 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:08:23.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:23 smithi050 sudo[618913]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-01T00:08:23.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:23 smithi050 sudo[618913]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-01T00:08:23.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:23 smithi050 sudo[618913]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-01T00:08:23.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:23 smithi050 sudo[618913]: pam_unix(sudo:session): session closed for user root 2023-10-01T00:08:23.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:23 smithi050 ceph-mon[92315]: pgmap v18384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 33 KiB/s wr, 2 op/s 2023-10-01T00:08:23.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:08:23.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:23.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:23.840 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:23 smithi172 sudo[487147]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-01T00:08:23.840 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:23 smithi172 sudo[487147]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-01T00:08:23.840 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:23 smithi172 sudo[487147]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-01T00:08:23.840 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:23 smithi172 sudo[487147]: pam_unix(sudo:session): session closed for user root 2023-10-01T00:08:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:23 smithi172 sudo[487150]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-01T00:08:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:23 smithi172 sudo[487150]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-01T00:08:24.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:23 smithi172 sudo[487150]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-01T00:08:24.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:23 smithi172 sudo[487150]: pam_unix(sudo:session): session closed for user root 2023-10-01T00:08:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:24 smithi050 ceph-mon[92315]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-01T00:08:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:24 smithi050 ceph-mon[92315]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-01T00:08:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-10-01T00:08:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-10-01T00:08:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:08:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:24 smithi050 ceph-mon[92315]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-01T00:08:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-10-01T00:08:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-10-01T00:08:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:24 smithi050 ceph-mon[92315]: pgmap v18385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 294 KiB/s wr, 19 op/s 2023-10-01T00:08:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:24 smithi050 ceph-mon[92315]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-01T00:08:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:08:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:24 smithi172 ceph-mon[103696]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-01T00:08:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:24 smithi172 ceph-mon[103696]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-01T00:08:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-10-01T00:08:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-10-01T00:08:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:08:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:24 smithi172 ceph-mon[103696]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-01T00:08:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-10-01T00:08:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-10-01T00:08:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:24 smithi172 ceph-mon[103696]: pgmap v18385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 294 KiB/s wr, 19 op/s 2023-10-01T00:08:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:24 smithi172 ceph-mon[103696]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-01T00:08:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:08:24.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:24.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:25.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:25.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:26.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:26.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:26 smithi050 ceph-mon[92315]: pgmap v18386: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 294 KiB/s wr, 19 op/s 2023-10-01T00:08:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:26 smithi172 ceph-mon[103696]: pgmap v18386: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 294 KiB/s wr, 19 op/s 2023-10-01T00:08:27.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:27.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:28.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:28.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:29 smithi050 ceph-mon[92315]: pgmap v18387: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 392 KiB/s wr, 26 op/s 2023-10-01T00:08:29.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:29 smithi172 ceph-mon[103696]: pgmap v18387: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 392 KiB/s wr, 26 op/s 2023-10-01T00:08:29.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:29.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:30.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:30.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:31 smithi050 ceph-mon[92315]: pgmap v18388: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 359 KiB/s wr, 24 op/s 2023-10-01T00:08:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:31 smithi172 ceph-mon[103696]: pgmap v18388: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 359 KiB/s wr, 24 op/s 2023-10-01T00:08:31.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:31.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:32.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:32.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:33 smithi050 ceph-mon[92315]: pgmap v18389: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 359 KiB/s wr, 24 op/s 2023-10-01T00:08:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:33 smithi172 ceph-mon[103696]: pgmap v18389: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 359 KiB/s wr, 24 op/s 2023-10-01T00:08:33.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:33.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:34.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:34.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:35 smithi050 ceph-mon[92315]: pgmap v18390: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 359 KiB/s wr, 24 op/s 2023-10-01T00:08:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:08:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:35 smithi172 ceph-mon[103696]: pgmap v18390: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 359 KiB/s wr, 24 op/s 2023-10-01T00:08:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:08:35.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:35.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:36.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:36.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:37 smithi050 ceph-mon[92315]: pgmap v18391: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 98 KiB/s wr, 7 op/s 2023-10-01T00:08:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:37 smithi172 ceph-mon[103696]: pgmap v18391: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 98 KiB/s wr, 7 op/s 2023-10-01T00:08:37.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:37.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:38.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:38.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:39 smithi050 ceph-mon[92315]: pgmap v18392: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 98 KiB/s wr, 7 op/s 2023-10-01T00:08:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:39 smithi172 ceph-mon[103696]: pgmap v18392: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 98 KiB/s wr, 7 op/s 2023-10-01T00:08:39.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:39.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:40.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:40.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:41 smithi050 ceph-mon[92315]: pgmap v18393: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:08:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:41 smithi172 ceph-mon[103696]: pgmap v18393: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:08:41.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:41.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:42.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:42.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:43 smithi050 ceph-mon[92315]: pgmap v18394: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:08:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:43 smithi172 ceph-mon[103696]: pgmap v18394: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:08:43.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:43.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:44.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:44.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:45 smithi050 ceph-mon[92315]: pgmap v18395: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:08:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:45 smithi172 ceph-mon[103696]: pgmap v18395: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:08:45.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:45.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:46.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:46.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:47 smithi050 ceph-mon[92315]: pgmap v18396: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:08:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:47 smithi172 ceph-mon[103696]: pgmap v18396: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:08:47.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:47.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:48.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:48.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:49 smithi050 ceph-mon[92315]: pgmap v18397: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:08:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:49 smithi172 ceph-mon[103696]: pgmap v18397: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:08:49.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:49.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:08:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:08:50.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:50.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:51 smithi050 ceph-mon[92315]: pgmap v18398: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:08:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:51 smithi172 ceph-mon[103696]: pgmap v18398: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:08:51.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:51.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:52.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:52.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:53 smithi050 ceph-mon[92315]: pgmap v18399: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:08:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:53 smithi172 ceph-mon[103696]: pgmap v18399: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:08:53.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:53.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:08:54.704 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:08:54.704 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:08:54.704 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:08:54.705 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:08:54.705 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:08:54.705 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:08:54.705 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:08:54.705 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:08:54.705 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:08:54.706 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:08:54.706 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:08:54.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:55.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:55 smithi050 ceph-mon[92315]: pgmap v18400: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:08:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:55 smithi172 ceph-mon[103696]: pgmap v18400: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:08:55.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:55.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:56.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:56.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:57 smithi050 ceph-mon[92315]: pgmap v18401: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:08:57.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:57 smithi172 ceph-mon[103696]: pgmap v18401: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:08:57.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:57.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:58.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:58.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:08:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:08:59 smithi050 ceph-mon[92315]: pgmap v18402: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:08:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:08:59 smithi172 ceph-mon[103696]: pgmap v18402: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:08:59.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:08:59.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:00.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:00.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:01 smithi050 ceph-mon[92315]: pgmap v18403: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:01 smithi172 ceph-mon[103696]: pgmap v18403: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:01.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:01.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:02.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:02.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:03 smithi050 ceph-mon[92315]: pgmap v18404: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:09:03.786 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:03 smithi172 ceph-mon[103696]: pgmap v18404: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:09:03.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:03.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:04.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:04.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:05 smithi050 ceph-mon[92315]: pgmap v18405: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:09:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:05 smithi172 ceph-mon[103696]: pgmap v18405: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:09:05.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:05.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:06.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:06.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:07 smithi050 ceph-mon[92315]: pgmap v18406: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:07.731 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:07 smithi172 ceph-mon[103696]: pgmap v18406: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:07.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:07.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:08.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:08.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:09 smithi050 ceph-mon[92315]: pgmap v18407: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:09 smithi172 ceph-mon[103696]: pgmap v18407: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:09.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:09.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:10.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:10.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:11 smithi050 ceph-mon[92315]: pgmap v18408: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:11 smithi172 ceph-mon[103696]: pgmap v18408: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:11.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:11.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:12.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:12.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:13 smithi050 ceph-mon[92315]: pgmap v18409: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:09:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:13 smithi172 ceph-mon[103696]: pgmap v18409: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:09:13.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:13.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:14.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:14.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:15 smithi050 ceph-mon[92315]: pgmap v18410: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:15.434 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:15 smithi172 ceph-mon[103696]: pgmap v18410: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:15.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:15.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:16.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:16.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:17 smithi172 ceph-mon[103696]: pgmap v18411: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:17 smithi050 ceph-mon[92315]: pgmap v18411: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:17.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:17.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:18.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:18.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:19 smithi050 ceph-mon[92315]: pgmap v18412: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:19 smithi172 ceph-mon[103696]: pgmap v18412: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:19.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:19.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:09:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:09:20.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:20.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:21 smithi172 ceph-mon[103696]: pgmap v18413: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:21 smithi050 ceph-mon[92315]: pgmap v18413: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:21.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:21.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:22.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:22.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:23 smithi050 ceph-mon[92315]: pgmap v18414: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:09:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:23 smithi172 ceph-mon[103696]: pgmap v18414: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:09:23.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:23.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:24.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:24.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:25 smithi050 ceph-mon[92315]: pgmap v18415: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:25 smithi172 ceph-mon[103696]: pgmap v18415: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:25.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:25.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:26.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:26.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:27 smithi050 ceph-mon[92315]: pgmap v18416: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:27 smithi172 ceph-mon[103696]: pgmap v18416: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:27.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:27.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:28.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:28.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:29 smithi050 ceph-mon[92315]: pgmap v18417: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:29 smithi172 ceph-mon[103696]: pgmap v18417: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:29.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:29.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:30.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:30.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:31 smithi050 ceph-mon[92315]: pgmap v18418: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:31 smithi172 ceph-mon[103696]: pgmap v18418: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:31.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:31.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:32.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:32.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:33.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:33 smithi050 ceph-mon[92315]: pgmap v18419: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:09:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:33 smithi172 ceph-mon[103696]: pgmap v18419: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:09:33.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:33.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:34.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:34.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:35 smithi050 ceph-mon[92315]: pgmap v18420: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:35.743 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:09:35.743 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:35 smithi172 ceph-mon[103696]: pgmap v18420: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:35.743 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:09:35.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:35.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:36.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:36.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:37 smithi050 ceph-mon[92315]: pgmap v18421: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:37 smithi172 ceph-mon[103696]: pgmap v18421: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:37.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:37.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:38.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:38.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:39 smithi050 ceph-mon[92315]: pgmap v18422: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:39 smithi172 ceph-mon[103696]: pgmap v18422: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:39.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:39.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:40.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:40.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:41 smithi050 ceph-mon[92315]: pgmap v18423: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:41 smithi172 ceph-mon[103696]: pgmap v18423: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:41.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:41.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:42.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:42.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:43 smithi050 ceph-mon[92315]: pgmap v18424: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:09:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:43 smithi172 ceph-mon[103696]: pgmap v18424: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:09:43.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:43.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:44.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:44.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:45 smithi050 ceph-mon[92315]: pgmap v18425: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:45 smithi172 ceph-mon[103696]: pgmap v18425: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:45.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:45.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:46.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:46.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:47 smithi050 ceph-mon[92315]: pgmap v18426: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:47 smithi172 ceph-mon[103696]: pgmap v18426: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:47.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:47.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:48.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:48.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:49 smithi050 ceph-mon[92315]: pgmap v18427: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:49.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:49 smithi172 ceph-mon[103696]: pgmap v18427: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:49.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:49.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:09:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:09:50.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:50.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:51 smithi050 ceph-mon[92315]: pgmap v18428: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:51 smithi172 ceph-mon[103696]: pgmap v18428: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:51.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:51.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:52.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:52.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:53 smithi050 ceph-mon[92315]: pgmap v18429: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:09:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:53 smithi172 ceph-mon[103696]: pgmap v18429: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:09:53.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:53.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:09:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:09:54.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:54.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:55 smithi050 ceph-mon[92315]: pgmap v18430: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:55.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:09:55.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:09:55.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:09:55.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:09:55.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:09:55.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:09:55.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:09:55.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:09:55.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:09:55.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:09:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:55 smithi172 ceph-mon[103696]: pgmap v18430: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:55.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:09:55.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:09:55.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:09:55.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:09:55.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:09:55.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:09:55.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:09:55.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:09:55.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:09:55.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:09:55.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:55.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:56 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1403M 2023-10-01T00:09:56.427 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:56 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1403M 2023-10-01T00:09:56.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:56.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:57 smithi050 ceph-mon[92315]: pgmap v18431: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:57 smithi172 ceph-mon[103696]: pgmap v18431: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:57.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:57.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:58.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:58.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:09:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:09:59 smithi050 ceph-mon[92315]: pgmap v18432: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:09:59 smithi172 ceph-mon[103696]: pgmap v18432: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:09:59.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:09:59.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-10-01T00:10:00.558 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-10-01T00:10:01.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:01.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:01 smithi172 ceph-mon[103696]: pgmap v18433: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:01 smithi050 ceph-mon[92315]: pgmap v18433: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:02.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:02.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:03.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:03.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:03 smithi172 ceph-mon[103696]: pgmap v18434: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:10:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:03 smithi050 ceph-mon[92315]: pgmap v18434: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:10:04.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:04.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:05.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:05.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:05 smithi172 ceph-mon[103696]: pgmap v18435: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:05.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:10:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:05 smithi050 ceph-mon[92315]: pgmap v18435: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:10:06.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:06.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:07.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:07.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:07 smithi172 ceph-mon[103696]: pgmap v18436: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:07.599 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:07 smithi050 ceph-mon[92315]: pgmap v18436: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:08.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:08.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:09.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:09.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:09 smithi172 ceph-mon[103696]: pgmap v18437: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:09.496 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:09 smithi050 ceph-mon[92315]: pgmap v18437: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:10.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:10.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:11.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:11.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:11 smithi172 ceph-mon[103696]: pgmap v18438: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:11 smithi050 ceph-mon[92315]: pgmap v18438: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:12.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:12.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:13.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:13.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:13 smithi172 ceph-mon[103696]: pgmap v18439: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:10:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:13 smithi050 ceph-mon[92315]: pgmap v18439: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:10:14.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:14.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:14.554 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:14 smithi050 ceph-mon[92315]: pgmap v18440: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:14 smithi172 ceph-mon[103696]: pgmap v18440: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:15.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:15.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:16.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:16.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:17.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:17.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:16 smithi050 ceph-mon[92315]: pgmap v18441: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:16 smithi172 ceph-mon[103696]: pgmap v18441: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:18.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:18.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:19.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:19.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:19 smithi050 ceph-mon[92315]: pgmap v18442: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:19 smithi172 ceph-mon[103696]: pgmap v18442: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:20.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:20.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:10:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:10:21.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:21.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:21 smithi050 ceph-mon[92315]: pgmap v18443: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:21 smithi172 ceph-mon[103696]: pgmap v18443: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:22.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:22.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:23.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:23.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:23 smithi050 ceph-mon[92315]: pgmap v18444: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:10:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:23 smithi172 ceph-mon[103696]: pgmap v18444: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:10:24.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:24.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:25.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:25.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:25 smithi050 ceph-mon[92315]: pgmap v18445: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:25 smithi172 ceph-mon[103696]: pgmap v18445: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:26.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:26.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:27.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:27.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:27 smithi050 ceph-mon[92315]: pgmap v18446: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:27 smithi172 ceph-mon[103696]: pgmap v18446: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:28.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:28.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:29.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:29.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:29 smithi050 ceph-mon[92315]: pgmap v18447: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:29 smithi172 ceph-mon[103696]: pgmap v18447: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:30.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:30.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:31.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:31.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:31.315 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:31 smithi172 ceph-mon[103696]: pgmap v18448: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:31 smithi050 ceph-mon[92315]: pgmap v18448: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:32.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:32.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:33.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:33.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:33 smithi050 ceph-mon[92315]: pgmap v18449: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:10:33.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:33 smithi172 ceph-mon[103696]: pgmap v18449: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:10:34.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:34.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:35.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:35.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:35 smithi050 ceph-mon[92315]: pgmap v18450: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:10:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:35 smithi172 ceph-mon[103696]: pgmap v18450: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:10:36.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:36.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:37.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:37.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:37 smithi050 ceph-mon[92315]: pgmap v18451: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:37 smithi172 ceph-mon[103696]: pgmap v18451: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:38.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:38.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:39.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:39.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:39 smithi050 ceph-mon[92315]: pgmap v18452: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:39 smithi172 ceph-mon[103696]: pgmap v18452: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:40.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:40.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:41.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:41.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:41.862 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:41 smithi172 ceph-mon[103696]: pgmap v18453: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:41.863 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:41 smithi050 ceph-mon[92315]: pgmap v18453: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:42.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:42.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:43.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:43.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:43 smithi050 ceph-mon[92315]: pgmap v18454: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:10:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:43 smithi172 ceph-mon[103696]: pgmap v18454: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:10:44.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:44.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:45.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:45.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:45 smithi050 ceph-mon[92315]: pgmap v18455: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:45 smithi172 ceph-mon[103696]: pgmap v18455: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:46.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:46.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:47.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:47.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:47.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:47 smithi050 ceph-mon[92315]: pgmap v18456: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:47 smithi172 ceph-mon[103696]: pgmap v18456: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:48.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:48.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:49.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:49.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:49 smithi050 ceph-mon[92315]: pgmap v18457: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:49 smithi172 ceph-mon[103696]: pgmap v18457: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:50.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:50.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:10:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:10:51.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:51.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:51.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:51 smithi050 ceph-mon[92315]: pgmap v18458: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:51 smithi172 ceph-mon[103696]: pgmap v18458: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:52.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:52.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:53.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:53.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:53 smithi172 ceph-mon[103696]: pgmap v18459: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:10:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:53 smithi050 ceph-mon[92315]: pgmap v18459: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:10:54.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:54.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:55.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:55.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:55 smithi050 ceph-mon[92315]: pgmap v18460: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:10:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:55 smithi172 ceph-mon[103696]: pgmap v18460: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:55.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:10:56.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:56.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:56.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:10:56.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:10:56.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:10:56.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:10:56.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:10:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:10:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:10:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:10:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:10:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:10:57.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:57.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:57 smithi172 ceph-mon[103696]: pgmap v18461: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:57 smithi050 ceph-mon[92315]: pgmap v18461: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:58.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:58.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:59.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:10:59.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:10:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:10:59 smithi172 ceph-mon[103696]: pgmap v18462: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:10:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:10:59 smithi050 ceph-mon[92315]: pgmap v18462: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:00.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:00.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:01.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:01.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:01 smithi172 ceph-mon[103696]: pgmap v18463: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:01 smithi050 ceph-mon[92315]: pgmap v18463: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:02.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:02.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:03.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:03.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:03.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:03 smithi172 ceph-mon[103696]: pgmap v18464: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:11:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:03 smithi050 ceph-mon[92315]: pgmap v18464: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:11:04.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:04.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:05.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:05.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:05 smithi172 ceph-mon[103696]: pgmap v18465: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:05.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:11:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:05 smithi050 ceph-mon[92315]: pgmap v18465: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:11:06.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:06.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:07.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:07.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:07 smithi172 ceph-mon[103696]: pgmap v18466: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:07.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:07 smithi050 ceph-mon[92315]: pgmap v18466: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:08.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:08.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:09.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:09.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:09 smithi172 ceph-mon[103696]: pgmap v18467: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:09 smithi050 ceph-mon[92315]: pgmap v18467: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:10.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:10.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:11.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:11.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:11 smithi172 ceph-mon[103696]: pgmap v18468: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:11 smithi050 ceph-mon[92315]: pgmap v18468: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:12.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:12.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:13.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:13.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:13 smithi050 ceph-mon[92315]: pgmap v18469: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:11:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:13 smithi172 ceph-mon[103696]: pgmap v18469: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:11:14.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:14.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:14 smithi050 ceph-mon[92315]: pgmap v18470: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:14 smithi172 ceph-mon[103696]: pgmap v18470: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:15.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:15.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:16.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:16.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:16 smithi050 ceph-mon[92315]: pgmap v18471: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:17.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:16 smithi172 ceph-mon[103696]: pgmap v18471: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:17.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:17.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:18.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:18.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:19.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:19.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:19 smithi050 ceph-mon[92315]: pgmap v18472: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:19 smithi172 ceph-mon[103696]: pgmap v18472: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:20.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:20.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:11:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:11:21.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:21.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:21 smithi050 ceph-mon[92315]: pgmap v18473: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:21 smithi172 ceph-mon[103696]: pgmap v18473: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:22.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:22.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:23.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:23.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:23 smithi050 ceph-mon[92315]: pgmap v18474: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:11:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:23 smithi172 ceph-mon[103696]: pgmap v18474: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:11:24.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:24.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:25.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:25.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:25.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:25 smithi050 ceph-mon[92315]: pgmap v18475: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:25 smithi172 ceph-mon[103696]: pgmap v18475: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:26.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:26.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:27.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:27.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:27 smithi050 ceph-mon[92315]: pgmap v18476: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:27 smithi172 ceph-mon[103696]: pgmap v18476: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:28.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:28.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:29.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:29.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:29.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:29 smithi050 ceph-mon[92315]: pgmap v18477: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:29 smithi172 ceph-mon[103696]: pgmap v18477: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:30.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:30.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:31.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:31.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:31 smithi050 ceph-mon[92315]: pgmap v18478: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:31 smithi172 ceph-mon[103696]: pgmap v18478: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:32.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:32.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:33.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:33.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:33 smithi050 ceph-mon[92315]: pgmap v18479: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:11:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:33 smithi172 ceph-mon[103696]: pgmap v18479: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:11:34.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:34.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:35.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:35.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:35 smithi050 ceph-mon[92315]: pgmap v18480: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:11:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:35 smithi172 ceph-mon[103696]: pgmap v18480: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:11:36.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:36.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:37.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:37.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:37 smithi050 ceph-mon[92315]: pgmap v18481: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:37 smithi172 ceph-mon[103696]: pgmap v18481: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:38.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:38.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:39.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:39.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:39 smithi172 ceph-mon[103696]: pgmap v18482: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:39 smithi050 ceph-mon[92315]: pgmap v18482: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:40.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:40.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:41.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:41.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:41 smithi172 ceph-mon[103696]: pgmap v18483: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:41 smithi050 ceph-mon[92315]: pgmap v18483: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:42.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:42.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:43.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:43.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:43 smithi172 ceph-mon[103696]: pgmap v18484: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:11:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:43 smithi050 ceph-mon[92315]: pgmap v18484: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:11:44.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:44.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:45.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:45.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:45.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:45 smithi172 ceph-mon[103696]: pgmap v18485: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:45.585 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:45 smithi050 ceph-mon[92315]: pgmap v18485: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:46.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:46.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:47.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:47.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:47 smithi172 ceph-mon[103696]: pgmap v18486: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:47 smithi050 ceph-mon[92315]: pgmap v18486: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:48.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:48.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:49.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:49.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:49 smithi172 ceph-mon[103696]: pgmap v18487: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:49 smithi050 ceph-mon[92315]: pgmap v18487: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:50.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:50.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:11:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:11:51.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:51.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:51 smithi172 ceph-mon[103696]: pgmap v18488: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:51 smithi050 ceph-mon[92315]: pgmap v18488: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:52.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:52.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:53.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:53.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:53 smithi172 ceph-mon[103696]: pgmap v18489: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:11:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:53 smithi050 ceph-mon[92315]: pgmap v18489: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:11:54.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:54.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:55.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:55.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:55 smithi172 ceph-mon[103696]: pgmap v18490: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:55 smithi050 ceph-mon[92315]: pgmap v18490: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:56.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:56.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:11:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:11:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:11:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:11:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:11:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:11:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:11:56.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:11:56.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:11:56.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:11:56.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:11:56.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:11:57.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:57.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:57 smithi050 ceph-mon[92315]: pgmap v18491: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:57 smithi172 ceph-mon[103696]: pgmap v18491: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:58.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:58.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:59.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:11:59.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:11:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:11:59 smithi050 ceph-mon[92315]: pgmap v18492: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:11:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:11:59 smithi172 ceph-mon[103696]: pgmap v18492: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:00.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:00.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:01.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:01.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:01 smithi050 ceph-mon[92315]: pgmap v18493: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:01 smithi172 ceph-mon[103696]: pgmap v18493: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:02.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:02.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:03.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:03.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:03 smithi050 ceph-mon[92315]: pgmap v18494: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:12:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:03 smithi172 ceph-mon[103696]: pgmap v18494: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:12:04.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:04.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:05.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:05.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:05 smithi050 ceph-mon[92315]: pgmap v18495: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:05.468 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:12:05.469 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:05 smithi172 ceph-mon[103696]: pgmap v18495: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:05.469 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:12:06.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:06.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:07.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:07.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:07.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:07 smithi050 ceph-mon[92315]: pgmap v18496: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:07 smithi172 ceph-mon[103696]: pgmap v18496: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:08.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:08.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:09.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:09.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:09 smithi050 ceph-mon[92315]: pgmap v18497: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:09 smithi172 ceph-mon[103696]: pgmap v18497: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:10.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:10.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:11.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:11.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:11 smithi050 ceph-mon[92315]: pgmap v18498: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:11 smithi172 ceph-mon[103696]: pgmap v18498: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:12.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:12.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:13.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:13.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:13 smithi050 ceph-mon[92315]: pgmap v18499: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:12:13.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:13 smithi172 ceph-mon[103696]: pgmap v18499: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:12:14.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:14.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:15.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:15.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:15 smithi050 ceph-mon[92315]: pgmap v18500: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:15 smithi172 ceph-mon[103696]: pgmap v18500: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:16.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:16.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:17.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:17.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:17 smithi050 ceph-mon[92315]: pgmap v18501: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:17 smithi172 ceph-mon[103696]: pgmap v18501: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:18.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:18.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:19.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:19.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:19 smithi050 ceph-mon[92315]: pgmap v18502: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:19 smithi172 ceph-mon[103696]: pgmap v18502: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:20.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:20.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:20.558 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:12:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:12:21.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:21.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:21.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:21 smithi050 ceph-mon[92315]: pgmap v18503: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:21 smithi172 ceph-mon[103696]: pgmap v18503: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:22.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:22.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:23.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:23.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:23 smithi172 ceph-mon[103696]: pgmap v18504: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:12:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:23 smithi050 ceph-mon[92315]: pgmap v18504: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:12:24.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:24.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:25.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:25.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:25 smithi172 ceph-mon[103696]: pgmap v18505: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:25 smithi050 ceph-mon[92315]: pgmap v18505: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:26.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:26.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:27.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:27.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:27 smithi172 ceph-mon[103696]: pgmap v18506: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:27 smithi050 ceph-mon[92315]: pgmap v18506: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:28.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:28.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:29.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:29.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:29.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:29 smithi172 ceph-mon[103696]: pgmap v18507: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:29 smithi050 ceph-mon[92315]: pgmap v18507: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:30.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:30.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:31.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:31.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:31 smithi172 ceph-mon[103696]: pgmap v18508: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:31 smithi050 ceph-mon[92315]: pgmap v18508: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:32.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:32.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:33.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:33.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:33 smithi172 ceph-mon[103696]: pgmap v18509: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:12:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:33 smithi050 ceph-mon[92315]: pgmap v18509: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:12:34.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:34.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:35.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:35.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:35 smithi172 ceph-mon[103696]: pgmap v18510: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:12:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:35 smithi050 ceph-mon[92315]: pgmap v18510: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:12:36.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:36.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:37.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:37.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:37.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:37 smithi172 ceph-mon[103696]: pgmap v18511: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:37 smithi050 ceph-mon[92315]: pgmap v18511: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:38.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:38.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:39.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:39.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:39 smithi172 ceph-mon[103696]: pgmap v18512: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:39 smithi050 ceph-mon[92315]: pgmap v18512: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:40.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:40.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:41.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:41.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:41 smithi050 ceph-mon[92315]: pgmap v18513: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:41 smithi172 ceph-mon[103696]: pgmap v18513: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:42.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:42.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:43.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:43.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:43 smithi050 ceph-mon[92315]: pgmap v18514: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:12:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:43 smithi172 ceph-mon[103696]: pgmap v18514: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:12:44.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:44.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:45.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:45.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:45 smithi050 ceph-mon[92315]: pgmap v18515: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:45 smithi172 ceph-mon[103696]: pgmap v18515: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:46.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:46.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:47.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:47.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:47 smithi050 ceph-mon[92315]: pgmap v18516: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:47 smithi172 ceph-mon[103696]: pgmap v18516: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:48.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:48.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:49.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:49.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:49 smithi050 ceph-mon[92315]: pgmap v18517: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:49 smithi172 ceph-mon[103696]: pgmap v18517: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:50.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:50.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:12:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:12:51.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:51.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:51 smithi050 ceph-mon[92315]: pgmap v18518: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:51 smithi172 ceph-mon[103696]: pgmap v18518: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:52.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:52.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:53.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:53.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:53 smithi050 ceph-mon[92315]: pgmap v18519: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:12:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:53 smithi172 ceph-mon[103696]: pgmap v18519: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:12:54.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:54.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:55.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:55.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:55 smithi050 ceph-mon[92315]: pgmap v18520: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:55 smithi172 ceph-mon[103696]: pgmap v18520: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:56.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:56.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:57.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:57.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:57 smithi050 ceph-mon[92315]: pgmap v18521: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:12:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:57 smithi172 ceph-mon[103696]: pgmap v18521: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:12:58.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:58.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:59.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:12:59.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:12:59.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:12:59 smithi050 ceph-mon[92315]: pgmap v18522: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:12:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:12:59 smithi172 ceph-mon[103696]: pgmap v18522: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:00.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:00.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:01.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:01.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:01 smithi050 ceph-mon[92315]: pgmap v18523: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:13:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:13:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:01 smithi172 ceph-mon[103696]: pgmap v18523: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:13:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:13:02.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:02.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:13:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:13:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:13:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:13:02.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:13:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:13:02.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:13:02.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:13:02.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:13:02.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:13:03.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:03.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:03 smithi050 ceph-mon[92315]: pgmap v18524: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:13:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:03 smithi172 ceph-mon[103696]: pgmap v18524: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:13:04.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:04.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:05.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:05.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:05 smithi050 ceph-mon[92315]: pgmap v18525: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:13:05.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:05 smithi172 ceph-mon[103696]: pgmap v18525: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:05.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:13:06.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:06.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:07.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:07.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:07 smithi172 ceph-mon[103696]: pgmap v18526: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:07 smithi050 ceph-mon[92315]: pgmap v18526: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:08.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:08.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:09.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:09.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:09 smithi172 ceph-mon[103696]: pgmap v18527: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:09 smithi050 ceph-mon[92315]: pgmap v18527: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:10.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:10.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:11.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:11.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:11 smithi172 ceph-mon[103696]: pgmap v18528: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:11.557 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:11 smithi050 ceph-mon[92315]: pgmap v18528: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:12.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:12.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:13.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:13.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:13 smithi172 ceph-mon[103696]: pgmap v18529: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:13:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:13 smithi050 ceph-mon[92315]: pgmap v18529: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:13:14.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:14.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:15.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:15.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:15 smithi172 ceph-mon[103696]: pgmap v18530: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:15 smithi050 ceph-mon[92315]: pgmap v18530: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:16.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:16.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:17.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:17.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:17 smithi172 ceph-mon[103696]: pgmap v18531: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:17 smithi050 ceph-mon[92315]: pgmap v18531: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:18.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:18.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:19.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:19.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:19 smithi172 ceph-mon[103696]: pgmap v18532: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:19 smithi050 ceph-mon[92315]: pgmap v18532: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:20.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:20.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:13:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:13:21.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:21.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:21.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:21 smithi172 ceph-mon[103696]: pgmap v18533: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:21 smithi050 ceph-mon[92315]: pgmap v18533: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:22.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:22.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:23.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:23.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:23 smithi172 ceph-mon[103696]: pgmap v18534: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:13:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:23 smithi050 ceph-mon[92315]: pgmap v18534: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:13:24.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:24.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:25.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:25.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:25 smithi050 ceph-mon[92315]: pgmap v18535: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:25 smithi172 ceph-mon[103696]: pgmap v18535: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:26.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:26.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:27.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:27.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:27.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:27 smithi050 ceph-mon[92315]: pgmap v18536: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:27.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:27 smithi172 ceph-mon[103696]: pgmap v18536: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:28.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:28.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:29.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:29.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:29 smithi050 ceph-mon[92315]: pgmap v18537: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:29 smithi172 ceph-mon[103696]: pgmap v18537: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:30.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:30.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:31.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:31.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:31 smithi050 ceph-mon[92315]: pgmap v18538: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:31 smithi172 ceph-mon[103696]: pgmap v18538: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:32.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:32.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:33.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:33.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:33 smithi050 ceph-mon[92315]: pgmap v18539: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:13:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:33 smithi172 ceph-mon[103696]: pgmap v18539: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:13:34.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:34.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:35.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:35.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:35 smithi050 ceph-mon[92315]: pgmap v18540: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:13:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:35 smithi172 ceph-mon[103696]: pgmap v18540: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:35.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:13:36.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:36.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:37.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:37.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:37 smithi050 ceph-mon[92315]: pgmap v18541: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:37 smithi172 ceph-mon[103696]: pgmap v18541: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:38.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:38.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:39.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:39.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:39 smithi050 ceph-mon[92315]: pgmap v18542: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:39 smithi172 ceph-mon[103696]: pgmap v18542: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:40.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:40.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:41.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:41.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:41 smithi050 ceph-mon[92315]: pgmap v18543: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:41 smithi172 ceph-mon[103696]: pgmap v18543: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:42.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:42.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:43.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:43.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:43 smithi050 ceph-mon[92315]: pgmap v18544: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:13:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:43 smithi172 ceph-mon[103696]: pgmap v18544: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:13:44.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:44.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:44 smithi050 ceph-mon[92315]: pgmap v18545: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:44 smithi172 ceph-mon[103696]: pgmap v18545: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:45.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:45.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:46.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:46.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:46 smithi050 ceph-mon[92315]: pgmap v18546: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:46 smithi172 ceph-mon[103696]: pgmap v18546: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:47.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:47.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:48.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:48.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:49 smithi050 ceph-mon[92315]: pgmap v18547: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:49 smithi172 ceph-mon[103696]: pgmap v18547: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:49.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:49.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:13:50.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:50.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:13:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:51 smithi172 ceph-mon[103696]: pgmap v18548: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:51.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:51.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:51 smithi050 ceph-mon[92315]: pgmap v18548: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:52.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:52.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:53.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:53 smithi172 ceph-mon[103696]: pgmap v18549: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:13:53.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:53.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:53 smithi050 ceph-mon[92315]: pgmap v18549: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:13:54.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:54.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:55.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:55 smithi172 ceph-mon[103696]: pgmap v18550: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:55.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:55.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:55 smithi050 ceph-mon[92315]: pgmap v18550: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:56.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:56.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:57 smithi050 ceph-mon[92315]: pgmap v18551: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:57.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:57 smithi172 ceph-mon[103696]: pgmap v18551: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:57.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:57.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:58.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:58.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:59.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:13:59 smithi172 ceph-mon[103696]: pgmap v18552: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:13:59.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:13:59.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:13:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:13:59 smithi050 ceph-mon[92315]: pgmap v18552: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:00.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:00.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:01 smithi172 ceph-mon[103696]: pgmap v18553: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:01.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:01.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:01 smithi050 ceph-mon[92315]: pgmap v18553: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:14:02.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:02.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:14:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:03 smithi172 ceph-mon[103696]: pgmap v18554: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:14:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:14:03.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:14:03.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:14:03.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:14:03.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:14:03.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:03.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:03 smithi050 ceph-mon[92315]: pgmap v18554: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:14:03.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:14:03.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:14:03.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:14:03.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:14:03.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:14:04.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:04.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:05.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:05 smithi172 ceph-mon[103696]: pgmap v18555: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:05.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:14:05.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:05.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:05 smithi050 ceph-mon[92315]: pgmap v18555: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:14:06.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:06.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:07.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:07 smithi172 ceph-mon[103696]: pgmap v18556: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:07.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:07.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:07 smithi050 ceph-mon[92315]: pgmap v18556: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:08.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:08.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:09.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:09.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:09 smithi050 ceph-mon[92315]: pgmap v18557: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:09 smithi172 ceph-mon[103696]: pgmap v18557: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:10.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:10.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:11.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:11.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:11 smithi050 ceph-mon[92315]: pgmap v18558: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:11 smithi172 ceph-mon[103696]: pgmap v18558: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:12.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:12.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:13.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:13.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:13 smithi050 ceph-mon[92315]: pgmap v18559: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:14:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:13 smithi172 ceph-mon[103696]: pgmap v18559: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:14:14.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:14.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:15.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:15.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:15 smithi050 ceph-mon[92315]: pgmap v18560: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:15 smithi172 ceph-mon[103696]: pgmap v18560: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:16.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:16.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:17.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:17.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:17 smithi050 ceph-mon[92315]: pgmap v18561: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:17 smithi172 ceph-mon[103696]: pgmap v18561: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:18.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:18.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:19.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:19.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:19 smithi050 ceph-mon[92315]: pgmap v18562: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:19 smithi172 ceph-mon[103696]: pgmap v18562: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:20.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:20.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:14:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:14:21.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:21.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:21 smithi050 ceph-mon[92315]: pgmap v18563: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:21 smithi172 ceph-mon[103696]: pgmap v18563: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:22.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:22.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:23.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:23.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:23 smithi050 ceph-mon[92315]: pgmap v18564: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:14:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:23 smithi172 ceph-mon[103696]: pgmap v18564: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:14:24.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:24.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:25.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:25.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:25 smithi050 ceph-mon[92315]: pgmap v18565: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:25 smithi172 ceph-mon[103696]: pgmap v18565: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:26.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:26.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:27.433 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:27 smithi050 ceph-mon[92315]: pgmap v18566: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:27.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:27.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:27 smithi172 ceph-mon[103696]: pgmap v18566: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:28.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:28.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:29.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:29.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:29 smithi050 ceph-mon[92315]: pgmap v18567: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:29 smithi172 ceph-mon[103696]: pgmap v18567: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:30.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:30.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:30 smithi050 ceph-mon[92315]: pgmap v18568: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:30 smithi172 ceph-mon[103696]: pgmap v18568: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:31.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:31.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:32.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:32.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:33.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:33 smithi172 ceph-mon[103696]: pgmap v18569: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:14:33.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:33.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:33 smithi050 ceph-mon[92315]: pgmap v18569: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:14:34.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:34.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:35 smithi172 ceph-mon[103696]: pgmap v18570: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:14:35.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:35.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:35 smithi050 ceph-mon[92315]: pgmap v18570: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:14:36.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:36.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:37 smithi172 ceph-mon[103696]: pgmap v18571: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:37.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:37.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:37.548 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:37 smithi050 ceph-mon[92315]: pgmap v18571: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:38.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:38.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:39.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:39 smithi172 ceph-mon[103696]: pgmap v18572: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:39.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:39.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:39 smithi050 ceph-mon[92315]: pgmap v18572: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:40.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:40.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:41 smithi172 ceph-mon[103696]: pgmap v18573: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:41.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:41.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:41 smithi050 ceph-mon[92315]: pgmap v18573: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:42.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:42.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:43 smithi172 ceph-mon[103696]: pgmap v18574: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:14:43.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:43.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:43 smithi050 ceph-mon[92315]: pgmap v18574: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:14:44.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:44.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:45.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:45 smithi172 ceph-mon[103696]: pgmap v18575: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:45.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:45.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:45 smithi050 ceph-mon[92315]: pgmap v18575: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:46.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:46.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:47 smithi172 ceph-mon[103696]: pgmap v18576: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:47.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:47.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:47 smithi050 ceph-mon[92315]: pgmap v18576: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:48.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:48.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:49 smithi172 ceph-mon[103696]: pgmap v18577: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:49.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:49.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:49 smithi050 ceph-mon[92315]: pgmap v18577: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:50.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:50.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:14:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:14:51.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:51.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:51 smithi050 ceph-mon[92315]: pgmap v18578: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:51 smithi172 ceph-mon[103696]: pgmap v18578: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:52.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:52.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:53.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:53.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:53 smithi050 ceph-mon[92315]: pgmap v18579: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:14:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:53 smithi172 ceph-mon[103696]: pgmap v18579: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:14:54.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:54.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:55.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:55.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:55 smithi050 ceph-mon[92315]: pgmap v18580: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:55 smithi172 ceph-mon[103696]: pgmap v18580: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:56.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:56.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:57.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:57.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:57 smithi050 ceph-mon[92315]: pgmap v18581: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:57 smithi172 ceph-mon[103696]: pgmap v18581: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:58.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:58.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:14:59 smithi172 ceph-mon[103696]: pgmap v18582: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:14:59.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:14:59.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:14:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:14:59 smithi050 ceph-mon[92315]: pgmap v18582: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:00.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:00.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:01.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:01.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:01 smithi050 ceph-mon[92315]: pgmap v18583: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:01 smithi172 ceph-mon[103696]: pgmap v18583: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:02.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:02.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:03.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:03.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:03.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:03 smithi050 ceph-mon[92315]: pgmap v18584: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:15:03.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:15:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:03 smithi172 ceph-mon[103696]: pgmap v18584: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:15:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:15:04.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:04.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:05.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:05.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:05 smithi050 ceph-mon[92315]: pgmap v18585: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:15:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:05 smithi172 ceph-mon[103696]: pgmap v18585: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:15:06.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:06.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:07.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:07.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:07 smithi050 ceph-mon[92315]: pgmap v18586: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:07 smithi172 ceph-mon[103696]: pgmap v18586: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:08.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:08.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:09.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:09.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:09 smithi050 ceph-mon[92315]: pgmap v18587: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:09 smithi172 ceph-mon[103696]: pgmap v18587: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:10.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:10.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:15:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:15:10.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:10 smithi172 ceph-mon[103696]: pgmap v18588: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:10.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:15:10.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:15:10.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:15:10.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:15:10.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:15:10.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:15:10.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:15:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:15:10.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:15:10.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:10 smithi050 ceph-mon[92315]: pgmap v18588: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:10.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:15:10.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:15:10.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:15:10.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:15:10.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:15:10.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:15:10.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:15:11.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:11.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:12.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:12.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:13.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:13 smithi050 ceph-mon[92315]: pgmap v18589: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:15:13.687 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:13 smithi172 ceph-mon[103696]: pgmap v18589: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:15:13.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:13.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:14.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:14.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:15 smithi172 ceph-mon[103696]: pgmap v18590: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:15.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:15.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:15.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:15 smithi050 ceph-mon[92315]: pgmap v18590: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:16.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:16.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:17 smithi172 ceph-mon[103696]: pgmap v18591: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:17.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:17.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:17 smithi050 ceph-mon[92315]: pgmap v18591: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:18.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:18.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:19 smithi172 ceph-mon[103696]: pgmap v18592: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:19.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:19.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:19 smithi050 ceph-mon[92315]: pgmap v18592: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:15:20.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:20.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:15:21.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:21.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:21 smithi050 ceph-mon[92315]: pgmap v18593: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:21 smithi172 ceph-mon[103696]: pgmap v18593: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:22.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:22.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:23 smithi050 ceph-mon[92315]: pgmap v18594: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:15:23.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:23.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:23 smithi172 ceph-mon[103696]: pgmap v18594: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:15:24.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:24.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:25.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:25.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:25 smithi050 ceph-mon[92315]: pgmap v18595: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:26.056 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:25 smithi172 ceph-mon[103696]: pgmap v18595: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:26.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:26.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:27.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:27.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:27 smithi050 ceph-mon[92315]: pgmap v18596: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:27 smithi172 ceph-mon[103696]: pgmap v18596: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:28.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:28.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:29.434 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:29 smithi172 ceph-mon[103696]: pgmap v18597: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:29.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:29.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:29 smithi050 ceph-mon[92315]: pgmap v18597: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:30.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:30.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:31.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:31.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:31 smithi050 ceph-mon[92315]: pgmap v18598: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:31.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:31 smithi172 ceph-mon[103696]: pgmap v18598: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:32.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:32.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:33.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:33.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:33 smithi050 ceph-mon[92315]: pgmap v18599: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:15:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:33 smithi172 ceph-mon[103696]: pgmap v18599: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:15:34.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:34.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:35.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:35.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:35.769 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:35 smithi172 ceph-mon[103696]: pgmap v18600: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:35.769 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:15:35.769 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:35 smithi050 ceph-mon[92315]: pgmap v18600: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:35.770 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:15:36.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:36.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:37.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:37.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:37 smithi050 ceph-mon[92315]: pgmap v18601: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:37 smithi172 ceph-mon[103696]: pgmap v18601: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:38.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:38.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:39.539 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:39 smithi172 ceph-mon[103696]: pgmap v18602: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:39.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:39.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:39 smithi050 ceph-mon[92315]: pgmap v18602: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:40.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:40.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:41.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:41.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:41 smithi050 ceph-mon[92315]: pgmap v18603: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:41 smithi172 ceph-mon[103696]: pgmap v18603: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:42.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:42.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:43.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:43.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:43 smithi050 ceph-mon[92315]: pgmap v18604: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:15:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:43 smithi172 ceph-mon[103696]: pgmap v18604: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:15:44.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:44.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:45.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:45.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:45 smithi050 ceph-mon[92315]: pgmap v18605: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:45 smithi172 ceph-mon[103696]: pgmap v18605: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:46.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:46.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:47.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:47.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:47 smithi050 ceph-mon[92315]: pgmap v18606: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:47 smithi172 ceph-mon[103696]: pgmap v18606: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:48.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:48.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:49.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:49.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:49 smithi050 ceph-mon[92315]: pgmap v18607: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:49 smithi172 ceph-mon[103696]: pgmap v18607: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:50.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:50.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:15:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:15:51.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:51.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:51 smithi050 ceph-mon[92315]: pgmap v18608: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:51 smithi172 ceph-mon[103696]: pgmap v18608: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:52.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:52.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:53.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:53.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:53 smithi050 ceph-mon[92315]: pgmap v18609: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:15:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:53 smithi172 ceph-mon[103696]: pgmap v18609: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:15:54.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:54.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:54 smithi050 ceph-mon[92315]: pgmap v18610: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:54 smithi172 ceph-mon[103696]: pgmap v18610: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:55.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:55.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:56.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:56.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:56 smithi172 ceph-mon[103696]: pgmap v18611: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:56 smithi050 ceph-mon[92315]: pgmap v18611: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:57.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:57.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:58.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:58.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:15:59.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:15:59 smithi172 ceph-mon[103696]: pgmap v18612: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:15:59 smithi050 ceph-mon[92315]: pgmap v18612: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:15:59.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:15:59.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:00.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:00.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:01 smithi172 ceph-mon[103696]: pgmap v18613: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:01 smithi050 ceph-mon[92315]: pgmap v18613: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:01.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:01.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:02.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:02.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:03.536 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:03 smithi050 ceph-mon[92315]: pgmap v18614: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:16:03.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:03.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:03 smithi172 ceph-mon[103696]: pgmap v18614: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:16:04.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:04.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:05 smithi050 ceph-mon[92315]: pgmap v18615: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:16:05.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:05.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:05 smithi172 ceph-mon[103696]: pgmap v18615: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:16:06.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:06.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:07 smithi050 ceph-mon[92315]: pgmap v18616: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:07.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:07.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:07 smithi172 ceph-mon[103696]: pgmap v18616: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:08.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:08.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:09 smithi050 ceph-mon[92315]: pgmap v18617: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:09.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:09.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:09 smithi172 ceph-mon[103696]: pgmap v18617: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:10.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:10.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:11 smithi050 ceph-mon[92315]: pgmap v18618: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:16:11.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:16:11.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:11 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:16:11.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:11.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:11 smithi172 ceph-mon[103696]: pgmap v18618: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:16:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:16:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:11 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:16:12.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:16:12.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:16:12.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:16:12.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:16:12.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:16:12.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:16:12.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:16:12.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:12 smithi050 ceph-mon[92315]: pgmap v18619: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:16:12.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:12.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:16:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:16:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:16:12.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:16:12.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:16:12.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:16:12.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:16:12.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:12 smithi172 ceph-mon[103696]: pgmap v18619: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:16:13.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:13.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:14.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:14.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:14 smithi172 ceph-mon[103696]: pgmap v18620: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:15.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:14 smithi050 ceph-mon[92315]: pgmap v18620: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:15.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:15.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:16.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:16.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:16 smithi172 ceph-mon[103696]: pgmap v18621: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:16 smithi050 ceph-mon[92315]: pgmap v18621: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:17.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:17.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:18.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:18.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:19 smithi050 ceph-mon[92315]: pgmap v18622: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:19 smithi172 ceph-mon[103696]: pgmap v18622: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:19.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:19.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:16:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:16:20.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:20.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:21 smithi050 ceph-mon[92315]: pgmap v18623: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:21 smithi172 ceph-mon[103696]: pgmap v18623: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:21.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:21.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:22.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:22.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:23 smithi050 ceph-mon[92315]: pgmap v18624: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:16:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:23 smithi172 ceph-mon[103696]: pgmap v18624: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:16:23.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:23.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:24.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:24.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:25 smithi172 ceph-mon[103696]: pgmap v18625: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:25 smithi050 ceph-mon[92315]: pgmap v18625: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:25.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:25.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:26.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:26.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:27.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:27 smithi050 ceph-mon[92315]: pgmap v18626: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:27.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:27 smithi172 ceph-mon[103696]: pgmap v18626: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:27.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:27.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:28.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:28.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:29 smithi050 ceph-mon[92315]: pgmap v18627: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:29 smithi172 ceph-mon[103696]: pgmap v18627: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:29.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:29.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:30.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:30.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:31 smithi050 ceph-mon[92315]: pgmap v18628: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:31 smithi172 ceph-mon[103696]: pgmap v18628: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:31.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:31.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:32.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:32.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:33 smithi050 ceph-mon[92315]: pgmap v18629: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:16:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:33 smithi172 ceph-mon[103696]: pgmap v18629: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:16:33.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:33.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:34.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:34.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:35 smithi172 ceph-mon[103696]: pgmap v18630: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:16:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:35 smithi050 ceph-mon[92315]: pgmap v18630: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:16:35.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:35.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:36.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:36.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:37 smithi050 ceph-mon[92315]: pgmap v18631: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:37 smithi172 ceph-mon[103696]: pgmap v18631: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:37.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:37.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:38.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:38.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:39.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:39 smithi050 ceph-mon[92315]: pgmap v18632: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:39 smithi172 ceph-mon[103696]: pgmap v18632: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:39.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:39.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:40.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:40.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:41 smithi050 ceph-mon[92315]: pgmap v18633: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:41 smithi172 ceph-mon[103696]: pgmap v18633: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:41.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:41.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:42.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:42.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:43 smithi050 ceph-mon[92315]: pgmap v18634: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:16:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:43 smithi172 ceph-mon[103696]: pgmap v18634: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:16:43.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:43.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:44.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:44.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:45 smithi050 ceph-mon[92315]: pgmap v18635: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:45 smithi172 ceph-mon[103696]: pgmap v18635: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:45.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:45.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:46.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:46.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:47 smithi050 ceph-mon[92315]: pgmap v18636: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:47 smithi172 ceph-mon[103696]: pgmap v18636: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:47.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:47.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:48.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:48.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:49.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:49 smithi050 ceph-mon[92315]: pgmap v18637: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:49 smithi172 ceph-mon[103696]: pgmap v18637: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:49.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:49.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:16:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:16:50.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:50.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:51 smithi050 ceph-mon[92315]: pgmap v18638: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:51 smithi172 ceph-mon[103696]: pgmap v18638: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:51.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:51.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:52.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:52.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:53 smithi050 ceph-mon[92315]: pgmap v18639: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:16:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:53 smithi172 ceph-mon[103696]: pgmap v18639: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:16:53.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:53.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:54.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:54.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:55 smithi050 ceph-mon[92315]: pgmap v18640: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:55 smithi172 ceph-mon[103696]: pgmap v18640: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:55.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:55.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:56 smithi050 ceph-mon[92315]: pgmap v18641: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:56 smithi172 ceph-mon[103696]: pgmap v18641: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:56.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:56.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:57.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:57.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:58.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:58.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:16:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:16:59 smithi050 ceph-mon[92315]: pgmap v18642: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:16:59 smithi172 ceph-mon[103696]: pgmap v18642: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:16:59.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:16:59.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:00.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:00.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:01 smithi050 ceph-mon[92315]: pgmap v18643: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:01 smithi172 ceph-mon[103696]: pgmap v18643: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:01.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:01.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:02.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:02.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:03 smithi050 ceph-mon[92315]: pgmap v18644: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:17:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:03 smithi172 ceph-mon[103696]: pgmap v18644: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:17:03.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:03.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:04.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:04.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:05.442 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:05 smithi172 ceph-mon[103696]: pgmap v18645: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:05.442 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:17:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:05 smithi050 ceph-mon[92315]: pgmap v18645: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:17:05.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:05.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:06.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:06.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:07 smithi050 ceph-mon[92315]: pgmap v18646: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:07 smithi172 ceph-mon[103696]: pgmap v18646: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:07.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:07.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:08.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:08.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:09 smithi050 ceph-mon[92315]: pgmap v18647: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:09 smithi172 ceph-mon[103696]: pgmap v18647: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:09.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:09.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:10.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:10.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:11 smithi050 ceph-mon[92315]: pgmap v18648: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:11 smithi172 ceph-mon[103696]: pgmap v18648: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:11.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:11.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:17:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:12 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:17:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:17:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:12 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:17:12.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:12.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:13 smithi050 ceph-mon[92315]: pgmap v18649: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:17:13.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:17:13.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:17:13.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:17:13.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:17:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:13 smithi172 ceph-mon[103696]: pgmap v18649: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:17:13.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:17:13.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:17:13.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:17:13.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:17:13.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:13.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:14.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:14.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:15.545 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:15 smithi172 ceph-mon[103696]: pgmap v18650: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:15 smithi050 ceph-mon[92315]: pgmap v18650: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:15.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:15.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:16.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:16.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:17 smithi050 ceph-mon[92315]: pgmap v18651: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:17 smithi172 ceph-mon[103696]: pgmap v18651: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:17.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:17.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:18.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:18.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:19 smithi050 ceph-mon[92315]: pgmap v18652: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:19 smithi172 ceph-mon[103696]: pgmap v18652: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:19.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:19.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:17:20.598 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:17:20.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:20.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:21.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:21 smithi050 ceph-mon[92315]: pgmap v18653: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:21.886 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:21 smithi172 ceph-mon[103696]: pgmap v18653: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:21.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:21.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:22.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:22.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:23 smithi050 ceph-mon[92315]: pgmap v18654: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:17:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:23 smithi172 ceph-mon[103696]: pgmap v18654: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:17:23.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:23.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:24.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:24.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:25 smithi050 ceph-mon[92315]: pgmap v18655: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:25 smithi172 ceph-mon[103696]: pgmap v18655: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:25.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:25.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:26.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:26.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:27 smithi050 ceph-mon[92315]: pgmap v18656: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:27 smithi172 ceph-mon[103696]: pgmap v18656: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:27.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:27.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:28.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:28.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:29.507 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:29 smithi050 ceph-mon[92315]: pgmap v18657: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:29 smithi172 ceph-mon[103696]: pgmap v18657: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:29.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:29.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:30.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:30.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:31 smithi050 ceph-mon[92315]: pgmap v18658: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:31 smithi172 ceph-mon[103696]: pgmap v18658: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:31.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:31.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:32.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:32.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:33 smithi050 ceph-mon[92315]: pgmap v18659: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:17:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:33 smithi172 ceph-mon[103696]: pgmap v18659: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:17:33.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:33.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:34.565 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:34 smithi050 ceph-mon[92315]: pgmap v18660: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:34 smithi172 ceph-mon[103696]: pgmap v18660: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:34.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:34.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:17:35.818 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:17:35.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:35.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:36 smithi050 ceph-mon[92315]: pgmap v18661: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:36 smithi172 ceph-mon[103696]: pgmap v18661: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:36.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:36.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:37.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:37.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:38.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:38.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:39.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:39 smithi050 ceph-mon[92315]: pgmap v18662: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:39.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:39 smithi172 ceph-mon[103696]: pgmap v18662: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:39.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:39.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:40.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:40.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:41 smithi050 ceph-mon[92315]: pgmap v18663: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:41 smithi172 ceph-mon[103696]: pgmap v18663: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:41.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:41.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:42.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:42.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:43 smithi050 ceph-mon[92315]: pgmap v18664: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:17:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:43 smithi172 ceph-mon[103696]: pgmap v18664: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:17:43.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:43.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:44.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:44.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:45 smithi050 ceph-mon[92315]: pgmap v18665: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:45.650 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:45 smithi172 ceph-mon[103696]: pgmap v18665: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:45.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:45.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:46.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:46.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:47 smithi050 ceph-mon[92315]: pgmap v18666: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:47 smithi172 ceph-mon[103696]: pgmap v18666: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:47.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:47.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:48.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:48.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:49.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:49 smithi050 ceph-mon[92315]: pgmap v18667: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:49 smithi172 ceph-mon[103696]: pgmap v18667: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:49.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:49.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:17:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:17:50.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:50.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:51 smithi050 ceph-mon[92315]: pgmap v18668: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:51.943 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:51 smithi172 ceph-mon[103696]: pgmap v18668: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:52.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:52.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:52.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:52.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:53 smithi050 ceph-mon[92315]: pgmap v18669: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:17:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:53 smithi172 ceph-mon[103696]: pgmap v18669: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:17:53.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:53.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:54.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:54.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:55 smithi050 ceph-mon[92315]: pgmap v18670: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:55 smithi172 ceph-mon[103696]: pgmap v18670: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:55.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:55.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:56.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:56.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:57 smithi050 ceph-mon[92315]: pgmap v18671: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:57 smithi172 ceph-mon[103696]: pgmap v18671: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:57.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:57.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:58.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:58.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:17:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:17:59 smithi050 ceph-mon[92315]: pgmap v18672: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:17:59 smithi172 ceph-mon[103696]: pgmap v18672: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:17:59.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:17:59.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:00.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:00.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:01 smithi172 ceph-mon[103696]: pgmap v18673: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:01 smithi050 ceph-mon[92315]: pgmap v18673: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:01.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:01.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:02.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:03.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:03 smithi050 ceph-mon[92315]: pgmap v18674: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:18:03.657 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:03 smithi172 ceph-mon[103696]: pgmap v18674: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:18:03.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:03.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:04.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:04.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:05 smithi050 ceph-mon[92315]: pgmap v18675: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:18:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:05 smithi172 ceph-mon[103696]: pgmap v18675: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:18:05.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:05.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:06.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:06.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:07 smithi050 ceph-mon[92315]: pgmap v18676: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:07 smithi172 ceph-mon[103696]: pgmap v18676: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:07.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:07.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:08.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:08.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:09 smithi050 ceph-mon[92315]: pgmap v18677: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:09 smithi172 ceph-mon[103696]: pgmap v18677: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:09.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:09.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:10.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:10.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:11 smithi050 ceph-mon[92315]: pgmap v18678: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:11 smithi172 ceph-mon[103696]: pgmap v18678: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:11.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:11.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:12.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:12.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:13 smithi050 ceph-mon[92315]: pgmap v18679: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:18:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:18:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:18:13.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:18:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:13 smithi172 ceph-mon[103696]: pgmap v18679: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:18:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:18:13.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:18:13.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:18:13.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:13.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:14.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:14 smithi172 ceph-mon[103696]: pgmap v18680: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:14 smithi050 ceph-mon[92315]: pgmap v18680: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:14.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:14.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:15.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:15.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:16.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:16.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:16 smithi050 ceph-mon[92315]: pgmap v18681: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:17.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:18:17.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:18:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:16 smithi172 ceph-mon[103696]: pgmap v18681: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:17.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:18:17.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:18:17.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:17.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:18:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:18:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:18:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:18:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:18:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:18:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:18:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:18:18.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:18:18.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:18:18.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:18:18.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:18:18.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:18:18.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:18:18.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:18.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:19 smithi050 ceph-mon[92315]: pgmap v18682: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:19 smithi172 ceph-mon[103696]: pgmap v18682: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:19.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:19.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:18:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:18:20.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:20.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:21 smithi050 ceph-mon[92315]: pgmap v18683: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:21 smithi172 ceph-mon[103696]: pgmap v18683: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:21.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:21.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:22.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:22.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:23 smithi050 ceph-mon[92315]: pgmap v18684: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:18:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:23 smithi172 ceph-mon[103696]: pgmap v18684: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:18:23.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:23.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:24.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:24.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:25 smithi050 ceph-mon[92315]: pgmap v18685: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:25 smithi172 ceph-mon[103696]: pgmap v18685: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:25.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:25.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:26.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:26.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:27 smithi050 ceph-mon[92315]: pgmap v18686: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:27 smithi172 ceph-mon[103696]: pgmap v18686: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:27.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:27.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:28.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:28.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:29 smithi050 ceph-mon[92315]: pgmap v18687: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:29 smithi172 ceph-mon[103696]: pgmap v18687: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:29.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:29.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:30.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:30.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:31 smithi050 ceph-mon[92315]: pgmap v18688: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:31 smithi172 ceph-mon[103696]: pgmap v18688: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:31.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:31.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:32.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:32.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:33 smithi050 ceph-mon[92315]: pgmap v18689: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:18:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:33 smithi172 ceph-mon[103696]: pgmap v18689: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:18:33.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:33.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:34.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:34.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:35 smithi050 ceph-mon[92315]: pgmap v18690: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:18:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:35 smithi172 ceph-mon[103696]: pgmap v18690: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:35.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:18:35.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:35.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:36.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:36.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:37 smithi050 ceph-mon[92315]: pgmap v18691: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:37 smithi172 ceph-mon[103696]: pgmap v18691: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:37.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:37.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:38.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:38.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:39 smithi050 ceph-mon[92315]: pgmap v18692: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:39.698 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:39 smithi172 ceph-mon[103696]: pgmap v18692: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:39.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:39.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:40.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:40.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:41.445 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:41 smithi172 ceph-mon[103696]: pgmap v18693: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:41.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:41 smithi050 ceph-mon[92315]: pgmap v18693: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:41.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:41.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:42.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:42.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:43 smithi050 ceph-mon[92315]: pgmap v18694: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:18:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:43 smithi172 ceph-mon[103696]: pgmap v18694: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:18:43.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:43.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:44.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:44.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:45 smithi050 ceph-mon[92315]: pgmap v18695: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:45 smithi172 ceph-mon[103696]: pgmap v18695: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:45.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:45.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:46.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:46.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:47 smithi050 ceph-mon[92315]: pgmap v18696: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:47 smithi172 ceph-mon[103696]: pgmap v18696: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:47.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:47.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:48.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:48.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:49 smithi050 ceph-mon[92315]: pgmap v18697: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:49 smithi172 ceph-mon[103696]: pgmap v18697: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:49.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:49.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:18:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:18:50.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:50.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:51.548 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:51 smithi172 ceph-mon[103696]: pgmap v18698: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:51 smithi050 ceph-mon[92315]: pgmap v18698: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:51.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:51.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:52.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:52.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:53 smithi050 ceph-mon[92315]: pgmap v18699: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:18:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:53 smithi172 ceph-mon[103696]: pgmap v18699: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:18:53.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:53.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:54.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:54.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:55.487 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:55 smithi050 ceph-mon[92315]: pgmap v18700: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:55 smithi172 ceph-mon[103696]: pgmap v18700: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:55.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:55.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:56.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:56.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:57 smithi050 ceph-mon[92315]: pgmap v18701: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:57 smithi172 ceph-mon[103696]: pgmap v18701: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:57.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:57.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:58.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:58.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:18:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:18:59 smithi050 ceph-mon[92315]: pgmap v18702: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:18:59 smithi172 ceph-mon[103696]: pgmap v18702: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:18:59.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:18:59.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:00.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:00.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:01 smithi050 ceph-mon[92315]: pgmap v18703: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:01 smithi172 ceph-mon[103696]: pgmap v18703: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:01.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:01.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:02.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:02.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:03 smithi050 ceph-mon[92315]: pgmap v18704: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:19:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:03 smithi172 ceph-mon[103696]: pgmap v18704: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:19:03.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:03.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:04.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:05.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:05 smithi050 ceph-mon[92315]: pgmap v18705: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:19:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:05 smithi172 ceph-mon[103696]: pgmap v18705: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:19:05.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:05.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:06.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:06.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:07 smithi050 ceph-mon[92315]: pgmap v18706: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:07 smithi172 ceph-mon[103696]: pgmap v18706: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:07.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:07.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:08.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:08.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:09 smithi050 ceph-mon[92315]: pgmap v18707: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:09 smithi172 ceph-mon[103696]: pgmap v18707: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:09.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:09.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:10.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:10.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:11 smithi050 ceph-mon[92315]: pgmap v18708: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:11.654 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:11 smithi172 ceph-mon[103696]: pgmap v18708: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:11.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:11.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:12.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:12.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:13 smithi050 ceph-mon[92315]: pgmap v18709: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:19:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:13 smithi172 ceph-mon[103696]: pgmap v18709: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:19:13.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:13.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:14.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:14.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:15 smithi050 ceph-mon[92315]: pgmap v18710: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:15 smithi172 ceph-mon[103696]: pgmap v18710: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:15.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:15.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:16.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:16.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:17 smithi050 ceph-mon[92315]: pgmap v18711: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:19:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:17 smithi172 ceph-mon[103696]: pgmap v18711: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:19:17.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:17.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:19:18.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:19:18.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:19:18.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:19:18.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:19:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:19:18.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:19:18.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:19:18.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:19:18.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:19:18.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:18.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:19 smithi050 ceph-mon[92315]: pgmap v18712: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:19 smithi172 ceph-mon[103696]: pgmap v18712: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:19.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:19.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:19:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:19:20.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:20.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:21 smithi050 ceph-mon[92315]: pgmap v18713: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:21.693 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:21 smithi172 ceph-mon[103696]: pgmap v18713: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:21.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:21.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:22.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:22.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:23 smithi050 ceph-mon[92315]: pgmap v18714: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:19:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:23 smithi172 ceph-mon[103696]: pgmap v18714: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:19:23.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:23.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:24.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:24.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:25 smithi050 ceph-mon[92315]: pgmap v18715: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:25 smithi172 ceph-mon[103696]: pgmap v18715: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:25.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:25.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:26.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:26.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:27 smithi050 ceph-mon[92315]: pgmap v18716: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:27 smithi172 ceph-mon[103696]: pgmap v18716: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:27.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:27.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:28 smithi050 ceph-mon[92315]: pgmap v18717: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:28 smithi172 ceph-mon[103696]: pgmap v18717: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:28.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:28.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:29.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:29.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:30.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:30.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:30 smithi050 ceph-mon[92315]: pgmap v18718: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:30 smithi172 ceph-mon[103696]: pgmap v18718: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:31.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:31.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:32.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:32.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:33 smithi050 ceph-mon[92315]: pgmap v18719: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:19:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:33 smithi172 ceph-mon[103696]: pgmap v18719: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:19:33.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:33.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:34.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:34.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:35 smithi050 ceph-mon[92315]: pgmap v18720: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:19:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:35 smithi172 ceph-mon[103696]: pgmap v18720: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:19:35.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:35.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:36.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:36.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:37 smithi172 ceph-mon[103696]: pgmap v18721: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:37 smithi050 ceph-mon[92315]: pgmap v18721: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:37.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:37.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:38.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:38.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:39 smithi050 ceph-mon[92315]: pgmap v18722: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:39 smithi172 ceph-mon[103696]: pgmap v18722: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:39.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:39.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:40.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:40.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:41 smithi050 ceph-mon[92315]: pgmap v18723: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:41 smithi172 ceph-mon[103696]: pgmap v18723: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:41.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:41.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:42.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:43.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:43 smithi050 ceph-mon[92315]: pgmap v18724: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:19:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:43 smithi172 ceph-mon[103696]: pgmap v18724: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:19:43.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:43.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:44.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:44.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:45 smithi050 ceph-mon[92315]: pgmap v18725: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:45 smithi172 ceph-mon[103696]: pgmap v18725: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:45.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:45.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:46.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:46.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:47 smithi172 ceph-mon[103696]: pgmap v18726: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:47 smithi050 ceph-mon[92315]: pgmap v18726: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:47.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:47.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:48.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:48.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:49 smithi050 ceph-mon[92315]: pgmap v18727: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:49 smithi172 ceph-mon[103696]: pgmap v18727: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:49.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:49.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:19:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:19:50.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:50.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:51 smithi050 ceph-mon[92315]: pgmap v18728: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:51.688 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:51 smithi172 ceph-mon[103696]: pgmap v18728: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:51.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:51.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:52.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:53.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:53 smithi050 ceph-mon[92315]: pgmap v18729: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:19:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:53 smithi172 ceph-mon[103696]: pgmap v18729: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:19:53.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:53.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:54.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:54.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:55 smithi050 ceph-mon[92315]: pgmap v18730: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:55 smithi172 ceph-mon[103696]: pgmap v18730: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:55.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:55.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:56.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:56.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:57 smithi050 ceph-mon[92315]: pgmap v18731: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:57 smithi172 ceph-mon[103696]: pgmap v18731: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:58.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:58.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:59.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:19:59.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:19:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:19:59 smithi050 ceph-mon[92315]: pgmap v18732: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:19:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:19:59 smithi172 ceph-mon[103696]: pgmap v18732: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:00.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:00.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:00.558 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-10-01T00:20:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-10-01T00:20:01.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:01.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:01 smithi050 ceph-mon[92315]: pgmap v18733: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:01 smithi172 ceph-mon[103696]: pgmap v18733: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:02.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:02.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:03.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:03.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:03.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:03 smithi050 ceph-mon[92315]: pgmap v18734: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:20:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:03 smithi172 ceph-mon[103696]: pgmap v18734: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:20:04.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:04.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:04 smithi050 ceph-mon[92315]: pgmap v18735: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:04 smithi172 ceph-mon[103696]: pgmap v18735: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:05.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:05.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:20:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:20:06.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:06.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:06 smithi050 ceph-mon[92315]: pgmap v18736: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:06 smithi172 ceph-mon[103696]: pgmap v18736: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:07.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:07.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:08.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:08.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:09.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:09.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:09 smithi050 ceph-mon[92315]: pgmap v18737: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:09 smithi172 ceph-mon[103696]: pgmap v18737: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:10.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:10.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:11.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:11.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:11 smithi050 ceph-mon[92315]: pgmap v18738: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:11.861 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:11 smithi172 ceph-mon[103696]: pgmap v18738: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:12.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:12.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:13.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:13.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:13 smithi050 ceph-mon[92315]: pgmap v18739: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:20:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:13 smithi172 ceph-mon[103696]: pgmap v18739: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:20:14.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:14.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:15.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:15.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:15 smithi050 ceph-mon[92315]: pgmap v18740: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:15 smithi172 ceph-mon[103696]: pgmap v18740: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:16.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:16.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:17.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:17.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:17.443 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:17 smithi172 ceph-mon[103696]: pgmap v18741: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:17 smithi050 ceph-mon[92315]: pgmap v18741: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:18.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:18.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:20:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:20:19.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:19.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:19 smithi050 ceph-mon[92315]: pgmap v18742: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:20:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:20:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:20:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:20:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:20:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:20:19.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:20:19.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:20:19.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:20:19.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:20:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:19 smithi172 ceph-mon[103696]: pgmap v18742: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:20:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:20:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:20:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:20:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:20:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:20:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:20:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:20:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:20:19.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:20:20.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:20.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:20 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1396M 2023-10-01T00:20:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:20:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:20 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1396M 2023-10-01T00:20:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:20:21.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:22.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:22.047 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:21 smithi172 ceph-mon[103696]: pgmap v18743: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:22.047 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:21 smithi050 ceph-mon[92315]: pgmap v18743: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:22.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:22.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:23.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:23.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:23.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:23 smithi050 ceph-mon[92315]: pgmap v18744: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:20:23.953 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:23 smithi172 ceph-mon[103696]: pgmap v18744: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:20:24.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:24.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:25.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:25.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:25 smithi050 ceph-mon[92315]: pgmap v18745: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:25 smithi172 ceph-mon[103696]: pgmap v18745: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:26.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:26.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:27.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:27.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:27 smithi050 ceph-mon[92315]: pgmap v18746: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:27.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:27 smithi172 ceph-mon[103696]: pgmap v18746: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:28.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:28.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:29.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:29.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:29 smithi050 ceph-mon[92315]: pgmap v18747: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:29 smithi172 ceph-mon[103696]: pgmap v18747: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:30.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:30.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:31.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:31.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:31.580 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:31 smithi050 ceph-mon[92315]: pgmap v18748: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:31 smithi172 ceph-mon[103696]: pgmap v18748: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:32.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:32.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:33.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:33.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:33 smithi050 ceph-mon[92315]: pgmap v18749: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:20:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:33 smithi172 ceph-mon[103696]: pgmap v18749: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:20:34.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:34.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:35.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:35.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:35 smithi050 ceph-mon[92315]: pgmap v18750: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:20:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:35 smithi172 ceph-mon[103696]: pgmap v18750: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:20:36.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:36.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:36 smithi050 ceph-mon[92315]: pgmap v18751: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:36 smithi172 ceph-mon[103696]: pgmap v18751: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:37.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:37.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:38.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:38.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:39.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:39.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:39 smithi050 ceph-mon[92315]: pgmap v18752: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:39.922 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:39 smithi172 ceph-mon[103696]: pgmap v18752: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:40.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:40.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:41.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:41.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:41 smithi050 ceph-mon[92315]: pgmap v18753: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:41.640 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:41 smithi172 ceph-mon[103696]: pgmap v18753: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:42.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:42.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:43.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:43.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:43 smithi050 ceph-mon[92315]: pgmap v18754: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:20:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:43 smithi172 ceph-mon[103696]: pgmap v18754: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:20:44.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:44.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:45.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:45.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:45 smithi050 ceph-mon[92315]: pgmap v18755: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:45 smithi172 ceph-mon[103696]: pgmap v18755: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:46.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:46.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:47.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:47.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:47 smithi050 ceph-mon[92315]: pgmap v18756: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:47 smithi172 ceph-mon[103696]: pgmap v18756: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:48.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:48.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:49.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:49.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:49 smithi050 ceph-mon[92315]: pgmap v18757: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:49 smithi172 ceph-mon[103696]: pgmap v18757: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:50.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:50.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:20:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:20:51.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:51.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:51 smithi050 ceph-mon[92315]: pgmap v18758: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:51 smithi172 ceph-mon[103696]: pgmap v18758: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:52.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:52.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:53.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:53.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:53 smithi050 ceph-mon[92315]: pgmap v18759: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:20:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:53 smithi172 ceph-mon[103696]: pgmap v18759: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:20:54.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:54.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:55.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:55.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:55 smithi050 ceph-mon[92315]: pgmap v18760: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:55 smithi172 ceph-mon[103696]: pgmap v18760: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:56.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:56.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:57.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:57.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:57 smithi050 ceph-mon[92315]: pgmap v18761: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:57 smithi172 ceph-mon[103696]: pgmap v18761: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:58.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:58.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:59.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:20:59.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:20:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:20:59 smithi050 ceph-mon[92315]: pgmap v18762: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:20:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:20:59 smithi172 ceph-mon[103696]: pgmap v18762: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:00.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:00.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:01.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:01.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:01 smithi050 ceph-mon[92315]: pgmap v18763: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:01 smithi172 ceph-mon[103696]: pgmap v18763: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:02.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:02.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:03.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:03.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:03 smithi050 ceph-mon[92315]: pgmap v18764: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:21:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:03 smithi172 ceph-mon[103696]: pgmap v18764: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:21:04.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:04.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:04 smithi050 ceph-mon[92315]: pgmap v18765: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:04 smithi172 ceph-mon[103696]: pgmap v18765: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:05.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:05.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:21:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:21:06.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:06.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:06 smithi050 ceph-mon[92315]: pgmap v18766: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:06 smithi172 ceph-mon[103696]: pgmap v18766: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:07.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:07.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:08.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:08.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:09.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:09.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:09 smithi050 ceph-mon[92315]: pgmap v18767: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:09 smithi172 ceph-mon[103696]: pgmap v18767: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:10.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:10.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:11.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:11.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:11 smithi050 ceph-mon[92315]: pgmap v18768: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:11 smithi172 ceph-mon[103696]: pgmap v18768: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:12.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:12.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:13.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:13.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:13.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:13 smithi172 ceph-mon[103696]: pgmap v18769: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:21:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:13 smithi050 ceph-mon[92315]: pgmap v18769: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:21:14.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:14.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:15.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:15.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:15.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:15 smithi050 ceph-mon[92315]: pgmap v18770: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:15 smithi172 ceph-mon[103696]: pgmap v18770: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:16.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:16.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:17.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:17.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:17 smithi050 ceph-mon[92315]: pgmap v18771: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:17 smithi172 ceph-mon[103696]: pgmap v18771: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:18.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:18.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:19.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:19.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:19 smithi050 ceph-mon[92315]: pgmap v18772: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:21:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:19 smithi172 ceph-mon[103696]: pgmap v18772: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:21:20.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:20.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:21:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:21:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:21:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:21:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:21:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:21:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:21:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:21:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:21:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:21:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:21:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:21:21.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:21.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:21 smithi050 ceph-mon[92315]: pgmap v18773: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:21 smithi172 ceph-mon[103696]: pgmap v18773: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:22.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:22.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:23.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:23.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:23 smithi050 ceph-mon[92315]: pgmap v18774: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:21:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:23 smithi172 ceph-mon[103696]: pgmap v18774: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:21:24.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:24.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:25.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:25.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:25 smithi050 ceph-mon[92315]: pgmap v18775: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:25 smithi172 ceph-mon[103696]: pgmap v18775: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:26.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:26.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:27.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:27.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:27 smithi050 ceph-mon[92315]: pgmap v18776: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:27 smithi172 ceph-mon[103696]: pgmap v18776: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:28.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:28.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:29.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:29.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:29.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:29 smithi050 ceph-mon[92315]: pgmap v18777: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:29 smithi172 ceph-mon[103696]: pgmap v18777: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:30.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:30.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:31.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:31.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:31 smithi050 ceph-mon[92315]: pgmap v18778: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:31 smithi172 ceph-mon[103696]: pgmap v18778: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:32.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:32.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:33.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:33.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:33 smithi050 ceph-mon[92315]: pgmap v18779: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:21:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:33 smithi172 ceph-mon[103696]: pgmap v18779: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:21:34.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:34.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:35.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:35.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:35 smithi050 ceph-mon[92315]: pgmap v18780: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:21:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:35 smithi172 ceph-mon[103696]: pgmap v18780: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:21:36.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:36.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:37.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:37.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:37 smithi050 ceph-mon[92315]: pgmap v18781: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:37 smithi172 ceph-mon[103696]: pgmap v18781: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:38.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:38.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:38 smithi050 ceph-mon[92315]: pgmap v18782: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:38 smithi172 ceph-mon[103696]: pgmap v18782: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:39.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:39.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:40.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:40.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:41.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:41.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:41.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:40 smithi050 ceph-mon[92315]: pgmap v18783: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:40 smithi172 ceph-mon[103696]: pgmap v18783: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:42.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:42.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:43.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:43.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:43 smithi050 ceph-mon[92315]: pgmap v18784: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:21:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:43 smithi172 ceph-mon[103696]: pgmap v18784: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:21:44.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:44.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:45.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:45.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:45 smithi050 ceph-mon[92315]: pgmap v18785: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:45 smithi172 ceph-mon[103696]: pgmap v18785: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:46.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:46.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:47.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:47.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:47 smithi050 ceph-mon[92315]: pgmap v18786: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:47 smithi172 ceph-mon[103696]: pgmap v18786: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:48.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:48.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:49.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:49.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:49 smithi050 ceph-mon[92315]: pgmap v18787: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:49.879 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:49 smithi172 ceph-mon[103696]: pgmap v18787: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:50.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:50.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:21:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:21:51.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:51.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:51 smithi050 ceph-mon[92315]: pgmap v18788: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:51 smithi172 ceph-mon[103696]: pgmap v18788: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:52.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:52.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:53.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:53.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:53 smithi050 ceph-mon[92315]: pgmap v18789: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:21:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:53 smithi172 ceph-mon[103696]: pgmap v18789: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:21:54.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:54.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:55.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:55.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:55 smithi050 ceph-mon[92315]: pgmap v18790: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:55 smithi172 ceph-mon[103696]: pgmap v18790: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:56.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:56.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:57.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:57.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:57.557 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:57 smithi050 ceph-mon[92315]: pgmap v18791: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:57 smithi172 ceph-mon[103696]: pgmap v18791: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:58.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:58.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:59.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:21:59.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:21:59.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:21:59 smithi050 ceph-mon[92315]: pgmap v18792: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:21:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:21:59 smithi172 ceph-mon[103696]: pgmap v18792: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:00.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:00.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:01.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:01.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:01 smithi050 ceph-mon[92315]: pgmap v18793: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:01 smithi172 ceph-mon[103696]: pgmap v18793: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:02.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:02.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:03.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:03.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:03.550 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:03 smithi172 ceph-mon[103696]: pgmap v18794: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:22:03.787 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:03 smithi050 ceph-mon[92315]: pgmap v18794: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:22:04.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:04.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:04 smithi050 ceph-mon[92315]: pgmap v18795: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:04 smithi172 ceph-mon[103696]: pgmap v18795: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:05.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:05.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:22:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:22:06.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:06.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:06 smithi050 ceph-mon[92315]: pgmap v18796: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:06 smithi172 ceph-mon[103696]: pgmap v18796: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:07.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:07.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:08.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:08.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:09.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:09.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:09 smithi050 ceph-mon[92315]: pgmap v18797: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:09 smithi172 ceph-mon[103696]: pgmap v18797: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:10.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:10.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:11.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:11.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:11 smithi050 ceph-mon[92315]: pgmap v18798: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:11 smithi172 ceph-mon[103696]: pgmap v18798: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:12.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:12.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:13.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:13.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:13 smithi050 ceph-mon[92315]: pgmap v18799: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:22:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:13 smithi172 ceph-mon[103696]: pgmap v18799: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:22:14.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:14.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:15.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:15.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:15 smithi050 ceph-mon[92315]: pgmap v18800: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:15 smithi172 ceph-mon[103696]: pgmap v18800: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:16.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:16.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:17.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:17.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:17 smithi050 ceph-mon[92315]: pgmap v18801: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:17 smithi172 ceph-mon[103696]: pgmap v18801: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:18.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:18.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:19.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:19.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:19 smithi050 ceph-mon[92315]: pgmap v18802: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:19 smithi172 ceph-mon[103696]: pgmap v18802: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:20.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:20.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:22:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:22:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:22:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:22:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:22:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:22:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:22:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:22:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:22:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:22:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:22:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:22:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:22:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:22:21.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:21.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:21 smithi050 ceph-mon[92315]: pgmap v18803: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:21 smithi172 ceph-mon[103696]: pgmap v18803: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:22.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:22.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:23.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:23.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:23 smithi050 ceph-mon[92315]: pgmap v18804: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:22:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:23 smithi172 ceph-mon[103696]: pgmap v18804: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:22:24.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:24.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:25.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:25.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:25 smithi050 ceph-mon[92315]: pgmap v18805: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:25 smithi172 ceph-mon[103696]: pgmap v18805: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:26.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:26.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:27.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:27.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:27 smithi050 ceph-mon[92315]: pgmap v18806: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:27 smithi172 ceph-mon[103696]: pgmap v18806: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:28.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:28.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:29.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:29.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:29 smithi050 ceph-mon[92315]: pgmap v18807: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:29 smithi172 ceph-mon[103696]: pgmap v18807: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:30.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:30.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:30 smithi050 ceph-mon[92315]: pgmap v18808: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:30 smithi172 ceph-mon[103696]: pgmap v18808: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:31.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:31.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:32.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:32.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:33.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:33.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:33 smithi050 ceph-mon[92315]: pgmap v18809: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:22:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:33 smithi172 ceph-mon[103696]: pgmap v18809: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:22:34.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:34.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:35.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:35.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:35 smithi050 ceph-mon[92315]: pgmap v18810: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:22:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:35 smithi172 ceph-mon[103696]: pgmap v18810: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:35.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:22:36.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:36.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:37.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:37.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:37 smithi050 ceph-mon[92315]: pgmap v18811: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:37 smithi172 ceph-mon[103696]: pgmap v18811: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:38.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:38.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:39.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:39.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:39 smithi050 ceph-mon[92315]: pgmap v18812: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:39 smithi172 ceph-mon[103696]: pgmap v18812: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:40.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:40.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:41.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:41.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:41 smithi050 ceph-mon[92315]: pgmap v18813: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:41 smithi172 ceph-mon[103696]: pgmap v18813: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:42.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:42.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:43.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:43.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:43.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:43 smithi050 ceph-mon[92315]: pgmap v18814: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:22:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:43 smithi172 ceph-mon[103696]: pgmap v18814: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:22:44.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:44.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:45.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:45.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:45 smithi050 ceph-mon[92315]: pgmap v18815: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:45 smithi172 ceph-mon[103696]: pgmap v18815: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:46.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:46.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:47.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:47.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:47 smithi050 ceph-mon[92315]: pgmap v18816: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:47 smithi172 ceph-mon[103696]: pgmap v18816: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:48.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:48.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:49.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:49.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:49.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:49 smithi172 ceph-mon[103696]: pgmap v18817: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:49 smithi050 ceph-mon[92315]: pgmap v18817: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:50.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:50.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:22:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:22:51.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:51.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:51 smithi050 ceph-mon[92315]: pgmap v18818: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:51 smithi172 ceph-mon[103696]: pgmap v18818: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:52.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:52.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:53.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:53.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:53 smithi050 ceph-mon[92315]: pgmap v18819: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:22:53.642 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:53 smithi172 ceph-mon[103696]: pgmap v18819: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:22:54.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:54.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:55.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:55.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:55 smithi050 ceph-mon[92315]: pgmap v18820: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:55 smithi172 ceph-mon[103696]: pgmap v18820: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:56.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:56.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:56 smithi050 ceph-mon[92315]: pgmap v18821: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:56 smithi172 ceph-mon[103696]: pgmap v18821: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:57.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:57.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:58.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:58.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:59.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:22:59.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:22:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:22:59 smithi050 ceph-mon[92315]: pgmap v18822: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:22:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:22:59 smithi172 ceph-mon[103696]: pgmap v18822: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:00.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:00.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:01.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:01.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:01 smithi050 ceph-mon[92315]: pgmap v18823: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:01 smithi172 ceph-mon[103696]: pgmap v18823: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:02.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:02.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:03.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:03.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:03 smithi050 ceph-mon[92315]: pgmap v18824: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:23:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:03 smithi172 ceph-mon[103696]: pgmap v18824: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:23:04.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:04.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:05.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:05.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:05 smithi050 ceph-mon[92315]: pgmap v18825: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:23:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:05 smithi172 ceph-mon[103696]: pgmap v18825: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:23:06.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:06.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:07.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:07.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:07 smithi050 ceph-mon[92315]: pgmap v18826: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:07 smithi172 ceph-mon[103696]: pgmap v18826: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:08.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:08.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:09.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:09.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:09 smithi050 ceph-mon[92315]: pgmap v18827: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:09 smithi172 ceph-mon[103696]: pgmap v18827: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:10.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:10.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:11.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:11.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:11 smithi050 ceph-mon[92315]: pgmap v18828: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:11 smithi172 ceph-mon[103696]: pgmap v18828: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:12.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:12.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:13.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:13.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:13 smithi050 ceph-mon[92315]: pgmap v18829: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:23:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:13 smithi172 ceph-mon[103696]: pgmap v18829: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:23:14.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:14.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:15.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:15.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:15 smithi050 ceph-mon[92315]: pgmap v18830: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:15 smithi172 ceph-mon[103696]: pgmap v18830: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:16.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:16.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:17.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:17.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:17 smithi050 ceph-mon[92315]: pgmap v18831: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:17 smithi172 ceph-mon[103696]: pgmap v18831: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:18.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:18.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:19.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:19.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:19 smithi050 ceph-mon[92315]: pgmap v18832: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:19 smithi172 ceph-mon[103696]: pgmap v18832: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:20.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:20.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:23:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:23:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:23:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:23:21.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:21.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:21 smithi050 ceph-mon[92315]: pgmap v18833: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:21 smithi172 ceph-mon[103696]: pgmap v18833: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:22.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:22.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:23.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:23.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:23.536 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:23 smithi050 ceph-mon[92315]: pgmap v18834: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:23:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:23 smithi172 ceph-mon[103696]: pgmap v18834: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:23:24.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:24.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:25.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:25.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:25 smithi050 ceph-mon[92315]: pgmap v18835: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:25.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:23:25.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:23:25.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:25 smithi172 ceph-mon[103696]: pgmap v18835: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:25.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:23:25.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:23:26.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:26.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:23:26.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:23:26.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:23:26.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:23:26.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:23:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:23:26.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:23:26.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:23:26.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:23:26.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:23:27.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:27.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:27 smithi050 ceph-mon[92315]: pgmap v18836: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:27 smithi172 ceph-mon[103696]: pgmap v18836: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:28.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:28.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:29.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:29.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:29 smithi050 ceph-mon[92315]: pgmap v18837: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:29 smithi172 ceph-mon[103696]: pgmap v18837: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:30.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:30.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:31.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:31.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:31 smithi050 ceph-mon[92315]: pgmap v18838: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:31 smithi172 ceph-mon[103696]: pgmap v18838: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:32.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:32.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:33.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:33.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:33.824 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:33 smithi172 ceph-mon[103696]: pgmap v18839: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:23:33.824 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:33 smithi050 ceph-mon[92315]: pgmap v18839: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:23:34.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:34.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:35.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:35.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:35 smithi050 ceph-mon[92315]: pgmap v18840: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:23:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:35 smithi172 ceph-mon[103696]: pgmap v18840: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:23:36.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:36.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:37.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:37.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:37 smithi050 ceph-mon[92315]: pgmap v18841: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:37 smithi172 ceph-mon[103696]: pgmap v18841: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:38.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:38.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:39.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:39.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:39.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:39 smithi172 ceph-mon[103696]: pgmap v18842: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:39 smithi050 ceph-mon[92315]: pgmap v18842: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:40.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:40.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:41.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:41.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:41.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:41 smithi050 ceph-mon[92315]: pgmap v18843: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:41 smithi172 ceph-mon[103696]: pgmap v18843: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:42.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:42.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:43.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:43.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:43 smithi050 ceph-mon[92315]: pgmap v18844: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:23:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:43 smithi172 ceph-mon[103696]: pgmap v18844: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:23:44.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:44.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:45.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:45.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:45 smithi050 ceph-mon[92315]: pgmap v18845: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:45.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:45 smithi172 ceph-mon[103696]: pgmap v18845: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:46.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:46.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:46 smithi050 ceph-mon[92315]: pgmap v18846: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:46 smithi172 ceph-mon[103696]: pgmap v18846: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:47.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:47.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:48.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:48.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:49.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:49.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:49 smithi050 ceph-mon[92315]: pgmap v18847: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:49 smithi172 ceph-mon[103696]: pgmap v18847: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:50.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:50.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:23:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:23:51.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:51.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:51.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:51 smithi050 ceph-mon[92315]: pgmap v18848: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:51 smithi172 ceph-mon[103696]: pgmap v18848: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:52.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:52.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:53.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:53.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:53.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:53 smithi050 ceph-mon[92315]: pgmap v18849: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:23:53.841 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:53 smithi172 ceph-mon[103696]: pgmap v18849: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:23:54.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:54.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:55.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:55.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:55 smithi050 ceph-mon[92315]: pgmap v18850: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:55 smithi172 ceph-mon[103696]: pgmap v18850: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:56.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:56.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:57.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:57.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:57 smithi050 ceph-mon[92315]: pgmap v18851: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:57 smithi172 ceph-mon[103696]: pgmap v18851: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:58.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:58.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:59.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:23:59.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:23:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:23:59 smithi050 ceph-mon[92315]: pgmap v18852: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:23:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:23:59 smithi172 ceph-mon[103696]: pgmap v18852: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:00.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:00.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:01.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:01.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:01 smithi050 ceph-mon[92315]: pgmap v18853: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:01 smithi172 ceph-mon[103696]: pgmap v18853: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:02.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:02.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:03.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:03.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:03 smithi050 ceph-mon[92315]: pgmap v18854: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:24:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:03 smithi172 ceph-mon[103696]: pgmap v18854: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:24:04.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:04.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:04 smithi050 ceph-mon[92315]: pgmap v18855: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:04 smithi172 ceph-mon[103696]: pgmap v18855: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:05.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:05.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:24:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:24:06.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:06.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:06 smithi050 ceph-mon[92315]: pgmap v18856: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:06 smithi172 ceph-mon[103696]: pgmap v18856: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:07.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:07.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:08.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:08.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:09 smithi050 ceph-mon[92315]: pgmap v18857: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:09.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:09.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:09 smithi172 ceph-mon[103696]: pgmap v18857: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:10.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:10.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:11.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:11.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:11 smithi050 ceph-mon[92315]: pgmap v18858: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:11 smithi172 ceph-mon[103696]: pgmap v18858: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:12.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:12.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:13.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:13.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:13 smithi050 ceph-mon[92315]: pgmap v18859: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:24:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:13 smithi172 ceph-mon[103696]: pgmap v18859: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:24:14.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:14.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:15.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:15.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:15 smithi050 ceph-mon[92315]: pgmap v18860: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:15 smithi172 ceph-mon[103696]: pgmap v18860: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:16.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:16.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:17.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:17.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:17 smithi050 ceph-mon[92315]: pgmap v18861: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:17 smithi172 ceph-mon[103696]: pgmap v18861: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:18.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:18.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:19.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:19.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:19 smithi050 ceph-mon[92315]: pgmap v18862: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:19 smithi172 ceph-mon[103696]: pgmap v18862: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:20.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:20.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:24:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:24:21.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:21.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:21 smithi050 ceph-mon[92315]: pgmap v18863: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:21 smithi172 ceph-mon[103696]: pgmap v18863: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:22.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:22.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:23.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:23.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:23 smithi050 ceph-mon[92315]: pgmap v18864: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:24:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:23 smithi172 ceph-mon[103696]: pgmap v18864: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:24:24.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:24.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:25 smithi172 ceph-mon[103696]: pgmap v18865: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:25.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:25.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:25.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:25 smithi050 ceph-mon[92315]: pgmap v18865: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:26.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:26.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:24:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:24:26.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:24:26.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:24:26.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:24:26.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:24:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:24:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:24:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:24:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:24:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:24:26.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:24:27.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:27.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:27 smithi050 ceph-mon[92315]: pgmap v18866: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:27.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:27 smithi172 ceph-mon[103696]: pgmap v18866: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:28.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:28.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:28 smithi050 ceph-mon[92315]: pgmap v18867: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:28 smithi172 ceph-mon[103696]: pgmap v18867: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:29.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:29.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:30.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:30.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:31 smithi050 ceph-mon[92315]: pgmap v18868: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:31 smithi172 ceph-mon[103696]: pgmap v18868: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:31.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:31.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:32.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:32.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:33.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:33.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:33 smithi050 ceph-mon[92315]: pgmap v18869: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:24:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:33 smithi172 ceph-mon[103696]: pgmap v18869: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:24:34.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:34.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:35.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:35.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:35 smithi050 ceph-mon[92315]: pgmap v18870: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:24:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:35 smithi172 ceph-mon[103696]: pgmap v18870: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:24:36.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:36.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:37.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:37.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:37 smithi050 ceph-mon[92315]: pgmap v18871: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:37 smithi172 ceph-mon[103696]: pgmap v18871: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:38.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:38.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:39.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:39.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:39 smithi050 ceph-mon[92315]: pgmap v18872: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:39 smithi172 ceph-mon[103696]: pgmap v18872: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:40.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:40.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:41.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:41.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:41 smithi050 ceph-mon[92315]: pgmap v18873: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:41 smithi172 ceph-mon[103696]: pgmap v18873: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:42.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:42.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:43.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:43.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:43 smithi050 ceph-mon[92315]: pgmap v18874: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:24:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:43 smithi172 ceph-mon[103696]: pgmap v18874: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:24:44.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:44.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:45.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:45.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:45 smithi050 ceph-mon[92315]: pgmap v18875: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:45.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:45 smithi172 ceph-mon[103696]: pgmap v18875: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:46.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:46.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:47.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:47.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:47 smithi050 ceph-mon[92315]: pgmap v18876: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:47 smithi172 ceph-mon[103696]: pgmap v18876: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:48.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:48.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:49.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:49.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:49 smithi050 ceph-mon[92315]: pgmap v18877: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:49 smithi172 ceph-mon[103696]: pgmap v18877: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:50.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:50.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:24:50.709 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:24:51.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:51.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:51 smithi050 ceph-mon[92315]: pgmap v18878: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:51 smithi172 ceph-mon[103696]: pgmap v18878: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:52.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:52.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:53.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:53.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:53 smithi050 ceph-mon[92315]: pgmap v18879: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:24:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:53 smithi172 ceph-mon[103696]: pgmap v18879: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:24:54.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:54.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:55.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:55.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:55 smithi050 ceph-mon[92315]: pgmap v18880: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:55 smithi172 ceph-mon[103696]: pgmap v18880: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:56.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:56.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:57.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:57.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:57 smithi050 ceph-mon[92315]: pgmap v18881: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:57 smithi172 ceph-mon[103696]: pgmap v18881: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:58.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:58.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:59.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:24:59.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:24:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:24:59 smithi050 ceph-mon[92315]: pgmap v18882: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:24:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:24:59 smithi172 ceph-mon[103696]: pgmap v18882: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:00.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:00.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:01.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:01.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:01 smithi050 ceph-mon[92315]: pgmap v18883: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:01 smithi172 ceph-mon[103696]: pgmap v18883: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:02.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:02.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:03.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:03.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:03 smithi050 ceph-mon[92315]: pgmap v18884: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:25:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:03 smithi172 ceph-mon[103696]: pgmap v18884: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:25:04.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:04.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:05.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:05.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:05 smithi050 ceph-mon[92315]: pgmap v18885: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:25:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:05 smithi172 ceph-mon[103696]: pgmap v18885: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:25:06.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:06.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:07.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:07.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:07 smithi050 ceph-mon[92315]: pgmap v18886: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:07 smithi172 ceph-mon[103696]: pgmap v18886: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:08.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:08.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:09.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:09.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:09 smithi050 ceph-mon[92315]: pgmap v18887: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:09 smithi172 ceph-mon[103696]: pgmap v18887: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:10.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:10.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:11.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:11.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:11 smithi050 ceph-mon[92315]: pgmap v18888: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:11 smithi172 ceph-mon[103696]: pgmap v18888: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:12.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:12.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:13.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:13.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:13 smithi050 ceph-mon[92315]: pgmap v18889: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:25:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:13 smithi172 ceph-mon[103696]: pgmap v18889: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:25:14.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:14.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:15.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:15.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:15.554 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:15 smithi172 ceph-mon[103696]: pgmap v18890: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:15 smithi050 ceph-mon[92315]: pgmap v18890: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:16.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:16.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:17.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:17.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:17 smithi050 ceph-mon[92315]: pgmap v18891: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:17 smithi172 ceph-mon[103696]: pgmap v18891: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:18.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:18.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:19.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:19.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:19 smithi050 ceph-mon[92315]: pgmap v18892: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:19 smithi172 ceph-mon[103696]: pgmap v18892: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:20.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:20.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:25:20.606 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:25:21.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:21.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:21 smithi050 ceph-mon[92315]: pgmap v18893: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:21 smithi172 ceph-mon[103696]: pgmap v18893: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:22.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:22.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:23.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:23.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:23 smithi050 ceph-mon[92315]: pgmap v18894: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:25:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:23 smithi172 ceph-mon[103696]: pgmap v18894: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:25:24.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:24.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:25.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:25.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:25 smithi050 ceph-mon[92315]: pgmap v18895: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:25 smithi172 ceph-mon[103696]: pgmap v18895: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:26.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:26.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:25:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:25:27.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:27.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:27 smithi050 ceph-mon[92315]: pgmap v18896: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:27 smithi172 ceph-mon[103696]: pgmap v18896: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:28.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:28.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:28 smithi050 ceph-mon[92315]: pgmap v18897: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:28 smithi172 ceph-mon[103696]: pgmap v18897: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:29.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:29.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:30.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:30.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:31 smithi050 ceph-mon[92315]: pgmap v18898: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:31 smithi172 ceph-mon[103696]: pgmap v18898: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:31.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:31.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:32.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:32.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:33.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:33.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:33 smithi050 ceph-mon[92315]: pgmap v18899: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:25:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:33 smithi172 ceph-mon[103696]: pgmap v18899: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:25:34.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:34.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:25:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:25:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:25:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:25:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:25:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:25:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:25:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:34 smithi050 ceph-mon[92315]: pgmap v18900: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:25:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:25:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:25:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:25:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:25:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:25:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:25:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:34 smithi172 ceph-mon[103696]: pgmap v18900: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:35.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:35.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:25:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:25:36.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:36.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:36 smithi050 ceph-mon[92315]: pgmap v18901: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:36 smithi172 ceph-mon[103696]: pgmap v18901: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:37.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:37.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:38.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:38.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:39.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:39.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:39 smithi050 ceph-mon[92315]: pgmap v18902: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:39 smithi172 ceph-mon[103696]: pgmap v18902: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:40.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:40.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:41.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:41.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:41 smithi050 ceph-mon[92315]: pgmap v18903: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:41 smithi172 ceph-mon[103696]: pgmap v18903: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:42.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:42.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:43.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:43.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:43 smithi050 ceph-mon[92315]: pgmap v18904: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:25:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:43 smithi172 ceph-mon[103696]: pgmap v18904: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:25:44.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:44.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:45.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:45.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:45 smithi050 ceph-mon[92315]: pgmap v18905: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:45 smithi172 ceph-mon[103696]: pgmap v18905: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:46.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:46.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:47.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:47.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:47 smithi050 ceph-mon[92315]: pgmap v18906: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:47 smithi172 ceph-mon[103696]: pgmap v18906: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:48.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:48.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:49.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:49.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:49 smithi050 ceph-mon[92315]: pgmap v18907: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:49 smithi172 ceph-mon[103696]: pgmap v18907: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:50.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:50.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:25:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:25:51.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:51.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:51 smithi050 ceph-mon[92315]: pgmap v18908: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:51 smithi172 ceph-mon[103696]: pgmap v18908: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:52.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:52.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:53.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:53.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:53 smithi050 ceph-mon[92315]: pgmap v18909: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:25:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:53 smithi172 ceph-mon[103696]: pgmap v18909: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:25:54.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:54.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:54 smithi050 ceph-mon[92315]: pgmap v18910: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:54 smithi172 ceph-mon[103696]: pgmap v18910: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:55.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:55.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:56.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:56.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:57 smithi050 ceph-mon[92315]: pgmap v18911: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:57.424 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:57 smithi172 ceph-mon[103696]: pgmap v18911: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:57.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:57.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:58.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:58.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:25:59 smithi050 ceph-mon[92315]: pgmap v18912: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:25:59.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:25:59.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:25:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:25:59 smithi172 ceph-mon[103696]: pgmap v18912: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:00.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:00.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:01 smithi172 ceph-mon[103696]: pgmap v18913: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:01 smithi050 ceph-mon[92315]: pgmap v18913: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:01.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:01.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:02.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:02.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:03 smithi050 ceph-mon[92315]: pgmap v18914: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:26:03.766 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:03 smithi172 ceph-mon[103696]: pgmap v18914: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:26:03.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:03.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:04.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:04.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:05 smithi050 ceph-mon[92315]: pgmap v18915: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:26:05.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:05.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:05 smithi172 ceph-mon[103696]: pgmap v18915: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:26:06.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:06.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:07 smithi050 ceph-mon[92315]: pgmap v18916: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:07.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:07.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:07 smithi172 ceph-mon[103696]: pgmap v18916: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:08.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:08.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:09 smithi050 ceph-mon[92315]: pgmap v18917: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:09.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:09.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:09 smithi172 ceph-mon[103696]: pgmap v18917: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:10.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:10.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:11 smithi050 ceph-mon[92315]: pgmap v18918: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:11.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:11.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:11 smithi172 ceph-mon[103696]: pgmap v18918: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:12.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:12.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:13 smithi050 ceph-mon[92315]: pgmap v18919: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:26:13.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:13.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:13 smithi172 ceph-mon[103696]: pgmap v18919: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:26:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:14 smithi050 ceph-mon[92315]: pgmap v18920: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:14.776 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:14 smithi172 ceph-mon[103696]: pgmap v18920: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:14.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:14.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:15.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:15.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:16.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:16.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:17 smithi050 ceph-mon[92315]: pgmap v18921: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:17.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:17 smithi172 ceph-mon[103696]: pgmap v18921: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:17.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:17.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:18.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:18.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:19 smithi050 ceph-mon[92315]: pgmap v18922: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:19.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:19 smithi172 ceph-mon[103696]: pgmap v18922: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:19.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:19.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:20.539 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:26:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:26:20.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:20.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:21 smithi050 ceph-mon[92315]: pgmap v18923: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:21.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:21 smithi172 ceph-mon[103696]: pgmap v18923: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:21.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:21.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:22.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:22.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:23 smithi050 ceph-mon[92315]: pgmap v18924: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:26:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:23 smithi172 ceph-mon[103696]: pgmap v18924: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:26:23.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:23.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:24.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:24.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:25 smithi050 ceph-mon[92315]: pgmap v18925: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:25 smithi172 ceph-mon[103696]: pgmap v18925: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:25.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:25.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:26.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:26.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:27 smithi050 ceph-mon[92315]: pgmap v18926: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:27 smithi172 ceph-mon[103696]: pgmap v18926: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:27.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:27.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:28.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:28.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:29 smithi050 ceph-mon[92315]: pgmap v18927: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:29 smithi172 ceph-mon[103696]: pgmap v18927: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:29.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:29.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:30 smithi050 ceph-mon[92315]: pgmap v18928: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:30 smithi172 ceph-mon[103696]: pgmap v18928: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:30.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:30.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:31.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:31.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:32.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:32.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:33 smithi050 ceph-mon[92315]: pgmap v18929: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:26:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:33 smithi172 ceph-mon[103696]: pgmap v18929: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:26:33.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:33.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:26:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:26:34.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:34.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:35 smithi050 ceph-mon[92315]: pgmap v18930: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:26:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:26:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:26:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:26:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:26:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:26:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:26:35.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:26:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:35 smithi172 ceph-mon[103696]: pgmap v18930: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:26:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:26:35.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:26:35.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:26:35.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:26:35.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:26:35.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:26:35.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:26:35.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:35.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:36.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:36.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:37 smithi050 ceph-mon[92315]: pgmap v18931: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:37 smithi172 ceph-mon[103696]: pgmap v18931: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:37.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:37.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:38.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:38.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:39 smithi050 ceph-mon[92315]: pgmap v18932: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:39 smithi172 ceph-mon[103696]: pgmap v18932: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:39.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:39.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:40.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:40.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:41 smithi050 ceph-mon[92315]: pgmap v18933: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:41 smithi172 ceph-mon[103696]: pgmap v18933: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:41.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:41.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:42.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:42.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:43 smithi050 ceph-mon[92315]: pgmap v18934: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:26:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:43 smithi172 ceph-mon[103696]: pgmap v18934: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:26:43.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:43.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:44.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:44.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:45 smithi050 ceph-mon[92315]: pgmap v18935: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:45 smithi172 ceph-mon[103696]: pgmap v18935: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:45.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:45.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:46 smithi050 ceph-mon[92315]: pgmap v18936: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:46 smithi172 ceph-mon[103696]: pgmap v18936: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:46.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:46.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:47.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:47.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:48.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:48.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:49 smithi050 ceph-mon[92315]: pgmap v18937: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:49 smithi172 ceph-mon[103696]: pgmap v18937: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:49.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:49.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:26:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:26:50.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:50.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:51.561 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:51 smithi172 ceph-mon[103696]: pgmap v18938: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:51.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:51 smithi050 ceph-mon[92315]: pgmap v18938: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:51.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:51.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:52.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:52.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:53 smithi050 ceph-mon[92315]: pgmap v18939: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:26:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:53 smithi172 ceph-mon[103696]: pgmap v18939: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:26:53.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:53.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:54.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:54.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:55 smithi050 ceph-mon[92315]: pgmap v18940: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:55 smithi172 ceph-mon[103696]: pgmap v18940: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:55.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:55.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:56.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:56.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:57 smithi050 ceph-mon[92315]: pgmap v18941: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:57 smithi172 ceph-mon[103696]: pgmap v18941: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:57.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:57.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:58.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:58.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:26:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:26:59 smithi050 ceph-mon[92315]: pgmap v18942: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:26:59 smithi172 ceph-mon[103696]: pgmap v18942: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:26:59.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:26:59.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:00 smithi050 ceph-mon[92315]: pgmap v18943: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:00 smithi172 ceph-mon[103696]: pgmap v18943: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:00.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:00.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:01.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:01.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:02.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:02.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:03 smithi050 ceph-mon[92315]: pgmap v18944: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:27:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:03 smithi172 ceph-mon[103696]: pgmap v18944: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:27:03.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:03.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:04.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:04.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:05 smithi050 ceph-mon[92315]: pgmap v18945: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:27:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:05 smithi172 ceph-mon[103696]: pgmap v18945: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:27:05.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:05.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:06.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:06.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:07 smithi050 ceph-mon[92315]: pgmap v18946: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:07 smithi172 ceph-mon[103696]: pgmap v18946: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:07.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:07.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:08.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:08.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:09 smithi050 ceph-mon[92315]: pgmap v18947: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:09 smithi172 ceph-mon[103696]: pgmap v18947: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:09.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:09.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:10.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:10.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:11 smithi050 ceph-mon[92315]: pgmap v18948: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:11 smithi172 ceph-mon[103696]: pgmap v18948: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:11.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:11.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:12.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:12.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:13 smithi050 ceph-mon[92315]: pgmap v18949: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:27:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:13 smithi172 ceph-mon[103696]: pgmap v18949: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:27:13.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:13.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:14 smithi050 ceph-mon[92315]: pgmap v18950: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:14 smithi172 ceph-mon[103696]: pgmap v18950: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:14.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:14.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:15.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:15.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:16.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:16.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:17 smithi172 ceph-mon[103696]: pgmap v18951: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:17.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:17 smithi050 ceph-mon[92315]: pgmap v18951: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:17.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:17.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:18.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:18.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:19 smithi050 ceph-mon[92315]: pgmap v18952: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:20.448 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:19 smithi172 ceph-mon[103696]: pgmap v18952: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:20.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:20.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:27:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:27:20.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:20.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:21 smithi050 ceph-mon[92315]: pgmap v18953: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:21.790 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:21 smithi172 ceph-mon[103696]: pgmap v18953: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:21.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:21.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:22.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:23.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:23 smithi050 ceph-mon[92315]: pgmap v18954: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:27:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:23 smithi172 ceph-mon[103696]: pgmap v18954: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:27:23.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:23.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:24 smithi050 ceph-mon[92315]: pgmap v18955: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:24 smithi172 ceph-mon[103696]: pgmap v18955: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:24.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:24.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:25.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:25.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:26.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:26.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:27.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:27 smithi050 ceph-mon[92315]: pgmap v18956: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:27.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:27 smithi172 ceph-mon[103696]: pgmap v18956: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:27.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:27.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:28.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:29.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:29 smithi050 ceph-mon[92315]: pgmap v18957: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:29 smithi172 ceph-mon[103696]: pgmap v18957: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:29.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:29.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:30.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:30.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:31 smithi050 ceph-mon[92315]: pgmap v18958: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:31 smithi172 ceph-mon[103696]: pgmap v18958: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:31.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:31.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:32.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:32.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:33 smithi050 ceph-mon[92315]: pgmap v18959: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:27:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:33 smithi172 ceph-mon[103696]: pgmap v18959: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:27:33.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:33.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:34.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:34.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:35 smithi050 ceph-mon[92315]: pgmap v18960: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:27:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:27:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:35 smithi172 ceph-mon[103696]: pgmap v18960: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:27:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:27:35.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:35.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:36.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:27:36.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:27:36.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:27:36.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:27:36.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:27:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:27:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:27:36.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:27:36.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:27:36.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:27:36.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:36.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:37 smithi050 ceph-mon[92315]: pgmap v18961: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:37 smithi172 ceph-mon[103696]: pgmap v18961: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:37.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:37.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:38.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:38.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:39 smithi050 ceph-mon[92315]: pgmap v18962: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:39 smithi172 ceph-mon[103696]: pgmap v18962: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:39.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:39.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:40 smithi172 ceph-mon[103696]: pgmap v18963: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:40.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:40.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:40 smithi050 ceph-mon[92315]: pgmap v18963: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:41.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:41.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:42.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:42.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:43 smithi050 ceph-mon[92315]: pgmap v18964: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:27:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:43 smithi172 ceph-mon[103696]: pgmap v18964: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:27:43.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:43.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:44.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:44.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:45 smithi050 ceph-mon[92315]: pgmap v18965: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:45 smithi172 ceph-mon[103696]: pgmap v18965: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:45.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:45.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:46.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:46.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:47 smithi050 ceph-mon[92315]: pgmap v18966: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:47 smithi172 ceph-mon[103696]: pgmap v18966: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:47.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:47.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:48.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:48.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:49.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:49 smithi050 ceph-mon[92315]: pgmap v18967: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:49 smithi172 ceph-mon[103696]: pgmap v18967: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:49.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:49.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:27:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:27:50.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:50.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:51.571 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:51 smithi050 ceph-mon[92315]: pgmap v18968: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:51.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:51 smithi172 ceph-mon[103696]: pgmap v18968: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:51.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:51.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:52.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:52.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:53 smithi050 ceph-mon[92315]: pgmap v18969: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:27:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:53 smithi172 ceph-mon[103696]: pgmap v18969: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:27:53.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:53.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:54.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:54.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:55 smithi050 ceph-mon[92315]: pgmap v18970: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:55 smithi172 ceph-mon[103696]: pgmap v18970: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:55.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:55.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:56.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:56.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:57 smithi050 ceph-mon[92315]: pgmap v18971: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:57 smithi172 ceph-mon[103696]: pgmap v18971: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:57.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:57.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:58.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:58.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:27:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:27:59 smithi050 ceph-mon[92315]: pgmap v18972: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:27:59 smithi172 ceph-mon[103696]: pgmap v18972: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:27:59.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:27:59.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:00.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:00.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:01 smithi050 ceph-mon[92315]: pgmap v18973: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:01 smithi172 ceph-mon[103696]: pgmap v18973: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:01.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:01.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:02.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:02.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:03 smithi050 ceph-mon[92315]: pgmap v18974: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:28:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:03 smithi172 ceph-mon[103696]: pgmap v18974: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:28:03.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:03.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:04 smithi050 ceph-mon[92315]: pgmap v18975: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:04.675 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:04 smithi172 ceph-mon[103696]: pgmap v18975: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:04.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:04.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:28:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:28:05.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:05.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:06 smithi050 ceph-mon[92315]: pgmap v18976: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:06 smithi172 ceph-mon[103696]: pgmap v18976: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:06.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:06.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:07.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:07.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:08.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:08.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:09 smithi050 ceph-mon[92315]: pgmap v18977: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:09 smithi172 ceph-mon[103696]: pgmap v18977: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:09.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:09.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:10.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:10.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:11 smithi050 ceph-mon[92315]: pgmap v18978: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:11 smithi172 ceph-mon[103696]: pgmap v18978: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:11.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:11.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:12.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:12.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:13 smithi050 ceph-mon[92315]: pgmap v18979: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:28:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:13 smithi172 ceph-mon[103696]: pgmap v18979: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:28:13.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:13.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:14.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:14.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:15 smithi050 ceph-mon[92315]: pgmap v18980: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:15 smithi172 ceph-mon[103696]: pgmap v18980: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:15.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:15.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:16 smithi172 ceph-mon[103696]: pgmap v18981: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:16.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:16.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:16 smithi050 ceph-mon[92315]: pgmap v18981: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:17.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:17.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:18.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:18.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:19 smithi050 ceph-mon[92315]: pgmap v18982: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:19.735 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:19 smithi172 ceph-mon[103696]: pgmap v18982: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:19.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:19.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:28:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:28:20.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:20.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:21.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:21 smithi050 ceph-mon[92315]: pgmap v18983: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:21.664 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:21 smithi172 ceph-mon[103696]: pgmap v18983: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:21.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:21.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:22.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:22.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:23 smithi050 ceph-mon[92315]: pgmap v18984: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:28:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:23 smithi172 ceph-mon[103696]: pgmap v18984: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:28:23.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:23.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:24 smithi050 ceph-mon[92315]: pgmap v18985: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:24 smithi172 ceph-mon[103696]: pgmap v18985: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:24.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:24.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:25.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:25.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:26.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:27.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:27.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:27 smithi050 ceph-mon[92315]: pgmap v18986: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:27.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:27 smithi172 ceph-mon[103696]: pgmap v18986: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:27.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:27.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:28.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:29.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:29 smithi050 ceph-mon[92315]: pgmap v18987: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:29.695 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:29 smithi172 ceph-mon[103696]: pgmap v18987: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:29.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:29.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:30.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:30.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:31 smithi050 ceph-mon[92315]: pgmap v18988: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:32.205 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:31 smithi172 ceph-mon[103696]: pgmap v18988: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:32.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:32.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:32.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:33.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:33 smithi050 ceph-mon[92315]: pgmap v18989: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:28:34.020 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:33 smithi172 ceph-mon[103696]: pgmap v18989: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:28:34.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:34.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:34.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:34.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:35 smithi050 ceph-mon[92315]: pgmap v18990: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:28:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:35 smithi172 ceph-mon[103696]: pgmap v18990: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:28:35.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:35.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:36 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:28:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:36 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:28:36.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:36.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:37 smithi050 ceph-mon[92315]: pgmap v18991: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:37.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:28:37.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:28:37.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:28:37.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:28:37.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:28:37.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:28:37.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:28:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:37 smithi172 ceph-mon[103696]: pgmap v18991: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:28:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:28:37.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:28:37.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:28:37.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:28:37.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:28:37.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:28:37.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:37.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:38 smithi050 ceph-mon[92315]: pgmap v18992: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:38 smithi172 ceph-mon[103696]: pgmap v18992: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:38.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:38.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:39.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:39.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:40.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:40.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:41.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:41 smithi172 ceph-mon[103696]: pgmap v18993: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:41 smithi050 ceph-mon[92315]: pgmap v18993: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:41.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:41.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:42.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:42.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:43 smithi050 ceph-mon[92315]: pgmap v18994: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:28:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:43 smithi172 ceph-mon[103696]: pgmap v18994: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:28:43.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:43.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:44.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:44.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:45 smithi050 ceph-mon[92315]: pgmap v18995: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:45 smithi172 ceph-mon[103696]: pgmap v18995: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:45.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:45.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:46.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:46.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:47 smithi050 ceph-mon[92315]: pgmap v18996: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:47 smithi172 ceph-mon[103696]: pgmap v18996: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:47.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:47.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:48.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:48.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:49.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:49 smithi050 ceph-mon[92315]: pgmap v18997: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:49.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:49 smithi172 ceph-mon[103696]: pgmap v18997: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:49.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:49.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:28:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:50 smithi050 ceph-mon[92315]: pgmap v18998: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:28:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:50 smithi172 ceph-mon[103696]: pgmap v18998: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:50.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:50.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:51.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:51.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:52.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:52.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:53 smithi050 ceph-mon[92315]: pgmap v18999: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:28:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:53 smithi172 ceph-mon[103696]: pgmap v18999: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:28:53.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:53.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:54.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:54.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:55 smithi050 ceph-mon[92315]: pgmap v19000: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:55 smithi172 ceph-mon[103696]: pgmap v19000: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:55.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:55.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:56.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:56.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:57 smithi050 ceph-mon[92315]: pgmap v19001: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:57 smithi172 ceph-mon[103696]: pgmap v19001: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:57.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:57.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:58.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:58.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:28:59.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:28:59 smithi050 ceph-mon[92315]: pgmap v19002: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:28:59 smithi172 ceph-mon[103696]: pgmap v19002: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:28:59.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:28:59.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:00 smithi172 ceph-mon[103696]: pgmap v19003: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:00 smithi050 ceph-mon[92315]: pgmap v19003: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:00.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:00.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:01.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:01.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:02.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:02.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:03 smithi050 ceph-mon[92315]: pgmap v19004: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:29:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:03 smithi172 ceph-mon[103696]: pgmap v19004: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:29:03.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:03.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:04.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:04.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:05 smithi050 ceph-mon[92315]: pgmap v19005: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:29:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:05 smithi172 ceph-mon[103696]: pgmap v19005: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:29:05.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:05.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:06.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:06.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:07 smithi050 ceph-mon[92315]: pgmap v19006: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:07 smithi172 ceph-mon[103696]: pgmap v19006: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:07.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:07.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:08.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:08.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:09 smithi050 ceph-mon[92315]: pgmap v19007: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:09 smithi172 ceph-mon[103696]: pgmap v19007: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:09.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:09.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:10 smithi050 ceph-mon[92315]: pgmap v19008: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:10 smithi172 ceph-mon[103696]: pgmap v19008: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:10.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:10.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:11.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:11.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:12.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:12.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:13 smithi050 ceph-mon[92315]: pgmap v19009: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:29:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:13 smithi172 ceph-mon[103696]: pgmap v19009: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:29:13.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:13.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:14.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:14.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:15 smithi050 ceph-mon[92315]: pgmap v19010: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:15 smithi172 ceph-mon[103696]: pgmap v19010: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:15.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:15.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:16.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:16.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:17 smithi050 ceph-mon[92315]: pgmap v19011: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:17 smithi172 ceph-mon[103696]: pgmap v19011: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:17.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:17.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:18 smithi172 ceph-mon[103696]: pgmap v19012: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:18 smithi050 ceph-mon[92315]: pgmap v19012: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:18.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:18.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:19.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:19.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:29:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:29:20.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:20.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:20 smithi050 ceph-mon[92315]: pgmap v19013: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:20 smithi172 ceph-mon[103696]: pgmap v19013: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:21.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:21.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:22.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:22.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:23.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:23 smithi050 ceph-mon[92315]: pgmap v19014: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:29:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:23 smithi172 ceph-mon[103696]: pgmap v19014: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:29:23.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:23.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:24.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:24.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:25 smithi050 ceph-mon[92315]: pgmap v19015: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:25 smithi172 ceph-mon[103696]: pgmap v19015: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:25.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:25.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:26.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:26.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:27 smithi050 ceph-mon[92315]: pgmap v19016: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:27 smithi172 ceph-mon[103696]: pgmap v19016: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:27.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:27.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:28 smithi172 ceph-mon[103696]: pgmap v19017: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:28 smithi050 ceph-mon[92315]: pgmap v19017: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:28.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:28.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:29.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:29.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:30.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:30.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:31 smithi172 ceph-mon[103696]: pgmap v19018: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:31 smithi050 ceph-mon[92315]: pgmap v19018: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:31.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:32.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:32.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:33.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:33 smithi050 ceph-mon[92315]: pgmap v19019: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:29:33.792 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:33 smithi172 ceph-mon[103696]: pgmap v19019: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:29:33.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:33.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:34.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:34.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:35 smithi050 ceph-mon[92315]: pgmap v19020: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:35.602 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:29:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:35 smithi172 ceph-mon[103696]: pgmap v19020: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:35.671 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:29:35.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:35.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:36.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:36.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:37 smithi050 ceph-mon[92315]: pgmap v19021: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:37 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:29:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:37 smithi172 ceph-mon[103696]: pgmap v19021: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:37 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:29:37.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:37.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:29:38.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:29:38.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:29:38.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:29:38.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:29:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:29:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:29:38.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:29:38.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:29:38.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:29:38.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:38.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:39 smithi050 ceph-mon[92315]: pgmap v19022: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:39 smithi172 ceph-mon[103696]: pgmap v19022: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:39.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:39.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:40 smithi050 ceph-mon[92315]: pgmap v19023: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:40.657 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:40 smithi172 ceph-mon[103696]: pgmap v19023: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:40.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:41.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:41.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:42.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:42.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:42.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:43 smithi050 ceph-mon[92315]: pgmap v19024: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:29:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:43 smithi172 ceph-mon[103696]: pgmap v19024: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:29:43.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:43.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:44.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:44.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:45 smithi050 ceph-mon[92315]: pgmap v19025: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:45 smithi172 ceph-mon[103696]: pgmap v19025: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:45.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:46.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:46.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:47.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:47.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:47 smithi050 ceph-mon[92315]: pgmap v19026: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:47 smithi172 ceph-mon[103696]: pgmap v19026: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:47.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:47.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:48 smithi172 ceph-mon[103696]: pgmap v19027: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:48.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:48 smithi050 ceph-mon[92315]: pgmap v19027: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:48.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:48.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:49.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:49.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:29:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:29:50.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:50.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:50 smithi050 ceph-mon[92315]: pgmap v19028: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:50 smithi172 ceph-mon[103696]: pgmap v19028: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:51.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:51.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:52.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:52.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:53 smithi050 ceph-mon[92315]: pgmap v19029: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:29:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:53 smithi172 ceph-mon[103696]: pgmap v19029: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:29:53.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:53.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:54.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:54.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:55 smithi050 ceph-mon[92315]: pgmap v19030: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:55.665 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:55 smithi172 ceph-mon[103696]: pgmap v19030: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:56.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:56.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:57.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:57.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:57 smithi050 ceph-mon[92315]: pgmap v19031: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:57 smithi172 ceph-mon[103696]: pgmap v19031: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:58.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:58.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:29:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:29:58 smithi050 ceph-mon[92315]: pgmap v19032: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:29:58 smithi172 ceph-mon[103696]: pgmap v19032: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:29:59.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:29:59.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:00.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:00.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-10-01T00:30:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-10-01T00:30:01.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:01.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:01 smithi050 ceph-mon[92315]: pgmap v19033: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:01 smithi172 ceph-mon[103696]: pgmap v19033: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:02.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:02.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:03.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:03.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:03 smithi050 ceph-mon[92315]: pgmap v19034: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:30:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:03 smithi172 ceph-mon[103696]: pgmap v19034: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:30:04.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:04.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:05.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:05.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:05 smithi050 ceph-mon[92315]: pgmap v19035: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:30:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:05 smithi172 ceph-mon[103696]: pgmap v19035: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:30:06.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:06.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:06.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:06 smithi050 ceph-mon[92315]: pgmap v19036: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:06 smithi172 ceph-mon[103696]: pgmap v19036: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:07.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:07.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:08.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:08.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:09.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:09.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:09.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:09 smithi050 ceph-mon[92315]: pgmap v19037: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:09 smithi172 ceph-mon[103696]: pgmap v19037: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:10.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:10.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:11.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:11.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:11 smithi050 ceph-mon[92315]: pgmap v19038: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:11 smithi172 ceph-mon[103696]: pgmap v19038: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:12.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:12.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:13.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:13.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:13 smithi050 ceph-mon[92315]: pgmap v19039: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:30:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:13 smithi172 ceph-mon[103696]: pgmap v19039: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:30:14.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:14.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:15.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:15.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:15 smithi050 ceph-mon[92315]: pgmap v19040: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:15 smithi172 ceph-mon[103696]: pgmap v19040: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:16.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:16.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:16 smithi050 ceph-mon[92315]: pgmap v19041: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:16 smithi172 ceph-mon[103696]: pgmap v19041: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:17.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:17.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:18.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:18.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:18 smithi050 ceph-mon[92315]: pgmap v19042: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:18 smithi172 ceph-mon[103696]: pgmap v19042: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:19.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:19.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:20.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:20.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:30:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:30:21.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:21.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:20 smithi050 ceph-mon[92315]: pgmap v19043: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:20 smithi172 ceph-mon[103696]: pgmap v19043: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:22.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:22.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:23.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:23.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:23 smithi050 ceph-mon[92315]: pgmap v19044: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:30:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:23 smithi172 ceph-mon[103696]: pgmap v19044: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:30:24.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:24.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:24 smithi050 ceph-mon[92315]: pgmap v19045: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:24 smithi172 ceph-mon[103696]: pgmap v19045: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:25.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:25.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:26.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:26.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:27.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:27.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:27 smithi050 ceph-mon[92315]: pgmap v19046: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:27 smithi172 ceph-mon[103696]: pgmap v19046: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:28.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:28.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:29.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:29.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:29.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:29 smithi050 ceph-mon[92315]: pgmap v19047: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:29.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:29 smithi172 ceph-mon[103696]: pgmap v19047: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:30.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:30.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:30 smithi050 ceph-mon[92315]: pgmap v19048: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:30 smithi172 ceph-mon[103696]: pgmap v19048: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:31.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:31.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:32.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:32.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:33.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:33.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:33 smithi050 ceph-mon[92315]: pgmap v19049: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:30:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:33 smithi172 ceph-mon[103696]: pgmap v19049: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:30:34.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:34.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:34 smithi050 ceph-mon[92315]: pgmap v19050: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:34 smithi172 ceph-mon[103696]: pgmap v19050: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:35.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:35.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:30:35.699 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:30:36.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:36.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:36 smithi050 ceph-mon[92315]: pgmap v19051: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:36.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:36 smithi172 ceph-mon[103696]: pgmap v19051: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:37.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:37.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:38.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:38.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:38.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:30:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:30:39.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:39.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:39.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:39 smithi050 ceph-mon[92315]: pgmap v19052: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:39.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:30:39.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:30:39.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:30:39.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:30:39.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:39 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1388M 2023-10-01T00:30:39.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:30:39.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:30:39.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:30:39.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:30:39.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:30:39.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:30:39.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:39 smithi172 ceph-mon[103696]: pgmap v19052: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:39.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:30:39.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:30:39.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:30:39.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:30:39.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:39 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1388M 2023-10-01T00:30:39.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:30:39.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:30:39.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:30:39.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:30:39.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:30:39.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:30:40.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:40.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:40 smithi050 ceph-mon[92315]: pgmap v19053: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:40 smithi172 ceph-mon[103696]: pgmap v19053: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:41.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:41.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:42.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:42.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:43.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:43.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:43 smithi050 ceph-mon[92315]: pgmap v19054: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:30:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:43 smithi172 ceph-mon[103696]: pgmap v19054: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:30:44.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:44.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:44.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:44 smithi050 ceph-mon[92315]: pgmap v19055: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:44 smithi172 ceph-mon[103696]: pgmap v19055: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:45.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:45.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:46.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:46.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:47.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:47.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:47 smithi050 ceph-mon[92315]: pgmap v19056: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:47 smithi172 ceph-mon[103696]: pgmap v19056: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:48.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:48.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:48 smithi050 ceph-mon[92315]: pgmap v19057: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:48 smithi172 ceph-mon[103696]: pgmap v19057: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:49.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:49.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:50.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:50.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:30:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:30:51.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:51.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:50 smithi050 ceph-mon[92315]: pgmap v19058: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:50 smithi172 ceph-mon[103696]: pgmap v19058: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:52.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:52.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:53.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:53.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:53 smithi050 ceph-mon[92315]: pgmap v19059: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:30:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:53 smithi172 ceph-mon[103696]: pgmap v19059: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:30:54.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:54.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:55.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:55.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:55 smithi050 ceph-mon[92315]: pgmap v19060: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:55 smithi172 ceph-mon[103696]: pgmap v19060: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:56.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:56.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:57.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:57.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:57 smithi050 ceph-mon[92315]: pgmap v19061: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:57 smithi172 ceph-mon[103696]: pgmap v19061: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:58.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:58.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:30:58.690 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:30:58 smithi050 ceph-mon[92315]: pgmap v19062: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:30:58 smithi172 ceph-mon[103696]: pgmap v19062: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:30:59.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:30:59.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:00.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:00.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:01.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:01.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:01 smithi050 ceph-mon[92315]: pgmap v19063: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:01 smithi172 ceph-mon[103696]: pgmap v19063: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:02.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:02.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:03.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:03.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:03 smithi050 ceph-mon[92315]: pgmap v19064: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:31:03.700 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:03 smithi172 ceph-mon[103696]: pgmap v19064: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:31:04.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:04.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:05.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:05.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:05 smithi050 ceph-mon[92315]: pgmap v19065: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:31:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:05 smithi172 ceph-mon[103696]: pgmap v19065: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:31:06.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:06.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:07.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:07.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:07 smithi050 ceph-mon[92315]: pgmap v19066: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:07 smithi172 ceph-mon[103696]: pgmap v19066: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:08.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:08.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:08.804 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:08 smithi050 ceph-mon[92315]: pgmap v19067: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:08 smithi172 ceph-mon[103696]: pgmap v19067: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:09.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:09.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:10.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:10.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:11.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:11.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:11 smithi050 ceph-mon[92315]: pgmap v19068: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:11 smithi172 ceph-mon[103696]: pgmap v19068: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:12.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:12.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:13.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:13.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:13 smithi050 ceph-mon[92315]: pgmap v19069: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:31:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:13 smithi172 ceph-mon[103696]: pgmap v19069: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:31:14.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:14.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:15.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:15.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:15 smithi050 ceph-mon[92315]: pgmap v19070: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:15 smithi172 ceph-mon[103696]: pgmap v19070: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:16.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:16.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:17.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:17.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:17 smithi050 ceph-mon[92315]: pgmap v19071: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:17 smithi172 ceph-mon[103696]: pgmap v19071: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:18.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:18.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:18 smithi050 ceph-mon[92315]: pgmap v19072: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:18 smithi172 ceph-mon[103696]: pgmap v19072: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:19.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:19.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:31:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:31:20.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:20.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:20 smithi050 ceph-mon[92315]: pgmap v19073: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:20 smithi172 ceph-mon[103696]: pgmap v19073: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:21.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:21.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:22.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:22.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:23.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:23.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:23.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:23 smithi050 ceph-mon[92315]: pgmap v19074: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:31:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:23 smithi172 ceph-mon[103696]: pgmap v19074: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:31:24.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:24.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:25.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:25.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:25 smithi050 ceph-mon[92315]: pgmap v19075: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:25 smithi172 ceph-mon[103696]: pgmap v19075: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:26.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:26.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:27.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:27.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:27 smithi050 ceph-mon[92315]: pgmap v19076: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:27 smithi172 ceph-mon[103696]: pgmap v19076: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:28.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:28.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:28 smithi050 ceph-mon[92315]: pgmap v19077: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:28.712 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:28 smithi172 ceph-mon[103696]: pgmap v19077: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:29.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:29.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:30.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:30.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:31.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:31.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:31 smithi050 ceph-mon[92315]: pgmap v19078: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:31 smithi172 ceph-mon[103696]: pgmap v19078: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:32.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:32.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:33.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:33.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:33 smithi050 ceph-mon[92315]: pgmap v19079: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:31:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:33 smithi172 ceph-mon[103696]: pgmap v19079: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:31:34.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:34.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:35.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:35.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:35 smithi050 ceph-mon[92315]: pgmap v19080: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:31:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:35 smithi172 ceph-mon[103696]: pgmap v19080: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:31:36.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:36.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:37.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:37.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:37 smithi050 ceph-mon[92315]: pgmap v19081: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:37 smithi172 ceph-mon[103696]: pgmap v19081: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:38.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:38.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:38 smithi050 ceph-mon[92315]: pgmap v19082: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:38 smithi172 ceph-mon[103696]: pgmap v19082: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:39.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:39.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:39.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:31:39.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:31:39.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:31:39.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:31:39.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:31:39.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:31:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:31:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:31:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:31:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:31:39.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:31:39.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:31:40.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:40.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:40 smithi172 ceph-mon[103696]: pgmap v19083: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:40 smithi050 ceph-mon[92315]: pgmap v19083: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:41.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:41.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:42.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:42.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:43.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:43.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:43 smithi050 ceph-mon[92315]: pgmap v19084: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:31:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:43 smithi172 ceph-mon[103696]: pgmap v19084: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:31:44.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:44.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:45.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:45.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:45 smithi050 ceph-mon[92315]: pgmap v19085: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:45 smithi172 ceph-mon[103696]: pgmap v19085: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:46.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:46.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:47.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:47.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:47 smithi050 ceph-mon[92315]: pgmap v19086: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:47 smithi172 ceph-mon[103696]: pgmap v19086: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:48.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:48.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:48 smithi050 ceph-mon[92315]: pgmap v19087: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:48 smithi172 ceph-mon[103696]: pgmap v19087: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:49.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:49.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:31:50.130 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:31:50.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:50.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:50 smithi050 ceph-mon[92315]: pgmap v19088: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:50 smithi172 ceph-mon[103696]: pgmap v19088: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:51.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:51.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:52.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:52.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:53.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:53.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:53 smithi050 ceph-mon[92315]: pgmap v19089: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:31:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:53 smithi172 ceph-mon[103696]: pgmap v19089: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:31:54.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:54.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:55.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:55.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:55.691 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:55 smithi172 ceph-mon[103696]: pgmap v19090: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:55.691 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:55 smithi050 ceph-mon[92315]: pgmap v19090: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:56.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:56.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:57.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:57.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:57 smithi050 ceph-mon[92315]: pgmap v19091: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:57 smithi172 ceph-mon[103696]: pgmap v19091: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:58.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:58.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:31:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:31:58 smithi172 ceph-mon[103696]: pgmap v19092: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:59.228 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:31:58 smithi050 ceph-mon[92315]: pgmap v19092: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:31:59.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:31:59.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:00.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:00.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:01.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:01.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:01 smithi050 ceph-mon[92315]: pgmap v19093: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:01 smithi172 ceph-mon[103696]: pgmap v19093: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:02.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:02.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:03.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:03.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:03 smithi050 ceph-mon[92315]: pgmap v19094: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:32:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:03 smithi172 ceph-mon[103696]: pgmap v19094: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:32:04.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:04.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:05.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:05.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:05 smithi050 ceph-mon[92315]: pgmap v19095: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:05.718 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:32:05.718 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:05 smithi172 ceph-mon[103696]: pgmap v19095: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:05.718 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:32:06.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:06.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:07.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:07.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:07 smithi050 ceph-mon[92315]: pgmap v19096: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:07 smithi172 ceph-mon[103696]: pgmap v19096: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:08.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:08.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:08 smithi172 ceph-mon[103696]: pgmap v19097: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:08 smithi050 ceph-mon[92315]: pgmap v19097: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:09.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:09.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:10.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:10.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:11.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:11.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:11 smithi050 ceph-mon[92315]: pgmap v19098: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:11 smithi172 ceph-mon[103696]: pgmap v19098: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:12.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:12.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:13.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:13.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:13 smithi050 ceph-mon[92315]: pgmap v19099: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:32:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:13 smithi172 ceph-mon[103696]: pgmap v19099: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:32:14.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:14.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:15.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:15.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:15 smithi172 ceph-mon[103696]: pgmap v19100: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:15.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:15 smithi050 ceph-mon[92315]: pgmap v19100: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:16.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:16.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:17.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:17.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:17 smithi050 ceph-mon[92315]: pgmap v19101: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:17.800 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:17 smithi172 ceph-mon[103696]: pgmap v19101: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:18.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:18.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:18 smithi172 ceph-mon[103696]: pgmap v19102: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:18 smithi050 ceph-mon[92315]: pgmap v19102: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:19.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:19.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:19.982 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:32:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:32:20.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:20.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:20 smithi050 ceph-mon[92315]: pgmap v19103: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:20 smithi172 ceph-mon[103696]: pgmap v19103: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:21.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:21.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:22.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:22.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:23.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:23.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:23 smithi050 ceph-mon[92315]: pgmap v19104: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:32:24.300 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:23 smithi172 ceph-mon[103696]: pgmap v19104: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:32:24.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:24.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:25.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:25.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:25.735 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:25 smithi172 ceph-mon[103696]: pgmap v19105: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:25.737 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:25 smithi050 ceph-mon[92315]: pgmap v19105: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:26.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:26.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:27.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:27.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:27 smithi050 ceph-mon[92315]: pgmap v19106: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:27 smithi172 ceph-mon[103696]: pgmap v19106: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:28.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:28.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:28.767 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:28 smithi172 ceph-mon[103696]: pgmap v19107: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:28.851 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:28 smithi050 ceph-mon[92315]: pgmap v19107: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:29.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:29.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:30.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:30.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:31.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:31.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:31 smithi050 ceph-mon[92315]: pgmap v19108: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:31 smithi172 ceph-mon[103696]: pgmap v19108: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:32.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:32.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:33.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:33.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:33.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:33 smithi050 ceph-mon[92315]: pgmap v19109: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:32:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:33 smithi172 ceph-mon[103696]: pgmap v19109: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:32:34.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:34.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:35.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:35.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:35 smithi050 ceph-mon[92315]: pgmap v19110: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:35.616 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:32:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:35 smithi172 ceph-mon[103696]: pgmap v19110: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:32:36.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:36.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:37.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:37.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:37 smithi050 ceph-mon[92315]: pgmap v19111: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:37 smithi172 ceph-mon[103696]: pgmap v19111: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:38.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:38.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:38 smithi172 ceph-mon[103696]: pgmap v19112: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:38 smithi050 ceph-mon[92315]: pgmap v19112: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:39.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:39.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:32:39.832 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:32:40.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:40.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:32:40.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:32:40.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:32:40.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:32:40.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:32:40.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:40 smithi172 ceph-mon[103696]: pgmap v19113: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:32:40.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:32:40.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:32:40.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:32:40.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:32:40.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:40 smithi050 ceph-mon[92315]: pgmap v19113: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:41.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:41.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:42.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:42.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:43.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:43.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:43 smithi050 ceph-mon[92315]: pgmap v19114: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:32:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:43 smithi172 ceph-mon[103696]: pgmap v19114: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:32:44.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:44.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:45.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:45.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:45 smithi050 ceph-mon[92315]: pgmap v19115: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:45 smithi172 ceph-mon[103696]: pgmap v19115: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:46.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:46.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:47.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:47.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:47 smithi050 ceph-mon[92315]: pgmap v19116: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:47 smithi172 ceph-mon[103696]: pgmap v19116: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:48.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:48.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:48.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:48 smithi172 ceph-mon[103696]: pgmap v19117: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:48 smithi050 ceph-mon[92315]: pgmap v19117: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:49.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:49.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:32:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:32:50.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:50.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:50 smithi050 ceph-mon[92315]: pgmap v19118: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:51.151 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:50 smithi172 ceph-mon[103696]: pgmap v19118: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:51.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:51.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:52.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:52.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:53.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:53.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:53 smithi050 ceph-mon[92315]: pgmap v19119: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:32:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:53 smithi172 ceph-mon[103696]: pgmap v19119: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:32:54.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:54.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:55.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:55.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:55.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:55 smithi050 ceph-mon[92315]: pgmap v19120: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:55 smithi172 ceph-mon[103696]: pgmap v19120: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:56.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:56.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:57.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:57.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:57 smithi050 ceph-mon[92315]: pgmap v19121: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:57 smithi172 ceph-mon[103696]: pgmap v19121: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:58.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:58.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:32:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:32:58 smithi172 ceph-mon[103696]: pgmap v19122: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:32:58 smithi050 ceph-mon[92315]: pgmap v19122: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:32:59.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:32:59.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:00.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:00.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:01.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:01.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:01 smithi050 ceph-mon[92315]: pgmap v19123: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:01 smithi172 ceph-mon[103696]: pgmap v19123: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:02.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:02.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:03.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:03.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:03 smithi050 ceph-mon[92315]: pgmap v19124: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:33:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:03 smithi172 ceph-mon[103696]: pgmap v19124: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:33:04.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:04.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:05.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:05.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:05.452 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:05 smithi172 ceph-mon[103696]: pgmap v19125: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:05.452 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:33:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:05 smithi050 ceph-mon[92315]: pgmap v19125: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:33:06.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:06.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:07.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:07.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:07.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:07 smithi050 ceph-mon[92315]: pgmap v19126: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:07 smithi172 ceph-mon[103696]: pgmap v19126: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:08.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:08.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:08 smithi172 ceph-mon[103696]: pgmap v19127: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:08 smithi050 ceph-mon[92315]: pgmap v19127: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:09.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:09.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:10.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:10.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:11.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:11.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:11 smithi050 ceph-mon[92315]: pgmap v19128: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:11 smithi172 ceph-mon[103696]: pgmap v19128: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:12.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:12.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:13.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:13.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:13 smithi050 ceph-mon[92315]: pgmap v19129: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:33:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:13 smithi172 ceph-mon[103696]: pgmap v19129: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:33:14.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:14.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:15.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:15.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:15.556 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:15 smithi172 ceph-mon[103696]: pgmap v19130: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:15 smithi050 ceph-mon[92315]: pgmap v19130: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:16.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:16.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:17.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:17.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:17 smithi050 ceph-mon[92315]: pgmap v19131: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:17 smithi172 ceph-mon[103696]: pgmap v19131: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:18.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:18.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:18 smithi172 ceph-mon[103696]: pgmap v19132: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:18 smithi050 ceph-mon[92315]: pgmap v19132: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:19.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:19.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:33:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:33:20.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:20.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:20 smithi172 ceph-mon[103696]: pgmap v19133: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:20 smithi050 ceph-mon[92315]: pgmap v19133: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:21.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:21.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:22.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:22.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:23.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:23.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:23 smithi050 ceph-mon[92315]: pgmap v19134: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:33:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:23 smithi172 ceph-mon[103696]: pgmap v19134: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:33:24.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:24.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:25.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:25.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:25 smithi050 ceph-mon[92315]: pgmap v19135: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:25 smithi172 ceph-mon[103696]: pgmap v19135: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:26.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:26.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:27.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:27.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:27 smithi050 ceph-mon[92315]: pgmap v19136: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:27 smithi172 ceph-mon[103696]: pgmap v19136: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:28.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:28.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:28 smithi172 ceph-mon[103696]: pgmap v19137: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:28 smithi050 ceph-mon[92315]: pgmap v19137: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:29.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:29.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:30.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:30.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:31.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:31.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:31 smithi050 ceph-mon[92315]: pgmap v19138: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:31 smithi172 ceph-mon[103696]: pgmap v19138: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:32.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:32.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:33.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:33.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:33 smithi050 ceph-mon[92315]: pgmap v19139: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:33:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:33 smithi172 ceph-mon[103696]: pgmap v19139: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:33:34.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:34.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:35.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:35.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:35.460 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:35 smithi050 ceph-mon[92315]: pgmap v19140: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:35.460 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:33:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:35 smithi172 ceph-mon[103696]: pgmap v19140: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:33:36.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:36.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:37.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:37.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:37 smithi050 ceph-mon[92315]: pgmap v19141: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:37 smithi172 ceph-mon[103696]: pgmap v19141: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:38.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:38.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:38 smithi172 ceph-mon[103696]: pgmap v19142: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:38 smithi050 ceph-mon[92315]: pgmap v19142: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:39.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:39.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:40.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:33:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:33:40.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:40.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:41.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:41 smithi050 ceph-mon[92315]: pgmap v19143: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:41.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:41 smithi172 ceph-mon[103696]: pgmap v19143: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:41.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:41.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:42.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:42.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:43.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:43.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:43 smithi050 ceph-mon[92315]: pgmap v19144: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:33:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:43 smithi172 ceph-mon[103696]: pgmap v19144: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:33:44.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:44.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:45.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:45.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:45.574 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:45 smithi050 ceph-mon[92315]: pgmap v19145: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:45.574 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:33:45.574 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:33:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:45 smithi172 ceph-mon[103696]: pgmap v19145: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:33:45.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:33:46.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:46.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:33:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:33:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:33:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:33:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:33:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:33:46.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:33:46.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:33:46.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:33:46.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:33:47.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:47.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:47 smithi050 ceph-mon[92315]: pgmap v19146: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:47 smithi172 ceph-mon[103696]: pgmap v19146: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:48.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:48.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:48 smithi172 ceph-mon[103696]: pgmap v19147: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:48 smithi050 ceph-mon[92315]: pgmap v19147: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:49.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:49.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:33:50.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:33:50.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:50.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:50 smithi050 ceph-mon[92315]: pgmap v19148: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:50 smithi172 ceph-mon[103696]: pgmap v19148: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:51.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:51.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:52.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:52.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:53.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:53.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:53 smithi050 ceph-mon[92315]: pgmap v19149: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:33:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:53 smithi172 ceph-mon[103696]: pgmap v19149: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:33:54.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:54.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:55.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:55.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:55 smithi050 ceph-mon[92315]: pgmap v19150: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:55 smithi172 ceph-mon[103696]: pgmap v19150: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:56.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:56.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:57.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:57.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:57 smithi050 ceph-mon[92315]: pgmap v19151: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:57 smithi172 ceph-mon[103696]: pgmap v19151: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:58.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:58.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:33:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:33:58 smithi172 ceph-mon[103696]: pgmap v19152: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:33:58 smithi050 ceph-mon[92315]: pgmap v19152: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:33:59.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:33:59.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:00.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:00.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:01 smithi172 ceph-mon[103696]: pgmap v19153: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:01.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:01.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:01 smithi050 ceph-mon[92315]: pgmap v19153: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:02.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:02.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:03.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:03.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:03 smithi050 ceph-mon[92315]: pgmap v19154: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:34:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:03 smithi172 ceph-mon[103696]: pgmap v19154: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:34:04.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:04.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:05.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:05.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:05 smithi050 ceph-mon[92315]: pgmap v19155: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:34:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:05 smithi172 ceph-mon[103696]: pgmap v19155: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:34:06.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:06.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:07.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:07.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:07 smithi050 ceph-mon[92315]: pgmap v19156: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:07 smithi172 ceph-mon[103696]: pgmap v19156: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:08.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:08.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:08 smithi050 ceph-mon[92315]: pgmap v19157: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:08 smithi172 ceph-mon[103696]: pgmap v19157: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:09.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:09.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:10.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:10.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:11 smithi172 ceph-mon[103696]: pgmap v19158: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:11.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:11.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:11 smithi050 ceph-mon[92315]: pgmap v19158: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:12.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:12.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:13.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:13.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:13 smithi050 ceph-mon[92315]: pgmap v19159: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:34:13.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:13 smithi172 ceph-mon[103696]: pgmap v19159: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:34:14.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:14.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:15.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:15.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:15 smithi050 ceph-mon[92315]: pgmap v19160: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:15 smithi172 ceph-mon[103696]: pgmap v19160: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:16.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:16.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:17.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:17.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:17 smithi050 ceph-mon[92315]: pgmap v19161: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:17 smithi172 ceph-mon[103696]: pgmap v19161: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:18.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:18.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:18 smithi050 ceph-mon[92315]: pgmap v19162: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:18 smithi172 ceph-mon[103696]: pgmap v19162: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:19.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:19.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:34:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:34:20.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:20.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:21.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:20 smithi050 ceph-mon[92315]: pgmap v19163: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:20 smithi172 ceph-mon[103696]: pgmap v19163: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:21.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:21.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:22.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:22.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:23.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:23.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:23 smithi050 ceph-mon[92315]: pgmap v19164: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:34:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:23 smithi172 ceph-mon[103696]: pgmap v19164: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:34:24.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:24.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:25.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:25.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:25 smithi050 ceph-mon[92315]: pgmap v19165: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:25 smithi172 ceph-mon[103696]: pgmap v19165: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:26.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:26.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:27.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:28.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:28.204 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:27 smithi172 ceph-mon[103696]: pgmap v19166: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:28.204 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:27 smithi050 ceph-mon[92315]: pgmap v19166: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:28.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:28.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:28 smithi050 ceph-mon[92315]: pgmap v19167: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:28 smithi172 ceph-mon[103696]: pgmap v19167: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:29.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:29.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:30.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:30.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:31 smithi050 ceph-mon[92315]: pgmap v19168: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:31.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:31.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:31 smithi172 ceph-mon[103696]: pgmap v19168: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:32.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:32.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:33.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:33.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:33 smithi050 ceph-mon[92315]: pgmap v19169: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:34:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:33 smithi172 ceph-mon[103696]: pgmap v19169: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:34:34.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:34.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:35.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:35.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:35 smithi050 ceph-mon[92315]: pgmap v19170: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:34:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:35 smithi172 ceph-mon[103696]: pgmap v19170: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:34:36.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:36.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:37.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:37.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:37 smithi050 ceph-mon[92315]: pgmap v19171: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:37 smithi172 ceph-mon[103696]: pgmap v19171: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:38.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:38.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:38 smithi050 ceph-mon[92315]: pgmap v19172: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:38 smithi172 ceph-mon[103696]: pgmap v19172: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:39.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:39.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:40.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:40.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:41.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:41.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:41 smithi050 ceph-mon[92315]: pgmap v19173: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:41 smithi172 ceph-mon[103696]: pgmap v19173: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:42.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:42.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:43.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:43.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:43 smithi050 ceph-mon[92315]: pgmap v19174: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:34:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:43 smithi172 ceph-mon[103696]: pgmap v19174: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:34:44.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:44.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:45.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:45.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:45 smithi050 ceph-mon[92315]: pgmap v19175: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:45.699 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:45 smithi172 ceph-mon[103696]: pgmap v19175: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:46.488 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:34:46.488 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:34:46.488 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:34:46.488 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:34:46.488 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:34:46.488 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:34:46.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:46.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:34:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:34:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:34:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:34:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:34:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:34:47.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:47.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:47 smithi050 ceph-mon[92315]: pgmap v19176: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:47 smithi172 ceph-mon[103696]: pgmap v19176: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:48.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:48.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:48 smithi050 ceph-mon[92315]: pgmap v19177: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:48 smithi172 ceph-mon[103696]: pgmap v19177: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:49.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:49.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:34:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:34:50.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:50.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:50 smithi050 ceph-mon[92315]: pgmap v19178: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:50 smithi172 ceph-mon[103696]: pgmap v19178: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:51.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:51.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:52.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:52.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:53.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:53.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:53 smithi050 ceph-mon[92315]: pgmap v19179: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:34:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:53 smithi172 ceph-mon[103696]: pgmap v19179: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:34:54.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:54.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:55.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:55.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:55.834 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:55 smithi172 ceph-mon[103696]: pgmap v19180: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:55.834 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:55 smithi050 ceph-mon[92315]: pgmap v19180: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:56.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:56.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:57.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:57.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:57.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:57 smithi050 ceph-mon[92315]: pgmap v19181: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:57 smithi172 ceph-mon[103696]: pgmap v19181: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:58.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:58.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:34:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:34:58 smithi050 ceph-mon[92315]: pgmap v19182: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:34:58 smithi172 ceph-mon[103696]: pgmap v19182: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:34:59.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:34:59.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:00.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:00.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:01.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:01.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:01 smithi050 ceph-mon[92315]: pgmap v19183: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:01 smithi172 ceph-mon[103696]: pgmap v19183: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:02.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:02.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:03.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:03.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:03.623 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:03 smithi050 ceph-mon[92315]: pgmap v19184: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:35:03.631 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:03 smithi172 ceph-mon[103696]: pgmap v19184: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:35:04.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:04.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:05.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:05.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:05 smithi050 ceph-mon[92315]: pgmap v19185: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:35:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:05 smithi172 ceph-mon[103696]: pgmap v19185: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:35:06.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:06.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:07.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:07.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:07 smithi050 ceph-mon[92315]: pgmap v19186: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:07 smithi172 ceph-mon[103696]: pgmap v19186: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:08.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:08.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:08 smithi050 ceph-mon[92315]: pgmap v19187: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:08 smithi172 ceph-mon[103696]: pgmap v19187: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:09.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:09.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:10.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:10.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:11.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:11.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:11.541 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:11 smithi050 ceph-mon[92315]: pgmap v19188: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:11 smithi172 ceph-mon[103696]: pgmap v19188: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:12.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:12.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:13.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:13.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:13 smithi050 ceph-mon[92315]: pgmap v19189: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:35:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:13 smithi172 ceph-mon[103696]: pgmap v19189: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:35:14.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:14.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:15.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:15.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:15 smithi050 ceph-mon[92315]: pgmap v19190: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:15 smithi172 ceph-mon[103696]: pgmap v19190: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:16.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:16.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:17.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:17.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:17 smithi050 ceph-mon[92315]: pgmap v19191: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:17 smithi172 ceph-mon[103696]: pgmap v19191: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:18.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:18.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:18.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:18 smithi050 ceph-mon[92315]: pgmap v19192: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:18 smithi172 ceph-mon[103696]: pgmap v19192: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:19.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:19.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:35:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:35:20.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:20.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:20 smithi050 ceph-mon[92315]: pgmap v19193: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:20 smithi172 ceph-mon[103696]: pgmap v19193: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:21.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:21.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:22.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:22.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:23.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:23.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:23 smithi050 ceph-mon[92315]: pgmap v19194: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:35:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:23 smithi172 ceph-mon[103696]: pgmap v19194: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:35:24.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:24.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:25.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:25.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:25 smithi050 ceph-mon[92315]: pgmap v19195: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:25 smithi172 ceph-mon[103696]: pgmap v19195: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:26.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:26.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:27.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:27.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:27 smithi050 ceph-mon[92315]: pgmap v19196: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:27 smithi172 ceph-mon[103696]: pgmap v19196: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:28.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:28.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:28 smithi050 ceph-mon[92315]: pgmap v19197: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:28 smithi172 ceph-mon[103696]: pgmap v19197: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:29.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:29.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:30.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:30.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:31.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:31.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:31 smithi050 ceph-mon[92315]: pgmap v19198: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:31 smithi172 ceph-mon[103696]: pgmap v19198: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:32.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:32.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:33.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:33.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:33 smithi050 ceph-mon[92315]: pgmap v19199: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:35:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:33 smithi172 ceph-mon[103696]: pgmap v19199: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:35:34.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:34.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:35.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:35.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:35 smithi050 ceph-mon[92315]: pgmap v19200: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:35:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:35 smithi172 ceph-mon[103696]: pgmap v19200: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:35:36.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:36.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:37.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:37 smithi172 ceph-mon[103696]: pgmap v19201: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:37.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:37.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:37 smithi050 ceph-mon[92315]: pgmap v19201: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:38.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:38.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:38 smithi050 ceph-mon[92315]: pgmap v19202: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:38 smithi172 ceph-mon[103696]: pgmap v19202: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:39.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:39.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:40.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:40.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:41.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:41.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:41 smithi172 ceph-mon[103696]: pgmap v19203: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:41.877 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:41 smithi050 ceph-mon[92315]: pgmap v19203: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:42.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:42.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:43.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:43.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:43 smithi050 ceph-mon[92315]: pgmap v19204: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:35:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:43 smithi172 ceph-mon[103696]: pgmap v19204: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:35:44.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:44.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:45.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:45.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:45 smithi050 ceph-mon[92315]: pgmap v19205: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:45 smithi172 ceph-mon[103696]: pgmap v19205: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:46.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:46.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:35:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:35:47.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:47 smithi172 ceph-mon[103696]: pgmap v19206: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:47.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:47.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:47 smithi050 ceph-mon[92315]: pgmap v19206: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:48.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:48.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:48 smithi050 ceph-mon[92315]: pgmap v19207: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:48 smithi172 ceph-mon[103696]: pgmap v19207: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:49.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:49.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:35:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:35:50.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:50.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:50 smithi050 ceph-mon[92315]: pgmap v19208: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:50 smithi172 ceph-mon[103696]: pgmap v19208: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:51.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:51.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:52.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:52.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:53 smithi050 ceph-mon[92315]: pgmap v19209: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:35:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:35:53.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:53.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:53 smithi172 ceph-mon[103696]: pgmap v19209: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:35:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:35:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:35:54.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:35:54.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:35:54.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:35:54.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:35:54.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:35:54.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:54.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:35:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:35:54.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:35:54.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:35:54.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:35:54.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:35:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:55 smithi050 ceph-mon[92315]: pgmap v19210: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:55.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:55.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:55 smithi172 ceph-mon[103696]: pgmap v19210: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:56.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:56.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:57.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:57 smithi050 ceph-mon[92315]: pgmap v19211: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:57.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:57.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:57 smithi172 ceph-mon[103696]: pgmap v19211: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:58.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:58.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:35:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:35:58 smithi050 ceph-mon[92315]: pgmap v19212: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:35:58 smithi172 ceph-mon[103696]: pgmap v19212: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:35:59.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:35:59.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:00.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:00.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:01 smithi050 ceph-mon[92315]: pgmap v19213: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:01.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:01.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:01 smithi172 ceph-mon[103696]: pgmap v19213: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:02.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:02.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:03 smithi050 ceph-mon[92315]: pgmap v19214: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:36:03.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:03.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:03 smithi172 ceph-mon[103696]: pgmap v19214: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:36:04.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:04.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:05 smithi050 ceph-mon[92315]: pgmap v19215: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:36:05.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:05.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:05 smithi172 ceph-mon[103696]: pgmap v19215: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:36:06.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:06.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:07 smithi050 ceph-mon[92315]: pgmap v19216: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:07.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:07.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:07 smithi172 ceph-mon[103696]: pgmap v19216: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:08.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:08.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:08 smithi050 ceph-mon[92315]: pgmap v19217: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:08 smithi172 ceph-mon[103696]: pgmap v19217: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:09.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:09.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:10.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:10.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:11 smithi050 ceph-mon[92315]: pgmap v19218: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:11 smithi172 ceph-mon[103696]: pgmap v19218: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:11.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:11.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:12.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:12.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:13.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:13 smithi050 ceph-mon[92315]: pgmap v19219: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:36:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:13 smithi172 ceph-mon[103696]: pgmap v19219: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:36:13.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:13.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:14.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:14.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:15 smithi050 ceph-mon[92315]: pgmap v19220: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:15 smithi172 ceph-mon[103696]: pgmap v19220: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:15.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:15.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:16.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:16.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:17 smithi050 ceph-mon[92315]: pgmap v19221: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:17 smithi172 ceph-mon[103696]: pgmap v19221: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:17.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:17.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:18.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:18.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:18.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:18 smithi050 ceph-mon[92315]: pgmap v19222: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:18 smithi172 ceph-mon[103696]: pgmap v19222: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:19.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:19.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:36:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:36:20.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:20.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:20 smithi050 ceph-mon[92315]: pgmap v19223: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:20 smithi172 ceph-mon[103696]: pgmap v19223: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:21.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:21.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:22.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:22.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:23.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:23 smithi050 ceph-mon[92315]: pgmap v19224: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:36:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:23 smithi172 ceph-mon[103696]: pgmap v19224: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:36:23.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:23.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:24.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:24.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:25 smithi050 ceph-mon[92315]: pgmap v19225: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:25 smithi172 ceph-mon[103696]: pgmap v19225: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:25.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:25.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:26.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:26.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:27.531 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:27 smithi172 ceph-mon[103696]: pgmap v19226: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:27 smithi050 ceph-mon[92315]: pgmap v19226: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:27.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:27.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:28.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:28.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:28 smithi050 ceph-mon[92315]: pgmap v19227: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:28 smithi172 ceph-mon[103696]: pgmap v19227: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:29.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:29.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:30.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:30.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:31 smithi050 ceph-mon[92315]: pgmap v19228: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:31 smithi172 ceph-mon[103696]: pgmap v19228: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:31.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:31.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:32.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:32.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:33 smithi050 ceph-mon[92315]: pgmap v19229: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:36:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:33 smithi172 ceph-mon[103696]: pgmap v19229: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:36:33.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:33.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:34.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:34.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:35 smithi050 ceph-mon[92315]: pgmap v19230: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:36:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:35 smithi172 ceph-mon[103696]: pgmap v19230: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:36:35.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:35.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:36.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:36.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:37.523 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:37 smithi050 ceph-mon[92315]: pgmap v19231: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:37 smithi172 ceph-mon[103696]: pgmap v19231: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:37.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:37.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:38.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:38.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:38 smithi050 ceph-mon[92315]: pgmap v19232: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:38 smithi172 ceph-mon[103696]: pgmap v19232: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:39.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:39.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:40.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:40.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:41 smithi050 ceph-mon[92315]: pgmap v19233: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:41 smithi172 ceph-mon[103696]: pgmap v19233: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:41.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:41.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:42.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:42.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:43 smithi050 ceph-mon[92315]: pgmap v19234: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:36:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:43 smithi172 ceph-mon[103696]: pgmap v19234: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:36:43.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:43.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:44.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:44.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:45 smithi050 ceph-mon[92315]: pgmap v19235: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:45 smithi172 ceph-mon[103696]: pgmap v19235: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:45.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:45.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:46.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:46.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:47 smithi050 ceph-mon[92315]: pgmap v19236: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:47 smithi172 ceph-mon[103696]: pgmap v19236: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:47.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:47.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:48.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:48.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:48 smithi050 ceph-mon[92315]: pgmap v19237: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:48 smithi172 ceph-mon[103696]: pgmap v19237: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:49.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:49.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:36:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:36:50.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:50.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:50 smithi172 ceph-mon[103696]: pgmap v19238: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:50 smithi050 ceph-mon[92315]: pgmap v19238: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:51.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:51.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:52.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:52.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:53 smithi050 ceph-mon[92315]: pgmap v19239: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:36:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:53 smithi172 ceph-mon[103696]: pgmap v19239: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:36:53.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:53.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:54 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:36:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:54 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:36:54.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:54.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:55 smithi050 ceph-mon[92315]: pgmap v19240: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:55.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:36:55.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:36:55.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:36:55.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:36:55.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:36:55.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:36:55.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:36:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:55 smithi172 ceph-mon[103696]: pgmap v19240: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:36:55.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:36:55.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:36:55.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:36:55.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:36:55.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:36:55.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:36:55.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:55.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:56.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:56.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:57 smithi050 ceph-mon[92315]: pgmap v19241: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:57 smithi172 ceph-mon[103696]: pgmap v19241: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:57.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:57.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:58.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:58.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:36:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:36:58 smithi050 ceph-mon[92315]: pgmap v19242: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:36:58 smithi172 ceph-mon[103696]: pgmap v19242: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:36:59.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:36:59.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:00.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:00.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:01 smithi050 ceph-mon[92315]: pgmap v19243: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:01 smithi172 ceph-mon[103696]: pgmap v19243: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:01.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:01.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:02.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:02.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:03 smithi050 ceph-mon[92315]: pgmap v19244: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:37:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:03 smithi172 ceph-mon[103696]: pgmap v19244: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:37:03.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:03.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:04.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:04.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:05 smithi050 ceph-mon[92315]: pgmap v19245: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:37:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:05 smithi172 ceph-mon[103696]: pgmap v19245: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:37:05.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:05.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:06.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:06.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:07 smithi050 ceph-mon[92315]: pgmap v19246: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:07 smithi172 ceph-mon[103696]: pgmap v19246: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:07.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:07.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:08.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:08.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:08 smithi050 ceph-mon[92315]: pgmap v19247: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:08 smithi172 ceph-mon[103696]: pgmap v19247: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:09.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:09.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:10.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:10.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:11 smithi050 ceph-mon[92315]: pgmap v19248: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:11 smithi172 ceph-mon[103696]: pgmap v19248: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:11.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:11.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:12.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:12.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:13.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:13 smithi050 ceph-mon[92315]: pgmap v19249: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:37:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:13 smithi172 ceph-mon[103696]: pgmap v19249: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:37:13.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:13.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:14.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:14.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:15.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:15 smithi050 ceph-mon[92315]: pgmap v19250: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:15 smithi172 ceph-mon[103696]: pgmap v19250: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:15.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:15.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:16.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:16.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:17.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:17 smithi050 ceph-mon[92315]: pgmap v19251: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:17 smithi172 ceph-mon[103696]: pgmap v19251: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:17.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:17.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:18 smithi050 ceph-mon[92315]: pgmap v19252: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:18.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:18.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:18.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:18 smithi172 ceph-mon[103696]: pgmap v19252: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:19.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:19.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:37:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:37:20.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:20.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:20 smithi050 ceph-mon[92315]: pgmap v19253: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:20 smithi172 ceph-mon[103696]: pgmap v19253: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:21.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:21.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:22.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:22.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:23.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:23 smithi050 ceph-mon[92315]: pgmap v19254: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:37:23.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:23 smithi172 ceph-mon[103696]: pgmap v19254: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:37:23.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:23.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:24.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:24.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:25 smithi050 ceph-mon[92315]: pgmap v19255: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:25 smithi172 ceph-mon[103696]: pgmap v19255: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:25.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:25.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:26.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:26.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:27.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:27 smithi050 ceph-mon[92315]: pgmap v19256: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:27 smithi172 ceph-mon[103696]: pgmap v19256: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:27.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:27.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:28.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:28.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:28 smithi050 ceph-mon[92315]: pgmap v19257: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:28 smithi172 ceph-mon[103696]: pgmap v19257: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:29.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:29.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:30.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:30.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:31 smithi050 ceph-mon[92315]: pgmap v19258: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:31.865 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:31 smithi172 ceph-mon[103696]: pgmap v19258: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:31.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:31.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:32.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:32.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:33 smithi050 ceph-mon[92315]: pgmap v19259: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:37:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:33 smithi172 ceph-mon[103696]: pgmap v19259: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:37:33.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:33.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:34.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:34.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:35 smithi050 ceph-mon[92315]: pgmap v19260: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:37:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:35 smithi172 ceph-mon[103696]: pgmap v19260: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:37:35.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:35.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:36.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:36.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:37 smithi050 ceph-mon[92315]: pgmap v19261: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:37 smithi172 ceph-mon[103696]: pgmap v19261: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:37.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:37.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:38 smithi050 ceph-mon[92315]: pgmap v19262: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:38 smithi172 ceph-mon[103696]: pgmap v19262: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:38.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:38.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:39.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:39.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:40.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:40.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:41 smithi050 ceph-mon[92315]: pgmap v19263: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:41 smithi172 ceph-mon[103696]: pgmap v19263: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:41.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:41.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:42.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:42.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:43.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:43 smithi050 ceph-mon[92315]: pgmap v19264: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:37:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:43 smithi172 ceph-mon[103696]: pgmap v19264: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:37:43.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:43.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:44.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:44.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:45 smithi050 ceph-mon[92315]: pgmap v19265: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:45 smithi172 ceph-mon[103696]: pgmap v19265: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:45.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:45.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:46.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:46.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:47 smithi050 ceph-mon[92315]: pgmap v19266: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:47 smithi172 ceph-mon[103696]: pgmap v19266: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:47.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:47.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:48.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:48 smithi050 ceph-mon[92315]: pgmap v19267: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:48.749 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:48 smithi172 ceph-mon[103696]: pgmap v19267: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:48.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:48.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:49.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:49.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:37:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:37:50.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:50.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:50 smithi050 ceph-mon[92315]: pgmap v19268: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:50 smithi172 ceph-mon[103696]: pgmap v19268: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:51.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:51.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:52.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:52.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:53.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:53 smithi050 ceph-mon[92315]: pgmap v19269: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:37:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:53 smithi172 ceph-mon[103696]: pgmap v19269: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:37:53.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:53.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:54.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:54.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:55 smithi050 ceph-mon[92315]: pgmap v19270: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:55.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:55 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:37:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:55 smithi172 ceph-mon[103696]: pgmap v19270: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:55 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:37:55.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:55.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:37:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:37:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:37:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:37:56.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:37:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:37:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:37:56.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:37:56.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:37:56.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:37:56.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:56.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:57 smithi050 ceph-mon[92315]: pgmap v19271: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:57 smithi172 ceph-mon[103696]: pgmap v19271: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:57.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:57.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:58.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:58.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:37:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:37:58 smithi050 ceph-mon[92315]: pgmap v19272: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:37:58 smithi172 ceph-mon[103696]: pgmap v19272: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:37:59.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:37:59.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:00.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:00.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:01 smithi050 ceph-mon[92315]: pgmap v19273: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:01 smithi172 ceph-mon[103696]: pgmap v19273: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:01.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:01.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:02.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:02.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:03.532 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:03 smithi172 ceph-mon[103696]: pgmap v19274: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:38:03.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:03 smithi050 ceph-mon[92315]: pgmap v19274: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:38:03.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:03.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:04.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:04.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:05 smithi050 ceph-mon[92315]: pgmap v19275: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:38:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:05 smithi172 ceph-mon[103696]: pgmap v19275: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:38:05.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:05.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:06.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:06.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:07.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:07 smithi050 ceph-mon[92315]: pgmap v19276: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:07 smithi172 ceph-mon[103696]: pgmap v19276: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:07.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:07.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:08.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:08.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:08 smithi050 ceph-mon[92315]: pgmap v19277: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:08 smithi172 ceph-mon[103696]: pgmap v19277: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:09.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:09.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:10.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:10.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:11 smithi050 ceph-mon[92315]: pgmap v19278: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:11 smithi172 ceph-mon[103696]: pgmap v19278: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:11.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:11.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:12.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:12.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:13 smithi050 ceph-mon[92315]: pgmap v19279: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:38:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:13 smithi172 ceph-mon[103696]: pgmap v19279: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:38:13.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:13.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:14.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:14.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:15 smithi050 ceph-mon[92315]: pgmap v19280: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:15 smithi172 ceph-mon[103696]: pgmap v19280: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:15.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:15.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:16.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:16.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:17 smithi050 ceph-mon[92315]: pgmap v19281: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:17 smithi172 ceph-mon[103696]: pgmap v19281: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:17.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:17.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:18.690 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:18 smithi172 ceph-mon[103696]: pgmap v19282: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:18.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:18.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:18 smithi050 ceph-mon[92315]: pgmap v19282: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:19.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:19.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:38:20.332 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:38:20.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:20.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:21.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:20 smithi050 ceph-mon[92315]: pgmap v19283: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:20 smithi172 ceph-mon[103696]: pgmap v19283: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:21.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:21.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:22.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:22.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:23.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:23 smithi050 ceph-mon[92315]: pgmap v19284: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:38:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:23 smithi172 ceph-mon[103696]: pgmap v19284: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:38:23.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:23.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:24.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:24.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:25 smithi050 ceph-mon[92315]: pgmap v19285: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:25 smithi172 ceph-mon[103696]: pgmap v19285: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:25.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:25.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:26.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:26.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:27 smithi050 ceph-mon[92315]: pgmap v19286: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:27 smithi172 ceph-mon[103696]: pgmap v19286: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:27.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:27.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:28.783 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:28 smithi050 ceph-mon[92315]: pgmap v19287: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:28.796 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:28 smithi172 ceph-mon[103696]: pgmap v19287: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:28.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:28.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:29.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:29.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:30.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:30.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:31 smithi050 ceph-mon[92315]: pgmap v19288: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:31 smithi172 ceph-mon[103696]: pgmap v19288: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:31.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:31.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:32.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:32.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:33 smithi050 ceph-mon[92315]: pgmap v19289: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:38:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:33 smithi172 ceph-mon[103696]: pgmap v19289: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:38:33.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:33.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:34.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:34.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:35 smithi050 ceph-mon[92315]: pgmap v19290: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:38:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:35 smithi172 ceph-mon[103696]: pgmap v19290: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:38:35.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:35.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:36.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:36.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:37 smithi050 ceph-mon[92315]: pgmap v19291: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:37 smithi172 ceph-mon[103696]: pgmap v19291: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:37.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:37.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:38 smithi050 ceph-mon[92315]: pgmap v19292: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:38 smithi172 ceph-mon[103696]: pgmap v19292: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:38.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:38.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:39.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:39.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:40.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:40.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:41 smithi050 ceph-mon[92315]: pgmap v19293: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:41 smithi172 ceph-mon[103696]: pgmap v19293: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:41.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:41.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:42.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:42.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:43 smithi050 ceph-mon[92315]: pgmap v19294: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:38:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:43 smithi172 ceph-mon[103696]: pgmap v19294: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:38:43.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:43.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:44.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:44.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:45 smithi050 ceph-mon[92315]: pgmap v19295: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:45 smithi172 ceph-mon[103696]: pgmap v19295: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:45.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:45.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:46.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:46.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:47.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:47 smithi050 ceph-mon[92315]: pgmap v19296: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:47 smithi172 ceph-mon[103696]: pgmap v19296: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:47.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:47.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:48 smithi050 ceph-mon[92315]: pgmap v19297: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:48 smithi172 ceph-mon[103696]: pgmap v19297: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:48.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:48.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:49.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:49.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:38:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:38:50.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:50.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:50 smithi050 ceph-mon[92315]: pgmap v19298: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:50 smithi172 ceph-mon[103696]: pgmap v19298: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:51.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:51.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:52.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:52.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:53 smithi050 ceph-mon[92315]: pgmap v19299: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:38:53.629 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:53 smithi172 ceph-mon[103696]: pgmap v19299: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:38:53.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:53.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:54.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:54.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:55 smithi050 ceph-mon[92315]: pgmap v19300: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:55 smithi172 ceph-mon[103696]: pgmap v19300: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:55.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:55.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:38:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:38:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:56 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:38:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:38:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:38:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:56 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:38:56.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:56.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:57.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:57 smithi050 ceph-mon[92315]: pgmap v19301: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:57.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:38:57.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:38:57.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:38:57.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:38:57.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:38:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:57 smithi172 ceph-mon[103696]: pgmap v19301: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:38:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:38:57.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:38:57.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:38:57.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:38:57.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:57.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:38:58 smithi050 ceph-mon[92315]: pgmap v19302: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:38:58 smithi172 ceph-mon[103696]: pgmap v19302: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:38:58.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:58.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:38:59.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:38:59.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:00.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:00.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:01 smithi050 ceph-mon[92315]: pgmap v19303: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:01 smithi172 ceph-mon[103696]: pgmap v19303: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:01.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:01.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:02.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:02.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:03.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:03 smithi050 ceph-mon[92315]: pgmap v19304: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:39:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:03 smithi172 ceph-mon[103696]: pgmap v19304: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:39:03.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:03.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:04.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:04.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:05 smithi050 ceph-mon[92315]: pgmap v19305: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:39:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:05 smithi172 ceph-mon[103696]: pgmap v19305: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:39:05.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:05.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:06.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:06.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:07 smithi050 ceph-mon[92315]: pgmap v19306: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:07 smithi172 ceph-mon[103696]: pgmap v19306: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:07.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:07.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:08 smithi050 ceph-mon[92315]: pgmap v19307: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:08 smithi172 ceph-mon[103696]: pgmap v19307: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:08.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:08.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:09.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:09.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:10.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:10.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:11 smithi050 ceph-mon[92315]: pgmap v19308: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:11 smithi172 ceph-mon[103696]: pgmap v19308: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:11.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:11.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:12.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:12.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:13 smithi050 ceph-mon[92315]: pgmap v19309: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:39:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:13 smithi172 ceph-mon[103696]: pgmap v19309: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:39:13.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:13.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:14.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:14.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:15 smithi050 ceph-mon[92315]: pgmap v19310: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:15 smithi172 ceph-mon[103696]: pgmap v19310: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:15.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:15.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:16.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:16.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:17.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:17 smithi050 ceph-mon[92315]: pgmap v19311: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:17 smithi172 ceph-mon[103696]: pgmap v19311: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:17.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:17.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:18.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:18 smithi050 ceph-mon[92315]: pgmap v19312: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:18 smithi172 ceph-mon[103696]: pgmap v19312: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:18.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:18.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:19.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:19.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:39:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:39:20.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:20.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:20 smithi050 ceph-mon[92315]: pgmap v19313: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:20 smithi172 ceph-mon[103696]: pgmap v19313: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:21.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:21.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:22.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:22.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:23 smithi050 ceph-mon[92315]: pgmap v19314: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:39:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:23 smithi172 ceph-mon[103696]: pgmap v19314: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:39:23.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:23.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:24.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:24.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:25 smithi050 ceph-mon[92315]: pgmap v19315: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:25.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:25 smithi172 ceph-mon[103696]: pgmap v19315: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:25.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:25.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:26.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:26.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:27 smithi050 ceph-mon[92315]: pgmap v19316: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:27 smithi172 ceph-mon[103696]: pgmap v19316: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:27.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:27.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:28 smithi050 ceph-mon[92315]: pgmap v19317: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:28 smithi172 ceph-mon[103696]: pgmap v19317: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:28.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:28.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:29.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:29.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:30.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:31.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:31.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:31 smithi050 ceph-mon[92315]: pgmap v19318: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:31 smithi172 ceph-mon[103696]: pgmap v19318: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:31.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:31.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:32.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:32.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:33 smithi050 ceph-mon[92315]: pgmap v19319: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:39:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:33 smithi172 ceph-mon[103696]: pgmap v19319: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:39:33.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:33.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:34.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:34.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:35 smithi050 ceph-mon[92315]: pgmap v19320: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:35.968 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:39:35.969 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:35 smithi172 ceph-mon[103696]: pgmap v19320: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:35.969 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:39:35.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:35.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:36.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:36.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:37.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:37 smithi050 ceph-mon[92315]: pgmap v19321: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:37 smithi172 ceph-mon[103696]: pgmap v19321: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:37.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:37.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:38.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:38 smithi050 ceph-mon[92315]: pgmap v19322: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:38 smithi172 ceph-mon[103696]: pgmap v19322: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:38.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:38.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:39.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:39.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:40.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:40.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:41 smithi050 ceph-mon[92315]: pgmap v19323: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:41 smithi172 ceph-mon[103696]: pgmap v19323: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:41.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:41.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:42.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:42.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:43 smithi050 ceph-mon[92315]: pgmap v19324: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:39:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:43 smithi172 ceph-mon[103696]: pgmap v19324: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:39:43.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:43.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:44.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:44.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:45.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:45 smithi050 ceph-mon[92315]: pgmap v19325: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:45 smithi172 ceph-mon[103696]: pgmap v19325: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:45.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:45.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:46.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:46.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:47.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:47 smithi050 ceph-mon[92315]: pgmap v19326: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:47 smithi172 ceph-mon[103696]: pgmap v19326: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:47.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:47.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:48 smithi050 ceph-mon[92315]: pgmap v19327: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:48 smithi172 ceph-mon[103696]: pgmap v19327: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:48.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:48.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:50.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:50.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:39:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:39:51.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:51.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:50 smithi050 ceph-mon[92315]: pgmap v19328: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:51.132 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:50 smithi172 ceph-mon[103696]: pgmap v19328: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:52.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:52.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:53.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:53.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:53 smithi050 ceph-mon[92315]: pgmap v19329: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:39:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:53 smithi172 ceph-mon[103696]: pgmap v19329: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:39:54.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:54.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:55.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:55.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:55.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:55 smithi050 ceph-mon[92315]: pgmap v19330: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:55 smithi172 ceph-mon[103696]: pgmap v19330: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:56.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:56.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:57.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:57.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:57 smithi050 ceph-mon[92315]: pgmap v19331: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:57 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:39:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:57 smithi172 ceph-mon[103696]: pgmap v19331: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:57 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:39:58.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:58.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:39:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:39:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:39:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:39:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:39:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:39:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:39:58 smithi050 ceph-mon[92315]: pgmap v19332: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:39:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:39:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:39:58.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:39:58.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:39:58.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:39:58 smithi172 ceph-mon[103696]: pgmap v19332: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:39:59.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:39:59.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:00.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:00.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:00.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-10-01T00:40:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-10-01T00:40:01.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:01.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:01 smithi050 ceph-mon[92315]: pgmap v19333: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:01 smithi172 ceph-mon[103696]: pgmap v19333: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:02.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:02.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:03.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:03.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:03 smithi050 ceph-mon[92315]: pgmap v19334: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:40:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:03 smithi172 ceph-mon[103696]: pgmap v19334: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:40:04.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:04.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:05.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:05.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:05 smithi050 ceph-mon[92315]: pgmap v19335: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:40:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:05 smithi172 ceph-mon[103696]: pgmap v19335: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:40:06.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:06.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:07.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:07.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:07.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:07 smithi050 ceph-mon[92315]: pgmap v19336: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:07 smithi172 ceph-mon[103696]: pgmap v19336: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:08.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:08.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:08 smithi050 ceph-mon[92315]: pgmap v19337: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:08 smithi172 ceph-mon[103696]: pgmap v19337: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:09.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:09.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:10.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:10.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:11.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:11.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:11 smithi050 ceph-mon[92315]: pgmap v19338: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:11.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:11 smithi172 ceph-mon[103696]: pgmap v19338: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:12.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:12.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:13.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:13.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:13.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:13 smithi050 ceph-mon[92315]: pgmap v19339: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:40:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:13 smithi172 ceph-mon[103696]: pgmap v19339: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:40:14.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:14.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:15.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:15.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:15.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:15 smithi050 ceph-mon[92315]: pgmap v19340: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:15 smithi172 ceph-mon[103696]: pgmap v19340: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:16.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:16.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:17.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:17.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:17.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:17 smithi050 ceph-mon[92315]: pgmap v19341: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:17.918 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:17 smithi172 ceph-mon[103696]: pgmap v19341: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:18.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:18.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:18.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:18 smithi050 ceph-mon[92315]: pgmap v19342: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:18 smithi172 ceph-mon[103696]: pgmap v19342: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:19.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:19.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:20.045 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:40:20.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:20.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:40:21.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:21.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:20 smithi050 ceph-mon[92315]: pgmap v19343: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:20 smithi172 ceph-mon[103696]: pgmap v19343: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:22.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:22.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:23.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:24.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:24.867 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:23 smithi172 ceph-mon[103696]: pgmap v19344: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:40:24.867 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:23 smithi050 ceph-mon[92315]: pgmap v19344: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:40:24.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:24.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:25.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:25.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:25 smithi050 ceph-mon[92315]: pgmap v19345: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:26.072 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:25 smithi172 ceph-mon[103696]: pgmap v19345: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:26.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:26.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:27.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:27.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:27 smithi050 ceph-mon[92315]: pgmap v19346: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:27.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:27 smithi172 ceph-mon[103696]: pgmap v19346: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:28.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:28.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:28.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:28 smithi050 ceph-mon[92315]: pgmap v19347: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:28 smithi172 ceph-mon[103696]: pgmap v19347: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:29.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:29.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:30.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:30.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:31.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:31.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:31 smithi050 ceph-mon[92315]: pgmap v19348: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:31 smithi172 ceph-mon[103696]: pgmap v19348: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:32.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:32.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:33.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:33.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:33.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:33 smithi050 ceph-mon[92315]: pgmap v19349: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:40:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:33 smithi172 ceph-mon[103696]: pgmap v19349: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:40:34.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:34.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:35.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:35.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:35 smithi172 ceph-mon[103696]: pgmap v19350: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:40:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:35 smithi050 ceph-mon[92315]: pgmap v19350: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:40:36.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:36.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:37.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:37.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:37 smithi050 ceph-mon[92315]: pgmap v19351: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:37 smithi172 ceph-mon[103696]: pgmap v19351: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:38.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:38.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:38.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:38 smithi050 ceph-mon[92315]: pgmap v19352: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:38 smithi172 ceph-mon[103696]: pgmap v19352: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:39.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:39.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:40.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:40.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:41.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:41.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:41.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:41 smithi050 ceph-mon[92315]: pgmap v19353: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:41 smithi172 ceph-mon[103696]: pgmap v19353: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:42.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:42.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:43.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:43.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:43.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:43 smithi050 ceph-mon[92315]: pgmap v19354: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:40:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:43 smithi172 ceph-mon[103696]: pgmap v19354: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:40:44.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:44.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:45.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:45.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:45 smithi050 ceph-mon[92315]: pgmap v19355: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:45 smithi172 ceph-mon[103696]: pgmap v19355: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:46.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:46.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:47.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:47.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:47.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:47 smithi050 ceph-mon[92315]: pgmap v19356: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:47 smithi172 ceph-mon[103696]: pgmap v19356: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:48.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:48.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:48 smithi050 ceph-mon[92315]: pgmap v19357: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:48 smithi172 ceph-mon[103696]: pgmap v19357: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:49.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:49.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:40:50.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:50.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:40:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:50 smithi050 ceph-mon[92315]: pgmap v19358: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:52.238 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:50 smithi172 ceph-mon[103696]: pgmap v19358: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:52.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:52.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:52.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:52.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:53.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:53.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:53.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:53 smithi050 ceph-mon[92315]: pgmap v19359: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:40:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:53 smithi172 ceph-mon[103696]: pgmap v19359: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:40:54.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:54.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:55.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:55.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:55.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:55 smithi050 ceph-mon[92315]: pgmap v19360: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:55 smithi172 ceph-mon[103696]: pgmap v19360: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:56.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:56.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:57.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:57.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:57.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:57 smithi050 ceph-mon[92315]: pgmap v19361: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:57 smithi172 ceph-mon[103696]: pgmap v19361: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:58.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:58.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:40:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:40:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:40:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:40:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:40:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:40:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:58 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1380M 2023-10-01T00:40:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:40:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:40:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:40:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:40:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:58 smithi050 ceph-mon[92315]: pgmap v19362: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:58.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:40:58.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:40:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:40:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:40:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:40:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:40:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:40:58.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:40:58.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:58 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1380M 2023-10-01T00:40:58.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:40:58.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:40:58.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:40:58.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:40:58.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:58 smithi172 ceph-mon[103696]: pgmap v19362: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:40:58.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:40:58.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:40:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:40:59.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:40:59.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:00.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:00.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:01.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:01.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:01.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:01 smithi050 ceph-mon[92315]: pgmap v19363: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:01.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:01 smithi172 ceph-mon[103696]: pgmap v19363: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:02.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:02.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:03.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:03.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:03.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:03 smithi050 ceph-mon[92315]: pgmap v19364: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:41:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:03 smithi172 ceph-mon[103696]: pgmap v19364: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:41:04.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:04.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:05.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:05.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:05 smithi050 ceph-mon[92315]: pgmap v19365: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:41:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:05 smithi172 ceph-mon[103696]: pgmap v19365: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:41:06.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:06.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:07.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:07.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:07 smithi172 ceph-mon[103696]: pgmap v19366: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:08.008 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:07 smithi050 ceph-mon[92315]: pgmap v19366: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:08.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:08.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:08 smithi050 ceph-mon[92315]: pgmap v19367: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:08 smithi172 ceph-mon[103696]: pgmap v19367: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:09.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:09.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:10.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:10.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:11.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:11.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:11 smithi050 ceph-mon[92315]: pgmap v19368: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:11.718 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:11 smithi172 ceph-mon[103696]: pgmap v19368: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:12.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:12.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:13.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:13.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:13.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:13 smithi050 ceph-mon[92315]: pgmap v19369: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:41:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:13 smithi172 ceph-mon[103696]: pgmap v19369: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:41:14.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:14.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:15.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:15.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:15.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:15 smithi172 ceph-mon[103696]: pgmap v19370: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:15.678 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:15 smithi050 ceph-mon[92315]: pgmap v19370: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:16.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:16.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:17.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:17.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:17.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:17 smithi172 ceph-mon[103696]: pgmap v19371: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:17 smithi050 ceph-mon[92315]: pgmap v19371: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:18.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:18.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:18 smithi050 ceph-mon[92315]: pgmap v19372: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:18 smithi172 ceph-mon[103696]: pgmap v19372: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:19.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:19.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:41:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:41:20.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:20.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:20 smithi172 ceph-mon[103696]: pgmap v19373: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:20 smithi050 ceph-mon[92315]: pgmap v19373: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:21.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:21.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:22.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:22.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:23.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:23.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:23.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:23 smithi050 ceph-mon[92315]: pgmap v19374: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:41:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:23 smithi172 ceph-mon[103696]: pgmap v19374: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:41:24.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:24.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:25.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:25.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:25 smithi172 ceph-mon[103696]: pgmap v19375: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:25.792 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:25 smithi050 ceph-mon[92315]: pgmap v19375: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:26.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:26.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:27.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:27.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:27.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:27 smithi172 ceph-mon[103696]: pgmap v19376: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:27 smithi050 ceph-mon[92315]: pgmap v19376: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:28.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:28.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:28.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:28 smithi050 ceph-mon[92315]: pgmap v19377: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:28 smithi172 ceph-mon[103696]: pgmap v19377: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:29.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:29.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:30.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:30.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:31.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:31.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:31 smithi172 ceph-mon[103696]: pgmap v19378: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:31 smithi050 ceph-mon[92315]: pgmap v19378: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:32.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:32.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:33.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:33.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:33 smithi172 ceph-mon[103696]: pgmap v19379: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:41:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:33 smithi050 ceph-mon[92315]: pgmap v19379: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:41:34.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:34.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:35.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:35.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:35 smithi172 ceph-mon[103696]: pgmap v19380: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:35.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:41:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:35 smithi050 ceph-mon[92315]: pgmap v19380: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:41:36.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:36.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:37.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:37.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:37 smithi172 ceph-mon[103696]: pgmap v19381: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:37 smithi050 ceph-mon[92315]: pgmap v19381: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:38.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:38.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:38 smithi050 ceph-mon[92315]: pgmap v19382: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:38 smithi172 ceph-mon[103696]: pgmap v19382: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:39.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:39.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:40.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:40.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:41.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:41.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:41 smithi172 ceph-mon[103696]: pgmap v19383: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:41 smithi050 ceph-mon[92315]: pgmap v19383: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:42.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:42.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:43.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:43.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:43 smithi172 ceph-mon[103696]: pgmap v19384: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:41:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:43 smithi050 ceph-mon[92315]: pgmap v19384: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:41:44.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:44.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:45.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:45.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:45 smithi172 ceph-mon[103696]: pgmap v19385: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:45 smithi050 ceph-mon[92315]: pgmap v19385: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:46.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:46.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:47.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:47.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:47.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:47 smithi172 ceph-mon[103696]: pgmap v19386: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:47 smithi050 ceph-mon[92315]: pgmap v19386: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:48.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:48.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:48 smithi050 ceph-mon[92315]: pgmap v19387: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:48 smithi172 ceph-mon[103696]: pgmap v19387: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:49.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:49.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:41:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:41:50.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:50.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:51.078 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:50 smithi050 ceph-mon[92315]: pgmap v19388: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:50 smithi172 ceph-mon[103696]: pgmap v19388: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:51.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:51.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:52.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:52.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:53.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:53.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:53 smithi172 ceph-mon[103696]: pgmap v19389: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:41:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:53 smithi050 ceph-mon[92315]: pgmap v19389: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:41:54.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:54.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:55.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:55.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:55 smithi172 ceph-mon[103696]: pgmap v19390: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:55 smithi050 ceph-mon[92315]: pgmap v19390: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:56.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:56.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:57.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:57.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:57 smithi172 ceph-mon[103696]: pgmap v19391: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:57 smithi050 ceph-mon[92315]: pgmap v19391: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:58.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:58.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:58 smithi050 ceph-mon[92315]: pgmap v19392: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:58.859 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:41:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:58 smithi172 ceph-mon[103696]: pgmap v19392: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:41:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:41:59.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:41:59.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:41:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:41:59.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:41:59.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:41:59.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:41:59.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:41:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:41:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:41:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:41:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:41:59.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:41:59.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:41:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:42:00.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:00.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:00 smithi050 ceph-mon[92315]: pgmap v19393: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:00 smithi172 ceph-mon[103696]: pgmap v19393: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:01.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:01.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:02.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:02.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:03.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:03.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:03.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:03 smithi172 ceph-mon[103696]: pgmap v19394: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:42:03.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:03 smithi050 ceph-mon[92315]: pgmap v19394: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:42:04.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:04.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:05.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:05.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:05 smithi172 ceph-mon[103696]: pgmap v19395: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:42:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:05 smithi050 ceph-mon[92315]: pgmap v19395: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:42:06.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:06.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:07.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:07.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:07 smithi172 ceph-mon[103696]: pgmap v19396: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:07 smithi050 ceph-mon[92315]: pgmap v19396: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:08.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:08.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:08 smithi050 ceph-mon[92315]: pgmap v19397: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:08 smithi172 ceph-mon[103696]: pgmap v19397: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:09.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:09.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:10.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:10.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:11.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:11.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:11.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:11 smithi172 ceph-mon[103696]: pgmap v19398: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:11.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:11 smithi050 ceph-mon[92315]: pgmap v19398: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:12.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:12.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:13.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:13.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:13.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:13 smithi172 ceph-mon[103696]: pgmap v19399: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:42:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:13 smithi050 ceph-mon[92315]: pgmap v19399: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:42:14.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:14.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:15.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:15.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:15.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:15 smithi172 ceph-mon[103696]: pgmap v19400: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:15 smithi050 ceph-mon[92315]: pgmap v19400: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:16.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:16.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:17.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:17.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:17.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:17 smithi172 ceph-mon[103696]: pgmap v19401: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:17 smithi050 ceph-mon[92315]: pgmap v19401: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:18.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:18.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:18 smithi050 ceph-mon[92315]: pgmap v19402: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:18 smithi172 ceph-mon[103696]: pgmap v19402: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:19.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:19.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:42:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:42:20.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:20.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:21.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:20 smithi050 ceph-mon[92315]: pgmap v19403: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:20 smithi172 ceph-mon[103696]: pgmap v19403: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:21.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:21.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:22.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:22.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:23.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:23.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:23.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:23 smithi172 ceph-mon[103696]: pgmap v19404: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:42:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:23 smithi050 ceph-mon[92315]: pgmap v19404: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:42:24.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:24.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:25.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:25.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:25 smithi172 ceph-mon[103696]: pgmap v19405: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:25.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:25 smithi050 ceph-mon[92315]: pgmap v19405: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:26.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:26.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:27.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:28.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:28.343 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:27 smithi172 ceph-mon[103696]: pgmap v19406: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:28.343 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:27 smithi050 ceph-mon[92315]: pgmap v19406: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:28.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:28.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:28.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:28 smithi050 ceph-mon[92315]: pgmap v19407: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:28 smithi172 ceph-mon[103696]: pgmap v19407: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:29.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:29.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:30.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:30.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:31.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:31.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:31 smithi172 ceph-mon[103696]: pgmap v19408: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:31.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:31 smithi050 ceph-mon[92315]: pgmap v19408: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:32.276 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:32.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:33.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:33.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:33 smithi172 ceph-mon[103696]: pgmap v19409: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:42:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:33 smithi050 ceph-mon[92315]: pgmap v19409: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:42:34.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:34.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:35.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:35.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:35 smithi172 ceph-mon[103696]: pgmap v19410: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:35.688 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:42:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:35 smithi050 ceph-mon[92315]: pgmap v19410: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:42:36.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:36.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:37.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:37.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:37 smithi050 ceph-mon[92315]: pgmap v19411: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:38.030 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:37 smithi172 ceph-mon[103696]: pgmap v19411: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:38.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:38.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:38 smithi050 ceph-mon[92315]: pgmap v19412: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:38 smithi172 ceph-mon[103696]: pgmap v19412: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:39.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:39.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:40.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:40.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:41.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:41.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:41 smithi172 ceph-mon[103696]: pgmap v19413: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:41.653 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:41 smithi050 ceph-mon[92315]: pgmap v19413: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:42.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:42.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:43.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:43.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:43 smithi172 ceph-mon[103696]: pgmap v19414: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:42:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:43 smithi050 ceph-mon[92315]: pgmap v19414: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:42:44.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:44.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:45.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:45.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:45 smithi050 ceph-mon[92315]: pgmap v19415: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:45 smithi172 ceph-mon[103696]: pgmap v19415: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:46.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:46.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:47.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:47.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:47 smithi050 ceph-mon[92315]: pgmap v19416: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:47 smithi172 ceph-mon[103696]: pgmap v19416: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:48.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:48.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:48 smithi050 ceph-mon[92315]: pgmap v19417: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:48 smithi172 ceph-mon[103696]: pgmap v19417: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:49.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:49.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:42:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:42:50.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:50.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:50 smithi050 ceph-mon[92315]: pgmap v19418: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:50 smithi172 ceph-mon[103696]: pgmap v19418: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:51.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:51.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:52.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:52.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:53.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:53.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:53.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:53 smithi172 ceph-mon[103696]: pgmap v19419: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:42:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:53 smithi050 ceph-mon[92315]: pgmap v19419: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:42:54.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:54.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:55.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:55.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:55 smithi050 ceph-mon[92315]: pgmap v19420: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:55 smithi172 ceph-mon[103696]: pgmap v19420: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:56.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:56.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:57.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:57.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:57.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:57 smithi050 ceph-mon[92315]: pgmap v19421: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:57 smithi172 ceph-mon[103696]: pgmap v19421: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:58.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:58.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:58 smithi050 ceph-mon[92315]: pgmap v19422: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:58 smithi172 ceph-mon[103696]: pgmap v19422: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:42:59.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:42:59.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:42:59.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:42:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:42:59.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:42:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:43:00.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:00.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:43:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:43:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:43:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:43:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:43:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:00 smithi050 ceph-mon[92315]: pgmap v19423: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:43:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:43:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:43:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:43:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:43:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:00 smithi172 ceph-mon[103696]: pgmap v19423: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:01.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:01.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:02.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:02.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:03.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:03.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:03 smithi050 ceph-mon[92315]: pgmap v19424: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:43:03.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:03 smithi172 ceph-mon[103696]: pgmap v19424: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:43:04.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:04.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:05.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:05.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:05 smithi050 ceph-mon[92315]: pgmap v19425: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:05.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:43:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:05 smithi172 ceph-mon[103696]: pgmap v19425: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:05.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:43:06.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:06.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:07.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:07.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:07 smithi050 ceph-mon[92315]: pgmap v19426: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:07 smithi172 ceph-mon[103696]: pgmap v19426: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:08.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:08.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:08 smithi050 ceph-mon[92315]: pgmap v19427: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:08 smithi172 ceph-mon[103696]: pgmap v19427: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:09.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:09.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:10.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:10.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:11.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:11.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:11.755 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:11 smithi172 ceph-mon[103696]: pgmap v19428: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:11 smithi050 ceph-mon[92315]: pgmap v19428: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:12.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:12.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:13.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:13.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:13.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:13 smithi050 ceph-mon[92315]: pgmap v19429: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:43:14.073 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:13 smithi172 ceph-mon[103696]: pgmap v19429: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:43:14.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:14.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:15.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:15.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:15 smithi050 ceph-mon[92315]: pgmap v19430: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:15 smithi172 ceph-mon[103696]: pgmap v19430: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:16.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:16.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:17.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:17.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:17 smithi050 ceph-mon[92315]: pgmap v19431: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:17 smithi172 ceph-mon[103696]: pgmap v19431: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:18.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:18.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:18.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:18 smithi050 ceph-mon[92315]: pgmap v19432: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:18 smithi172 ceph-mon[103696]: pgmap v19432: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:19.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:19.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:43:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:43:20.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:20.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:20 smithi050 ceph-mon[92315]: pgmap v19433: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:20 smithi172 ceph-mon[103696]: pgmap v19433: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:21.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:21.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:22.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:22.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:23.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:23.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:23 smithi050 ceph-mon[92315]: pgmap v19434: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:43:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:23 smithi172 ceph-mon[103696]: pgmap v19434: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:43:24.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:24.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:25.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:25.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:25 smithi050 ceph-mon[92315]: pgmap v19435: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:26.170 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:25 smithi172 ceph-mon[103696]: pgmap v19435: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:26.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:26.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:27.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:27.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:27.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:27 smithi050 ceph-mon[92315]: pgmap v19436: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:27 smithi172 ceph-mon[103696]: pgmap v19436: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:28.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:28.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:28.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:28 smithi050 ceph-mon[92315]: pgmap v19437: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:28 smithi172 ceph-mon[103696]: pgmap v19437: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:29.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:29.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:30.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:30.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:31.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:31.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:31 smithi050 ceph-mon[92315]: pgmap v19438: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:31.902 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:31 smithi172 ceph-mon[103696]: pgmap v19438: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:32.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:32.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:33.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:33.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:33.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:33 smithi050 ceph-mon[92315]: pgmap v19439: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:43:34.136 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:33 smithi172 ceph-mon[103696]: pgmap v19439: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:43:34.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:34.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:35.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:35.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:35 smithi050 ceph-mon[92315]: pgmap v19440: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:35.920 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:43:35.921 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:35 smithi172 ceph-mon[103696]: pgmap v19440: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:35.921 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:43:36.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:36.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:37.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:37.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:37.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:37 smithi050 ceph-mon[92315]: pgmap v19441: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:37 smithi172 ceph-mon[103696]: pgmap v19441: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:38.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:38.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:38 smithi050 ceph-mon[92315]: pgmap v19442: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:38 smithi172 ceph-mon[103696]: pgmap v19442: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:39.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:39.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:40.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:40.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:41.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:41.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:41.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:41 smithi050 ceph-mon[92315]: pgmap v19443: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:41.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:41 smithi172 ceph-mon[103696]: pgmap v19443: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:42.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:42.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:43.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:43.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:43 smithi050 ceph-mon[92315]: pgmap v19444: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:43:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:43 smithi172 ceph-mon[103696]: pgmap v19444: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:43:44.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:44.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:45.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:45.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:45 smithi050 ceph-mon[92315]: pgmap v19445: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:45 smithi172 ceph-mon[103696]: pgmap v19445: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:46.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:46.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:47.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:47.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:47 smithi050 ceph-mon[92315]: pgmap v19446: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:47 smithi172 ceph-mon[103696]: pgmap v19446: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:48.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:48.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:48 smithi050 ceph-mon[92315]: pgmap v19447: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:48 smithi172 ceph-mon[103696]: pgmap v19447: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:49.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:49.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:43:50.228 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:43:50.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:50.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:50 smithi050 ceph-mon[92315]: pgmap v19448: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:50 smithi172 ceph-mon[103696]: pgmap v19448: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:51.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:51.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:52.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:52.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:53.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:53.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:53.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:53 smithi050 ceph-mon[92315]: pgmap v19449: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:43:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:53 smithi172 ceph-mon[103696]: pgmap v19449: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:43:54.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:54.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:55.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:55.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:55 smithi050 ceph-mon[92315]: pgmap v19450: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:55 smithi172 ceph-mon[103696]: pgmap v19450: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:56.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:56.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:57.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:57.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:57.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:57 smithi172 ceph-mon[103696]: pgmap v19451: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:57 smithi050 ceph-mon[92315]: pgmap v19451: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:58.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:58.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:43:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:58 smithi050 ceph-mon[92315]: pgmap v19452: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:58 smithi172 ceph-mon[103696]: pgmap v19452: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:43:59.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:43:59.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:43:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:44:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:43:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:44:00.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:00.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:00 smithi050 ceph-mon[92315]: pgmap v19453: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:00 smithi172 ceph-mon[103696]: pgmap v19453: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:01.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:01.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:02.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:02.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:03.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:03.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:03 smithi050 ceph-mon[92315]: pgmap v19454: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:44:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:03 smithi172 ceph-mon[103696]: pgmap v19454: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:44:04.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:04.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:05.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:05.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:05.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:05 smithi050 ceph-mon[92315]: pgmap v19455: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:05.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:44:05.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:44:05.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:44:05.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:44:05.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:44:05.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:44:05.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:44:05.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:44:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:05 smithi172 ceph-mon[103696]: pgmap v19455: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:44:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:44:05.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:44:05.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:44:05.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:44:05.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:44:05.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:44:05.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:44:06.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:06.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:07.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:07.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:07.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:07 smithi172 ceph-mon[103696]: pgmap v19456: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:07.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:07 smithi050 ceph-mon[92315]: pgmap v19456: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:08.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:08.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:08 smithi050 ceph-mon[92315]: pgmap v19457: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:08 smithi172 ceph-mon[103696]: pgmap v19457: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:09.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:09.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:10.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:10.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:11.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:11.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:11 smithi050 ceph-mon[92315]: pgmap v19458: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:11 smithi172 ceph-mon[103696]: pgmap v19458: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:12.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:12.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:13.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:13.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:13 smithi050 ceph-mon[92315]: pgmap v19459: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:44:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:13 smithi172 ceph-mon[103696]: pgmap v19459: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:44:14.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:14.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:15.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:15.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:15 smithi050 ceph-mon[92315]: pgmap v19460: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:15.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:15 smithi172 ceph-mon[103696]: pgmap v19460: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:16.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:16.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:17.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:17.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:17.746 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:17 smithi050 ceph-mon[92315]: pgmap v19461: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:17.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:17 smithi172 ceph-mon[103696]: pgmap v19461: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:18.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:18.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:18 smithi050 ceph-mon[92315]: pgmap v19462: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:18 smithi172 ceph-mon[103696]: pgmap v19462: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:19.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:19.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:44:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:44:20.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:20.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:20 smithi050 ceph-mon[92315]: pgmap v19463: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:20 smithi172 ceph-mon[103696]: pgmap v19463: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:21.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:21.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:22.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:22.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:23.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:23.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:23.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:23 smithi050 ceph-mon[92315]: pgmap v19464: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:44:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:23 smithi172 ceph-mon[103696]: pgmap v19464: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:44:24.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:24.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:25.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:25.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:25 smithi050 ceph-mon[92315]: pgmap v19465: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:25 smithi172 ceph-mon[103696]: pgmap v19465: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:26.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:26.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:27.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:27.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:27 smithi050 ceph-mon[92315]: pgmap v19466: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:27 smithi172 ceph-mon[103696]: pgmap v19466: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:28.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:28.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:28 smithi050 ceph-mon[92315]: pgmap v19467: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:28 smithi172 ceph-mon[103696]: pgmap v19467: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:29.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:29.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:30.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:30.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:31.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:31.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:31 smithi050 ceph-mon[92315]: pgmap v19468: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:31 smithi172 ceph-mon[103696]: pgmap v19468: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:32.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:32.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:33.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:33.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:33.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:33 smithi050 ceph-mon[92315]: pgmap v19469: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:44:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:33 smithi172 ceph-mon[103696]: pgmap v19469: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:44:34.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:34.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:35.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:35.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:35 smithi050 ceph-mon[92315]: pgmap v19470: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:44:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:35 smithi172 ceph-mon[103696]: pgmap v19470: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:44:36.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:36.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:37.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:37.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:37 smithi050 ceph-mon[92315]: pgmap v19471: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:37 smithi172 ceph-mon[103696]: pgmap v19471: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:38.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:38.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:38 smithi050 ceph-mon[92315]: pgmap v19472: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:38 smithi172 ceph-mon[103696]: pgmap v19472: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:39.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:39.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:40.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:40.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:41.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:41.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:41 smithi050 ceph-mon[92315]: pgmap v19473: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:41 smithi172 ceph-mon[103696]: pgmap v19473: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:42.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:42.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:43.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:43.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:43 smithi050 ceph-mon[92315]: pgmap v19474: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:44:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:43 smithi172 ceph-mon[103696]: pgmap v19474: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:44:44.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:44.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:45.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:45.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:45 smithi050 ceph-mon[92315]: pgmap v19475: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:45 smithi172 ceph-mon[103696]: pgmap v19475: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:46.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:46.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:47.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:47.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:47.761 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:47 smithi172 ceph-mon[103696]: pgmap v19476: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:47 smithi050 ceph-mon[92315]: pgmap v19476: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:48.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:48.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:48 smithi050 ceph-mon[92315]: pgmap v19477: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:48 smithi172 ceph-mon[103696]: pgmap v19477: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:49.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:49.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:44:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:44:50.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:50.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:50 smithi050 ceph-mon[92315]: pgmap v19478: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:50 smithi172 ceph-mon[103696]: pgmap v19478: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:51.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:51.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:52.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:52.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:53.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:53.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:53.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:53 smithi050 ceph-mon[92315]: pgmap v19479: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:44:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:53 smithi172 ceph-mon[103696]: pgmap v19479: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:44:54.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:54.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:55.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:55.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:55.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:55 smithi050 ceph-mon[92315]: pgmap v19480: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:55 smithi172 ceph-mon[103696]: pgmap v19480: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:56.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:56.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:57.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:57.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:57 smithi050 ceph-mon[92315]: pgmap v19481: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:57.866 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:57 smithi172 ceph-mon[103696]: pgmap v19481: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:58.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:58.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:44:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:44:58 smithi050 ceph-mon[92315]: pgmap v19482: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:44:58 smithi172 ceph-mon[103696]: pgmap v19482: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:44:59.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:44:59.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:00.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:00.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:01.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:01.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:01 smithi050 ceph-mon[92315]: pgmap v19483: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:01 smithi172 ceph-mon[103696]: pgmap v19483: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:02.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:02.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:03.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:03.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:03.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:03 smithi050 ceph-mon[92315]: pgmap v19484: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:45:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:03 smithi172 ceph-mon[103696]: pgmap v19484: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:45:04.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:04.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:05.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:05.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:05 smithi050 ceph-mon[92315]: pgmap v19485: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:05.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:45:05.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:45:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:05 smithi172 ceph-mon[103696]: pgmap v19485: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:45:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:45:06.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:06.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:06.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:45:06.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:45:06.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:45:06.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:45:06.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:45:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:45:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:45:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:45:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:45:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:45:07.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:07.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:07 smithi050 ceph-mon[92315]: pgmap v19486: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:07 smithi172 ceph-mon[103696]: pgmap v19486: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:08.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:08.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:08 smithi050 ceph-mon[92315]: pgmap v19487: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:08 smithi172 ceph-mon[103696]: pgmap v19487: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:09.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:09.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:10.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:10.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:11.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:11.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:11.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:11 smithi050 ceph-mon[92315]: pgmap v19488: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:11 smithi172 ceph-mon[103696]: pgmap v19488: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:12.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:12.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:13.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:13.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:13 smithi050 ceph-mon[92315]: pgmap v19489: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:45:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:13 smithi172 ceph-mon[103696]: pgmap v19489: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:45:14.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:14.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:15.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:15.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:15 smithi050 ceph-mon[92315]: pgmap v19490: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:15 smithi172 ceph-mon[103696]: pgmap v19490: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:16.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:16.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:17.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:17.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:17.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:17 smithi050 ceph-mon[92315]: pgmap v19491: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:17 smithi172 ceph-mon[103696]: pgmap v19491: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:18.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:18.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:18 smithi050 ceph-mon[92315]: pgmap v19492: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:18 smithi172 ceph-mon[103696]: pgmap v19492: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:19.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:19.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:45:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:45:20.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:20.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:21.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:20 smithi050 ceph-mon[92315]: pgmap v19493: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:20 smithi172 ceph-mon[103696]: pgmap v19493: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:21.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:21.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:22.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:22.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:23.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:23.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:23 smithi050 ceph-mon[92315]: pgmap v19494: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:45:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:23 smithi172 ceph-mon[103696]: pgmap v19494: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:45:24.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:24.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:25.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:25.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:25 smithi050 ceph-mon[92315]: pgmap v19495: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:25 smithi172 ceph-mon[103696]: pgmap v19495: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:26.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:26.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:27.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:27.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:27 smithi050 ceph-mon[92315]: pgmap v19496: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:27 smithi172 ceph-mon[103696]: pgmap v19496: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:28.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:28.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:28 smithi050 ceph-mon[92315]: pgmap v19497: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:28.910 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:28 smithi172 ceph-mon[103696]: pgmap v19497: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:29.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:29.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:30.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:30.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:31.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:31.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:31 smithi050 ceph-mon[92315]: pgmap v19498: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:31 smithi172 ceph-mon[103696]: pgmap v19498: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:32.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:32.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:33.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:33.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:33 smithi172 ceph-mon[103696]: pgmap v19499: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:45:33.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:33 smithi050 ceph-mon[92315]: pgmap v19499: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:45:34.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:34.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:35.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:35.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:35 smithi050 ceph-mon[92315]: pgmap v19500: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:45:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:35 smithi172 ceph-mon[103696]: pgmap v19500: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:45:36.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:36.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:37.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:37.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:37 smithi050 ceph-mon[92315]: pgmap v19501: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:37 smithi172 ceph-mon[103696]: pgmap v19501: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:38.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:38.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:38 smithi172 ceph-mon[103696]: pgmap v19502: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:38 smithi050 ceph-mon[92315]: pgmap v19502: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:39.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:39.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:40.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:40.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:41.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:41.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:41 smithi050 ceph-mon[92315]: pgmap v19503: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:41 smithi172 ceph-mon[103696]: pgmap v19503: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:42.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:42.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:43.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:43.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:43 smithi172 ceph-mon[103696]: pgmap v19504: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:45:43.718 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:43 smithi050 ceph-mon[92315]: pgmap v19504: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:45:44.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:44.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:45.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:45.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:45 smithi050 ceph-mon[92315]: pgmap v19505: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:45 smithi172 ceph-mon[103696]: pgmap v19505: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:46.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:46.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:47.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:47.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:47 smithi050 ceph-mon[92315]: pgmap v19506: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:47 smithi172 ceph-mon[103696]: pgmap v19506: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:48.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:48.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:48 smithi050 ceph-mon[92315]: pgmap v19507: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:48 smithi172 ceph-mon[103696]: pgmap v19507: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:49.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:49.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:45:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:45:50.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:50.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:50 smithi050 ceph-mon[92315]: pgmap v19508: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:50 smithi172 ceph-mon[103696]: pgmap v19508: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:51.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:51.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:52.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:52.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:53.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:53.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:53.830 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:53 smithi050 ceph-mon[92315]: pgmap v19509: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:45:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:53 smithi172 ceph-mon[103696]: pgmap v19509: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:45:54.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:54.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:55.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:55.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:55.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:55 smithi050 ceph-mon[92315]: pgmap v19510: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:55 smithi172 ceph-mon[103696]: pgmap v19510: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:56.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:56.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:57.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:57.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:57 smithi050 ceph-mon[92315]: pgmap v19511: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:57 smithi172 ceph-mon[103696]: pgmap v19511: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:58.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:58.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:45:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:45:58 smithi050 ceph-mon[92315]: pgmap v19512: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:45:58 smithi172 ceph-mon[103696]: pgmap v19512: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:45:59.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:45:59.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:00.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:00.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:01.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:01.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:01 smithi050 ceph-mon[92315]: pgmap v19513: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:01 smithi172 ceph-mon[103696]: pgmap v19513: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:02.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:02.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:03.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:03.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:03 smithi050 ceph-mon[92315]: pgmap v19514: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:46:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:03 smithi172 ceph-mon[103696]: pgmap v19514: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:46:04.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:04.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:05.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:05.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:05 smithi050 ceph-mon[92315]: pgmap v19515: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:05.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:46:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:05 smithi172 ceph-mon[103696]: pgmap v19515: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:46:06.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:06.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:46:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:46:07.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:07.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:07 smithi050 ceph-mon[92315]: pgmap v19516: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:07 smithi172 ceph-mon[103696]: pgmap v19516: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:08.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:08.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:08 smithi050 ceph-mon[92315]: pgmap v19517: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:08 smithi172 ceph-mon[103696]: pgmap v19517: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:09.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:09.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:10.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:10.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:11.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:11.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:11 smithi050 ceph-mon[92315]: pgmap v19518: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:11 smithi172 ceph-mon[103696]: pgmap v19518: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:12.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:12.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:13.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:13.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:13 smithi050 ceph-mon[92315]: pgmap v19519: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:46:13.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:46:13.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:13 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:46:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:13 smithi172 ceph-mon[103696]: pgmap v19519: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:46:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:46:13.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:13 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:46:14.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:14.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:15.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:46:15.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:46:15.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:46:15.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:46:15.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:46:15.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:46:15.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:46:15.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:14 smithi050 ceph-mon[92315]: pgmap v19520: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:46:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:46:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:46:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:46:15.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:46:15.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:46:15.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:46:15.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:14 smithi172 ceph-mon[103696]: pgmap v19520: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:15.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:15.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:16.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:16.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:17.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:17.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:17 smithi050 ceph-mon[92315]: pgmap v19521: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:17 smithi172 ceph-mon[103696]: pgmap v19521: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:18.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:18.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:18 smithi050 ceph-mon[92315]: pgmap v19522: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:18 smithi172 ceph-mon[103696]: pgmap v19522: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:19.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:19.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:46:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:46:20.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:20.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:21.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:20 smithi050 ceph-mon[92315]: pgmap v19523: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:21.215 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:20 smithi172 ceph-mon[103696]: pgmap v19523: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:21.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:21.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:22.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:22.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:23.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:23.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:23.765 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:23 smithi172 ceph-mon[103696]: pgmap v19524: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:46:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:23 smithi050 ceph-mon[92315]: pgmap v19524: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:46:24.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:24.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:25.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:25.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:25 smithi050 ceph-mon[92315]: pgmap v19525: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:25 smithi172 ceph-mon[103696]: pgmap v19525: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:26.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:26.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:27.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:27.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:27 smithi050 ceph-mon[92315]: pgmap v19526: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:27 smithi172 ceph-mon[103696]: pgmap v19526: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:28.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:28.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:28.818 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:28 smithi172 ceph-mon[103696]: pgmap v19527: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:28 smithi050 ceph-mon[92315]: pgmap v19527: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:29.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:30.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:30.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:30.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:31.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:31.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:31.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:31 smithi050 ceph-mon[92315]: pgmap v19528: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:31 smithi172 ceph-mon[103696]: pgmap v19528: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:32.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:32.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:33.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:33.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:33.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:33 smithi050 ceph-mon[92315]: pgmap v19529: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:46:33.872 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:33 smithi172 ceph-mon[103696]: pgmap v19529: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:46:34.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:34.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:35.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:35.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:35 smithi050 ceph-mon[92315]: pgmap v19530: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:46:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:35 smithi172 ceph-mon[103696]: pgmap v19530: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:46:36.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:36.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:37.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:37.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:37 smithi050 ceph-mon[92315]: pgmap v19531: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:37 smithi172 ceph-mon[103696]: pgmap v19531: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:38.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:38.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:38 smithi050 ceph-mon[92315]: pgmap v19532: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:38 smithi172 ceph-mon[103696]: pgmap v19532: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:39.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:39.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:40.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:40.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:41.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:41.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:41 smithi050 ceph-mon[92315]: pgmap v19533: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:41.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:41 smithi172 ceph-mon[103696]: pgmap v19533: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:42.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:42.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:43.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:43.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:43 smithi050 ceph-mon[92315]: pgmap v19534: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:46:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:43 smithi172 ceph-mon[103696]: pgmap v19534: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:46:44.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:44.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:45.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:45.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:45 smithi050 ceph-mon[92315]: pgmap v19535: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:45 smithi172 ceph-mon[103696]: pgmap v19535: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:46.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:46.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:47.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:47.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:47 smithi050 ceph-mon[92315]: pgmap v19536: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:47 smithi172 ceph-mon[103696]: pgmap v19536: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:48.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:48.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:48 smithi050 ceph-mon[92315]: pgmap v19537: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:48 smithi172 ceph-mon[103696]: pgmap v19537: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:49.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:49.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:46:50.209 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:46:50.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:50.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:50 smithi172 ceph-mon[103696]: pgmap v19538: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:50 smithi050 ceph-mon[92315]: pgmap v19538: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:51.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:51.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:52.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:52.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:53.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:53.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:53 smithi050 ceph-mon[92315]: pgmap v19539: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:46:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:53 smithi172 ceph-mon[103696]: pgmap v19539: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:46:54.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:54.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:55.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:55.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:55 smithi050 ceph-mon[92315]: pgmap v19540: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:55.899 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:55 smithi172 ceph-mon[103696]: pgmap v19540: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:56.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:56.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:57.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:57.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:57 smithi050 ceph-mon[92315]: pgmap v19541: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:57 smithi172 ceph-mon[103696]: pgmap v19541: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:58.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:58.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:46:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:46:58 smithi050 ceph-mon[92315]: pgmap v19542: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:46:58 smithi172 ceph-mon[103696]: pgmap v19542: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:46:59.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:46:59.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:00.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:00.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:01.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:01.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:01 smithi050 ceph-mon[92315]: pgmap v19543: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:01 smithi172 ceph-mon[103696]: pgmap v19543: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:02.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:02.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:03.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:03.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:03 smithi050 ceph-mon[92315]: pgmap v19544: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:47:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:03 smithi172 ceph-mon[103696]: pgmap v19544: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:47:04.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:04.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:05.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:05.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:05 smithi050 ceph-mon[92315]: pgmap v19545: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:05.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:47:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:05 smithi172 ceph-mon[103696]: pgmap v19545: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:47:06.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:06.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:07.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:07.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:07 smithi050 ceph-mon[92315]: pgmap v19546: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:07 smithi172 ceph-mon[103696]: pgmap v19546: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:08.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:08.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:08 smithi050 ceph-mon[92315]: pgmap v19547: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:08 smithi172 ceph-mon[103696]: pgmap v19547: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:09.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:09.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:10.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:10.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:11.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:11.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:11 smithi050 ceph-mon[92315]: pgmap v19548: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:11 smithi172 ceph-mon[103696]: pgmap v19548: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:12.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:12.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:13.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:14.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:14.372 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:13 smithi172 ceph-mon[103696]: pgmap v19549: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:47:14.372 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:13 smithi050 ceph-mon[92315]: pgmap v19549: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:47:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:14 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:47:16.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:16.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:16.006 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:15 smithi172 ceph-mon[103696]: pgmap v19550: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:16.006 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:47:16.006 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:47:16.006 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:47:16.007 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:47:16.007 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:47:16.007 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:47:16.007 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:47:16.007 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:47:16.007 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:47:16.007 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:14 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:47:16.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:16.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:16.008 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:15 smithi050 ceph-mon[92315]: pgmap v19550: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:16.008 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:47:16.008 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:47:16.008 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:47:16.008 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:47:16.008 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:47:16.008 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:47:16.008 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:47:16.008 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:47:16.009 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:47:16.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:17.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:17.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:18.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:18.179 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:17 smithi172 ceph-mon[103696]: pgmap v19551: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:18.179 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:17 smithi050 ceph-mon[92315]: pgmap v19551: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:18 smithi050 ceph-mon[92315]: pgmap v19552: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:18.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:18.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:18 smithi172 ceph-mon[103696]: pgmap v19552: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:19.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:19.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:47:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:47:20.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:20.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:21.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:20 smithi050 ceph-mon[92315]: pgmap v19553: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:20 smithi172 ceph-mon[103696]: pgmap v19553: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:21.754 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:21.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:22.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:22.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:23.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:23.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:23 smithi050 ceph-mon[92315]: pgmap v19554: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:47:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:23 smithi172 ceph-mon[103696]: pgmap v19554: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:47:24.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:24.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:25.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:25.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:25 smithi050 ceph-mon[92315]: pgmap v19555: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:25 smithi172 ceph-mon[103696]: pgmap v19555: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:26.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:26.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:27.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:27.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:27.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:27 smithi050 ceph-mon[92315]: pgmap v19556: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:27 smithi172 ceph-mon[103696]: pgmap v19556: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:28.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:28.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:28 smithi050 ceph-mon[92315]: pgmap v19557: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:28 smithi172 ceph-mon[103696]: pgmap v19557: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:29.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:29.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:30.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:30.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:31.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:33.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:33.892 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:31 smithi050 ceph-mon[92315]: pgmap v19558: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:34.207 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:31 smithi172 ceph-mon[103696]: pgmap v19558: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:34.207 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:33 smithi172 ceph-mon[103696]: pgmap v19559: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:47:34.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:34.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:34.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:34.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:34.208 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:33 smithi050 ceph-mon[92315]: pgmap v19559: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:47:34.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:34.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:35.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:35.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:35 smithi050 ceph-mon[92315]: pgmap v19560: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:47:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:35 smithi172 ceph-mon[103696]: pgmap v19560: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:47:36.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:36.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:37.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:37.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:37 smithi050 ceph-mon[92315]: pgmap v19561: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:37 smithi172 ceph-mon[103696]: pgmap v19561: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:38.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:38.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:38.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:38 smithi050 ceph-mon[92315]: pgmap v19562: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:38 smithi172 ceph-mon[103696]: pgmap v19562: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:39.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:39.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:40.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:41.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:41.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:41.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:41 smithi050 ceph-mon[92315]: pgmap v19563: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:41 smithi172 ceph-mon[103696]: pgmap v19563: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:42.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:42.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:43.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:43.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:43 smithi050 ceph-mon[92315]: pgmap v19564: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:47:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:43 smithi172 ceph-mon[103696]: pgmap v19564: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:47:44.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:44.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:45.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:45.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:45 smithi050 ceph-mon[92315]: pgmap v19565: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:45 smithi172 ceph-mon[103696]: pgmap v19565: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:46.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:46.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:47.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:47.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:47 smithi050 ceph-mon[92315]: pgmap v19566: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:47.893 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:47 smithi172 ceph-mon[103696]: pgmap v19566: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:48.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:48.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:48 smithi050 ceph-mon[92315]: pgmap v19567: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:48 smithi172 ceph-mon[103696]: pgmap v19567: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:49.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:49.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:47:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:47:50.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:50.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:50 smithi050 ceph-mon[92315]: pgmap v19568: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:50 smithi172 ceph-mon[103696]: pgmap v19568: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:51.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:51.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:52.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:52.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:53.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:53.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:53 smithi050 ceph-mon[92315]: pgmap v19569: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:47:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:53 smithi172 ceph-mon[103696]: pgmap v19569: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:47:54.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:55.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:55.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:55.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:55 smithi050 ceph-mon[92315]: pgmap v19570: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:55 smithi172 ceph-mon[103696]: pgmap v19570: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:56.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:56.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:57.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:57.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:57 smithi050 ceph-mon[92315]: pgmap v19571: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:57 smithi172 ceph-mon[103696]: pgmap v19571: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:58.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:58.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:47:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:47:58 smithi050 ceph-mon[92315]: pgmap v19572: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:47:58 smithi172 ceph-mon[103696]: pgmap v19572: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:47:59.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:47:59.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:00.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:01.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:01.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:01.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:01 smithi050 ceph-mon[92315]: pgmap v19573: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:01 smithi172 ceph-mon[103696]: pgmap v19573: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:02.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:02.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:03.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:03.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:03 smithi050 ceph-mon[92315]: pgmap v19574: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:48:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:03 smithi172 ceph-mon[103696]: pgmap v19574: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:48:04.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:04.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:05 smithi050 ceph-mon[92315]: pgmap v19575: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:48:05.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:05.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:05.883 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:05 smithi172 ceph-mon[103696]: pgmap v19575: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:05.883 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:48:06.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:06.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:07.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:07.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:07 smithi050 ceph-mon[92315]: pgmap v19576: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:07 smithi172 ceph-mon[103696]: pgmap v19576: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:08.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:08.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:08 smithi050 ceph-mon[92315]: pgmap v19577: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:08 smithi172 ceph-mon[103696]: pgmap v19577: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:09.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:09.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:10.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:10.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:11.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:11.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:11 smithi050 ceph-mon[92315]: pgmap v19578: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:11 smithi172 ceph-mon[103696]: pgmap v19578: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:12.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:12.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:13.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:13.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:13 smithi050 ceph-mon[92315]: pgmap v19579: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:48:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:13 smithi172 ceph-mon[103696]: pgmap v19579: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:48:14.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:14.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:15.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:15 smithi050 ceph-mon[92315]: pgmap v19580: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:16.478 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:15 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:48:16.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:16.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:16.479 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:15 smithi172 ceph-mon[103696]: pgmap v19580: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:16.482 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:15 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:48:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:48:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:48:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:48:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:48:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:48:16.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:16.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:48:16.885 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:48:16.885 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:48:16.886 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:48:16.886 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:48:17.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:17 smithi050 ceph-mon[92315]: pgmap v19581: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:17.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:17.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:17 smithi172 ceph-mon[103696]: pgmap v19581: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:18.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:18 smithi050 ceph-mon[92315]: pgmap v19582: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:18.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:18.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:18 smithi172 ceph-mon[103696]: pgmap v19582: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:19.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:19.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:48:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:48:20.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:20.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:20 smithi050 ceph-mon[92315]: pgmap v19583: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:20 smithi172 ceph-mon[103696]: pgmap v19583: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:21.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:21.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:22.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:22.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:23.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:23 smithi050 ceph-mon[92315]: pgmap v19584: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:48:23.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:23.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:23 smithi172 ceph-mon[103696]: pgmap v19584: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:48:24.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:24.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:25 smithi050 ceph-mon[92315]: pgmap v19585: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:25.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:25.864 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:25.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:25 smithi172 ceph-mon[103696]: pgmap v19585: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:26.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:26.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:27.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:27 smithi050 ceph-mon[92315]: pgmap v19586: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:27.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:27.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:27 smithi172 ceph-mon[103696]: pgmap v19586: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:28 smithi050 ceph-mon[92315]: pgmap v19587: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:28.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:28.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:28 smithi172 ceph-mon[103696]: pgmap v19587: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:29.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:29.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:30.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:30.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:31 smithi050 ceph-mon[92315]: pgmap v19588: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:31.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:31.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:31 smithi172 ceph-mon[103696]: pgmap v19588: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:32.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:32.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:33.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:33 smithi050 ceph-mon[92315]: pgmap v19589: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:48:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:33 smithi172 ceph-mon[103696]: pgmap v19589: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:48:33.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:33.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:34.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:34.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:35 smithi050 ceph-mon[92315]: pgmap v19590: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:35.932 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:48:35.933 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:35 smithi172 ceph-mon[103696]: pgmap v19590: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:35.933 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:48:35.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:35.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:36.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:36.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:37 smithi050 ceph-mon[92315]: pgmap v19591: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:37 smithi172 ceph-mon[103696]: pgmap v19591: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:37.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:37.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:38 smithi050 ceph-mon[92315]: pgmap v19592: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:38 smithi172 ceph-mon[103696]: pgmap v19592: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:38.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:38.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:39.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:39.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:40.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:40.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:41 smithi050 ceph-mon[92315]: pgmap v19593: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:41 smithi172 ceph-mon[103696]: pgmap v19593: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:41.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:41.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:42.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:42.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:43 smithi050 ceph-mon[92315]: pgmap v19594: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:48:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:43 smithi172 ceph-mon[103696]: pgmap v19594: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:48:43.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:43.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:44.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:44.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:45.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:45 smithi172 ceph-mon[103696]: pgmap v19595: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:45.771 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:45 smithi050 ceph-mon[92315]: pgmap v19595: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:45.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:45.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:46.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:46.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:47 smithi050 ceph-mon[92315]: pgmap v19596: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:47 smithi172 ceph-mon[103696]: pgmap v19596: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:47.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:47.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:48 smithi050 ceph-mon[92315]: pgmap v19597: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:48 smithi172 ceph-mon[103696]: pgmap v19597: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:48.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:48.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:49.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:49.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:48:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:48:50.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:50.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:50 smithi050 ceph-mon[92315]: pgmap v19598: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:51.548 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:50 smithi172 ceph-mon[103696]: pgmap v19598: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:51.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:51.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:52.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:52.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:53 smithi050 ceph-mon[92315]: pgmap v19599: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:48:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:53 smithi172 ceph-mon[103696]: pgmap v19599: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:48:53.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:53.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:54.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:54.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:55.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:55 smithi172 ceph-mon[103696]: pgmap v19600: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:55 smithi050 ceph-mon[92315]: pgmap v19600: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:55.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:55.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:56.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:56.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:57.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:57 smithi050 ceph-mon[92315]: pgmap v19601: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:57.960 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:57 smithi172 ceph-mon[103696]: pgmap v19601: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:57.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:57.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:48:58 smithi050 ceph-mon[92315]: pgmap v19602: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:48:58 smithi172 ceph-mon[103696]: pgmap v19602: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:48:58.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:58.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:48:59.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:48:59.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:00.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:00.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:01 smithi050 ceph-mon[92315]: pgmap v19603: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:01 smithi172 ceph-mon[103696]: pgmap v19603: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:01.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:01.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:02.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:02.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:03.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:03 smithi050 ceph-mon[92315]: pgmap v19604: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:49:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:03 smithi172 ceph-mon[103696]: pgmap v19604: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:49:03.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:03.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:04.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:04.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:05.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:05 smithi050 ceph-mon[92315]: pgmap v19605: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:05.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:49:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:05 smithi172 ceph-mon[103696]: pgmap v19605: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:49:05.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:05.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:06.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:07.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:07 smithi050 ceph-mon[92315]: pgmap v19606: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:07 smithi172 ceph-mon[103696]: pgmap v19606: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:07.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:07.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:08 smithi050 ceph-mon[92315]: pgmap v19607: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:08 smithi172 ceph-mon[103696]: pgmap v19607: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:08.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:08.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:09.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:09.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:10.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:10.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:11.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:11 smithi050 ceph-mon[92315]: pgmap v19608: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:11 smithi172 ceph-mon[103696]: pgmap v19608: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:11.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:11.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:12.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:12.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:13.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:13 smithi050 ceph-mon[92315]: pgmap v19609: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:49:14.119 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:13 smithi172 ceph-mon[103696]: pgmap v19609: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:49:14.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:14.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:14.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:14.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:15 smithi050 ceph-mon[92315]: pgmap v19610: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:15 smithi172 ceph-mon[103696]: pgmap v19610: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:15.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:15.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:49:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:49:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:16 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:49:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:49:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:49:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:16 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:49:16.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:16.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:17.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:17 smithi050 ceph-mon[92315]: pgmap v19611: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:17 smithi172 ceph-mon[103696]: pgmap v19611: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:17.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:17.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:18.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:18 smithi050 ceph-mon[92315]: pgmap v19612: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:18.872 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:18 smithi172 ceph-mon[103696]: pgmap v19612: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:18.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:18.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:19.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:19.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:20.018 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:49:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:49:20.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:20.956 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:21.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:49:21.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:49:21.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:21 smithi050 ceph-mon[92315]: pgmap v19613: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:21.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:49:21.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:49:21.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:49:21.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:49:21.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:49:21.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:49:21.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:49:21.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:49:21.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:49:21.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:21 smithi172 ceph-mon[103696]: pgmap v19613: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:21.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:49:21.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:49:21.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:49:21.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:49:21.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:49:21.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:49:21.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:49:21.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:21.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:22.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:22.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:23 smithi050 ceph-mon[92315]: pgmap v19614: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:49:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:23 smithi172 ceph-mon[103696]: pgmap v19614: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:49:23.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:23.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:24.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:24.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:25 smithi050 ceph-mon[92315]: pgmap v19615: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:25 smithi172 ceph-mon[103696]: pgmap v19615: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:25.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:26.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:26.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:27.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:27 smithi050 ceph-mon[92315]: pgmap v19616: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:27 smithi172 ceph-mon[103696]: pgmap v19616: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:27.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:27.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:28.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:28 smithi050 ceph-mon[92315]: pgmap v19617: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:28 smithi172 ceph-mon[103696]: pgmap v19617: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:28.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:28.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:29.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:30.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:30.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:30.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:31.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:31 smithi050 ceph-mon[92315]: pgmap v19618: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:31 smithi172 ceph-mon[103696]: pgmap v19618: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:31.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:32.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:32.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:32.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:33.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:33 smithi050 ceph-mon[92315]: pgmap v19619: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:49:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:33 smithi172 ceph-mon[103696]: pgmap v19619: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:49:33.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:33.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:34.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:34.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:35.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:35 smithi172 ceph-mon[103696]: pgmap v19620: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:35.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:49:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:35 smithi050 ceph-mon[92315]: pgmap v19620: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:49:35.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:35.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:36.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:36.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:37 smithi050 ceph-mon[92315]: pgmap v19621: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:37 smithi172 ceph-mon[103696]: pgmap v19621: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:37.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:37.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:38 smithi050 ceph-mon[92315]: pgmap v19622: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:38 smithi172 ceph-mon[103696]: pgmap v19622: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:38.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:38.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:39.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:39.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:40.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:41.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:41 smithi050 ceph-mon[92315]: pgmap v19623: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:41 smithi172 ceph-mon[103696]: pgmap v19623: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:41.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:41.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:42.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:42.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:43 smithi050 ceph-mon[92315]: pgmap v19624: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:49:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:43 smithi172 ceph-mon[103696]: pgmap v19624: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:49:43.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:43.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:44.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:44.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:45 smithi050 ceph-mon[92315]: pgmap v19625: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:45 smithi172 ceph-mon[103696]: pgmap v19625: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:45.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:45.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:47.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:47.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:47 smithi050 ceph-mon[92315]: pgmap v19626: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:47 smithi172 ceph-mon[103696]: pgmap v19626: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:48.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:48.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:48 smithi050 ceph-mon[92315]: pgmap v19627: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:49.325 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:48 smithi172 ceph-mon[103696]: pgmap v19627: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:49.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:49.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:50.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:50.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:50.115 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:49:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:49:51.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:51.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:50 smithi050 ceph-mon[92315]: pgmap v19628: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:50 smithi172 ceph-mon[103696]: pgmap v19628: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:52.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:52.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:53.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:53.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:53 smithi050 ceph-mon[92315]: pgmap v19629: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:49:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:53 smithi172 ceph-mon[103696]: pgmap v19629: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:49:54.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:54.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:55.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:55.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:55 smithi050 ceph-mon[92315]: pgmap v19630: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:55 smithi172 ceph-mon[103696]: pgmap v19630: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:56.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:56.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:57.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:57.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:57.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:57 smithi050 ceph-mon[92315]: pgmap v19631: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:57 smithi172 ceph-mon[103696]: pgmap v19631: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:58.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:58.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:49:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:49:58 smithi050 ceph-mon[92315]: pgmap v19632: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:49:58 smithi172 ceph-mon[103696]: pgmap v19632: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:49:59.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:49:59.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:00.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:00.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-10-01T00:50:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-10-01T00:50:01.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:01.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:01.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:01 smithi050 ceph-mon[92315]: pgmap v19633: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:01 smithi172 ceph-mon[103696]: pgmap v19633: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:02.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:02.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:03.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:03.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:03 smithi050 ceph-mon[92315]: pgmap v19634: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:50:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:03 smithi172 ceph-mon[103696]: pgmap v19634: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:50:04.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:04.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:05.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:05.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:05.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:05 smithi050 ceph-mon[92315]: pgmap v19635: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:05.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:50:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:05 smithi172 ceph-mon[103696]: pgmap v19635: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:50:06.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:06.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:07.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:07.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:07 smithi050 ceph-mon[92315]: pgmap v19636: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:07 smithi172 ceph-mon[103696]: pgmap v19636: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:08.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:08.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:08 smithi050 ceph-mon[92315]: pgmap v19637: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:08 smithi172 ceph-mon[103696]: pgmap v19637: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:09.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:09.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:10.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:10.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:11.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:11.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:11.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:11 smithi050 ceph-mon[92315]: pgmap v19638: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:11 smithi172 ceph-mon[103696]: pgmap v19638: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:12.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:12.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:13.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:13.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:13 smithi050 ceph-mon[92315]: pgmap v19639: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:50:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:13 smithi172 ceph-mon[103696]: pgmap v19639: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:50:14.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:14.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:15.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:15.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:15.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:15 smithi050 ceph-mon[92315]: pgmap v19640: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:15 smithi172 ceph-mon[103696]: pgmap v19640: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:16.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:16.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:17.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:17.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:17.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:17 smithi050 ceph-mon[92315]: pgmap v19641: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:17 smithi172 ceph-mon[103696]: pgmap v19641: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:18.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:18.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:18 smithi050 ceph-mon[92315]: pgmap v19642: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:18 smithi172 ceph-mon[103696]: pgmap v19642: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:19.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:19.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:20.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:20.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:50:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:50:21.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:21.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:21.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:20 smithi050 ceph-mon[92315]: pgmap v19643: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:20 smithi172 ceph-mon[103696]: pgmap v19643: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:22.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:22.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:50:22.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:50:22.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:50:22.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:50:22.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:50:22.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:50:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:50:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:50:22.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:50:22.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:50:22.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:50:22.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:50:23.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:23.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:22 smithi050 ceph-mon[92315]: pgmap v19644: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:50:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:22 smithi172 ceph-mon[103696]: pgmap v19644: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:50:24.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:24.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:25.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:25.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:25 smithi050 ceph-mon[92315]: pgmap v19645: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:25 smithi172 ceph-mon[103696]: pgmap v19645: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:26.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:26.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:27.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:27.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:27 smithi050 ceph-mon[92315]: pgmap v19646: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:27 smithi172 ceph-mon[103696]: pgmap v19646: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:28.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:28.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:28.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:28 smithi050 ceph-mon[92315]: pgmap v19647: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:28 smithi172 ceph-mon[103696]: pgmap v19647: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:29.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:29.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:30.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:30.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:31.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:31.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:31.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:31 smithi172 ceph-mon[103696]: pgmap v19648: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:31.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:31 smithi050 ceph-mon[92315]: pgmap v19648: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:32.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:32.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:33.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:33.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:33 smithi050 ceph-mon[92315]: pgmap v19649: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:50:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:33 smithi172 ceph-mon[103696]: pgmap v19649: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:50:34.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:34.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:35.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:35.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:35.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:35 smithi050 ceph-mon[92315]: pgmap v19650: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:35.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:50:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:35 smithi172 ceph-mon[103696]: pgmap v19650: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:50:36.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:36.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:37.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:37.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:37 smithi050 ceph-mon[92315]: pgmap v19651: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:38.847 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:37 smithi172 ceph-mon[103696]: pgmap v19651: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:38.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:38.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:38.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:38 smithi050 ceph-mon[92315]: pgmap v19652: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:38 smithi172 ceph-mon[103696]: pgmap v19652: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:39.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:39.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:40.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:40.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:41.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:41.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:41 smithi050 ceph-mon[92315]: pgmap v19653: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:41 smithi172 ceph-mon[103696]: pgmap v19653: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:42.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:42.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:43.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:43.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:43 smithi050 ceph-mon[92315]: pgmap v19654: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:50:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:43 smithi172 ceph-mon[103696]: pgmap v19654: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:50:44.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:44.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:45.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:45.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:45.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:45 smithi050 ceph-mon[92315]: pgmap v19655: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:45 smithi172 ceph-mon[103696]: pgmap v19655: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:46.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:46.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:47.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:47.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:47 smithi050 ceph-mon[92315]: pgmap v19656: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:47.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:47 smithi172 ceph-mon[103696]: pgmap v19656: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:48.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:48.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:48 smithi172 ceph-mon[103696]: pgmap v19657: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:48 smithi050 ceph-mon[92315]: pgmap v19657: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:49.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:49.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:50:50.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:50.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:50:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:50 smithi050 ceph-mon[92315]: pgmap v19658: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:51.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:51.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:50 smithi172 ceph-mon[103696]: pgmap v19658: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:52.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:52.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:53.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:53.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:53 smithi050 ceph-mon[92315]: pgmap v19659: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:50:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:53 smithi172 ceph-mon[103696]: pgmap v19659: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:50:54.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:54.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:55.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:55.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:55 smithi050 ceph-mon[92315]: pgmap v19660: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:55 smithi172 ceph-mon[103696]: pgmap v19660: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:56.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:56.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:57.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:57.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:57 smithi050 ceph-mon[92315]: pgmap v19661: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:57 smithi172 ceph-mon[103696]: pgmap v19661: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:58.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:58.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:50:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:50:58 smithi172 ceph-mon[103696]: pgmap v19662: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:50:58 smithi050 ceph-mon[92315]: pgmap v19662: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:50:59.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:50:59.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:00.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:00.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:01.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:01.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:01 smithi050 ceph-mon[92315]: pgmap v19663: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:01 smithi172 ceph-mon[103696]: pgmap v19663: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:02.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:02.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:03.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:03.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:03.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:03 smithi050 ceph-mon[92315]: pgmap v19664: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:51:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:03 smithi172 ceph-mon[103696]: pgmap v19664: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:51:04.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:04.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:05.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:05.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:05 smithi050 ceph-mon[92315]: pgmap v19665: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:05.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:51:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:05 smithi172 ceph-mon[103696]: pgmap v19665: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:05.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:51:06.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:06.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:07.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:07.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:07.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:07 smithi050 ceph-mon[92315]: pgmap v19666: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:07.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:07 smithi172 ceph-mon[103696]: pgmap v19666: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:08.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:08.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:08 smithi172 ceph-mon[103696]: pgmap v19667: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:08 smithi050 ceph-mon[92315]: pgmap v19667: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:09.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:09.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:10.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:10.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:11.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:11.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:11.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:11 smithi050 ceph-mon[92315]: pgmap v19668: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:11 smithi172 ceph-mon[103696]: pgmap v19668: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:12.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:12.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:13.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:13.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:13.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:13 smithi050 ceph-mon[92315]: pgmap v19669: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:51:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:13 smithi172 ceph-mon[103696]: pgmap v19669: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:51:14.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:14.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:15.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:15.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:15.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:15 smithi050 ceph-mon[92315]: pgmap v19670: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:15.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:15 smithi172 ceph-mon[103696]: pgmap v19670: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:16.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:16.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:17.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:17.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:17.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:17 smithi050 ceph-mon[92315]: pgmap v19671: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:17.913 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:17 smithi172 ceph-mon[103696]: pgmap v19671: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:18.155 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:18.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:18 smithi172 ceph-mon[103696]: pgmap v19672: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:19.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:18 smithi050 ceph-mon[92315]: pgmap v19672: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:19.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:19.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:51:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:51:20.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:20.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:20 smithi050 ceph-mon[92315]: pgmap v19673: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:20 smithi172 ceph-mon[103696]: pgmap v19673: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:21.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:21.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:22.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:22.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:51:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:51:23.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:23.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:23.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:51:23.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:51:23.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:51:23.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:51:23.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:22 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi172 to 2657M 2023-10-01T00:51:23.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:51:23.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:51:23.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:51:23.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:51:23.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:51:23.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:22 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1372M 2023-10-01T00:51:23.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:51:23.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:51:23.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:51:23.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:51:23.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:51:23.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:22 smithi050 ceph-mon[92315]: pgmap v19674: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:51:23.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:22 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:51:23.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:51:23.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:51:23.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:51:23.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:51:23.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:22 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi172 to 2657M 2023-10-01T00:51:23.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:51:23.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:51:23.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:51:23.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:51:23.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-01T00:51:23.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:22 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1372M 2023-10-01T00:51:23.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:51:23.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:51:23.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:51:23.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:51:23.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:51:23.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:22 smithi172 ceph-mon[103696]: pgmap v19674: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:51:23.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:22 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:51:24.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:24.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:25.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:25.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:25.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:25 smithi050 ceph-mon[92315]: pgmap v19675: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:25.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:25 smithi172 ceph-mon[103696]: pgmap v19675: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:26.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:26.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:27.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:27.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:27.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:27 smithi050 ceph-mon[92315]: pgmap v19676: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:27.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:27 smithi172 ceph-mon[103696]: pgmap v19676: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:28.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:28.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:28 smithi172 ceph-mon[103696]: pgmap v19677: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:28 smithi050 ceph-mon[92315]: pgmap v19677: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:29.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:29.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:30.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:30.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:31.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:31.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:31.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:31 smithi050 ceph-mon[92315]: pgmap v19678: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:31.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:31 smithi172 ceph-mon[103696]: pgmap v19678: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:32.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:32.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:33.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:33.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:33.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:33 smithi050 ceph-mon[92315]: pgmap v19679: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:51:33.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:33 smithi172 ceph-mon[103696]: pgmap v19679: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:51:34.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:34.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:35.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:35.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:35 smithi050 ceph-mon[92315]: pgmap v19680: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:51:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:35 smithi172 ceph-mon[103696]: pgmap v19680: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:51:36.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:36.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:37.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:37.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:37 smithi050 ceph-mon[92315]: pgmap v19681: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:37.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:37 smithi172 ceph-mon[103696]: pgmap v19681: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:38.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:38.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:38 smithi172 ceph-mon[103696]: pgmap v19682: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:39.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:38 smithi050 ceph-mon[92315]: pgmap v19682: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:39.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:39.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:40.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:40.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:41.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:41.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:41 smithi050 ceph-mon[92315]: pgmap v19683: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:41 smithi172 ceph-mon[103696]: pgmap v19683: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:42.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:42.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:43.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:43.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:43 smithi050 ceph-mon[92315]: pgmap v19684: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:51:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:43 smithi172 ceph-mon[103696]: pgmap v19684: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:51:44.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:44.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:45.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:45.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:45.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:45 smithi050 ceph-mon[92315]: pgmap v19685: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:45.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:45 smithi172 ceph-mon[103696]: pgmap v19685: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:46.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:46.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:47.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:47.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:47.825 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:47 smithi050 ceph-mon[92315]: pgmap v19686: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:47 smithi172 ceph-mon[103696]: pgmap v19686: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:48.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:48.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:48 smithi172 ceph-mon[103696]: pgmap v19687: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:48 smithi050 ceph-mon[92315]: pgmap v19687: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:49.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:49.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:51:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:51:50.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:50.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:50 smithi050 ceph-mon[92315]: pgmap v19688: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:50 smithi172 ceph-mon[103696]: pgmap v19688: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:51.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:51.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:52.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:52.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:53.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:53.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:53.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:53 smithi050 ceph-mon[92315]: pgmap v19689: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:51:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:53 smithi172 ceph-mon[103696]: pgmap v19689: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:51:54.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:54.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:55.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:55.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:55.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:55 smithi050 ceph-mon[92315]: pgmap v19690: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:55.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:55 smithi172 ceph-mon[103696]: pgmap v19690: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:56.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:56.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:57.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:57.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:57.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:57 smithi050 ceph-mon[92315]: pgmap v19691: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:57.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:57 smithi172 ceph-mon[103696]: pgmap v19691: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:58.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:58.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:51:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:51:58 smithi172 ceph-mon[103696]: pgmap v19692: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:51:58 smithi050 ceph-mon[92315]: pgmap v19692: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:51:59.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:51:59.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:00.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:00.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:01.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:01.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:01 smithi050 ceph-mon[92315]: pgmap v19693: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:01.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:01 smithi172 ceph-mon[103696]: pgmap v19693: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:02.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:02.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:03.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:03.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:03.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:03 smithi050 ceph-mon[92315]: pgmap v19694: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:52:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:03 smithi172 ceph-mon[103696]: pgmap v19694: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:52:04.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:04.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:05.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:05.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:05 smithi050 ceph-mon[92315]: pgmap v19695: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:05.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:52:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:05 smithi172 ceph-mon[103696]: pgmap v19695: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:52:06.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:06.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:06.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:06 smithi050 ceph-mon[92315]: pgmap v19696: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:06 smithi172 ceph-mon[103696]: pgmap v19696: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:07.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:07.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:08.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:08.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:08 smithi172 ceph-mon[103696]: pgmap v19697: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:08 smithi050 ceph-mon[92315]: pgmap v19697: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:09.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:09.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:10.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:10.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:11.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:11.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:11.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:11 smithi050 ceph-mon[92315]: pgmap v19698: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:11.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:11 smithi172 ceph-mon[103696]: pgmap v19698: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:12.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:12.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:13.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:13.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:13.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:13 smithi050 ceph-mon[92315]: pgmap v19699: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:52:13.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:13 smithi172 ceph-mon[103696]: pgmap v19699: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:52:14.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:14.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:14 smithi172 ceph-mon[103696]: pgmap v19700: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:15.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:14 smithi050 ceph-mon[92315]: pgmap v19700: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:15.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:15.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:16.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:16.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:17.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:17.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:17.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:17 smithi050 ceph-mon[92315]: pgmap v19701: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:17.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:17 smithi172 ceph-mon[103696]: pgmap v19701: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:18.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:18.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:18 smithi172 ceph-mon[103696]: pgmap v19702: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:19.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:18 smithi050 ceph-mon[92315]: pgmap v19702: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:19.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:19.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:52:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:52:20.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:20.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:20 smithi050 ceph-mon[92315]: pgmap v19703: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:20 smithi172 ceph-mon[103696]: pgmap v19703: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:21.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:21.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:22.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:22.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:23.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:23.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:23.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:23 smithi050 ceph-mon[92315]: pgmap v19704: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:52:23.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:52:23.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:52:23.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:52:23.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:52:23.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:52:23.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:52:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:23 smithi172 ceph-mon[103696]: pgmap v19704: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:52:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:52:23.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:52:23.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:52:23.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:52:23.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:52:23.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:52:24.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:24.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:25.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:25.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:25.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:25 smithi050 ceph-mon[92315]: pgmap v19705: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:25.882 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:25 smithi172 ceph-mon[103696]: pgmap v19705: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:26.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:26.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:26 smithi050 ceph-mon[92315]: pgmap v19706: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:26 smithi172 ceph-mon[103696]: pgmap v19706: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:27.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:27.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:28.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:28.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:29.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:28 smithi050 ceph-mon[92315]: pgmap v19707: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:28 smithi172 ceph-mon[103696]: pgmap v19707: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:29.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:29.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:30.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:30.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:31.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:31.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:31.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:31 smithi050 ceph-mon[92315]: pgmap v19708: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:32.256 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:31 smithi172 ceph-mon[103696]: pgmap v19708: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:32.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:32.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:32.885 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:32 smithi172 ceph-mon[103696]: pgmap v19709: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:52:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:32 smithi050 ceph-mon[92315]: pgmap v19709: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:52:33.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:33.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:34.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:34.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:35.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:35.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:35 smithi050 ceph-mon[92315]: pgmap v19710: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:52:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:35 smithi172 ceph-mon[103696]: pgmap v19710: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:52:36.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:36.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:36 smithi050 ceph-mon[92315]: pgmap v19711: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:37.233 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:36 smithi172 ceph-mon[103696]: pgmap v19711: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:37.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:37.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:38.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:38.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:38 smithi050 ceph-mon[92315]: pgmap v19712: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:38 smithi172 ceph-mon[103696]: pgmap v19712: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:39.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:39.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:40.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:40.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:41.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:41.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:41.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:41 smithi050 ceph-mon[92315]: pgmap v19713: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:41 smithi172 ceph-mon[103696]: pgmap v19713: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:42.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:42.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:42.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:42 smithi050 ceph-mon[92315]: pgmap v19714: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:52:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:42 smithi172 ceph-mon[103696]: pgmap v19714: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:52:43.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:43.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:44.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:44.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:44 smithi172 ceph-mon[103696]: pgmap v19715: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:45.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:44 smithi050 ceph-mon[92315]: pgmap v19715: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:45.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:45.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:46.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:46.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:46 smithi172 ceph-mon[103696]: pgmap v19716: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:46 smithi050 ceph-mon[92315]: pgmap v19716: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:47.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:47.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:48.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:48.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:48 smithi050 ceph-mon[92315]: pgmap v19717: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:48 smithi172 ceph-mon[103696]: pgmap v19717: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:49.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:49.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:52:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:52:50.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:50.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:50 smithi050 ceph-mon[92315]: pgmap v19718: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:50 smithi172 ceph-mon[103696]: pgmap v19718: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:51.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:51.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:52.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:52.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:52 smithi172 ceph-mon[103696]: pgmap v19719: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:52:53.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:52 smithi050 ceph-mon[92315]: pgmap v19719: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:52:53.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:53.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:54.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:54.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:54.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:54 smithi172 ceph-mon[103696]: pgmap v19720: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:54 smithi050 ceph-mon[92315]: pgmap v19720: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:55.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:55.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:56.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:56.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:56 smithi172 ceph-mon[103696]: pgmap v19721: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:56 smithi050 ceph-mon[92315]: pgmap v19721: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:57.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:57.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:58.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:58.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:52:59.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:52:58 smithi050 ceph-mon[92315]: pgmap v19722: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:52:58 smithi172 ceph-mon[103696]: pgmap v19722: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:52:59.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:52:59.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:00.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:00.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:00 smithi172 ceph-mon[103696]: pgmap v19723: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:00 smithi050 ceph-mon[92315]: pgmap v19723: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:01.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:01.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:02.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:02.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:02 smithi172 ceph-mon[103696]: pgmap v19724: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:53:03.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:02 smithi050 ceph-mon[92315]: pgmap v19724: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:53:03.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:03.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:04.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:04.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:04 smithi172 ceph-mon[103696]: pgmap v19725: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:04 smithi050 ceph-mon[92315]: pgmap v19725: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:05.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:05.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:06.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:53:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:53:06.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:06.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:06 smithi050 ceph-mon[92315]: pgmap v19726: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:06 smithi172 ceph-mon[103696]: pgmap v19726: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:07.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:07.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:08.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:08.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:08 smithi050 ceph-mon[92315]: pgmap v19727: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:08 smithi172 ceph-mon[103696]: pgmap v19727: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:09.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:09.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:10.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:10.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:10 smithi172 ceph-mon[103696]: pgmap v19728: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:10 smithi050 ceph-mon[92315]: pgmap v19728: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:11.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:11.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:12.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:12.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:13.049 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:12 smithi172 ceph-mon[103696]: pgmap v19729: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:53:13.144 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:12 smithi050 ceph-mon[92315]: pgmap v19729: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:53:13.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:13.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:14.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:14.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:14 smithi172 ceph-mon[103696]: pgmap v19730: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:14 smithi050 ceph-mon[92315]: pgmap v19730: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:15.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:15.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:16.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:16.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:16 smithi050 ceph-mon[92315]: pgmap v19731: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:16 smithi172 ceph-mon[103696]: pgmap v19731: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:17.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:17.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:18.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:18.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:19.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:18 smithi050 ceph-mon[92315]: pgmap v19732: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:18 smithi172 ceph-mon[103696]: pgmap v19732: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:19.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:19.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:53:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:53:20.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:20.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:20 smithi050 ceph-mon[92315]: pgmap v19733: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:20 smithi172 ceph-mon[103696]: pgmap v19733: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:21.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:21.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:22.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:22.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:23.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:22 smithi050 ceph-mon[92315]: pgmap v19734: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:53:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:22 smithi172 ceph-mon[103696]: pgmap v19734: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:53:23.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:23.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:23.921 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:23 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:53:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:23 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:53:24.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:24.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:25.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:53:25.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:53:25.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:53:25.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:53:25.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:53:25.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:24 smithi050 ceph-mon[92315]: pgmap v19735: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:53:25.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:53:25.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:53:25.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:53:25.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:53:25.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:24 smithi172 ceph-mon[103696]: pgmap v19735: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:25.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:25.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:26.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:26.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:27.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:26 smithi050 ceph-mon[92315]: pgmap v19736: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:27.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:26 smithi172 ceph-mon[103696]: pgmap v19736: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:27.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:27.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:28.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:28.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:28.980 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:28 smithi050 ceph-mon[92315]: pgmap v19737: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:28 smithi172 ceph-mon[103696]: pgmap v19737: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:29.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:29.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:30.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:30.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:30 smithi050 ceph-mon[92315]: pgmap v19738: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:30 smithi172 ceph-mon[103696]: pgmap v19738: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:31.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:31.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:32.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:32.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:33.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:32 smithi050 ceph-mon[92315]: pgmap v19739: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:53:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:32 smithi172 ceph-mon[103696]: pgmap v19739: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:53:33.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:33.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:34.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:34.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:34 smithi050 ceph-mon[92315]: pgmap v19740: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:34 smithi172 ceph-mon[103696]: pgmap v19740: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:35.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:35.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:53:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:53:36.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:36.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:36 smithi050 ceph-mon[92315]: pgmap v19741: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:36 smithi172 ceph-mon[103696]: pgmap v19741: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:37.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:37.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:38.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:38.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:39.094 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:38 smithi050 ceph-mon[92315]: pgmap v19742: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:38 smithi172 ceph-mon[103696]: pgmap v19742: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:39.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:39.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:40.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:40.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:40 smithi050 ceph-mon[92315]: pgmap v19743: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:40 smithi172 ceph-mon[103696]: pgmap v19743: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:41.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:41.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:42.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:42.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:43.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:42 smithi050 ceph-mon[92315]: pgmap v19744: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:53:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:42 smithi172 ceph-mon[103696]: pgmap v19744: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:53:43.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:43.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:44.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:44.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:45.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:44 smithi050 ceph-mon[92315]: pgmap v19745: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:44 smithi172 ceph-mon[103696]: pgmap v19745: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:45.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:45.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:46.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:46.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:46 smithi050 ceph-mon[92315]: pgmap v19746: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:46 smithi172 ceph-mon[103696]: pgmap v19746: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:47.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:47.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:48.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:48.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:48 smithi172 ceph-mon[103696]: pgmap v19747: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:49.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:48 smithi050 ceph-mon[92315]: pgmap v19747: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:49.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:49.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:53:50.158 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:53:50.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:50.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:50 smithi050 ceph-mon[92315]: pgmap v19748: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:50 smithi172 ceph-mon[103696]: pgmap v19748: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:51.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:52.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:52.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:52.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:53.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:52 smithi050 ceph-mon[92315]: pgmap v19749: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:53:53.151 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:52 smithi172 ceph-mon[103696]: pgmap v19749: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:53:53.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:53.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:54.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:54.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:54 smithi050 ceph-mon[92315]: pgmap v19750: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:54 smithi172 ceph-mon[103696]: pgmap v19750: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:55.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:55.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:56.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:56.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:56 smithi050 ceph-mon[92315]: pgmap v19751: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:56 smithi172 ceph-mon[103696]: pgmap v19751: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:57.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:57.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:58.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:58.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:53:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:53:58 smithi172 ceph-mon[103696]: pgmap v19752: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:53:58 smithi050 ceph-mon[92315]: pgmap v19752: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:53:59.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:53:59.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:00.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:00.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:01.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:00 smithi050 ceph-mon[92315]: pgmap v19753: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:00 smithi172 ceph-mon[103696]: pgmap v19753: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:01.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:01.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:02.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:02.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:02 smithi050 ceph-mon[92315]: pgmap v19754: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:54:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:02 smithi172 ceph-mon[103696]: pgmap v19754: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:54:03.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:03.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:04.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:04.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:04 smithi050 ceph-mon[92315]: pgmap v19755: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:05.130 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:04 smithi172 ceph-mon[103696]: pgmap v19755: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:05.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:05.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:54:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:54:06.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:06.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:06 smithi050 ceph-mon[92315]: pgmap v19756: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:06 smithi172 ceph-mon[103696]: pgmap v19756: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:07.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:07.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:08.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:08.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:08 smithi050 ceph-mon[92315]: pgmap v19757: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:08 smithi172 ceph-mon[103696]: pgmap v19757: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:09.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:09.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:10.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:10.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:11.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:10 smithi050 ceph-mon[92315]: pgmap v19758: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:10 smithi172 ceph-mon[103696]: pgmap v19758: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:11.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:11.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:12.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:12.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:13.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:12 smithi050 ceph-mon[92315]: pgmap v19759: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:54:13.225 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:12 smithi172 ceph-mon[103696]: pgmap v19759: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:54:13.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:13.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:14.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:14.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:14.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:14 smithi050 ceph-mon[92315]: pgmap v19760: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:14 smithi172 ceph-mon[103696]: pgmap v19760: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:15.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:15.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:16.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:16.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:16 smithi050 ceph-mon[92315]: pgmap v19761: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:16 smithi172 ceph-mon[103696]: pgmap v19761: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:17.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:17.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:18.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:18.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:19.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:18 smithi050 ceph-mon[92315]: pgmap v19762: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:18 smithi172 ceph-mon[103696]: pgmap v19762: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:19.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:19.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:19.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:54:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:54:20.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:20.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:20 smithi050 ceph-mon[92315]: pgmap v19763: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:20 smithi172 ceph-mon[103696]: pgmap v19763: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:21.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:21.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:22.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:22.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:22 smithi050 ceph-mon[92315]: pgmap v19764: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:54:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:22 smithi172 ceph-mon[103696]: pgmap v19764: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:54:23.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:23.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:24.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:24.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:24 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:54:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:24 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:54:25.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:25.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:25.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:25 smithi050 ceph-mon[92315]: pgmap v19765: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:25.676 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:25 smithi172 ceph-mon[103696]: pgmap v19765: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:26.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:26.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:27.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:26 smithi050 ceph-mon[92315]: pgmap v19766: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:26 smithi172 ceph-mon[103696]: pgmap v19766: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:27.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:27.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:28.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:28.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:28 smithi050 ceph-mon[92315]: pgmap v19767: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:28 smithi172 ceph-mon[103696]: pgmap v19767: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:29.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:29.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:30.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:54:30.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:54:30.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:54:30.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:54:30.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:54:30.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:54:30.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:54:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:54:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:54:30.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:54:30.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:54:30.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:54:30.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:54:30.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:54:30.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:30.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:31.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:30 smithi050 ceph-mon[92315]: pgmap v19768: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:30 smithi172 ceph-mon[103696]: pgmap v19768: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:31.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:31.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:32.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:32.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:32 smithi050 ceph-mon[92315]: pgmap v19769: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:54:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:32 smithi172 ceph-mon[103696]: pgmap v19769: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:54:33.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:33.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:34.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:34.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:34 smithi050 ceph-mon[92315]: pgmap v19770: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:34 smithi172 ceph-mon[103696]: pgmap v19770: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:35.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:35.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:54:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:54:36.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:36.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:37.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:36 smithi050 ceph-mon[92315]: pgmap v19771: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:36 smithi172 ceph-mon[103696]: pgmap v19771: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:37.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:37.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:38.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:38.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:38.949 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:38 smithi172 ceph-mon[103696]: pgmap v19772: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:38 smithi050 ceph-mon[92315]: pgmap v19772: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:39.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:39.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:40.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:40.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:41.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:40 smithi050 ceph-mon[92315]: pgmap v19773: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:40 smithi172 ceph-mon[103696]: pgmap v19773: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:41.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:41.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:42.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:42.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:43.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:42 smithi050 ceph-mon[92315]: pgmap v19774: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:54:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:42 smithi172 ceph-mon[103696]: pgmap v19774: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:54:43.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:43.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:44.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:44.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:44 smithi050 ceph-mon[92315]: pgmap v19775: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:44 smithi172 ceph-mon[103696]: pgmap v19775: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:45.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:45.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:46.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:46.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:46 smithi050 ceph-mon[92315]: pgmap v19776: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:46 smithi172 ceph-mon[103696]: pgmap v19776: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:47.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:47.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:48.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:48.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:49.055 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:48 smithi172 ceph-mon[103696]: pgmap v19777: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:49.182 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:48 smithi050 ceph-mon[92315]: pgmap v19777: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:49.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:49.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:54:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:54:50.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:50.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:50 smithi050 ceph-mon[92315]: pgmap v19778: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:50 smithi172 ceph-mon[103696]: pgmap v19778: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:51.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:51.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:52.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:52.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:52 smithi050 ceph-mon[92315]: pgmap v19779: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:54:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:52 smithi172 ceph-mon[103696]: pgmap v19779: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:54:53.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:53.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:54.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:54.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:54.952 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:54 smithi050 ceph-mon[92315]: pgmap v19780: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:54 smithi172 ceph-mon[103696]: pgmap v19780: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:55.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:55.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:56.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:56.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:57.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:56 smithi050 ceph-mon[92315]: pgmap v19781: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:56 smithi172 ceph-mon[103696]: pgmap v19781: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:57.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:57.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:58.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:58.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:54:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:54:58 smithi050 ceph-mon[92315]: pgmap v19782: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:54:58 smithi172 ceph-mon[103696]: pgmap v19782: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:54:59.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:54:59.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:00.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:00.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:00 smithi050 ceph-mon[92315]: pgmap v19783: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:00 smithi172 ceph-mon[103696]: pgmap v19783: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:01.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:01.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:02.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:02.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:03.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:02 smithi050 ceph-mon[92315]: pgmap v19784: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:55:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:02 smithi172 ceph-mon[103696]: pgmap v19784: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:55:03.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:03.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:04.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:04.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:05.067 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:04 smithi050 ceph-mon[92315]: pgmap v19785: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:04 smithi172 ceph-mon[103696]: pgmap v19785: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:05.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:05.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:55:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:55:06.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:06.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:06 smithi050 ceph-mon[92315]: pgmap v19786: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:06 smithi172 ceph-mon[103696]: pgmap v19786: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:07.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:07.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:08.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:08.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:08 smithi050 ceph-mon[92315]: pgmap v19787: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:08 smithi172 ceph-mon[103696]: pgmap v19787: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:09.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:09.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:10.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:10.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:10 smithi050 ceph-mon[92315]: pgmap v19788: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:10 smithi172 ceph-mon[103696]: pgmap v19788: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:11.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:11.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:12.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:12.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:12 smithi050 ceph-mon[92315]: pgmap v19789: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:55:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:12 smithi172 ceph-mon[103696]: pgmap v19789: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:55:13.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:13.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:14.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:14.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:15.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:14 smithi050 ceph-mon[92315]: pgmap v19790: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:14 smithi172 ceph-mon[103696]: pgmap v19790: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:15.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:15.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:16.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:16.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:17.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:16 smithi050 ceph-mon[92315]: pgmap v19791: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:16 smithi172 ceph-mon[103696]: pgmap v19791: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:17.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:17.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:18.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:18.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:19.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:18 smithi050 ceph-mon[92315]: pgmap v19792: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:18 smithi172 ceph-mon[103696]: pgmap v19792: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:19.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:19.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:55:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:55:20.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:20.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:21.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:20 smithi050 ceph-mon[92315]: pgmap v19793: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:21.341 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:20 smithi172 ceph-mon[103696]: pgmap v19793: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:21.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:21.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:22.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:22.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:22 smithi050 ceph-mon[92315]: pgmap v19794: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:55:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:22 smithi172 ceph-mon[103696]: pgmap v19794: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:55:23.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:23.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:24.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:24.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:24 smithi172 ceph-mon[103696]: pgmap v19795: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:24 smithi050 ceph-mon[92315]: pgmap v19795: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:25.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:25.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:26.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:26.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:27.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:26 smithi050 ceph-mon[92315]: pgmap v19796: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:26 smithi172 ceph-mon[103696]: pgmap v19796: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:27.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:27.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:28.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:28.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:29.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:28 smithi050 ceph-mon[92315]: pgmap v19797: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:28 smithi172 ceph-mon[103696]: pgmap v19797: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:29.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:29.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:29.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:29 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:55:30.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:29 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:55:30.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:30.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:31.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:55:31.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:55:31.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:55:31.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:55:31.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:55:31.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:30 smithi050 ceph-mon[92315]: pgmap v19798: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:55:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:55:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:55:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:55:31.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:55:31.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:30 smithi172 ceph-mon[103696]: pgmap v19798: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:31.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:31.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:32.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:32.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:32 smithi050 ceph-mon[92315]: pgmap v19799: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:55:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:32 smithi172 ceph-mon[103696]: pgmap v19799: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:55:33.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:33.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:34.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:34.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:34.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:34 smithi172 ceph-mon[103696]: pgmap v19800: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:34 smithi050 ceph-mon[92315]: pgmap v19800: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:35.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:35.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:55:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:55:36.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:36.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:36 smithi050 ceph-mon[92315]: pgmap v19801: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:36 smithi172 ceph-mon[103696]: pgmap v19801: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:37.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:37.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:38.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:38.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:38 smithi050 ceph-mon[92315]: pgmap v19802: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:38 smithi172 ceph-mon[103696]: pgmap v19802: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:39.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:39.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:40.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:40.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:40.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:40 smithi050 ceph-mon[92315]: pgmap v19803: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:40 smithi172 ceph-mon[103696]: pgmap v19803: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:41.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:41.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:42.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:42.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:42 smithi050 ceph-mon[92315]: pgmap v19804: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:55:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:42 smithi172 ceph-mon[103696]: pgmap v19804: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:55:43.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:43.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:44.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:44.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:44 smithi050 ceph-mon[92315]: pgmap v19805: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:44 smithi172 ceph-mon[103696]: pgmap v19805: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:45.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:45.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:46.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:46.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:47.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:46 smithi050 ceph-mon[92315]: pgmap v19806: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:46 smithi172 ceph-mon[103696]: pgmap v19806: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:47.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:47.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:48.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:48.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:48 smithi050 ceph-mon[92315]: pgmap v19807: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:48 smithi172 ceph-mon[103696]: pgmap v19807: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:49.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:49.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:55:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:55:50.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:50.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:50 smithi050 ceph-mon[92315]: pgmap v19808: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:50 smithi172 ceph-mon[103696]: pgmap v19808: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:51.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:51.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:52.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:52.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:52 smithi050 ceph-mon[92315]: pgmap v19809: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:55:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:52 smithi172 ceph-mon[103696]: pgmap v19809: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:55:53.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:53.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:54.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:54.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:54 smithi050 ceph-mon[92315]: pgmap v19810: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:54 smithi172 ceph-mon[103696]: pgmap v19810: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:55.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:55.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:56.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:56.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:56 smithi050 ceph-mon[92315]: pgmap v19811: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:56 smithi172 ceph-mon[103696]: pgmap v19811: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:57.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:57.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:58.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:58.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:55:59.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:55:58 smithi050 ceph-mon[92315]: pgmap v19812: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:55:58 smithi172 ceph-mon[103696]: pgmap v19812: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:55:59.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:55:59.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:00.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:00.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:01.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:00 smithi050 ceph-mon[92315]: pgmap v19813: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:00 smithi172 ceph-mon[103696]: pgmap v19813: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:01.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:01.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:02.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:02.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:02 smithi050 ceph-mon[92315]: pgmap v19814: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:56:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:02 smithi172 ceph-mon[103696]: pgmap v19814: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:56:03.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:03.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:04.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:04.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:04 smithi050 ceph-mon[92315]: pgmap v19815: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:04 smithi172 ceph-mon[103696]: pgmap v19815: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:05.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:05.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:56:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:56:06.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:06.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:07.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:06 smithi050 ceph-mon[92315]: pgmap v19816: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:06 smithi172 ceph-mon[103696]: pgmap v19816: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:07.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:07.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:08.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:08.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:08 smithi050 ceph-mon[92315]: pgmap v19817: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:08 smithi172 ceph-mon[103696]: pgmap v19817: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:09.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:09.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:10.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:10.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:11.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:10 smithi050 ceph-mon[92315]: pgmap v19818: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:10 smithi172 ceph-mon[103696]: pgmap v19818: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:11.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:11.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:12.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:12.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:12 smithi050 ceph-mon[92315]: pgmap v19819: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:56:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:12 smithi172 ceph-mon[103696]: pgmap v19819: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:56:13.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:13.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:14.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:14.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:14.957 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:14 smithi172 ceph-mon[103696]: pgmap v19820: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:14 smithi050 ceph-mon[92315]: pgmap v19820: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:15.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:15.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:16.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:16.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:17.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:16 smithi050 ceph-mon[92315]: pgmap v19821: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:16 smithi172 ceph-mon[103696]: pgmap v19821: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:17.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:17.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:18.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:18.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:19.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:18 smithi050 ceph-mon[92315]: pgmap v19822: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:18 smithi172 ceph-mon[103696]: pgmap v19822: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:19.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:19.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:56:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:56:20.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:20.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:20 smithi050 ceph-mon[92315]: pgmap v19823: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:20 smithi172 ceph-mon[103696]: pgmap v19823: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:21.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:21.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:22.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:22.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:22 smithi050 ceph-mon[92315]: pgmap v19824: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:56:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:22 smithi172 ceph-mon[103696]: pgmap v19824: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:56:23.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:23.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:24.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:24.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:25.062 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:24 smithi172 ceph-mon[103696]: pgmap v19825: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:24 smithi050 ceph-mon[92315]: pgmap v19825: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:25.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:25.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:26.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:26.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:26 smithi050 ceph-mon[92315]: pgmap v19826: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:26 smithi172 ceph-mon[103696]: pgmap v19826: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:27.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:27.677 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:28.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:28.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:28 smithi050 ceph-mon[92315]: pgmap v19827: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:28 smithi172 ceph-mon[103696]: pgmap v19827: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:29.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:29.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:30 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:56:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:30 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:56:30.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:30.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:31.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:31 smithi050 ceph-mon[92315]: pgmap v19828: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:31.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:31 smithi172 ceph-mon[103696]: pgmap v19828: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:31.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:31.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:32.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:32.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:32 smithi050 ceph-mon[92315]: pgmap v19829: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:56:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:32 smithi172 ceph-mon[103696]: pgmap v19829: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:56:33.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:33.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:34.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:34.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:34 smithi050 ceph-mon[92315]: pgmap v19830: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:34 smithi172 ceph-mon[103696]: pgmap v19830: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:35.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:35.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:36.089 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:56:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:56:36.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:37.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:37.141 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:36 smithi172 ceph-mon[103696]: pgmap v19831: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:37.141 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:36 smithi050 ceph-mon[92315]: pgmap v19831: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:37.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:37.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:56:38.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:56:38.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:56:38.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:56:38.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:56:38.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:56:38.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:56:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:56:38.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:56:38.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:56:38.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:56:38.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:56:38.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:56:38.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:56:38.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:38.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:39.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:39 smithi050 ceph-mon[92315]: pgmap v19832: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:39.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:39 smithi172 ceph-mon[103696]: pgmap v19832: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:39.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:39.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:40.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:40.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:41.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:40 smithi050 ceph-mon[92315]: pgmap v19833: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:40 smithi172 ceph-mon[103696]: pgmap v19833: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:41.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:41.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:42.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:42.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:42 smithi050 ceph-mon[92315]: pgmap v19834: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:56:43.313 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:42 smithi172 ceph-mon[103696]: pgmap v19834: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:56:43.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:43.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:44.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:44.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:44 smithi050 ceph-mon[92315]: pgmap v19835: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:44 smithi172 ceph-mon[103696]: pgmap v19835: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:45.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:45.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:46.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:46.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:47.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:46 smithi050 ceph-mon[92315]: pgmap v19836: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:46 smithi172 ceph-mon[103696]: pgmap v19836: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:47.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:47.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:48.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:48.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:49.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:48 smithi050 ceph-mon[92315]: pgmap v19837: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:48 smithi172 ceph-mon[103696]: pgmap v19837: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:49.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:49.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:56:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:56:50.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:50.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:50 smithi050 ceph-mon[92315]: pgmap v19838: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:50 smithi172 ceph-mon[103696]: pgmap v19838: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:51.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:51.714 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:52.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:52.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:52 smithi050 ceph-mon[92315]: pgmap v19839: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:56:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:52 smithi172 ceph-mon[103696]: pgmap v19839: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:56:53.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:53.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:54.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:54.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:55.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:54 smithi050 ceph-mon[92315]: pgmap v19840: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:54 smithi172 ceph-mon[103696]: pgmap v19840: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:55.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:55.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:56.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:56.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:57.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:56 smithi050 ceph-mon[92315]: pgmap v19841: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:56 smithi172 ceph-mon[103696]: pgmap v19841: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:57.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:57.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:58.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:58.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:56:59.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:56:58 smithi050 ceph-mon[92315]: pgmap v19842: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:56:58 smithi172 ceph-mon[103696]: pgmap v19842: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:56:59.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:56:59.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:00.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:00.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:00 smithi172 ceph-mon[103696]: pgmap v19843: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:00 smithi050 ceph-mon[92315]: pgmap v19843: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:01.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:01.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:02.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:03.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:03.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:02 smithi050 ceph-mon[92315]: pgmap v19844: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:57:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:02 smithi172 ceph-mon[103696]: pgmap v19844: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:57:03.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:03.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:04.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:04.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:05.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:04 smithi050 ceph-mon[92315]: pgmap v19845: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:04 smithi172 ceph-mon[103696]: pgmap v19845: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:05.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:05.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:57:06.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:57:06.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:06.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:06 smithi050 ceph-mon[92315]: pgmap v19846: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:06 smithi172 ceph-mon[103696]: pgmap v19846: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:07.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:07.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:08.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:08.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:08 smithi050 ceph-mon[92315]: pgmap v19847: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:08 smithi172 ceph-mon[103696]: pgmap v19847: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:09.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:09.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:10.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:10.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:10 smithi172 ceph-mon[103696]: pgmap v19848: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:11.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:10 smithi050 ceph-mon[92315]: pgmap v19848: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:11.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:11.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:12.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:12.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:13.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:12 smithi050 ceph-mon[92315]: pgmap v19849: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:57:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:12 smithi172 ceph-mon[103696]: pgmap v19849: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:57:13.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:13.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:14.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:14.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:14 smithi050 ceph-mon[92315]: pgmap v19850: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:14 smithi172 ceph-mon[103696]: pgmap v19850: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:15.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:15.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:16.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:16.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:16 smithi050 ceph-mon[92315]: pgmap v19851: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:16 smithi172 ceph-mon[103696]: pgmap v19851: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:17.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:17.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:18.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:18.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:19.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:18 smithi050 ceph-mon[92315]: pgmap v19852: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:19.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:18 smithi172 ceph-mon[103696]: pgmap v19852: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:19.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:19.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:57:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:57:20.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:20.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:20 smithi050 ceph-mon[92315]: pgmap v19853: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:20 smithi172 ceph-mon[103696]: pgmap v19853: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:21.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:21.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:22.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:22.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:23.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:22 smithi050 ceph-mon[92315]: pgmap v19854: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:57:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:22 smithi172 ceph-mon[103696]: pgmap v19854: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:57:23.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:24.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:24.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:24.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:24 smithi050 ceph-mon[92315]: pgmap v19855: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:24 smithi172 ceph-mon[103696]: pgmap v19855: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:25.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:25.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:26.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:26.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:26 smithi050 ceph-mon[92315]: pgmap v19856: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:26 smithi172 ceph-mon[103696]: pgmap v19856: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:27.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:27.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:28.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:28.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:29.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:28 smithi050 ceph-mon[92315]: pgmap v19857: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:28 smithi172 ceph-mon[103696]: pgmap v19857: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:29.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:29.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:30.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:30.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:30 smithi050 ceph-mon[92315]: pgmap v19858: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:30 smithi172 ceph-mon[103696]: pgmap v19858: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:31.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:31.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:32.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:32.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:33.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:32 smithi050 ceph-mon[92315]: pgmap v19859: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:57:33.140 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:32 smithi172 ceph-mon[103696]: pgmap v19859: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:57:33.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:33.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:34.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:34.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:35.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:34 smithi050 ceph-mon[92315]: pgmap v19860: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:34 smithi172 ceph-mon[103696]: pgmap v19860: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:35.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:35.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:57:36.328 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:57:36.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:36.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:37.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:36 smithi050 ceph-mon[92315]: pgmap v19861: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:36 smithi172 ceph-mon[103696]: pgmap v19861: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:37.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:37.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:38.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:38.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:39.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:57:39.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:57:39.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:38 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:57:39.248 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:38 smithi050 ceph-mon[92315]: pgmap v19862: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:39.248 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:57:39.248 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:57:39.249 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:38 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:57:39.249 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:38 smithi172 ceph-mon[103696]: pgmap v19862: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:39.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:39.793 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:40.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:57:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:57:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:57:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:57:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:57:40.348 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:57:40.348 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:57:40.348 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:57:40.348 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:57:40.348 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:57:40.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:40.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:40 smithi050 ceph-mon[92315]: pgmap v19863: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:40 smithi172 ceph-mon[103696]: pgmap v19863: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:41.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:41.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:42.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:42.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:43.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:42 smithi050 ceph-mon[92315]: pgmap v19864: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:57:43.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:42 smithi172 ceph-mon[103696]: pgmap v19864: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:57:43.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:43.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:44.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:44.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:45.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:44 smithi050 ceph-mon[92315]: pgmap v19865: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:44 smithi172 ceph-mon[103696]: pgmap v19865: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:45.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:45.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:46.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:46.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:46 smithi050 ceph-mon[92315]: pgmap v19866: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:46 smithi172 ceph-mon[103696]: pgmap v19866: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:47.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:47.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:48.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:48.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:48 smithi050 ceph-mon[92315]: pgmap v19867: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:48 smithi172 ceph-mon[103696]: pgmap v19867: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:49.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:49.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:57:50.184 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:57:50.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:50.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:51.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:50 smithi050 ceph-mon[92315]: pgmap v19868: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:50 smithi172 ceph-mon[103696]: pgmap v19868: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:51.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:51.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:52.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:52.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:53.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:52 smithi050 ceph-mon[92315]: pgmap v19869: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:57:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:52 smithi172 ceph-mon[103696]: pgmap v19869: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:57:53.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:53.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:54.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:54.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:55.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:54 smithi050 ceph-mon[92315]: pgmap v19870: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:55.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:54 smithi172 ceph-mon[103696]: pgmap v19870: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:55.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:55.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:56.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:56.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:57.000 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:56 smithi050 ceph-mon[92315]: pgmap v19871: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:56 smithi172 ceph-mon[103696]: pgmap v19871: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:57.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:57.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:58.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:58.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:57:59.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:57:58 smithi050 ceph-mon[92315]: pgmap v19872: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:59.130 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:57:58 smithi172 ceph-mon[103696]: pgmap v19872: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:57:59.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:57:59.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:00.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:00.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:01.060 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:00 smithi172 ceph-mon[103696]: pgmap v19873: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:01.139 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:00 smithi050 ceph-mon[92315]: pgmap v19873: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:01.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:01.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:02.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:02.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:02 smithi050 ceph-mon[92315]: pgmap v19874: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:58:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:02 smithi172 ceph-mon[103696]: pgmap v19874: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:58:03.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:03.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:04.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:04.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:04 smithi050 ceph-mon[92315]: pgmap v19875: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:04 smithi172 ceph-mon[103696]: pgmap v19875: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:05.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:05.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:06.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:58:06.112 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:58:06.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:06.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:07.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:06 smithi050 ceph-mon[92315]: pgmap v19876: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:06 smithi172 ceph-mon[103696]: pgmap v19876: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:07.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:07.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:08.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:08.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:08 smithi050 ceph-mon[92315]: pgmap v19877: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:09.151 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:08 smithi172 ceph-mon[103696]: pgmap v19877: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:09.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:10.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:10.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:10.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:10 smithi050 ceph-mon[92315]: pgmap v19878: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:11.347 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:10 smithi172 ceph-mon[103696]: pgmap v19878: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:11.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:11.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:12.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:12.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:12 smithi050 ceph-mon[92315]: pgmap v19879: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:58:13.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:12 smithi172 ceph-mon[103696]: pgmap v19879: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:58:13.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:13.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:14.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:15.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:15.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:14 smithi050 ceph-mon[92315]: pgmap v19880: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:15.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:14 smithi172 ceph-mon[103696]: pgmap v19880: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:15.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:15.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:16.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:16.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:17.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:16 smithi050 ceph-mon[92315]: pgmap v19881: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:17.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:16 smithi172 ceph-mon[103696]: pgmap v19881: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:17.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:17.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:18.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:18.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:19.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:18 smithi050 ceph-mon[92315]: pgmap v19882: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:19.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:18 smithi172 ceph-mon[103696]: pgmap v19882: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:19.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:19.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:58:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:58:20.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:20.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:21.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:20 smithi050 ceph-mon[92315]: pgmap v19883: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:20 smithi172 ceph-mon[103696]: pgmap v19883: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:21.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:21.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:22.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:22.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:23.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:23.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:23 smithi050 ceph-mon[92315]: pgmap v19884: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:58:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:23 smithi172 ceph-mon[103696]: pgmap v19884: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:58:24.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:24.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:25.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:25.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:26.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:25 smithi050 ceph-mon[92315]: pgmap v19885: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:25 smithi172 ceph-mon[103696]: pgmap v19885: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:26.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:26.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:27.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:27.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:27 smithi050 ceph-mon[92315]: pgmap v19886: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:27 smithi172 ceph-mon[103696]: pgmap v19886: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:28.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:28.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:29.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:29.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:30.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:29 smithi050 ceph-mon[92315]: pgmap v19887: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:29 smithi172 ceph-mon[103696]: pgmap v19887: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:30.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:30.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:31.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:31.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:31 smithi050 ceph-mon[92315]: pgmap v19888: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:31 smithi172 ceph-mon[103696]: pgmap v19888: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:32.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:32.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:33.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:33.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:33 smithi050 ceph-mon[92315]: pgmap v19889: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:58:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:33 smithi172 ceph-mon[103696]: pgmap v19889: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:58:34.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:34.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:35.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:35.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:35 smithi050 ceph-mon[92315]: pgmap v19890: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:36.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:58:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:35 smithi172 ceph-mon[103696]: pgmap v19890: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:58:36.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:36.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:37.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:37.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:38.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:37 smithi050 ceph-mon[92315]: pgmap v19891: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:37 smithi172 ceph-mon[103696]: pgmap v19891: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:38.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:38.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:39.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:39.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:39 smithi050 ceph-mon[92315]: pgmap v19892: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:40.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:58:40.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:58:40.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:58:40.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:58:40.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:58:40.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:39 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:58:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:39 smithi172 ceph-mon[103696]: pgmap v19892: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:58:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:58:40.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:58:40.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:58:40.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:58:40.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:39 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:58:40.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:40.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:41.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:41 smithi172 ceph-mon[103696]: pgmap v19893: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:42.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:42.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:42.416 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:41 smithi050 ceph-mon[92315]: pgmap v19893: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:42.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:42.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:43.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:44.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:44.401 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:43 smithi172 ceph-mon[103696]: pgmap v19894: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:58:44.401 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:43 smithi050 ceph-mon[92315]: pgmap v19894: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:58:44.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:44.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:45.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:45.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:45 smithi050 ceph-mon[92315]: pgmap v19895: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:45 smithi172 ceph-mon[103696]: pgmap v19895: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:46.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:46.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:47.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:47 smithi050 ceph-mon[92315]: pgmap v19896: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:47.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:47.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:47 smithi172 ceph-mon[103696]: pgmap v19896: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:48.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:49.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:49.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:49.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:49 smithi050 ceph-mon[92315]: pgmap v19897: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:58:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:49 smithi172 ceph-mon[103696]: pgmap v19897: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:58:50.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:50.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:51.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:51 smithi172 ceph-mon[103696]: pgmap v19898: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:51.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:51.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:51 smithi050 ceph-mon[92315]: pgmap v19898: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:52.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:52.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:53.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:54.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:53 smithi050 ceph-mon[92315]: pgmap v19899: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:58:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:53 smithi172 ceph-mon[103696]: pgmap v19899: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:58:54.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:54.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:55.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:55.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:55 smithi050 ceph-mon[92315]: pgmap v19900: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:55 smithi172 ceph-mon[103696]: pgmap v19900: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:56.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:56.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:57.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:57.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:57 smithi050 ceph-mon[92315]: pgmap v19901: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:57 smithi172 ceph-mon[103696]: pgmap v19901: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:58:58.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:58.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:58:59.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:58:59.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:00.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:58:59 smithi050 ceph-mon[92315]: pgmap v19902: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:58:59 smithi172 ceph-mon[103696]: pgmap v19902: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:00.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:00.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:01.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:01.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:02.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:01 smithi050 ceph-mon[92315]: pgmap v19903: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:01 smithi172 ceph-mon[103696]: pgmap v19903: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:02.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:02.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:03.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:03.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:03 smithi050 ceph-mon[92315]: pgmap v19904: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:59:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:03 smithi172 ceph-mon[103696]: pgmap v19904: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:59:04.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:04.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:59:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:59:05.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:05.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:05 smithi050 ceph-mon[92315]: pgmap v19905: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:05 smithi172 ceph-mon[103696]: pgmap v19905: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:06.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:06.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:07.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:07.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:07 smithi050 ceph-mon[92315]: pgmap v19906: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:07 smithi172 ceph-mon[103696]: pgmap v19906: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:08.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:08.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:09.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:09.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:10.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:09 smithi050 ceph-mon[92315]: pgmap v19907: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:09 smithi172 ceph-mon[103696]: pgmap v19907: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:10.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:10.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:11.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:11.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:12.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:11 smithi050 ceph-mon[92315]: pgmap v19908: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:11 smithi172 ceph-mon[103696]: pgmap v19908: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:12.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:12.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:13.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:13.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:14.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:13 smithi050 ceph-mon[92315]: pgmap v19909: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:59:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:13 smithi172 ceph-mon[103696]: pgmap v19909: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:59:14.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:14.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:15.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:15.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:15 smithi050 ceph-mon[92315]: pgmap v19910: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:15 smithi172 ceph-mon[103696]: pgmap v19910: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:16.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:16.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:17.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:17.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:17 smithi050 ceph-mon[92315]: pgmap v19911: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:17 smithi172 ceph-mon[103696]: pgmap v19911: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:18.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:18.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:19.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:19.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:19 smithi050 ceph-mon[92315]: pgmap v19912: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:59:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:19 smithi172 ceph-mon[103696]: pgmap v19912: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:59:20.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:20.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:21.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:21.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:22.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:21 smithi050 ceph-mon[92315]: pgmap v19913: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:21 smithi172 ceph-mon[103696]: pgmap v19913: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:22.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:22.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:23.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:23.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:24.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:23 smithi050 ceph-mon[92315]: pgmap v19914: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:59:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:23 smithi172 ceph-mon[103696]: pgmap v19914: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:59:24.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:24.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:25.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:25.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:26.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:25 smithi050 ceph-mon[92315]: pgmap v19915: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:25 smithi172 ceph-mon[103696]: pgmap v19915: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:26.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:26.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:27.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:27.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:28.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:27 smithi050 ceph-mon[92315]: pgmap v19916: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:27 smithi172 ceph-mon[103696]: pgmap v19916: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:28.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:28.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:29.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:29.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:30.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:29 smithi050 ceph-mon[92315]: pgmap v19917: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:29 smithi172 ceph-mon[103696]: pgmap v19917: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:30.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:30.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:31.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:31.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:32.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:31 smithi050 ceph-mon[92315]: pgmap v19918: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:31 smithi172 ceph-mon[103696]: pgmap v19918: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:32.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:32.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:33.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:33.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:34.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:33 smithi050 ceph-mon[92315]: pgmap v19919: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:59:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:33 smithi172 ceph-mon[103696]: pgmap v19919: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:59:34.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:34.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:59:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:59:35.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:35.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:35 smithi050 ceph-mon[92315]: pgmap v19920: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:35 smithi172 ceph-mon[103696]: pgmap v19920: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:36.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:36.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:37.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:37.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:38.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:37 smithi050 ceph-mon[92315]: pgmap v19921: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:37 smithi172 ceph-mon[103696]: pgmap v19921: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:38.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:38.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:39.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:39.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:40.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:39 smithi050 ceph-mon[92315]: pgmap v19922: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:39 smithi172 ceph-mon[103696]: pgmap v19922: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:40.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:40.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:41.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:59:41.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:59:41.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:40 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:59:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T00:59:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:59:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:40 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:59:42.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:42.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:42.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:41 smithi050 ceph-mon[92315]: pgmap v19923: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:42.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:59:42.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:59:42.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:59:42.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:59:42.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:59:42.112 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:41 smithi172 ceph-mon[103696]: pgmap v19923: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:42.112 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T00:59:42.113 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T00:59:42.113 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:59:42.113 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T00:59:42.113 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T00:59:43.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:43.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:44.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:44.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:43 smithi050 ceph-mon[92315]: pgmap v19924: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:59:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:43 smithi172 ceph-mon[103696]: pgmap v19924: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:59:45.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:45.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:46.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:46.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:46.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:45 smithi050 ceph-mon[92315]: pgmap v19925: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:45 smithi172 ceph-mon[103696]: pgmap v19925: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:47.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:47.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:48.010 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:48.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:48.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:47 smithi050 ceph-mon[92315]: pgmap v19926: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:47 smithi172 ceph-mon[103696]: pgmap v19926: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:49.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:49.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:50.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:50.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:49 smithi050 ceph-mon[92315]: pgmap v19927: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:59:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:49 smithi172 ceph-mon[103696]: pgmap v19927: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T00:59:51.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:51.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:52.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:52.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:52.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:51 smithi050 ceph-mon[92315]: pgmap v19928: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:51 smithi172 ceph-mon[103696]: pgmap v19928: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:53.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:53.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:54.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:54.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:54.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:53 smithi050 ceph-mon[92315]: pgmap v19929: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:59:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:53 smithi172 ceph-mon[103696]: pgmap v19929: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T00:59:55.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:55.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:56.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:56.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:56.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:55 smithi050 ceph-mon[92315]: pgmap v19930: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:55 smithi172 ceph-mon[103696]: pgmap v19930: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:57.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:57.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:58.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:58.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T00:59:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:57 smithi050 ceph-mon[92315]: pgmap v19931: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:57 smithi172 ceph-mon[103696]: pgmap v19931: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T00:59:59.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T00:59:59.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:00.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:00.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:00.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 00:59:59 smithi050 ceph-mon[92315]: pgmap v19932: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 00:59:59 smithi172 ceph-mon[103696]: pgmap v19932: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:01.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:01.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:01.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-10-01T01:00:01.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-10-01T01:00:02.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:02.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:02.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:01 smithi050 ceph-mon[92315]: pgmap v19933: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:02.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:01 smithi172 ceph-mon[103696]: pgmap v19933: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:03.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:03.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:04.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:04.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:03 smithi172 ceph-mon[103696]: pgmap v19934: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:00:04.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:03 smithi050 ceph-mon[92315]: pgmap v19934: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:00:05.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:05.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:00:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:00:06.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:06.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:05 smithi172 ceph-mon[103696]: pgmap v19935: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:05 smithi050 ceph-mon[92315]: pgmap v19935: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:07.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:07.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:08.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:08.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:07 smithi172 ceph-mon[103696]: pgmap v19936: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:07 smithi050 ceph-mon[92315]: pgmap v19936: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:09.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:09.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:10.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:10.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:09 smithi172 ceph-mon[103696]: pgmap v19937: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:10.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:09 smithi050 ceph-mon[92315]: pgmap v19937: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:11.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:11.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:12.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:12.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:11 smithi172 ceph-mon[103696]: pgmap v19938: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:11 smithi050 ceph-mon[92315]: pgmap v19938: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:13.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:13.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:14.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:14.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:13 smithi172 ceph-mon[103696]: pgmap v19939: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:00:14.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:13 smithi050 ceph-mon[92315]: pgmap v19939: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:00:15.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:15.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:16.057 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:16.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:15 smithi172 ceph-mon[103696]: pgmap v19940: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:16.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:15 smithi050 ceph-mon[92315]: pgmap v19940: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:17.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:17.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:18.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:18.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:17 smithi050 ceph-mon[92315]: pgmap v19941: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:17 smithi172 ceph-mon[103696]: pgmap v19941: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:19.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:19.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:20.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:20.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:19 smithi050 ceph-mon[92315]: pgmap v19942: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:00:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:19 smithi172 ceph-mon[103696]: pgmap v19942: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:00:21.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:21.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:22.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:22.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:22.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:21 smithi050 ceph-mon[92315]: pgmap v19943: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:21 smithi172 ceph-mon[103696]: pgmap v19943: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:23.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:23.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:24.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:24.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:23 smithi050 ceph-mon[92315]: pgmap v19944: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:00:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:23 smithi172 ceph-mon[103696]: pgmap v19944: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:00:25.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:25.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:26.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:26.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:25 smithi050 ceph-mon[92315]: pgmap v19945: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:25 smithi172 ceph-mon[103696]: pgmap v19945: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:27.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:27.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:28.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:28.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:27 smithi050 ceph-mon[92315]: pgmap v19946: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:27 smithi172 ceph-mon[103696]: pgmap v19946: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:29.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:29.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:30.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:30.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:29 smithi050 ceph-mon[92315]: pgmap v19947: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:29 smithi172 ceph-mon[103696]: pgmap v19947: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:31.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:31.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:32.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:32.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:31 smithi050 ceph-mon[92315]: pgmap v19948: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:31 smithi172 ceph-mon[103696]: pgmap v19948: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:33.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:33.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:34.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:34.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:34.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:33 smithi050 ceph-mon[92315]: pgmap v19949: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:00:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:33 smithi172 ceph-mon[103696]: pgmap v19949: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:00:35.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:35.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:00:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:00:36.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:36.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:36.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:35 smithi050 ceph-mon[92315]: pgmap v19950: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:36.611 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:35 smithi172 ceph-mon[103696]: pgmap v19950: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:37.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:37.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:38.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:38.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:37 smithi172 ceph-mon[103696]: pgmap v19951: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:37 smithi050 ceph-mon[92315]: pgmap v19951: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:39.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:39.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:40.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:40.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:39 smithi050 ceph-mon[92315]: pgmap v19952: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:39 smithi172 ceph-mon[103696]: pgmap v19952: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:41.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:41.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:42.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:42.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:41 smithi050 ceph-mon[92315]: pgmap v19953: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:00:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:00:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:00:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:00:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:00:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:00:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:41 smithi172 ceph-mon[103696]: pgmap v19953: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:00:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:00:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:00:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:00:42.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:00:42.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:00:43.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:43.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:44.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:44.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:44.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:43 smithi050 ceph-mon[92315]: pgmap v19954: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:00:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:43 smithi172 ceph-mon[103696]: pgmap v19954: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:00:45.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:45.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:46.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:46.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:45 smithi050 ceph-mon[92315]: pgmap v19955: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:45 smithi172 ceph-mon[103696]: pgmap v19955: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:47.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:47.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:48.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:48.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:47 smithi172 ceph-mon[103696]: pgmap v19956: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:47 smithi050 ceph-mon[92315]: pgmap v19956: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:49.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:49.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:50.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:50.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:49 smithi050 ceph-mon[92315]: pgmap v19957: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:50.361 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:00:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:49 smithi172 ceph-mon[103696]: pgmap v19957: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:00:51.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:51.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:52.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:52.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:51 smithi050 ceph-mon[92315]: pgmap v19958: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:52.763 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:51 smithi172 ceph-mon[103696]: pgmap v19958: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:53.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:53.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:54.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:54.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:53 smithi050 ceph-mon[92315]: pgmap v19959: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:00:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:53 smithi172 ceph-mon[103696]: pgmap v19959: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:00:55.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:55.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:56.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:56.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:56.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:55 smithi050 ceph-mon[92315]: pgmap v19960: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:56.445 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:55 smithi172 ceph-mon[103696]: pgmap v19960: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:57.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:57.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:58.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:58.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:00:58.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:57 smithi050 ceph-mon[92315]: pgmap v19961: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:57 smithi172 ceph-mon[103696]: pgmap v19961: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:00:59.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:00:59.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:00.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:00.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:00:59 smithi050 ceph-mon[92315]: pgmap v19962: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:00.568 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:00:59 smithi172 ceph-mon[103696]: pgmap v19962: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:01.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:01.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:02.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:02.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:01 smithi050 ceph-mon[92315]: pgmap v19963: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:01 smithi172 ceph-mon[103696]: pgmap v19963: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:03.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:03.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:04.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:04.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:03 smithi050 ceph-mon[92315]: pgmap v19964: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:01:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:03 smithi172 ceph-mon[103696]: pgmap v19964: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:01:05.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:05.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:01:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:01:06.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:06.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:05 smithi050 ceph-mon[92315]: pgmap v19965: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:05 smithi172 ceph-mon[103696]: pgmap v19965: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:07.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:07.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:08.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:08.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:07 smithi050 ceph-mon[92315]: pgmap v19966: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:07 smithi172 ceph-mon[103696]: pgmap v19966: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:09.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:09.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:10.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:10.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:09 smithi050 ceph-mon[92315]: pgmap v19967: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:09 smithi172 ceph-mon[103696]: pgmap v19967: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:11.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:11.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:12.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:12.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:11 smithi050 ceph-mon[92315]: pgmap v19968: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:11 smithi172 ceph-mon[103696]: pgmap v19968: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:13.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:13.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:14.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:14.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:14.242 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:13 smithi050 ceph-mon[92315]: pgmap v19969: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:01:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:13 smithi172 ceph-mon[103696]: pgmap v19969: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:01:15.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:15.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:16.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:16.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:15 smithi050 ceph-mon[92315]: pgmap v19970: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:15 smithi172 ceph-mon[103696]: pgmap v19970: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:17.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:17.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:18.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:18.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:17 smithi050 ceph-mon[92315]: pgmap v19971: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:17 smithi172 ceph-mon[103696]: pgmap v19971: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:19.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:19.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:20.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:20.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:19 smithi050 ceph-mon[92315]: pgmap v19972: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:01:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:19 smithi172 ceph-mon[103696]: pgmap v19972: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:01:21.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:21.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:22.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:22.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:22.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:21 smithi050 ceph-mon[92315]: pgmap v19973: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:21 smithi172 ceph-mon[103696]: pgmap v19973: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:23.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:23.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:24.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:24.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:23 smithi050 ceph-mon[92315]: pgmap v19974: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:01:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:23 smithi172 ceph-mon[103696]: pgmap v19974: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:01:25.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:25.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:26.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:26.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:25 smithi050 ceph-mon[92315]: pgmap v19975: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:25 smithi172 ceph-mon[103696]: pgmap v19975: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:27.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:27.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:28.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:28.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:27 smithi050 ceph-mon[92315]: pgmap v19976: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:27 smithi172 ceph-mon[103696]: pgmap v19976: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:29.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:29.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:30.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:30.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:29 smithi050 ceph-mon[92315]: pgmap v19977: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:29 smithi172 ceph-mon[103696]: pgmap v19977: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:31.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:31.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:32.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:32.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:31 smithi050 ceph-mon[92315]: pgmap v19978: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:32.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:31 smithi172 ceph-mon[103696]: pgmap v19978: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:33.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:33.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:34.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:34.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:34.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:33 smithi050 ceph-mon[92315]: pgmap v19979: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:01:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:33 smithi172 ceph-mon[103696]: pgmap v19979: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:01:35.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:35.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:35.376 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:01:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:01:36.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:36.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:36 smithi050 ceph-mon[92315]: pgmap v19980: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:36 smithi172 ceph-mon[103696]: pgmap v19980: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:37.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:37.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:38.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:38.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:38.324 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:38 smithi172 ceph-mon[103696]: pgmap v19981: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:38 smithi050 ceph-mon[92315]: pgmap v19981: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:39.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:39.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:40.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:40.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:40 smithi050 ceph-mon[92315]: pgmap v19982: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:40 smithi172 ceph-mon[103696]: pgmap v19982: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:41.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:41.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:42.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:42.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:42 smithi050 ceph-mon[92315]: pgmap v19983: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:01:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:42 smithi172 ceph-mon[103696]: pgmap v19983: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:01:43.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:43.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:43.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:01:43.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:01:43.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:01:43.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:01:43.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:01:43.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:01:43.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:01:43.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:01:43.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:43 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi172 to 2653M 2023-10-01T01:01:43.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:43 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1365M 2023-10-01T01:01:43.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:01:43.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:01:43.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:01:43.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:01:43.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:01:43.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:01:43.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:01:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:01:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:01:43.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:01:43.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:01:43.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:01:43.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:01:43.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:01:43.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:01:43.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:43 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi172 to 2653M 2023-10-01T01:01:43.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:43 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1365M 2023-10-01T01:01:43.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:01:43.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:01:43.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:01:43.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:01:43.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:01:43.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:01:43.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:01:44.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:44.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:44.588 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:44 smithi050 ceph-mon[92315]: pgmap v19984: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:01:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:44 smithi172 ceph-mon[103696]: pgmap v19984: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:01:45.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:45.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:46.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:46.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:46 smithi050 ceph-mon[92315]: pgmap v19985: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:46 smithi172 ceph-mon[103696]: pgmap v19985: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:47.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:47.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:48.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:48.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:48 smithi050 ceph-mon[92315]: pgmap v19986: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:48 smithi172 ceph-mon[103696]: pgmap v19986: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:49.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:49.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:50.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:50.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:50 smithi050 ceph-mon[92315]: pgmap v19987: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:50.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:01:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:50 smithi172 ceph-mon[103696]: pgmap v19987: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:01:51.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:51.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:52.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:52.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:52 smithi172 ceph-mon[103696]: pgmap v19988: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:52.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:52 smithi050 ceph-mon[92315]: pgmap v19988: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:53.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:53.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:54.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:54.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:54 smithi050 ceph-mon[92315]: pgmap v19989: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:01:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:54 smithi172 ceph-mon[103696]: pgmap v19989: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:01:55.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:55.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:56.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:56.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:56 smithi172 ceph-mon[103696]: pgmap v19990: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:56.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:56 smithi050 ceph-mon[92315]: pgmap v19990: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:57.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:57.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:58.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:58.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:01:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:01:58 smithi172 ceph-mon[103696]: pgmap v19991: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:01:58 smithi050 ceph-mon[92315]: pgmap v19991: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:01:59.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:01:59.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:00.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:00.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:00 smithi172 ceph-mon[103696]: pgmap v19992: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:00 smithi050 ceph-mon[92315]: pgmap v19992: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:01.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:01.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:02.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:02.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:02 smithi172 ceph-mon[103696]: pgmap v19993: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:02 smithi050 ceph-mon[92315]: pgmap v19993: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:03.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:03.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:04.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:04.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:04 smithi050 ceph-mon[92315]: pgmap v19994: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:02:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:04 smithi172 ceph-mon[103696]: pgmap v19994: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:02:05.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:05.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:02:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:02:06.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:06.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:06 smithi050 ceph-mon[92315]: pgmap v19995: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:06 smithi172 ceph-mon[103696]: pgmap v19995: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:07.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:07.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:08.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:08.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:08.636 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:08 smithi172 ceph-mon[103696]: pgmap v19996: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:08 smithi050 ceph-mon[92315]: pgmap v19996: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:09.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:09.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:10.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:10.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:10.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:10 smithi050 ceph-mon[92315]: pgmap v19997: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:10 smithi172 ceph-mon[103696]: pgmap v19997: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:11.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:11.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:12.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:12.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:12 smithi050 ceph-mon[92315]: pgmap v19998: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:12 smithi172 ceph-mon[103696]: pgmap v19998: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:13.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:13.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:14.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:14.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:14 smithi050 ceph-mon[92315]: pgmap v19999: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:02:14.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:14 smithi172 ceph-mon[103696]: pgmap v19999: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:02:15.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:15.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:16.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:16.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:16 smithi050 ceph-mon[92315]: pgmap v20000: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:16 smithi172 ceph-mon[103696]: pgmap v20000: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:17.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:17.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:18.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:18.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:18.741 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:18 smithi172 ceph-mon[103696]: pgmap v20001: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:18 smithi050 ceph-mon[92315]: pgmap v20001: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:19.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:19.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:20.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:20.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:20 smithi050 ceph-mon[92315]: pgmap v20002: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:02:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:20 smithi172 ceph-mon[103696]: pgmap v20002: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:02:21.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:21.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:22.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:22.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:22.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:22 smithi050 ceph-mon[92315]: pgmap v20003: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:22 smithi172 ceph-mon[103696]: pgmap v20003: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:23.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:23.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:24.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:24.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:24 smithi050 ceph-mon[92315]: pgmap v20004: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:02:24.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:24 smithi172 ceph-mon[103696]: pgmap v20004: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:02:25.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:25.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:26.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:26.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:26.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:26 smithi050 ceph-mon[92315]: pgmap v20005: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:26 smithi172 ceph-mon[103696]: pgmap v20005: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:27.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:27.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:28.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:28.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:28.846 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:28 smithi172 ceph-mon[103696]: pgmap v20006: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:28 smithi050 ceph-mon[92315]: pgmap v20006: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:29.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:29.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:30.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:30.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:30 smithi050 ceph-mon[92315]: pgmap v20007: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:31.141 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:30 smithi172 ceph-mon[103696]: pgmap v20007: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:31.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:31.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:32.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:32.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:32.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:32 smithi050 ceph-mon[92315]: pgmap v20008: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:32.888 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:32 smithi172 ceph-mon[103696]: pgmap v20008: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:33.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:33.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:34.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:34.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:34 smithi050 ceph-mon[92315]: pgmap v20009: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:02:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:34 smithi172 ceph-mon[103696]: pgmap v20009: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:02:35.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:35.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:35.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:02:35.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:02:36.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:36.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:36.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:36 smithi050 ceph-mon[92315]: pgmap v20010: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:36.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:36 smithi172 ceph-mon[103696]: pgmap v20010: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:37.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:37.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:38.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:38.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:38 smithi050 ceph-mon[92315]: pgmap v20011: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:38 smithi172 ceph-mon[103696]: pgmap v20011: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:39.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:39.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:40.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:40.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:40 smithi050 ceph-mon[92315]: pgmap v20012: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:40 smithi172 ceph-mon[103696]: pgmap v20012: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:41.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:41.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:42.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:42.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:42 smithi050 ceph-mon[92315]: pgmap v20013: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:42 smithi172 ceph-mon[103696]: pgmap v20013: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:43.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:43.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:02:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:02:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:02:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:02:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:02:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:02:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:02:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:02:43.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:02:43.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:02:43.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:02:43.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:02:44.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:44.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:44.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:44 smithi050 ceph-mon[92315]: pgmap v20014: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:02:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:44 smithi172 ceph-mon[103696]: pgmap v20014: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:02:45.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:45.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:46.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:46.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:46 smithi050 ceph-mon[92315]: pgmap v20015: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:46 smithi172 ceph-mon[103696]: pgmap v20015: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:47.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:47.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:48.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:48.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:48 smithi050 ceph-mon[92315]: pgmap v20016: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:48 smithi172 ceph-mon[103696]: pgmap v20016: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:49.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:49.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:50.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:50.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:50.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:50 smithi050 ceph-mon[92315]: pgmap v20017: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:50.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:02:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:50 smithi172 ceph-mon[103696]: pgmap v20017: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:02:51.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:51.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:52.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:52.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:52 smithi050 ceph-mon[92315]: pgmap v20018: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:52 smithi172 ceph-mon[103696]: pgmap v20018: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:53.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:53.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:54.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:54.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:54.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:54 smithi050 ceph-mon[92315]: pgmap v20019: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:02:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:54 smithi172 ceph-mon[103696]: pgmap v20019: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:02:55.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:55.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:56.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:56.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:56 smithi050 ceph-mon[92315]: pgmap v20020: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:56 smithi172 ceph-mon[103696]: pgmap v20020: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:57.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:57.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:58.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:58.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:02:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:02:58 smithi050 ceph-mon[92315]: pgmap v20021: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:02:58 smithi172 ceph-mon[103696]: pgmap v20021: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:02:59.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:02:59.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:00.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:00.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:00 smithi050 ceph-mon[92315]: pgmap v20022: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:00 smithi172 ceph-mon[103696]: pgmap v20022: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:01.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:01.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:02.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:02.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:02.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:02 smithi050 ceph-mon[92315]: pgmap v20023: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:02 smithi172 ceph-mon[103696]: pgmap v20023: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:03.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:03.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:04.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:04.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:04.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:04 smithi050 ceph-mon[92315]: pgmap v20024: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:03:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:04 smithi172 ceph-mon[103696]: pgmap v20024: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:03:05.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:05.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:05.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:03:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:03:06.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:06.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:06 smithi050 ceph-mon[92315]: pgmap v20025: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:06 smithi172 ceph-mon[103696]: pgmap v20025: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:07.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:07.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:08.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:08.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:08.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:08 smithi050 ceph-mon[92315]: pgmap v20026: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:08 smithi172 ceph-mon[103696]: pgmap v20026: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:09.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:09.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:10.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:10.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:10 smithi050 ceph-mon[92315]: pgmap v20027: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:10 smithi172 ceph-mon[103696]: pgmap v20027: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:11.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:11.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:12.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:12.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:12 smithi050 ceph-mon[92315]: pgmap v20028: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:12 smithi172 ceph-mon[103696]: pgmap v20028: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:13.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:13.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:14.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:14.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:14 smithi172 ceph-mon[103696]: pgmap v20029: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:03:14.893 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:14 smithi050 ceph-mon[92315]: pgmap v20029: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:03:15.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:15.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:16.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:16.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:16 smithi050 ceph-mon[92315]: pgmap v20030: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:16.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:16 smithi172 ceph-mon[103696]: pgmap v20030: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:17.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:17.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:18.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:18.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:18.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:18 smithi050 ceph-mon[92315]: pgmap v20031: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:19.309 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:18 smithi172 ceph-mon[103696]: pgmap v20031: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:19.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:19.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:20.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:20.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:20 smithi050 ceph-mon[92315]: pgmap v20032: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:20.865 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:03:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:20 smithi172 ceph-mon[103696]: pgmap v20032: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:03:21.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:21.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:22.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:22.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:22.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:22 smithi050 ceph-mon[92315]: pgmap v20033: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:22 smithi172 ceph-mon[103696]: pgmap v20033: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:23.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:23.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:24.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:24.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:24.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:24 smithi050 ceph-mon[92315]: pgmap v20034: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:03:24.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:24 smithi172 ceph-mon[103696]: pgmap v20034: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:03:25.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:25.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:26.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:26.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:26 smithi050 ceph-mon[92315]: pgmap v20035: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:26 smithi172 ceph-mon[103696]: pgmap v20035: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:27.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:27.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:28.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:28.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:28.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:28 smithi050 ceph-mon[92315]: pgmap v20036: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:28 smithi172 ceph-mon[103696]: pgmap v20036: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:29.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:29.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:30.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:30.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:30.790 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:30 smithi050 ceph-mon[92315]: pgmap v20037: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:30 smithi172 ceph-mon[103696]: pgmap v20037: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:31.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:31.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:32.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:32.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:32 smithi050 ceph-mon[92315]: pgmap v20038: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:32 smithi172 ceph-mon[103696]: pgmap v20038: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:33.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:33.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:34.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:34.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:34.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:34 smithi050 ceph-mon[92315]: pgmap v20039: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:03:34.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:34 smithi172 ceph-mon[103696]: pgmap v20039: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:03:35.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:35.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:03:37.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:37.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:37.434 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:03:37.439 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:36 smithi172 ceph-mon[103696]: pgmap v20040: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:37.439 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:36 smithi050 ceph-mon[92315]: pgmap v20040: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:37.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:37.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:38.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:38.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:38 smithi050 ceph-mon[92315]: pgmap v20041: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:38 smithi172 ceph-mon[103696]: pgmap v20041: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:39.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:39.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:40.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:40.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:40 smithi050 ceph-mon[92315]: pgmap v20042: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:40 smithi172 ceph-mon[103696]: pgmap v20042: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:41.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:41.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:42.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:42.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:42 smithi050 ceph-mon[92315]: pgmap v20043: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:42 smithi172 ceph-mon[103696]: pgmap v20043: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:43.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:43.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:44.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:43 smithi050 ceph-mon[92315]: pgmap v20044: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:03:44.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:03:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:43 smithi172 ceph-mon[103696]: pgmap v20044: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:03:44.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:03:44.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:44.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:45.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:03:45.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:03:45.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:03:45.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:03:45.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:03:45.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:03:45.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:03:45.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:03:45.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:03:45.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:03:45.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:45.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:46.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:45 smithi050 ceph-mon[92315]: pgmap v20045: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:45 smithi172 ceph-mon[103696]: pgmap v20045: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:46.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:46.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:47.415 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:48.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:48.162 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:47 smithi172 ceph-mon[103696]: pgmap v20046: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:48.162 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:47 smithi050 ceph-mon[92315]: pgmap v20046: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:48.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:48.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:49.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:49.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:49 smithi050 ceph-mon[92315]: pgmap v20047: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:50.506 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:03:50.506 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:49 smithi172 ceph-mon[103696]: pgmap v20047: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:50.507 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:03:50.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:50.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:51.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:51.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:51 smithi050 ceph-mon[92315]: pgmap v20048: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:52.366 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:51 smithi172 ceph-mon[103696]: pgmap v20048: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:52.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:52.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:53.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:53.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:53 smithi050 ceph-mon[92315]: pgmap v20049: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:03:54.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:53 smithi172 ceph-mon[103696]: pgmap v20049: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:03:54.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:54.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:55.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:55.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:56.077 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:55 smithi050 ceph-mon[92315]: pgmap v20050: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:56.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:55 smithi172 ceph-mon[103696]: pgmap v20050: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:56.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:56.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:57.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:57.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:58.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:57 smithi050 ceph-mon[92315]: pgmap v20051: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:58.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:57 smithi172 ceph-mon[103696]: pgmap v20051: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:03:58.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:58.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:03:59.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:03:59.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:00.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:03:59 smithi050 ceph-mon[92315]: pgmap v20052: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:03:59 smithi172 ceph-mon[103696]: pgmap v20052: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:00.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:00.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:01.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:01.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:02.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:01 smithi050 ceph-mon[92315]: pgmap v20053: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:02.395 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:01 smithi172 ceph-mon[103696]: pgmap v20053: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:02.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:02.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:03.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:03.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:04.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:03 smithi050 ceph-mon[92315]: pgmap v20054: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:04:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:03 smithi172 ceph-mon[103696]: pgmap v20054: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:04:04.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:04.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:05.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:04:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:04:05.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:05.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:05 smithi050 ceph-mon[92315]: pgmap v20055: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:05 smithi172 ceph-mon[103696]: pgmap v20055: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:06.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:06.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:07.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:07.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:08.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:07 smithi050 ceph-mon[92315]: pgmap v20056: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:07 smithi172 ceph-mon[103696]: pgmap v20056: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:08.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:08.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:09.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:09.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:10.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:09 smithi050 ceph-mon[92315]: pgmap v20057: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:09 smithi172 ceph-mon[103696]: pgmap v20057: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:10.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:10.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:11.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:11.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:12.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:11 smithi050 ceph-mon[92315]: pgmap v20058: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:11 smithi172 ceph-mon[103696]: pgmap v20058: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:12.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:12.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:13.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:13.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:14.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:13 smithi050 ceph-mon[92315]: pgmap v20059: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:04:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:13 smithi172 ceph-mon[103696]: pgmap v20059: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:04:14.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:14.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:15.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:15.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:15 smithi050 ceph-mon[92315]: pgmap v20060: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:15 smithi172 ceph-mon[103696]: pgmap v20060: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:16.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:16.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:17.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:17.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:18.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:17 smithi050 ceph-mon[92315]: pgmap v20061: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:17 smithi172 ceph-mon[103696]: pgmap v20061: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:18.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:18.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:19.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:19.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:19 smithi172 ceph-mon[103696]: pgmap v20062: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:04:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:19 smithi050 ceph-mon[92315]: pgmap v20062: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:04:20.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:20.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:21.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:21.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:21 smithi172 ceph-mon[103696]: pgmap v20063: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:21 smithi050 ceph-mon[92315]: pgmap v20063: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:22.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:22.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:23.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:23.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:23 smithi172 ceph-mon[103696]: pgmap v20064: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:04:24.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:23 smithi050 ceph-mon[92315]: pgmap v20064: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:04:24.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:24.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:25.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:25.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:25 smithi172 ceph-mon[103696]: pgmap v20065: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:25 smithi050 ceph-mon[92315]: pgmap v20065: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:26.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:26.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:27.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:27.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:27 smithi172 ceph-mon[103696]: pgmap v20066: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:27 smithi050 ceph-mon[92315]: pgmap v20066: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:28.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:28.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:29.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:29.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:29 smithi172 ceph-mon[103696]: pgmap v20067: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:29 smithi050 ceph-mon[92315]: pgmap v20067: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:30.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:30.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:31.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:31.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:31 smithi172 ceph-mon[103696]: pgmap v20068: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:31 smithi050 ceph-mon[92315]: pgmap v20068: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:32.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:32.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:33.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:33.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:33 smithi172 ceph-mon[103696]: pgmap v20069: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:04:34.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:33 smithi050 ceph-mon[92315]: pgmap v20069: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:04:34.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:34.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:35.160 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:04:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:04:35.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:35.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:36.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:35 smithi050 ceph-mon[92315]: pgmap v20070: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:35 smithi172 ceph-mon[103696]: pgmap v20070: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:36.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:37.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:37.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:37.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:37 smithi050 ceph-mon[92315]: pgmap v20071: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:38.503 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:37 smithi172 ceph-mon[103696]: pgmap v20071: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:38.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:38.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:39.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:39.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:40.212 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:39 smithi172 ceph-mon[103696]: pgmap v20072: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:39 smithi050 ceph-mon[92315]: pgmap v20072: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:40.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:40.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:41.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:41.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:41 smithi050 ceph-mon[92315]: pgmap v20073: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:41 smithi172 ceph-mon[103696]: pgmap v20073: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:42.509 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:42.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:43.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:43.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:44.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:43 smithi050 ceph-mon[92315]: pgmap v20074: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:04:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:43 smithi172 ceph-mon[103696]: pgmap v20074: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:04:44.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:44.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:45.266 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:04:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:04:45.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:45.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:45 smithi050 ceph-mon[92315]: pgmap v20075: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:45 smithi172 ceph-mon[103696]: pgmap v20075: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:46.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:46.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:47.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:47.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:48.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:47 smithi050 ceph-mon[92315]: pgmap v20076: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:48.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:47 smithi172 ceph-mon[103696]: pgmap v20076: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:48.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:48.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:49.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:49.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:49.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:04:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:04:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:04:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:04:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:04:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:04:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:04:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:04:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:04:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:04:49.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:04:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:04:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:04:49.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:04:50.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:50.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:50 smithi050 ceph-mon[92315]: pgmap v20077: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:51.013 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:04:51.014 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:50 smithi172 ceph-mon[103696]: pgmap v20077: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:51.015 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:04:51.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:51.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:52.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:52.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:52.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:52 smithi050 ceph-mon[92315]: pgmap v20078: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:52 smithi172 ceph-mon[103696]: pgmap v20078: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:53.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:53.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:54.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:54.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:54.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:54 smithi050 ceph-mon[92315]: pgmap v20079: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:04:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:54 smithi172 ceph-mon[103696]: pgmap v20079: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:04:55.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:55.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:56.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:56.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:56.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:56 smithi050 ceph-mon[92315]: pgmap v20080: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:56 smithi172 ceph-mon[103696]: pgmap v20080: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:57.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:57.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:58.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:58.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:04:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:04:58 smithi050 ceph-mon[92315]: pgmap v20081: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:04:58 smithi172 ceph-mon[103696]: pgmap v20081: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:04:59.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:04:59.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:00.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:00.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:00 smithi050 ceph-mon[92315]: pgmap v20082: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:00 smithi172 ceph-mon[103696]: pgmap v20082: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:01.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:01.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:02.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:02.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:02 smithi050 ceph-mon[92315]: pgmap v20083: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:02.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:02 smithi172 ceph-mon[103696]: pgmap v20083: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:03.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:03.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:04.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:04.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:04.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:04 smithi050 ceph-mon[92315]: pgmap v20084: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:05:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:04 smithi172 ceph-mon[103696]: pgmap v20084: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:05:05.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:05.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:05:06.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:05:06.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:06.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:06 smithi172 ceph-mon[103696]: pgmap v20085: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:06.884 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:06 smithi050 ceph-mon[92315]: pgmap v20085: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:07.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:07.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:08.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:08.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:08 smithi172 ceph-mon[103696]: pgmap v20086: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:08 smithi050 ceph-mon[92315]: pgmap v20086: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:09.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:09.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:10.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:10.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:10 smithi172 ceph-mon[103696]: pgmap v20087: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:11.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:10 smithi050 ceph-mon[92315]: pgmap v20087: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:11.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:11.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:12.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:12.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:12 smithi172 ceph-mon[103696]: pgmap v20088: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:13.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:12 smithi050 ceph-mon[92315]: pgmap v20088: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:13.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:13.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:14.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:15.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:15.405 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:14 smithi172 ceph-mon[103696]: pgmap v20089: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:05:15.405 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:14 smithi050 ceph-mon[92315]: pgmap v20089: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:05:15.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:15.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:16.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:16.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:16 smithi172 ceph-mon[103696]: pgmap v20090: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:16.999 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:16 smithi050 ceph-mon[92315]: pgmap v20090: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:17.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:17.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:18.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:18.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:18 smithi172 ceph-mon[103696]: pgmap v20091: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:19.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:18 smithi050 ceph-mon[92315]: pgmap v20091: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:19.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:19.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:20.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:20.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:21.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:20 smithi050 ceph-mon[92315]: pgmap v20092: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:21.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:05:21.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:20 smithi172 ceph-mon[103696]: pgmap v20092: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:21.133 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:05:21.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:21.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:22.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:22.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:23.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:22 smithi050 ceph-mon[92315]: pgmap v20093: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:23.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:22 smithi172 ceph-mon[103696]: pgmap v20093: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:23.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:23.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:24.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:24.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:25.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:24 smithi050 ceph-mon[92315]: pgmap v20094: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:05:25.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:24 smithi172 ceph-mon[103696]: pgmap v20094: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:05:25.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:25.581 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:26.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:26.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:27.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:26 smithi050 ceph-mon[92315]: pgmap v20095: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:27.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:26 smithi172 ceph-mon[103696]: pgmap v20095: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:27.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:27.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:28.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:28.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:29.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:28 smithi050 ceph-mon[92315]: pgmap v20096: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:29.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:28 smithi172 ceph-mon[103696]: pgmap v20096: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:29.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:29.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:30.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:30.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:31.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:30 smithi050 ceph-mon[92315]: pgmap v20097: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:30 smithi172 ceph-mon[103696]: pgmap v20097: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:31.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:31.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:32.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:32.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:33.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:32 smithi050 ceph-mon[92315]: pgmap v20098: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:32 smithi172 ceph-mon[103696]: pgmap v20098: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:33.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:33.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:34.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:34.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:35.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:34 smithi050 ceph-mon[92315]: pgmap v20099: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:05:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:34 smithi172 ceph-mon[103696]: pgmap v20099: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:05:35.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:35.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:36.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:05:36.130 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:05:36.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:36.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:37.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:36 smithi050 ceph-mon[92315]: pgmap v20100: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:37.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:36 smithi172 ceph-mon[103696]: pgmap v20100: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:37.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:37.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:38.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:38.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:39.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:38 smithi050 ceph-mon[92315]: pgmap v20101: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:39.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:38 smithi172 ceph-mon[103696]: pgmap v20101: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:39.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:39.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:40.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:40.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:41.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:40 smithi050 ceph-mon[92315]: pgmap v20102: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:41.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:40 smithi172 ceph-mon[103696]: pgmap v20102: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:41.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:41.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:42.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:43.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:43.430 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:42 smithi172 ceph-mon[103696]: pgmap v20103: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:43.431 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:42 smithi050 ceph-mon[92315]: pgmap v20103: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:43.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:43.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:44.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:44.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:45.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:44 smithi050 ceph-mon[92315]: pgmap v20104: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:05:45.335 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:44 smithi172 ceph-mon[103696]: pgmap v20104: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:05:45.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:45.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:46.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:46.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:46 smithi050 ceph-mon[92315]: pgmap v20105: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:47.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:46 smithi172 ceph-mon[103696]: pgmap v20105: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:47.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:47.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:48.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:48.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:49.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:48 smithi050 ceph-mon[92315]: pgmap v20106: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:49.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:48 smithi172 ceph-mon[103696]: pgmap v20106: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:49.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:49.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:50.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:05:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:05:50.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:50.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:50.954 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:50 smithi172 ceph-mon[103696]: pgmap v20107: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:50.954 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:05:50.954 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:05:50.954 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:05:50.954 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:05:50.955 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:05:50.955 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:05:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:50 smithi050 ceph-mon[92315]: pgmap v20107: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:05:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:05:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:05:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:05:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:05:51.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:05:51.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:51.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:52.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:52.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:53.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:52 smithi050 ceph-mon[92315]: pgmap v20108: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:53.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:52 smithi172 ceph-mon[103696]: pgmap v20108: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:53.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:53.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:54.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:54.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:55.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:54 smithi050 ceph-mon[92315]: pgmap v20109: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:05:55.201 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:54 smithi172 ceph-mon[103696]: pgmap v20109: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:05:55.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:55.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:56.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:56.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:56.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:56 smithi050 ceph-mon[92315]: pgmap v20110: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:57.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:56 smithi172 ceph-mon[103696]: pgmap v20110: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:57.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:57.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:58.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:59.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:05:59.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:05:58 smithi050 ceph-mon[92315]: pgmap v20111: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:59.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:05:58 smithi172 ceph-mon[103696]: pgmap v20111: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:05:59.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:05:59.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:00.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:00.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:01.059 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:00 smithi172 ceph-mon[103696]: pgmap v20112: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:01.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:00 smithi050 ceph-mon[92315]: pgmap v20112: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:01.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:01.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:02.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:03.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:03.086 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:02 smithi050 ceph-mon[92315]: pgmap v20113: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:02 smithi172 ceph-mon[103696]: pgmap v20113: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:03.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:03.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:04.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:04.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:05.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:04 smithi050 ceph-mon[92315]: pgmap v20114: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:06:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:04 smithi172 ceph-mon[103696]: pgmap v20114: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:06:05.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:05.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:06.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:06:06.112 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:06:06.647 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:06.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:07.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:06 smithi050 ceph-mon[92315]: pgmap v20115: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:07.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:06 smithi172 ceph-mon[103696]: pgmap v20115: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:07.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:07.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:08.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:08.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:09.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:08 smithi050 ceph-mon[92315]: pgmap v20116: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:09.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:08 smithi172 ceph-mon[103696]: pgmap v20116: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:09.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:09.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:10.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:10.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:11.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:10 smithi050 ceph-mon[92315]: pgmap v20117: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:11.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:10 smithi172 ceph-mon[103696]: pgmap v20117: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:11.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:11.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:12.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:11 smithi050 ceph-mon[92315]: pgmap v20118: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:12.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:11 smithi172 ceph-mon[103696]: pgmap v20118: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:12.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:12.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:13.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:13.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:14.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:13 smithi050 ceph-mon[92315]: pgmap v20119: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:06:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:13 smithi172 ceph-mon[103696]: pgmap v20119: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:06:14.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:14.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:15.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:15.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:16.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:15 smithi050 ceph-mon[92315]: pgmap v20120: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:15 smithi172 ceph-mon[103696]: pgmap v20120: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:16.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:16.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:17.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:17.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:18.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:17 smithi050 ceph-mon[92315]: pgmap v20121: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:17 smithi172 ceph-mon[103696]: pgmap v20121: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:18.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:18.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:19.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:19.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:19 smithi172 ceph-mon[103696]: pgmap v20122: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:06:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:19 smithi050 ceph-mon[92315]: pgmap v20122: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:06:20.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:20.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:21.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:21.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:21 smithi172 ceph-mon[103696]: pgmap v20123: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:21 smithi050 ceph-mon[92315]: pgmap v20123: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:22.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:22.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:23.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:23.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:23 smithi172 ceph-mon[103696]: pgmap v20124: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:06:24.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:23 smithi050 ceph-mon[92315]: pgmap v20124: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:06:24.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:25.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:25.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:25.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:25 smithi172 ceph-mon[103696]: pgmap v20125: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:25 smithi050 ceph-mon[92315]: pgmap v20125: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:26.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:26.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:27.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:27.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:28.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:27 smithi050 ceph-mon[92315]: pgmap v20126: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:27 smithi172 ceph-mon[103696]: pgmap v20126: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:28.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:28.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:29.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:29.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:29 smithi172 ceph-mon[103696]: pgmap v20127: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:29 smithi050 ceph-mon[92315]: pgmap v20127: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:30.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:30.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:31.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:31.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:31 smithi172 ceph-mon[103696]: pgmap v20128: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:31 smithi050 ceph-mon[92315]: pgmap v20128: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:32.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:32.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:33.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:33.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:33 smithi172 ceph-mon[103696]: pgmap v20129: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:06:34.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:33 smithi050 ceph-mon[92315]: pgmap v20129: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:06:34.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:34.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:06:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:06:35.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:35.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:35 smithi172 ceph-mon[103696]: pgmap v20130: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:35 smithi050 ceph-mon[92315]: pgmap v20130: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:36.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:36.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:37.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:37.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:37 smithi050 ceph-mon[92315]: pgmap v20131: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:37 smithi172 ceph-mon[103696]: pgmap v20131: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:38.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:38.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:39.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:39.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:39 smithi050 ceph-mon[92315]: pgmap v20132: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:39 smithi172 ceph-mon[103696]: pgmap v20132: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:40.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:40.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:41.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:41.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:41 smithi050 ceph-mon[92315]: pgmap v20133: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:41 smithi172 ceph-mon[103696]: pgmap v20133: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:42.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:42.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:43.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:43.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:44.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:43 smithi050 ceph-mon[92315]: pgmap v20134: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:06:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:43 smithi172 ceph-mon[103696]: pgmap v20134: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:06:44.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:44.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:45.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:46.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:45 smithi050 ceph-mon[92315]: pgmap v20135: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:45 smithi172 ceph-mon[103696]: pgmap v20135: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:46.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:46.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:47.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:47.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:47 smithi050 ceph-mon[92315]: pgmap v20136: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:47 smithi172 ceph-mon[103696]: pgmap v20136: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:48.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:48.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:49.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:49.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:49 smithi050 ceph-mon[92315]: pgmap v20137: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:06:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:49 smithi172 ceph-mon[103696]: pgmap v20137: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:50.463 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:06:50.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:50.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:51.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:06:51.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:06:51.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:51.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:51 smithi050 ceph-mon[92315]: pgmap v20138: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:52.502 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:51 smithi172 ceph-mon[103696]: pgmap v20138: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:52.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:52.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:53.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:53.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:54.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:53 smithi050 ceph-mon[92315]: pgmap v20139: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:06:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:53 smithi172 ceph-mon[103696]: pgmap v20139: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:06:54.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:54.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:55.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:55.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:55 smithi050 ceph-mon[92315]: pgmap v20140: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:55 smithi172 ceph-mon[103696]: pgmap v20140: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:56.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:56.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:57.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:57.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:58 smithi050 ceph-mon[92315]: pgmap v20141: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:58.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:06:58.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:06:58.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:06:58.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:06:58.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:06:58.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:06:58.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:06:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:06:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:58 smithi172 ceph-mon[103696]: pgmap v20141: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:06:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:06:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:06:58.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:06:58.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:06:58.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:06:58.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:06:58.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:06:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:06:58.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:58.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:06:59.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:06:59.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:00 smithi050 ceph-mon[92315]: pgmap v20142: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:00 smithi172 ceph-mon[103696]: pgmap v20142: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:00.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:00.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:01.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:01.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:02 smithi050 ceph-mon[92315]: pgmap v20143: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:02 smithi172 ceph-mon[103696]: pgmap v20143: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:02.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:02.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:03.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:03.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:04 smithi050 ceph-mon[92315]: pgmap v20144: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:07:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:04 smithi172 ceph-mon[103696]: pgmap v20144: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:07:04.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:04.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:07:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:07:05.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:05.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:06 smithi050 ceph-mon[92315]: pgmap v20145: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:06 smithi172 ceph-mon[103696]: pgmap v20145: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:06.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:07.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:07.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:07.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:08 smithi050 ceph-mon[92315]: pgmap v20146: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:08.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:08 smithi172 ceph-mon[103696]: pgmap v20146: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:08.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:08.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:09.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:09.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:10 smithi050 ceph-mon[92315]: pgmap v20147: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:10 smithi172 ceph-mon[103696]: pgmap v20147: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:10.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:10.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:11.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:11.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:12 smithi050 ceph-mon[92315]: pgmap v20148: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:12 smithi172 ceph-mon[103696]: pgmap v20148: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:12.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:12.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:13.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:13.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:14 smithi050 ceph-mon[92315]: pgmap v20149: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:07:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:14 smithi172 ceph-mon[103696]: pgmap v20149: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:07:14.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:14.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:15.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:15.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:16 smithi050 ceph-mon[92315]: pgmap v20150: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:16 smithi172 ceph-mon[103696]: pgmap v20150: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:16.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:16.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:17.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:17.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:18.338 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:18 smithi050 ceph-mon[92315]: pgmap v20151: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:18.716 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:18 smithi172 ceph-mon[103696]: pgmap v20151: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:18.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:18.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:19.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:19.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:20 smithi050 ceph-mon[92315]: pgmap v20152: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:07:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:20 smithi172 ceph-mon[103696]: pgmap v20152: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:07:20.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:20.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:21.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:21.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:22.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:22 smithi050 ceph-mon[92315]: pgmap v20153: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:22 smithi172 ceph-mon[103696]: pgmap v20153: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:22.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:22.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:23.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:23.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:24 smithi050 ceph-mon[92315]: pgmap v20154: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:07:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:24 smithi172 ceph-mon[103696]: pgmap v20154: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:07:24.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:24.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:25.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:25.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:26 smithi050 ceph-mon[92315]: pgmap v20155: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:26 smithi172 ceph-mon[103696]: pgmap v20155: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:26.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:26.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:27.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:27.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:28 smithi050 ceph-mon[92315]: pgmap v20156: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:28.383 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:28 smithi172 ceph-mon[103696]: pgmap v20156: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:28.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:28.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:29.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:29.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:30.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:30 smithi050 ceph-mon[92315]: pgmap v20157: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:30 smithi172 ceph-mon[103696]: pgmap v20157: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:30.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:30.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:31.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:31.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:32 smithi050 ceph-mon[92315]: pgmap v20158: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:32 smithi172 ceph-mon[103696]: pgmap v20158: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:32.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:32.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:33.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:34.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:34 smithi050 ceph-mon[92315]: pgmap v20159: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:07:34.659 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:34 smithi172 ceph-mon[103696]: pgmap v20159: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:07:34.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:34.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:07:35.680 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:07:35.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:35.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:36 smithi050 ceph-mon[92315]: pgmap v20160: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:37.319 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:36 smithi172 ceph-mon[103696]: pgmap v20160: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:37.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:37.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:37.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:37.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:38.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:38 smithi172 ceph-mon[103696]: pgmap v20161: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:38 smithi050 ceph-mon[92315]: pgmap v20161: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:39.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:39.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:39.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:39.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:40 smithi172 ceph-mon[103696]: pgmap v20162: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:40 smithi050 ceph-mon[92315]: pgmap v20162: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:40.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:41.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:41.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:41.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:42 smithi172 ceph-mon[103696]: pgmap v20163: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:42 smithi050 ceph-mon[92315]: pgmap v20163: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:42.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:42.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:43.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:43.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:44 smithi172 ceph-mon[103696]: pgmap v20164: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:07:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:44 smithi050 ceph-mon[92315]: pgmap v20164: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:07:44.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:44.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:45.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:45.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:46 smithi172 ceph-mon[103696]: pgmap v20165: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:46 smithi050 ceph-mon[92315]: pgmap v20165: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:46.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:46.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:47.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:47.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:48 smithi172 ceph-mon[103696]: pgmap v20166: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:48.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:48 smithi050 ceph-mon[92315]: pgmap v20166: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:48.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:48.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:49.819 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:49.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:50 smithi172 ceph-mon[103696]: pgmap v20167: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:07:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:50 smithi050 ceph-mon[92315]: pgmap v20167: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:50.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:07:50.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:50.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:51.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:51.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:52 smithi172 ceph-mon[103696]: pgmap v20168: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:52 smithi050 ceph-mon[92315]: pgmap v20168: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:52.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:52.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:53.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:53.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:54 smithi172 ceph-mon[103696]: pgmap v20169: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:07:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:54 smithi050 ceph-mon[92315]: pgmap v20169: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:07:54.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:54.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:55.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:55.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:56 smithi050 ceph-mon[92315]: pgmap v20170: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:56 smithi172 ceph-mon[103696]: pgmap v20170: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:56.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:56.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:57.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:57.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:58 smithi050 ceph-mon[92315]: pgmap v20171: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:58.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:58 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:07:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:58 smithi172 ceph-mon[103696]: pgmap v20171: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:07:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:58 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:07:58.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:58.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:07:59.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:07:59.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:07:59.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:07:59.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:07:59.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:07:59.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:07:59.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:07:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:07:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:07:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:07:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:07:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:07:59.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:07:59.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:07:59.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:07:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:07:59.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:07:59.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:00 smithi050 ceph-mon[92315]: pgmap v20172: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:00 smithi172 ceph-mon[103696]: pgmap v20172: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:00.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:00.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:01.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:01.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:02.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:02 smithi050 ceph-mon[92315]: pgmap v20173: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:02 smithi172 ceph-mon[103696]: pgmap v20173: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:02.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:02.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:03.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:03.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:04 smithi050 ceph-mon[92315]: pgmap v20174: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:08:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:04 smithi172 ceph-mon[103696]: pgmap v20174: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:08:04.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:04.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:08:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:08:05.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:05.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:06 smithi050 ceph-mon[92315]: pgmap v20175: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:06 smithi172 ceph-mon[103696]: pgmap v20175: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:06.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:06.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:07.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:07.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:08 smithi050 ceph-mon[92315]: pgmap v20176: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:08 smithi172 ceph-mon[103696]: pgmap v20176: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:08.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:08.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:09.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:09.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:10 smithi050 ceph-mon[92315]: pgmap v20177: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:10.893 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:10 smithi172 ceph-mon[103696]: pgmap v20177: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:10.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:10.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:11.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:11.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:12.440 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:12 smithi172 ceph-mon[103696]: pgmap v20178: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:12 smithi050 ceph-mon[92315]: pgmap v20178: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:12.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:12.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:13.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:13.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:14 smithi050 ceph-mon[92315]: pgmap v20179: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:08:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:14 smithi172 ceph-mon[103696]: pgmap v20179: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:08:14.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:14.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:15.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:15.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:16 smithi050 ceph-mon[92315]: pgmap v20180: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:16 smithi172 ceph-mon[103696]: pgmap v20180: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:16.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:16.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:17.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:17.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:18 smithi050 ceph-mon[92315]: pgmap v20181: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:18.710 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:18 smithi172 ceph-mon[103696]: pgmap v20181: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:18.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:18.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:19.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:19.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:20 smithi050 ceph-mon[92315]: pgmap v20182: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:08:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:20 smithi172 ceph-mon[103696]: pgmap v20182: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:08:20.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:20.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:21.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:21.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:22.547 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:22 smithi172 ceph-mon[103696]: pgmap v20183: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:22.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:22 smithi050 ceph-mon[92315]: pgmap v20183: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:22.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:22.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:23.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:24.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:24 smithi050 ceph-mon[92315]: pgmap v20184: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:08:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:24 smithi172 ceph-mon[103696]: pgmap v20184: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:08:24.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:24.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:25.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:25.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:26 smithi050 ceph-mon[92315]: pgmap v20185: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:26.685 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:26 smithi172 ceph-mon[103696]: pgmap v20185: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:26.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:26.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:27.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:28.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:28.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:28 smithi050 ceph-mon[92315]: pgmap v20186: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:28 smithi172 ceph-mon[103696]: pgmap v20186: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:28.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:28.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:29.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:29.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:30.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:30 smithi050 ceph-mon[92315]: pgmap v20187: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:30.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:30 smithi172 ceph-mon[103696]: pgmap v20187: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:30.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:30.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:31.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:32.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:32.751 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:32 smithi172 ceph-mon[103696]: pgmap v20188: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:32.765 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:32 smithi050 ceph-mon[92315]: pgmap v20188: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:32.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:32.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:33.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:33.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:34 smithi050 ceph-mon[92315]: pgmap v20189: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:08:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:34 smithi172 ceph-mon[103696]: pgmap v20189: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:08:34.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:34.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:08:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:08:35.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:35.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:36.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:36 smithi050 ceph-mon[92315]: pgmap v20190: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:36 smithi172 ceph-mon[103696]: pgmap v20190: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:36.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:36.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:37.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:37.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:38.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:38 smithi050 ceph-mon[92315]: pgmap v20191: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:38 smithi172 ceph-mon[103696]: pgmap v20191: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:38.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:38.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:39.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:39.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:40 smithi050 ceph-mon[92315]: pgmap v20192: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:40 smithi172 ceph-mon[103696]: pgmap v20192: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:40.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:40.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:41.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:41.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:42 smithi050 ceph-mon[92315]: pgmap v20193: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:42 smithi172 ceph-mon[103696]: pgmap v20193: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:42.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:42.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:43.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:43.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:44 smithi050 ceph-mon[92315]: pgmap v20194: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:08:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:44 smithi172 ceph-mon[103696]: pgmap v20194: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:08:44.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:44.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:45.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:45.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:46 smithi050 ceph-mon[92315]: pgmap v20195: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:46.669 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:46 smithi172 ceph-mon[103696]: pgmap v20195: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:46.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:46.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:47.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:47.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:48 smithi050 ceph-mon[92315]: pgmap v20196: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:48 smithi172 ceph-mon[103696]: pgmap v20196: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:48.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:48.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:49.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:49.920 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:50.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:50 smithi050 ceph-mon[92315]: pgmap v20197: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:50.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:08:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:50 smithi172 ceph-mon[103696]: pgmap v20197: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:08:50.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:50.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:51.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:51.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:52.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:52 smithi050 ceph-mon[92315]: pgmap v20198: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:52 smithi172 ceph-mon[103696]: pgmap v20198: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:52.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:52.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:53.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:53.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:54.464 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:54 smithi050 ceph-mon[92315]: pgmap v20199: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:08:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:54 smithi172 ceph-mon[103696]: pgmap v20199: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:08:54.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:55.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:55.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:56.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:56.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:56 smithi172 ceph-mon[103696]: pgmap v20200: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:56.776 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:56 smithi050 ceph-mon[92315]: pgmap v20200: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:56.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:56.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:57.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:57.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:58 smithi050 ceph-mon[92315]: pgmap v20201: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:58 smithi172 ceph-mon[103696]: pgmap v20201: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:08:58.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:58.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:08:59.521 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:08:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:08:59.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:08:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:08:59.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:08:59.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:00.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:00 smithi050 ceph-mon[92315]: pgmap v20202: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:00.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:09:00.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:09:00.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:09:00.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:09:00.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:09:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:00 smithi172 ceph-mon[103696]: pgmap v20202: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:09:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:09:00.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:09:00.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:09:00.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:09:00.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:00.938 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:01.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:01.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:02.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:02 smithi050 ceph-mon[92315]: pgmap v20203: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:02.832 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:02 smithi172 ceph-mon[103696]: pgmap v20203: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:02.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:02.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:03.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:03.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:04.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:03 smithi050 ceph-mon[92315]: pgmap v20204: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:09:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:03 smithi172 ceph-mon[103696]: pgmap v20204: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:09:04.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:04.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:09:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:09:05.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:05.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:06.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:05 smithi172 ceph-mon[103696]: pgmap v20205: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:05 smithi050 ceph-mon[92315]: pgmap v20205: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:06.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:06.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:07.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:07.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:08.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:07 smithi172 ceph-mon[103696]: pgmap v20206: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:07 smithi050 ceph-mon[92315]: pgmap v20206: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:08.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:08.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:09.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:09.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:10.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:09 smithi050 ceph-mon[92315]: pgmap v20207: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:10.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:09 smithi172 ceph-mon[103696]: pgmap v20207: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:10.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:10.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:11.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:12.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:12.157 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:11 smithi172 ceph-mon[103696]: pgmap v20208: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:11 smithi050 ceph-mon[92315]: pgmap v20208: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:12.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:12.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:13.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:13.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:13 smithi172 ceph-mon[103696]: pgmap v20209: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:09:14.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:13 smithi050 ceph-mon[92315]: pgmap v20209: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:09:14.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:15.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:15.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:15.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:16.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:15 smithi172 ceph-mon[103696]: pgmap v20210: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:16.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:15 smithi050 ceph-mon[92315]: pgmap v20210: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:16.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:16.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:17.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:17.966 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:18.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:17 smithi172 ceph-mon[103696]: pgmap v20211: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:17 smithi050 ceph-mon[92315]: pgmap v20211: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:18.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:18.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:19.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:19.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:20.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:19 smithi050 ceph-mon[92315]: pgmap v20212: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:09:20.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:19 smithi172 ceph-mon[103696]: pgmap v20212: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:20.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:09:20.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:20.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:21.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:21.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:22.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:21 smithi172 ceph-mon[103696]: pgmap v20213: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:22.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:21 smithi050 ceph-mon[92315]: pgmap v20213: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:22.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:22.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:23.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:23.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:23 smithi172 ceph-mon[103696]: pgmap v20214: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:09:24.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:23 smithi050 ceph-mon[92315]: pgmap v20214: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:09:24.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:24.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:25.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:25.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:26.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:25 smithi172 ceph-mon[103696]: pgmap v20215: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:25 smithi050 ceph-mon[92315]: pgmap v20215: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:26.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:26.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:27.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:27.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:28.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:27 smithi172 ceph-mon[103696]: pgmap v20216: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:27 smithi050 ceph-mon[92315]: pgmap v20216: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:28.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:28.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:29.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:29.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:30.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:29 smithi172 ceph-mon[103696]: pgmap v20217: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:29 smithi050 ceph-mon[92315]: pgmap v20217: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:30.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:30.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:31.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:31.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:32.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:31 smithi172 ceph-mon[103696]: pgmap v20218: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:31 smithi050 ceph-mon[92315]: pgmap v20218: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:32.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:32.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:33.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:34.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:34.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:33 smithi172 ceph-mon[103696]: pgmap v20219: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:09:34.235 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:33 smithi050 ceph-mon[92315]: pgmap v20219: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:09:34.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:34.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:09:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:09:35.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:36.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:36.163 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:35 smithi172 ceph-mon[103696]: pgmap v20220: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:35 smithi050 ceph-mon[92315]: pgmap v20220: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:36.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:36.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:37.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:38.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:38.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:37 smithi172 ceph-mon[103696]: pgmap v20221: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:38.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:37 smithi050 ceph-mon[92315]: pgmap v20221: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:39.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:39.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:40.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:40.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:40.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:39 smithi172 ceph-mon[103696]: pgmap v20222: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:39 smithi050 ceph-mon[92315]: pgmap v20222: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:41.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:41.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:42.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:42.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:42.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:41 smithi172 ceph-mon[103696]: pgmap v20223: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:42.894 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:41 smithi050 ceph-mon[92315]: pgmap v20223: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:43.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:43.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:44.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:44.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:44.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:43 smithi172 ceph-mon[103696]: pgmap v20224: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:09:44.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:43 smithi050 ceph-mon[92315]: pgmap v20224: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:09:45.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:45.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:46.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:46.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:46.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:45 smithi172 ceph-mon[103696]: pgmap v20225: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:45 smithi050 ceph-mon[92315]: pgmap v20225: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:47.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:47.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:48.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:48.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:47 smithi172 ceph-mon[103696]: pgmap v20226: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:47 smithi050 ceph-mon[92315]: pgmap v20226: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:49.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:49.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:50.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:50.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:49 smithi172 ceph-mon[103696]: pgmap v20227: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:50.169 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:09:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:49 smithi050 ceph-mon[92315]: pgmap v20227: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:09:51.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:51.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:52.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:52.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:52.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:51 smithi172 ceph-mon[103696]: pgmap v20228: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:51 smithi050 ceph-mon[92315]: pgmap v20228: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:53.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:53.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:54.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:54.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:53 smithi172 ceph-mon[103696]: pgmap v20229: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:09:54.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:53 smithi050 ceph-mon[92315]: pgmap v20229: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:09:55.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:55.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:56.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:56.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:55 smithi050 ceph-mon[92315]: pgmap v20230: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:55 smithi172 ceph-mon[103696]: pgmap v20230: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:57.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:57.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:58.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:58.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:09:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:57 smithi050 ceph-mon[92315]: pgmap v20231: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:57 smithi172 ceph-mon[103696]: pgmap v20231: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:09:59.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:09:59.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:00.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:00.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:00.204 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:59 smithi050 ceph-mon[92315]: pgmap v20232: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:00.204 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:09:59 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:10:00.291 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:59 smithi172 ceph-mon[103696]: pgmap v20232: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:00.291 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:09:59 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:10:01.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:01.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:01.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-10-01T01:10:01.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:10:01.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:10:01.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:10:01.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:10:01.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:10:01.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:10:01.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:10:01.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-10-01T01:10:01.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:10:01.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:10:01.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:10:01.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:10:01.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:10:01.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:10:01.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:10:02.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:02.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:03.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:03.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:03.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:02 smithi050 ceph-mon[92315]: pgmap v20233: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:02 smithi172 ceph-mon[103696]: pgmap v20233: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:04.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:04.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:04.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:03 smithi172 ceph-mon[103696]: pgmap v20234: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:10:04.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:03 smithi050 ceph-mon[92315]: pgmap v20234: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:10:05.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:05.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:05.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:10:05.258 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:10:06.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:06.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:05 smithi050 ceph-mon[92315]: pgmap v20235: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:05 smithi172 ceph-mon[103696]: pgmap v20235: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:07.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:07.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:08.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:08.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:07 smithi050 ceph-mon[92315]: pgmap v20236: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:07 smithi172 ceph-mon[103696]: pgmap v20236: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:09.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:09.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:10.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:10.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:10.315 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:09 smithi050 ceph-mon[92315]: pgmap v20237: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:10.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:09 smithi172 ceph-mon[103696]: pgmap v20237: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:11.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:11.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:12.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:12.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:11 smithi050 ceph-mon[92315]: pgmap v20238: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:11 smithi172 ceph-mon[103696]: pgmap v20238: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:13.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:13.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:14.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:14.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:13 smithi172 ceph-mon[103696]: pgmap v20239: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:10:14.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:13 smithi050 ceph-mon[92315]: pgmap v20239: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:10:15.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:15.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:16.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:16.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:16.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:15 smithi050 ceph-mon[92315]: pgmap v20240: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:15 smithi172 ceph-mon[103696]: pgmap v20240: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:17.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:17.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:18.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:18.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:17 smithi050 ceph-mon[92315]: pgmap v20241: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:17 smithi172 ceph-mon[103696]: pgmap v20241: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:19.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:19.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:20.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:20.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:19 smithi050 ceph-mon[92315]: pgmap v20242: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:10:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:19 smithi172 ceph-mon[103696]: pgmap v20242: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:10:21.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:21.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:22.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:22.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:21 smithi050 ceph-mon[92315]: pgmap v20243: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:21 smithi172 ceph-mon[103696]: pgmap v20243: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:23.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:23.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:24.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:24.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:23 smithi172 ceph-mon[103696]: pgmap v20244: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:10:24.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:23 smithi050 ceph-mon[92315]: pgmap v20244: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:10:25.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:25.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:26.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:26.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:26.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:25 smithi050 ceph-mon[92315]: pgmap v20245: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:25 smithi172 ceph-mon[103696]: pgmap v20245: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:27.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:27.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:28.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:28.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:27 smithi050 ceph-mon[92315]: pgmap v20246: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:27 smithi172 ceph-mon[103696]: pgmap v20246: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:29.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:29.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:30.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:30.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:30.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:29 smithi050 ceph-mon[92315]: pgmap v20247: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:29 smithi172 ceph-mon[103696]: pgmap v20247: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:31.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:31.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:32.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:32.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:31 smithi050 ceph-mon[92315]: pgmap v20248: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:31 smithi172 ceph-mon[103696]: pgmap v20248: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:33.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:33.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:34.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:34.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:34.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:33 smithi172 ceph-mon[103696]: pgmap v20249: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:10:34.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:33 smithi050 ceph-mon[92315]: pgmap v20249: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:10:35.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:35.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:35.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:10:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:10:36.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:36.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:35 smithi172 ceph-mon[103696]: pgmap v20250: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:35 smithi050 ceph-mon[92315]: pgmap v20250: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:37.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:37.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:38.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:38.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:38.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:37 smithi172 ceph-mon[103696]: pgmap v20251: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:38.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:37 smithi050 ceph-mon[92315]: pgmap v20251: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:39.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:39.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:40.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:40.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:40.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:39 smithi050 ceph-mon[92315]: pgmap v20252: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:39 smithi172 ceph-mon[103696]: pgmap v20252: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:41.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:41.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:42.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:42.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:41 smithi050 ceph-mon[92315]: pgmap v20253: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:41 smithi172 ceph-mon[103696]: pgmap v20253: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:43.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:43.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:44.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:44.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:44.447 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:43 smithi172 ceph-mon[103696]: pgmap v20254: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:10:44.447 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:43 smithi050 ceph-mon[92315]: pgmap v20254: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:10:45.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:45.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:46.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:45 smithi050 ceph-mon[92315]: pgmap v20255: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:46.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:46.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:45 smithi172 ceph-mon[103696]: pgmap v20255: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:47.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:47.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:48.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:48.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:48.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:47 smithi050 ceph-mon[92315]: pgmap v20256: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:47 smithi172 ceph-mon[103696]: pgmap v20256: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:49.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:49.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:50.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:50.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:49 smithi050 ceph-mon[92315]: pgmap v20257: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:10:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:49 smithi172 ceph-mon[103696]: pgmap v20257: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:10:51.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:51.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:52.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:52.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:51 smithi050 ceph-mon[92315]: pgmap v20258: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:51 smithi172 ceph-mon[103696]: pgmap v20258: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:53.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:53.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:54.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:53 smithi172 ceph-mon[103696]: pgmap v20259: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:10:54.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:54.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:54.461 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:53 smithi050 ceph-mon[92315]: pgmap v20259: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:10:55.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:55.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:56.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:55 smithi050 ceph-mon[92315]: pgmap v20260: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:56.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:56.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:55 smithi172 ceph-mon[103696]: pgmap v20260: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:57.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:57.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:58.133 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:58.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:10:58.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:57 smithi050 ceph-mon[92315]: pgmap v20261: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:57 smithi172 ceph-mon[103696]: pgmap v20261: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:10:59.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:10:59.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:00.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:00.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:00.525 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:10:59 smithi172 ceph-mon[103696]: pgmap v20262: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:00.525 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:10:59 smithi050 ceph-mon[92315]: pgmap v20262: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:01.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:01.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:01.590 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:11:01.591 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:11:02.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:02.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:02.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:01 smithi050 ceph-mon[92315]: pgmap v20263: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:02.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:11:02.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:11:02.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:11:02.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:11:02.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:11:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:01 smithi172 ceph-mon[103696]: pgmap v20263: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:11:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:11:02.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:11:02.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:11:02.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:11:03.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:03.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:04.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:03 smithi172 ceph-mon[103696]: pgmap v20264: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:11:04.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:04.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:04.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:03 smithi050 ceph-mon[92315]: pgmap v20264: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:11:05.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:11:05.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:05.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:11:06.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:06.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:05 smithi050 ceph-mon[92315]: pgmap v20265: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:05 smithi172 ceph-mon[103696]: pgmap v20265: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:07.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:07.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:08.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:08.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:07 smithi050 ceph-mon[92315]: pgmap v20266: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:08.387 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:07 smithi172 ceph-mon[103696]: pgmap v20266: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:09.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:09.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:10.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:10.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:09 smithi050 ceph-mon[92315]: pgmap v20267: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:09 smithi172 ceph-mon[103696]: pgmap v20267: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:11.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:11.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:12.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:12.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:11 smithi050 ceph-mon[92315]: pgmap v20268: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:11 smithi172 ceph-mon[103696]: pgmap v20268: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:13.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:13.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:13 smithi172 ceph-mon[103696]: pgmap v20269: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:11:14.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:14.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:14.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:13 smithi050 ceph-mon[92315]: pgmap v20269: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:11:15.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:15.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:16.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:16.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:16.350 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:15 smithi050 ceph-mon[92315]: pgmap v20270: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:15 smithi172 ceph-mon[103696]: pgmap v20270: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:17.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:17.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:18.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:18.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:17 smithi050 ceph-mon[92315]: pgmap v20271: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:17 smithi172 ceph-mon[103696]: pgmap v20271: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:19.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:19.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:20.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:20.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:19 smithi050 ceph-mon[92315]: pgmap v20272: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:11:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:19 smithi172 ceph-mon[103696]: pgmap v20272: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:11:21.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:21.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:22.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:22.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:22.536 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:21 smithi172 ceph-mon[103696]: pgmap v20273: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:22.536 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:21 smithi050 ceph-mon[92315]: pgmap v20273: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:23.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:23.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:24.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:23 smithi050 ceph-mon[92315]: pgmap v20274: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:11:24.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:24.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:23 smithi172 ceph-mon[103696]: pgmap v20274: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:11:25.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:25.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:26.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:26.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:25 smithi050 ceph-mon[92315]: pgmap v20275: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:25 smithi172 ceph-mon[103696]: pgmap v20275: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:27.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:27.182 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:28.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:28.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:27 smithi050 ceph-mon[92315]: pgmap v20276: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:27 smithi172 ceph-mon[103696]: pgmap v20276: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:29.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:29.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:30.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:30.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:29 smithi050 ceph-mon[92315]: pgmap v20277: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:29 smithi172 ceph-mon[103696]: pgmap v20277: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:31.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:31.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:32.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:32.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:32.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:31 smithi050 ceph-mon[92315]: pgmap v20278: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:31 smithi172 ceph-mon[103696]: pgmap v20278: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:33.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:33.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:34.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:33 smithi050 ceph-mon[92315]: pgmap v20279: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:11:34.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:34.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:33 smithi172 ceph-mon[103696]: pgmap v20279: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:11:35.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:35.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:11:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:11:36.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:36.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:36.291 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:35 smithi050 ceph-mon[92315]: pgmap v20280: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:35 smithi172 ceph-mon[103696]: pgmap v20280: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:37.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:37.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:38.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:38.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:38.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:37 smithi050 ceph-mon[92315]: pgmap v20281: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:37 smithi172 ceph-mon[103696]: pgmap v20281: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:39.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:39.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:40.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:40.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:39 smithi050 ceph-mon[92315]: pgmap v20282: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:39 smithi172 ceph-mon[103696]: pgmap v20282: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:41.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:41.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:42.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:42.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:41 smithi050 ceph-mon[92315]: pgmap v20283: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:41 smithi172 ceph-mon[103696]: pgmap v20283: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:43.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:43.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:44.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:43 smithi050 ceph-mon[92315]: pgmap v20284: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:11:44.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:44.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:43 smithi172 ceph-mon[103696]: pgmap v20284: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:11:45.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:45.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:46.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:46.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:46.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:45 smithi050 ceph-mon[92315]: pgmap v20285: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:45 smithi172 ceph-mon[103696]: pgmap v20285: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:47.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:47.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:48.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:48.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:48.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:47 smithi050 ceph-mon[92315]: pgmap v20286: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:47 smithi172 ceph-mon[103696]: pgmap v20286: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:49.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:49.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:49 smithi172 ceph-mon[103696]: pgmap v20287: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:50.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:11:50.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:50.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:49 smithi050 ceph-mon[92315]: pgmap v20287: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:11:51.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:51.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:52.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:52.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:51 smithi050 ceph-mon[92315]: pgmap v20288: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:51 smithi172 ceph-mon[103696]: pgmap v20288: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:53.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:53.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:54.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:53 smithi050 ceph-mon[92315]: pgmap v20289: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:11:54.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:54.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:54.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:53 smithi172 ceph-mon[103696]: pgmap v20289: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:11:55.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:55.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:56.231 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:56.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:55 smithi050 ceph-mon[92315]: pgmap v20290: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:55 smithi172 ceph-mon[103696]: pgmap v20290: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:57.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:57.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:58.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:58.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:11:58.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:57 smithi050 ceph-mon[92315]: pgmap v20291: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:57 smithi172 ceph-mon[103696]: pgmap v20291: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:11:59.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:11:59.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:00.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:11:59 smithi172 ceph-mon[103696]: pgmap v20292: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:00.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:00.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:11:59 smithi050 ceph-mon[92315]: pgmap v20292: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:01.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:01.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:02.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:02.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:02.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:01 smithi050 ceph-mon[92315]: pgmap v20293: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:02.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:12:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:01 smithi172 ceph-mon[103696]: pgmap v20293: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:12:03.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:03.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:03.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:12:03.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:12:03.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:12:03.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:12:03.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:02 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1357M 2023-10-01T01:12:03.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:12:03.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:12:03.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:12:03.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:12:03.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:12:03.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:02 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi172 to 2649M 2023-10-01T01:12:03.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:12:03.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:12:03.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:12:03.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:12:03.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:12:03.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:12:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:12:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:12:03.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:12:03.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:12:03.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:02 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1357M 2023-10-01T01:12:03.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:12:03.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:12:03.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:12:03.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:12:03.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:12:03.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:02 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi172 to 2649M 2023-10-01T01:12:03.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:12:03.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:12:03.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:12:03.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:12:03.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:12:03.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:12:04.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:04.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:04.460 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:03 smithi172 ceph-mon[103696]: pgmap v20294: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:12:04.460 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:03 smithi050 ceph-mon[92315]: pgmap v20294: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:12:05.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:05.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:12:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:12:06.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:06.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:05 smithi050 ceph-mon[92315]: pgmap v20295: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:05 smithi172 ceph-mon[103696]: pgmap v20295: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:07.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:07.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:08.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:08.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:07 smithi050 ceph-mon[92315]: pgmap v20296: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:07 smithi172 ceph-mon[103696]: pgmap v20296: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:09.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:09.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:10.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:10.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:10.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:09 smithi050 ceph-mon[92315]: pgmap v20297: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:09 smithi172 ceph-mon[103696]: pgmap v20297: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:11.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:11.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:12.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:12.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:11 smithi050 ceph-mon[92315]: pgmap v20298: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:11 smithi172 ceph-mon[103696]: pgmap v20298: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:13.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:13.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:14.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:13 smithi050 ceph-mon[92315]: pgmap v20299: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:12:14.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:14.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:13 smithi172 ceph-mon[103696]: pgmap v20299: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:12:15.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:15.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:16.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:16.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:16.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:15 smithi050 ceph-mon[92315]: pgmap v20300: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:15 smithi172 ceph-mon[103696]: pgmap v20300: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:17.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:17.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:18.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:18.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:17 smithi050 ceph-mon[92315]: pgmap v20301: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:18.388 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:17 smithi172 ceph-mon[103696]: pgmap v20301: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:19.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:19.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:20.271 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:20.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:19 smithi050 ceph-mon[92315]: pgmap v20302: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:12:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:19 smithi172 ceph-mon[103696]: pgmap v20302: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:12:21.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:21.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:22.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:21 smithi050 ceph-mon[92315]: pgmap v20303: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:22.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:22.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:21 smithi172 ceph-mon[103696]: pgmap v20303: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:23.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:23.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:24.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:23 smithi050 ceph-mon[92315]: pgmap v20304: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:12:24.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:24.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:23 smithi172 ceph-mon[103696]: pgmap v20304: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:12:25.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:25.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:26.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:26.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:25 smithi050 ceph-mon[92315]: pgmap v20305: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:25 smithi172 ceph-mon[103696]: pgmap v20305: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:27.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:27.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:28.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:28.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:28.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:27 smithi050 ceph-mon[92315]: pgmap v20306: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:27 smithi172 ceph-mon[103696]: pgmap v20306: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:29.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:29.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:30.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:30.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:29 smithi050 ceph-mon[92315]: pgmap v20307: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:29 smithi172 ceph-mon[103696]: pgmap v20307: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:31.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:31.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:32.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:32.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:31 smithi050 ceph-mon[92315]: pgmap v20308: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:31 smithi172 ceph-mon[103696]: pgmap v20308: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:33.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:33.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:34.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:33 smithi050 ceph-mon[92315]: pgmap v20309: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:12:34.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:34.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:33 smithi172 ceph-mon[103696]: pgmap v20309: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:12:35.192 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:12:35.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:35.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:12:36.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:36.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:36.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:35 smithi050 ceph-mon[92315]: pgmap v20310: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:35 smithi172 ceph-mon[103696]: pgmap v20310: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:37.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:37.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:38.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:38.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:37 smithi050 ceph-mon[92315]: pgmap v20311: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:37 smithi172 ceph-mon[103696]: pgmap v20311: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:39.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:39.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:40.245 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:39 smithi172 ceph-mon[103696]: pgmap v20312: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:40.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:40.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:40.630 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:39 smithi050 ceph-mon[92315]: pgmap v20312: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:41.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:41.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:42.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:42.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:41 smithi050 ceph-mon[92315]: pgmap v20313: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:41 smithi172 ceph-mon[103696]: pgmap v20313: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:43.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:43.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:44.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:43 smithi050 ceph-mon[92315]: pgmap v20314: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:12:44.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:44.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:43 smithi172 ceph-mon[103696]: pgmap v20314: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:12:45.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:45.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:46.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:46.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:46.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:45 smithi172 ceph-mon[103696]: pgmap v20315: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:46.778 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:45 smithi050 ceph-mon[92315]: pgmap v20315: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:47.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:47.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:48.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:48.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:47 smithi050 ceph-mon[92315]: pgmap v20316: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:47 smithi172 ceph-mon[103696]: pgmap v20316: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:49.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:49.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:50.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:50.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:49 smithi050 ceph-mon[92315]: pgmap v20317: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:12:50.351 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:49 smithi172 ceph-mon[103696]: pgmap v20317: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:50.352 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:12:51.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:51.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:52.326 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:52.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:51 smithi050 ceph-mon[92315]: pgmap v20318: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:51 smithi172 ceph-mon[103696]: pgmap v20318: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:53.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:53.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:54.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:53 smithi050 ceph-mon[92315]: pgmap v20319: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:12:54.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:54.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:53 smithi172 ceph-mon[103696]: pgmap v20319: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:12:55.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:55.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:56.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:56.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:55 smithi050 ceph-mon[92315]: pgmap v20320: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:55 smithi172 ceph-mon[103696]: pgmap v20320: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:57.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:57.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:58.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:58.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:12:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:57 smithi050 ceph-mon[92315]: pgmap v20321: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:57 smithi172 ceph-mon[103696]: pgmap v20321: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:12:59.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:12:59.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:00.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:00.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:12:59 smithi050 ceph-mon[92315]: pgmap v20322: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:12:59 smithi172 ceph-mon[103696]: pgmap v20322: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:01.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:01.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:02.273 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:01 smithi050 ceph-mon[92315]: pgmap v20323: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:02.410 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:01 smithi172 ceph-mon[103696]: pgmap v20323: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:02.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:02.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:03.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:03.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:13:03.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:13:03.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:13:03.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:13:03.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:13:03.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:13:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:13:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:13:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:13:03.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:13:03.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:13:03.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:13:04.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:04.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:03 smithi050 ceph-mon[92315]: pgmap v20324: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:13:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:03 smithi172 ceph-mon[103696]: pgmap v20324: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:13:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:13:05.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:05.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:13:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:05 smithi050 ceph-mon[92315]: pgmap v20325: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:06.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:06.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:05 smithi172 ceph-mon[103696]: pgmap v20325: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:07.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:07.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:07 smithi050 ceph-mon[92315]: pgmap v20326: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:08.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:08.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:07 smithi172 ceph-mon[103696]: pgmap v20326: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:09.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:09.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:10.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:09 smithi050 ceph-mon[92315]: pgmap v20327: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:10.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:10.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:09 smithi172 ceph-mon[103696]: pgmap v20327: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:11.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:11.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:12.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:11 smithi050 ceph-mon[92315]: pgmap v20328: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:12.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:12.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:11 smithi172 ceph-mon[103696]: pgmap v20328: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:13.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:13.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:14.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:13 smithi050 ceph-mon[92315]: pgmap v20329: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:13:14.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:14.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:13 smithi172 ceph-mon[103696]: pgmap v20329: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:13:15.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:15.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:16.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:15 smithi050 ceph-mon[92315]: pgmap v20330: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:16.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:16.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:15 smithi172 ceph-mon[103696]: pgmap v20330: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:17.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:17.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:17 smithi050 ceph-mon[92315]: pgmap v20331: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:18.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:18.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:17 smithi172 ceph-mon[103696]: pgmap v20331: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:19.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:19.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:19 smithi050 ceph-mon[92315]: pgmap v20332: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:20.482 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:13:20.482 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:19 smithi172 ceph-mon[103696]: pgmap v20332: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:20.482 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:13:20.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:20.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:21.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:21.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:22.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:21 smithi050 ceph-mon[92315]: pgmap v20333: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:22.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:22.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:21 smithi172 ceph-mon[103696]: pgmap v20333: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:23.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:23.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:24.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:23 smithi050 ceph-mon[92315]: pgmap v20334: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:13:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:23 smithi172 ceph-mon[103696]: pgmap v20334: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:13:24.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:24.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:25.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:25.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:25 smithi050 ceph-mon[92315]: pgmap v20335: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:25 smithi172 ceph-mon[103696]: pgmap v20335: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:26.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:26.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:27.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:27.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:27 smithi050 ceph-mon[92315]: pgmap v20336: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:27 smithi172 ceph-mon[103696]: pgmap v20336: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:28.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:28.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:29.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:29.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:29 smithi050 ceph-mon[92315]: pgmap v20337: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:30.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:29 smithi172 ceph-mon[103696]: pgmap v20337: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:30.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:30.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:31.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:31.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:31 smithi050 ceph-mon[92315]: pgmap v20338: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:32.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:31 smithi172 ceph-mon[103696]: pgmap v20338: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:32.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:32.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:33.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:33.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:34.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:33 smithi050 ceph-mon[92315]: pgmap v20339: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:13:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:33 smithi172 ceph-mon[103696]: pgmap v20339: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:13:34.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:34.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:13:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:13:35.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:35.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:36.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:35 smithi172 ceph-mon[103696]: pgmap v20340: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:35 smithi050 ceph-mon[92315]: pgmap v20340: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:36.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:36.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:37.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:37.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:37 smithi050 ceph-mon[92315]: pgmap v20341: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:37 smithi172 ceph-mon[103696]: pgmap v20341: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:38.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:38.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:39.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:39.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:39 smithi050 ceph-mon[92315]: pgmap v20342: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:40.488 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:39 smithi172 ceph-mon[103696]: pgmap v20342: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:40.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:40.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:41.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:41.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:41 smithi050 ceph-mon[92315]: pgmap v20343: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:41 smithi172 ceph-mon[103696]: pgmap v20343: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:42.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:42.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:43.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:43.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:44.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:43 smithi050 ceph-mon[92315]: pgmap v20344: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:13:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:43 smithi172 ceph-mon[103696]: pgmap v20344: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:13:44.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:44.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:45.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:45.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:45 smithi050 ceph-mon[92315]: pgmap v20345: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:45 smithi172 ceph-mon[103696]: pgmap v20345: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:46.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:46.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:47.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:47.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:48.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:47 smithi050 ceph-mon[92315]: pgmap v20346: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:47 smithi172 ceph-mon[103696]: pgmap v20346: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:48.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:48.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:49.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:49.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:49 smithi050 ceph-mon[92315]: pgmap v20347: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:49 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:13:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:49 smithi172 ceph-mon[103696]: pgmap v20347: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:49 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:13:50.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:50.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:51.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:51.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:51 smithi050 ceph-mon[92315]: pgmap v20348: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:51 smithi172 ceph-mon[103696]: pgmap v20348: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:52.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:52.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:53.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:53.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:54.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:53 smithi050 ceph-mon[92315]: pgmap v20349: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:13:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:53 smithi172 ceph-mon[103696]: pgmap v20349: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:13:54.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:54.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:55.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:55.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:56.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:55 smithi050 ceph-mon[92315]: pgmap v20350: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:55 smithi172 ceph-mon[103696]: pgmap v20350: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:56.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:56.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:57.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:57.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:57 smithi050 ceph-mon[92315]: pgmap v20351: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:57 smithi172 ceph-mon[103696]: pgmap v20351: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:13:58.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:58.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:13:59.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:13:59.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:13:59 smithi050 ceph-mon[92315]: pgmap v20352: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:13:59 smithi172 ceph-mon[103696]: pgmap v20352: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:00.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:00.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:01.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:01.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:02.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:01 smithi050 ceph-mon[92315]: pgmap v20353: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:02.618 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:01 smithi172 ceph-mon[103696]: pgmap v20353: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:02.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:02.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:03.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:03.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:04.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:03 smithi050 ceph-mon[92315]: pgmap v20354: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:14:04.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:14:04.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:14:04.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:14:04.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:14:04.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:14:04.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:14:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:03 smithi172 ceph-mon[103696]: pgmap v20354: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:14:04.622 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:14:04.623 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:14:04.623 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:14:04.623 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:14:04.623 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:14:04.623 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:14:04.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:04.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:14:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:14:05.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:05.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:05 smithi050 ceph-mon[92315]: pgmap v20355: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:05 smithi172 ceph-mon[103696]: pgmap v20355: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:06.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:06.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:07.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:07.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:07 smithi050 ceph-mon[92315]: pgmap v20356: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:07 smithi172 ceph-mon[103696]: pgmap v20356: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:08.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:08.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:09.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:09.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:10.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:09 smithi050 ceph-mon[92315]: pgmap v20357: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:09 smithi172 ceph-mon[103696]: pgmap v20357: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:10.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:10.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:11.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:11.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:11 smithi050 ceph-mon[92315]: pgmap v20358: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:11 smithi172 ceph-mon[103696]: pgmap v20358: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:12.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:12.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:13.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:13.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:14.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:13 smithi050 ceph-mon[92315]: pgmap v20359: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:14:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:13 smithi172 ceph-mon[103696]: pgmap v20359: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:14:14.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:14.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:15.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:15.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:16.248 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:15 smithi172 ceph-mon[103696]: pgmap v20360: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:16.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:15 smithi050 ceph-mon[92315]: pgmap v20360: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:16.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:16.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:17.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:17.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:17 smithi050 ceph-mon[92315]: pgmap v20361: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:17 smithi172 ceph-mon[103696]: pgmap v20361: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:18.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:18.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:19.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:19.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:19 smithi050 ceph-mon[92315]: pgmap v20362: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:14:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:20 smithi172 ceph-mon[103696]: pgmap v20362: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:14:20.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:20.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:21.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:21.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:22.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:22 smithi050 ceph-mon[92315]: pgmap v20363: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:22 smithi172 ceph-mon[103696]: pgmap v20363: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:22.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:22.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:23.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:23.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:24.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:23 smithi050 ceph-mon[92315]: pgmap v20364: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:14:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:23 smithi172 ceph-mon[103696]: pgmap v20364: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:14:24.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:24.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:25.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:25.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:25 smithi050 ceph-mon[92315]: pgmap v20365: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:26.743 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:25 smithi172 ceph-mon[103696]: pgmap v20365: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:26.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:26.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:27.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:27.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:28.255 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:28 smithi050 ceph-mon[92315]: pgmap v20366: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:28 smithi172 ceph-mon[103696]: pgmap v20366: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:28.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:28.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:29.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:29.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:30.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:30 smithi050 ceph-mon[92315]: pgmap v20367: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:30 smithi172 ceph-mon[103696]: pgmap v20367: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:30.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:30.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:31.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:31.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:32 smithi050 ceph-mon[92315]: pgmap v20368: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:32 smithi172 ceph-mon[103696]: pgmap v20368: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:32.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:32.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:33.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:33.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:34.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:33 smithi050 ceph-mon[92315]: pgmap v20369: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:14:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:33 smithi172 ceph-mon[103696]: pgmap v20369: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:14:34.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:34.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:14:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:14:35.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:35.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:36.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:35 smithi050 ceph-mon[92315]: pgmap v20370: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:35 smithi172 ceph-mon[103696]: pgmap v20370: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:36.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:36.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:37.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:37.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:38.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:38 smithi050 ceph-mon[92315]: pgmap v20371: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:38 smithi172 ceph-mon[103696]: pgmap v20371: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:38.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:38.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:39.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:39.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:40 smithi050 ceph-mon[92315]: pgmap v20372: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:40 smithi172 ceph-mon[103696]: pgmap v20372: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:40.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:40.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:41.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:41.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:42 smithi050 ceph-mon[92315]: pgmap v20373: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:42 smithi172 ceph-mon[103696]: pgmap v20373: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:42.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:42.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:43.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:43.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:43 smithi050 ceph-mon[92315]: pgmap v20374: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:14:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:43 smithi172 ceph-mon[103696]: pgmap v20374: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:14:44.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:44.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:45.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:45.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:46 smithi050 ceph-mon[92315]: pgmap v20375: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:46 smithi172 ceph-mon[103696]: pgmap v20375: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:46.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:46.516 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:47.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:47.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:48.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:48 smithi050 ceph-mon[92315]: pgmap v20376: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:48 smithi172 ceph-mon[103696]: pgmap v20376: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:48.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:48.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:49.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:49.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:50 smithi050 ceph-mon[92315]: pgmap v20377: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:14:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:50 smithi172 ceph-mon[103696]: pgmap v20377: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:14:50.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:50.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:51.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:51.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:52 smithi050 ceph-mon[92315]: pgmap v20378: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:52 smithi172 ceph-mon[103696]: pgmap v20378: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:52.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:52.526 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:53.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:53.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:54.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:53 smithi050 ceph-mon[92315]: pgmap v20379: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:14:54.452 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:53 smithi172 ceph-mon[103696]: pgmap v20379: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:14:54.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:54.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:55.531 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:55.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:56.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:56 smithi050 ceph-mon[92315]: pgmap v20380: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:56.699 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:56 smithi172 ceph-mon[103696]: pgmap v20380: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:56.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:56.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:57.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:57.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:58.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:14:58 smithi050 ceph-mon[92315]: pgmap v20381: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:14:58 smithi172 ceph-mon[103696]: pgmap v20381: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:14:58.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:58.536 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:14:59.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:14:59.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:00.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:00 smithi050 ceph-mon[92315]: pgmap v20382: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:00.475 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:00 smithi172 ceph-mon[103696]: pgmap v20382: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:00.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:00.824 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:01.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:01.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:02.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:02 smithi050 ceph-mon[92315]: pgmap v20383: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:02 smithi172 ceph-mon[103696]: pgmap v20383: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:02.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:02.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:03.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:03.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:03 smithi050 ceph-mon[92315]: pgmap v20384: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:15:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:15:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:03 smithi172 ceph-mon[103696]: pgmap v20384: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:15:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:15:04.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:04.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:15:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:15:05.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:05.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:05 smithi050 ceph-mon[92315]: pgmap v20385: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:05 smithi172 ceph-mon[103696]: pgmap v20385: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:06.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:06.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:07.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:07.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:08 smithi050 ceph-mon[92315]: pgmap v20386: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:08.601 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:08 smithi172 ceph-mon[103696]: pgmap v20386: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:08.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:08.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:09.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:09.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:09.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:15:09.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:15:09.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:15:09.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:15:09.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:15:09.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:15:09.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:15:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:15:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:15:09.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:15:09.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:15:09.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:15:09.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:15:09.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:15:10.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:10.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:10 smithi050 ceph-mon[92315]: pgmap v20387: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:10 smithi172 ceph-mon[103696]: pgmap v20387: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:11.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:11.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:12.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:12.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:12 smithi050 ceph-mon[92315]: pgmap v20388: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:12 smithi172 ceph-mon[103696]: pgmap v20388: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:13.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:13.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:14.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:13 smithi050 ceph-mon[92315]: pgmap v20389: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:15:14.415 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:13 smithi172 ceph-mon[103696]: pgmap v20389: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:15:14.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:15.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:15.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:15.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:16.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:16 smithi050 ceph-mon[92315]: pgmap v20390: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:16 smithi172 ceph-mon[103696]: pgmap v20390: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:16.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:16.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:17.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:17.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:18 smithi050 ceph-mon[92315]: pgmap v20391: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:18 smithi172 ceph-mon[103696]: pgmap v20391: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:18.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:18.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:19.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:19.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:20 smithi050 ceph-mon[92315]: pgmap v20392: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:20.360 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:15:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:20 smithi172 ceph-mon[103696]: pgmap v20392: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:15:20.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:20.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:21.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:21.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:22 smithi050 ceph-mon[92315]: pgmap v20393: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:22 smithi172 ceph-mon[103696]: pgmap v20393: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:22.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:22.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:23.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:23.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:24.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:23 smithi050 ceph-mon[92315]: pgmap v20394: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:15:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:23 smithi172 ceph-mon[103696]: pgmap v20394: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:15:24.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:24.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:25.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:25.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:26 smithi050 ceph-mon[92315]: pgmap v20395: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:26 smithi172 ceph-mon[103696]: pgmap v20395: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:26.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:26.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:27.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:27.586 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:28 smithi050 ceph-mon[92315]: pgmap v20396: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:28 smithi172 ceph-mon[103696]: pgmap v20396: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:28.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:28.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:29.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:29.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:30.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:30 smithi050 ceph-mon[92315]: pgmap v20397: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:30 smithi172 ceph-mon[103696]: pgmap v20397: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:30.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:30.591 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:31.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:31.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:32 smithi050 ceph-mon[92315]: pgmap v20398: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:32 smithi172 ceph-mon[103696]: pgmap v20398: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:32.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:32.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:33.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:33.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:34.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:33 smithi050 ceph-mon[92315]: pgmap v20399: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:15:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:33 smithi172 ceph-mon[103696]: pgmap v20399: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:15:34.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:34.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:15:35.382 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:15:35.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:35.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:36.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:35 smithi050 ceph-mon[92315]: pgmap v20400: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:36.509 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:35 smithi172 ceph-mon[103696]: pgmap v20400: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:36.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:36.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:37.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:37.602 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:38.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:38 smithi050 ceph-mon[92315]: pgmap v20401: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:38 smithi172 ceph-mon[103696]: pgmap v20401: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:38.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:38.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:39.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:39.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:40 smithi050 ceph-mon[92315]: pgmap v20402: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:40 smithi172 ceph-mon[103696]: pgmap v20402: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:40.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:40.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:41.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:41.609 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:42 smithi050 ceph-mon[92315]: pgmap v20403: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:42 smithi172 ceph-mon[103696]: pgmap v20403: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:42.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:42.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:43.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:43.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:43 smithi050 ceph-mon[92315]: pgmap v20404: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:15:44.441 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:43 smithi172 ceph-mon[103696]: pgmap v20404: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:15:44.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:44.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:45.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:45.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:46 smithi050 ceph-mon[92315]: pgmap v20405: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:46 smithi172 ceph-mon[103696]: pgmap v20405: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:46.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:46.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:47.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:47.619 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:48.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:48 smithi050 ceph-mon[92315]: pgmap v20406: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:48 smithi172 ceph-mon[103696]: pgmap v20406: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:48.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:48.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:49.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:49.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:50 smithi050 ceph-mon[92315]: pgmap v20407: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:15:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:50 smithi172 ceph-mon[103696]: pgmap v20407: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:15:50.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:50.624 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:51.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:51.757 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:52 smithi050 ceph-mon[92315]: pgmap v20408: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:52 smithi172 ceph-mon[103696]: pgmap v20408: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:52.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:52.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:53.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:53.629 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:54.230 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:53 smithi050 ceph-mon[92315]: pgmap v20409: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:15:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:53 smithi172 ceph-mon[103696]: pgmap v20409: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:15:54.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:54.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:55.632 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:55.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:56 smithi050 ceph-mon[92315]: pgmap v20410: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:56.409 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:56 smithi172 ceph-mon[103696]: pgmap v20410: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:56.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:56.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:57.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:57.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:58.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:15:58 smithi050 ceph-mon[92315]: pgmap v20411: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:58.378 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:15:58 smithi172 ceph-mon[103696]: pgmap v20411: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:15:58.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:15:58.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:15:59.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:00.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:00 smithi050 ceph-mon[92315]: pgmap v20412: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:00 smithi172 ceph-mon[103696]: pgmap v20412: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:00.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:01.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:01.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:01.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:02.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:02 smithi050 ceph-mon[92315]: pgmap v20413: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:02.361 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:02 smithi172 ceph-mon[103696]: pgmap v20413: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:02.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:02.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:03.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:03.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:04.344 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:03 smithi050 ceph-mon[92315]: pgmap v20414: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:16:04.806 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:03 smithi172 ceph-mon[103696]: pgmap v20414: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:16:04.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:04.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:16:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:16:05.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:05.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:05 smithi050 ceph-mon[92315]: pgmap v20415: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:05 smithi172 ceph-mon[103696]: pgmap v20415: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:06.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:06.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:07.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:07.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:08 smithi050 ceph-mon[92315]: pgmap v20416: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:08 smithi172 ceph-mon[103696]: pgmap v20416: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:08.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:08.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:09 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:16:09.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:09 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:16:09.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:09.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:10.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:10 smithi050 ceph-mon[92315]: pgmap v20417: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:10.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:16:10.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:16:10.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:16:10.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:16:10.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:16:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:10 smithi172 ceph-mon[103696]: pgmap v20417: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:16:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:16:10.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:16:10.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:16:10.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:16:10.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:10.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:11.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:11.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:12 smithi050 ceph-mon[92315]: pgmap v20418: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:12 smithi172 ceph-mon[103696]: pgmap v20418: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:12.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:12.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:13.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:13.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:13 smithi050 ceph-mon[92315]: pgmap v20419: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:16:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:13 smithi172 ceph-mon[103696]: pgmap v20419: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:16:14.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:14.662 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:15.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:15.664 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:16.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:16 smithi050 ceph-mon[92315]: pgmap v20420: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:16 smithi172 ceph-mon[103696]: pgmap v20420: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:16.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:16.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:17.667 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:17.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:18 smithi050 ceph-mon[92315]: pgmap v20421: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:18 smithi172 ceph-mon[103696]: pgmap v20421: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:18.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:18.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:19.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:19.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:20.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:20 smithi050 ceph-mon[92315]: pgmap v20422: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:16:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:20 smithi172 ceph-mon[103696]: pgmap v20422: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:16:20.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:20.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:21.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:21.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:22.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:22 smithi050 ceph-mon[92315]: pgmap v20423: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:22 smithi172 ceph-mon[103696]: pgmap v20423: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:22.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:22.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:23.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:23.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:23 smithi050 ceph-mon[92315]: pgmap v20424: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:16:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:23 smithi172 ceph-mon[103696]: pgmap v20424: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:16:24.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:24.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:25.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:26.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:26 smithi050 ceph-mon[92315]: pgmap v20425: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:26 smithi172 ceph-mon[103696]: pgmap v20425: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:26.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:26.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:27.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:27.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:28 smithi050 ceph-mon[92315]: pgmap v20426: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:28 smithi172 ceph-mon[103696]: pgmap v20426: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:28.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:28.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:29.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:29.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:30.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:30 smithi050 ceph-mon[92315]: pgmap v20427: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:30 smithi172 ceph-mon[103696]: pgmap v20427: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:30.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:30.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:31.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:31.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:32 smithi050 ceph-mon[92315]: pgmap v20428: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:32 smithi172 ceph-mon[103696]: pgmap v20428: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:32.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:32.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:33.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:33.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:33 smithi050 ceph-mon[92315]: pgmap v20429: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:16:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:33 smithi172 ceph-mon[103696]: pgmap v20429: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:16:34.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:34.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:16:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:16:35.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:35.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:36.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:35 smithi050 ceph-mon[92315]: pgmap v20430: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:35 smithi172 ceph-mon[103696]: pgmap v20430: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:36.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:36.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:37.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:37.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:38.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:38 smithi050 ceph-mon[92315]: pgmap v20431: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:38 smithi172 ceph-mon[103696]: pgmap v20431: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:38.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:38.703 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:39.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:39.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:40 smithi050 ceph-mon[92315]: pgmap v20432: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:40 smithi172 ceph-mon[103696]: pgmap v20432: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:40.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:40.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:41.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:41.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:42.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:42 smithi050 ceph-mon[92315]: pgmap v20433: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:42 smithi172 ceph-mon[103696]: pgmap v20433: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:42.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:42.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:43.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:43.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:43 smithi050 ceph-mon[92315]: pgmap v20434: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:16:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:43 smithi172 ceph-mon[103696]: pgmap v20434: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:16:44.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:44.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:45.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:45.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:46 smithi050 ceph-mon[92315]: pgmap v20435: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:46.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:46 smithi172 ceph-mon[103696]: pgmap v20435: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:46.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:46.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:47.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:47.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:48.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:48 smithi172 ceph-mon[103696]: pgmap v20436: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:48.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:48 smithi050 ceph-mon[92315]: pgmap v20436: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:48.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:48.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:49.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:49.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:50 smithi050 ceph-mon[92315]: pgmap v20437: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:16:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:50 smithi172 ceph-mon[103696]: pgmap v20437: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:16:50.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:50.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:51.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:51.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:52 smithi050 ceph-mon[92315]: pgmap v20438: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:52 smithi172 ceph-mon[103696]: pgmap v20438: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:52.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:52.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:53.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:53.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:53 smithi050 ceph-mon[92315]: pgmap v20439: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:16:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:53 smithi172 ceph-mon[103696]: pgmap v20439: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:16:54.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:54.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:55.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:55.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:56 smithi050 ceph-mon[92315]: pgmap v20440: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:56 smithi172 ceph-mon[103696]: pgmap v20440: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:56.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:56.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:57.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:57.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:58.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:16:58 smithi050 ceph-mon[92315]: pgmap v20441: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:16:58 smithi172 ceph-mon[103696]: pgmap v20441: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:16:58.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:58.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:16:59.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:16:59.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:00 smithi050 ceph-mon[92315]: pgmap v20442: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:00 smithi172 ceph-mon[103696]: pgmap v20442: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:00.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:00.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:01.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:01.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:02.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:02 smithi050 ceph-mon[92315]: pgmap v20443: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:02.618 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:02 smithi172 ceph-mon[103696]: pgmap v20443: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:02.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:02.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:03.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:03.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:03 smithi050 ceph-mon[92315]: pgmap v20444: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:17:04.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:03 smithi172 ceph-mon[103696]: pgmap v20444: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:17:04.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:04.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:17:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:17:05.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:05.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:05 smithi050 ceph-mon[92315]: pgmap v20445: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:05 smithi172 ceph-mon[103696]: pgmap v20445: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:06.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:06.751 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:07.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:07.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:08 smithi050 ceph-mon[92315]: pgmap v20446: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:08.720 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:08 smithi172 ceph-mon[103696]: pgmap v20446: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:08.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:08.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:09.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:09.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:10 smithi050 ceph-mon[92315]: pgmap v20447: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:10.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:10 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:17:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:10 smithi172 ceph-mon[103696]: pgmap v20447: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:10 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:17:10.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:10.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:11.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:11.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:12 smithi050 ceph-mon[92315]: pgmap v20448: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:12 smithi172 ceph-mon[103696]: pgmap v20448: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:12.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:12.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:13.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:13.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:13 smithi050 ceph-mon[92315]: pgmap v20449: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:17:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:13 smithi172 ceph-mon[103696]: pgmap v20449: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:17:14.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:14.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:15.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:15.764 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:16.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:16 smithi050 ceph-mon[92315]: pgmap v20450: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:16 smithi172 ceph-mon[103696]: pgmap v20450: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:16.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:16.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:17.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:17.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:18.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:17:18.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:17:18.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:17 smithi172 ceph-mon[103696]: pgmap v20451: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:18.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:17:18.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:17:18.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:17:18.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:17:18.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:17:18.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:17:18.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:17 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:17:18.339 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:17:18.339 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:17:18.339 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:17 smithi050 ceph-mon[92315]: pgmap v20451: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:18.340 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:17:18.340 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:17:18.340 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:17:18.340 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:17:18.340 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:17:18.340 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:17:18.340 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:17 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:17:18.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:18.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:19.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:19.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:20 smithi050 ceph-mon[92315]: pgmap v20452: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:17:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:20 smithi172 ceph-mon[103696]: pgmap v20452: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:17:20.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:20.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:21.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:21.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:22.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:22 smithi050 ceph-mon[92315]: pgmap v20453: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:22 smithi172 ceph-mon[103696]: pgmap v20453: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:22.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:22.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:23.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:23.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:24.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:23 smithi050 ceph-mon[92315]: pgmap v20454: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:17:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:23 smithi172 ceph-mon[103696]: pgmap v20454: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:17:24.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:24.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:25.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:25.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:26 smithi050 ceph-mon[92315]: pgmap v20455: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:26 smithi172 ceph-mon[103696]: pgmap v20455: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:26.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:26.781 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:27.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:27.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:28 smithi050 ceph-mon[92315]: pgmap v20456: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:28.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:28 smithi172 ceph-mon[103696]: pgmap v20456: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:28.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:28.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:29.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:29.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:30.324 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:30 smithi050 ceph-mon[92315]: pgmap v20457: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:30 smithi172 ceph-mon[103696]: pgmap v20457: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:30.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:30.788 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:31.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:31.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:32 smithi050 ceph-mon[92315]: pgmap v20458: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:32.449 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:32 smithi172 ceph-mon[103696]: pgmap v20458: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:32.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:33.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:33.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:33.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:34.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:33 smithi050 ceph-mon[92315]: pgmap v20459: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:17:34.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:33 smithi172 ceph-mon[103696]: pgmap v20459: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:17:34.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:34.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:17:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:17:35.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:35.798 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:36.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:35 smithi050 ceph-mon[92315]: pgmap v20460: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:35 smithi172 ceph-mon[103696]: pgmap v20460: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:36.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:36.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:37.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:38.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:38.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:38 smithi050 ceph-mon[92315]: pgmap v20461: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:38.362 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:38 smithi172 ceph-mon[103696]: pgmap v20461: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:38.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:38.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:39.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:39.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:40 smithi050 ceph-mon[92315]: pgmap v20462: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:40.671 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:40 smithi172 ceph-mon[103696]: pgmap v20462: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:40.806 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:40.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:41.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:41.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:42 smithi050 ceph-mon[92315]: pgmap v20463: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:42 smithi172 ceph-mon[103696]: pgmap v20463: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:42.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:42.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:43.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:43.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:43 smithi050 ceph-mon[92315]: pgmap v20464: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:17:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:43 smithi172 ceph-mon[103696]: pgmap v20464: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:17:44.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:44.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:45.814 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:45.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:46 smithi050 ceph-mon[92315]: pgmap v20465: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:46 smithi172 ceph-mon[103696]: pgmap v20465: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:46.816 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:46.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:47.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:47.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:48.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:48 smithi050 ceph-mon[92315]: pgmap v20466: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:48 smithi172 ceph-mon[103696]: pgmap v20466: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:48.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:48.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:49.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:49.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:50 smithi050 ceph-mon[92315]: pgmap v20467: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:17:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:50 smithi172 ceph-mon[103696]: pgmap v20467: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:17:50.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:51.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:51.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:51.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:52 smithi050 ceph-mon[92315]: pgmap v20468: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:52 smithi172 ceph-mon[103696]: pgmap v20468: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:52.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:52.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:53.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:53.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:54.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:53 smithi050 ceph-mon[92315]: pgmap v20469: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:17:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:53 smithi172 ceph-mon[103696]: pgmap v20469: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:17:54.829 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:54.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:55.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:55.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:56.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:56 smithi050 ceph-mon[92315]: pgmap v20470: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:56.444 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:56 smithi172 ceph-mon[103696]: pgmap v20470: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:56.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:56.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:57.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:57.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:58.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:17:58 smithi050 ceph-mon[92315]: pgmap v20471: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:17:58 smithi172 ceph-mon[103696]: pgmap v20471: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:17:58.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:58.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:17:59.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:17:59.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:00 smithi050 ceph-mon[92315]: pgmap v20472: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:00 smithi172 ceph-mon[103696]: pgmap v20472: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:00.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:00.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:01.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:01.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:02.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:02 smithi050 ceph-mon[92315]: pgmap v20473: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:02 smithi172 ceph-mon[103696]: pgmap v20473: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:02.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:02.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:03.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:03.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:03 smithi050 ceph-mon[92315]: pgmap v20474: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:18:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:03 smithi172 ceph-mon[103696]: pgmap v20474: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:18:04.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:04.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:18:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:18:05.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:05.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:05 smithi050 ceph-mon[92315]: pgmap v20475: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:06.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:05 smithi172 ceph-mon[103696]: pgmap v20475: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:06.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:06.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:07.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:07.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:08 smithi050 ceph-mon[92315]: pgmap v20476: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:08 smithi172 ceph-mon[103696]: pgmap v20476: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:08.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:08.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:09.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:09.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:10.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:10 smithi050 ceph-mon[92315]: pgmap v20477: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:10 smithi172 ceph-mon[103696]: pgmap v20477: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:10.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:10.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:11.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:11.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:12 smithi050 ceph-mon[92315]: pgmap v20478: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:12.825 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:12 smithi172 ceph-mon[103696]: pgmap v20478: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:13.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:13.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:13.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:13.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:14.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:13 smithi172 ceph-mon[103696]: pgmap v20479: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:18:14.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:13 smithi050 ceph-mon[92315]: pgmap v20479: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:18:14.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:14.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:15.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:15.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:16 smithi050 ceph-mon[92315]: pgmap v20480: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:16.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:16 smithi172 ceph-mon[103696]: pgmap v20480: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:16.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:16.867 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:17.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:17.869 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:18.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:18 smithi050 ceph-mon[92315]: pgmap v20481: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:18 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:18:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:18 smithi172 ceph-mon[103696]: pgmap v20481: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:18 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:18:18.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:19.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:19.763 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:18:19.763 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:18:19.763 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:18:19.763 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:18:19.763 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:18:19.763 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:18:19.763 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:18:19.763 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:18:19.763 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:18:19.764 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:18:19.764 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:18:19.764 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:18:19.764 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:18:19.764 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:18:19.764 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:18:19.764 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:18:19.764 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:18:19.766 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:18:19.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:20.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:20 smithi050 ceph-mon[92315]: pgmap v20482: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:20.770 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:18:20.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:20 smithi172 ceph-mon[103696]: pgmap v20482: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:20.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:18:20.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:20.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:21.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:21.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:22.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:22 smithi050 ceph-mon[92315]: pgmap v20483: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:22.768 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:22 smithi172 ceph-mon[103696]: pgmap v20483: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:22.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:22.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:23.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:23.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:24.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:23 smithi172 ceph-mon[103696]: pgmap v20484: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:18:24.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:23 smithi050 ceph-mon[92315]: pgmap v20484: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:18:24.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:24.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:25.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:25.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:26.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:26 smithi050 ceph-mon[92315]: pgmap v20485: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:26.564 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:26 smithi172 ceph-mon[103696]: pgmap v20485: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:26.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:26.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:27.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:27.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:28 smithi050 ceph-mon[92315]: pgmap v20486: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:28 smithi172 ceph-mon[103696]: pgmap v20486: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:28.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:28.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:29.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:29.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:30.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:30 smithi050 ceph-mon[92315]: pgmap v20487: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:30 smithi172 ceph-mon[103696]: pgmap v20487: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:30.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:30.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:31.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:31.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:32 smithi050 ceph-mon[92315]: pgmap v20488: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:32 smithi172 ceph-mon[103696]: pgmap v20488: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:32.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:32.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:33.894 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:33.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:34.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:33 smithi050 ceph-mon[92315]: pgmap v20489: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:18:34.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:33 smithi172 ceph-mon[103696]: pgmap v20489: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:18:34.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:34.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:18:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:18:35.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:35.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:36.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:35 smithi050 ceph-mon[92315]: pgmap v20490: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:36.441 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:35 smithi172 ceph-mon[103696]: pgmap v20490: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:36.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:36.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:37.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:37.901 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:38.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:38 smithi050 ceph-mon[92315]: pgmap v20491: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:38.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:38 smithi172 ceph-mon[103696]: pgmap v20491: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:38.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:38.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:39.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:39.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:40 smithi050 ceph-mon[92315]: pgmap v20492: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:40 smithi172 ceph-mon[103696]: pgmap v20492: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:40.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:40.906 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:41.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:41.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:42 smithi050 ceph-mon[92315]: pgmap v20493: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:42.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:42 smithi172 ceph-mon[103696]: pgmap v20493: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:42.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:42.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:43.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:43.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:43 smithi050 ceph-mon[92315]: pgmap v20494: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:18:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:43 smithi172 ceph-mon[103696]: pgmap v20494: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:18:44.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:44.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:45.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:45.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:46 smithi050 ceph-mon[92315]: pgmap v20495: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:46 smithi172 ceph-mon[103696]: pgmap v20495: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:46.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:46.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:47.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:47.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:48.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:48 smithi050 ceph-mon[92315]: pgmap v20496: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:48 smithi172 ceph-mon[103696]: pgmap v20496: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:48.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:48.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:49.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:49.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:50 smithi050 ceph-mon[92315]: pgmap v20497: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:18:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:50 smithi172 ceph-mon[103696]: pgmap v20497: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:18:50.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:50.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:51.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:51.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:52.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:52 smithi050 ceph-mon[92315]: pgmap v20498: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:52 smithi172 ceph-mon[103696]: pgmap v20498: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:52.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:52.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:53.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:53.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:54.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:53 smithi050 ceph-mon[92315]: pgmap v20499: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:18:54.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:53 smithi172 ceph-mon[103696]: pgmap v20499: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:18:54.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:54.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:55.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:55.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:56.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:56 smithi050 ceph-mon[92315]: pgmap v20500: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:56 smithi172 ceph-mon[103696]: pgmap v20500: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:56.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:56.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:57.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:57.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:18:58 smithi050 ceph-mon[92315]: pgmap v20501: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:18:58 smithi172 ceph-mon[103696]: pgmap v20501: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:18:58.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:58.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:18:59.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:18:59.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:00 smithi050 ceph-mon[92315]: pgmap v20502: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:00 smithi172 ceph-mon[103696]: pgmap v20502: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:00.940 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:00.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:01.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:01.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:02.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:02 smithi050 ceph-mon[92315]: pgmap v20503: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:02.390 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:02 smithi172 ceph-mon[103696]: pgmap v20503: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:02.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:02.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:03.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:03.946 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:04.257 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:03 smithi172 ceph-mon[103696]: pgmap v20504: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:19:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:03 smithi050 ceph-mon[92315]: pgmap v20504: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:19:04.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:04.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:19:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:19:05.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:05.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:05 smithi050 ceph-mon[92315]: pgmap v20505: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:05 smithi172 ceph-mon[103696]: pgmap v20505: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:06.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:06.951 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:07.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:07.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:08 smithi050 ceph-mon[92315]: pgmap v20506: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:08.587 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:08 smithi172 ceph-mon[103696]: pgmap v20506: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:08.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:08.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:09.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:09.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:10.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:10 smithi050 ceph-mon[92315]: pgmap v20507: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:10 smithi172 ceph-mon[103696]: pgmap v20507: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:10.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:10.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:11.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:11.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:12 smithi050 ceph-mon[92315]: pgmap v20508: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:12 smithi172 ceph-mon[103696]: pgmap v20508: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:12.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:12.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:13.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:13.963 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:14.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:13 smithi050 ceph-mon[92315]: pgmap v20509: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:19:14.362 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:13 smithi172 ceph-mon[103696]: pgmap v20509: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:19:14.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:14.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:15.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:15.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:16.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:16 smithi050 ceph-mon[92315]: pgmap v20510: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:16.380 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:16 smithi172 ceph-mon[103696]: pgmap v20510: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:16.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:17.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:17.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:17.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:18 smithi050 ceph-mon[92315]: pgmap v20511: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:18 smithi172 ceph-mon[103696]: pgmap v20511: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:18.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:18.971 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:19.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:19 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:19:19.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:19 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:19:19.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:19.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:20 smithi172 ceph-mon[103696]: pgmap v20512: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:19:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:19:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:19:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:19:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:19:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:19:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:20 smithi050 ceph-mon[92315]: pgmap v20512: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:19:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:19:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:19:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:19:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:19:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:19:20.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:20.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:21.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:21.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:22.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:22 smithi172 ceph-mon[103696]: pgmap v20513: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:22.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:22 smithi050 ceph-mon[92315]: pgmap v20513: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:22.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:22.978 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:23.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:23.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:24.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:23 smithi050 ceph-mon[92315]: pgmap v20514: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:19:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:23 smithi172 ceph-mon[103696]: pgmap v20514: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:19:24.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:24.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:25.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:25.983 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:26 smithi050 ceph-mon[92315]: pgmap v20515: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:26.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:26 smithi172 ceph-mon[103696]: pgmap v20515: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:26.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:26.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:27.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:27.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:28 smithi050 ceph-mon[92315]: pgmap v20516: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:28.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:28 smithi172 ceph-mon[103696]: pgmap v20516: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:28.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:28.988 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:29.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:29.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:30.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:30 smithi172 ceph-mon[103696]: pgmap v20517: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:30.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:30 smithi050 ceph-mon[92315]: pgmap v20517: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:30.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:30.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:31.993 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:32.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:32.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:32 smithi172 ceph-mon[103696]: pgmap v20518: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:32.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:32 smithi050 ceph-mon[92315]: pgmap v20518: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:32.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:32.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:33.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:33.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:34.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:33 smithi050 ceph-mon[92315]: pgmap v20519: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:19:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:33 smithi172 ceph-mon[103696]: pgmap v20519: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:19:34.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:34.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:19:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:19:35.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:35.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:36.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:35 smithi050 ceph-mon[92315]: pgmap v20520: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:35 smithi172 ceph-mon[103696]: pgmap v20520: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:37.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:37.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:38.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:38.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:38.417 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:38 smithi172 ceph-mon[103696]: pgmap v20521: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:38.417 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:38 smithi050 ceph-mon[92315]: pgmap v20521: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:39.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:39.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:40.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:40.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:40 smithi172 ceph-mon[103696]: pgmap v20522: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:40.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:40 smithi050 ceph-mon[92315]: pgmap v20522: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:41.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:41.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:42.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:42.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:42 smithi172 ceph-mon[103696]: pgmap v20523: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:42 smithi050 ceph-mon[92315]: pgmap v20523: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:43.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:43.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:44.012 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:44.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:43 smithi050 ceph-mon[92315]: pgmap v20524: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:19:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:43 smithi172 ceph-mon[103696]: pgmap v20524: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:19:45.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:45.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:46.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:46.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:46 smithi172 ceph-mon[103696]: pgmap v20525: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:46 smithi050 ceph-mon[92315]: pgmap v20525: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:47.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:47.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:48.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:48.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:48 smithi172 ceph-mon[103696]: pgmap v20526: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:48.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:48 smithi050 ceph-mon[92315]: pgmap v20526: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:49.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:49.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:50.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:50.022 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:50 smithi172 ceph-mon[103696]: pgmap v20527: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:19:50.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:50 smithi050 ceph-mon[92315]: pgmap v20527: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:50.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:19:51.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:51.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:52.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:52.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:52 smithi050 ceph-mon[92315]: pgmap v20528: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:52.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:52 smithi172 ceph-mon[103696]: pgmap v20528: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:53.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:53.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:54.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:54.029 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:54.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:53 smithi050 ceph-mon[92315]: pgmap v20529: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:19:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:53 smithi172 ceph-mon[103696]: pgmap v20529: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:19:55.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:55.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:56.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:56.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:56 smithi172 ceph-mon[103696]: pgmap v20530: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:56 smithi050 ceph-mon[92315]: pgmap v20530: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:57.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:57.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:58.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:58.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:19:58.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:19:58 smithi172 ceph-mon[103696]: pgmap v20531: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:58.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:19:58 smithi050 ceph-mon[92315]: pgmap v20531: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:19:59.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:19:59.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:00.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:00.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:00.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:00 smithi172 ceph-mon[103696]: pgmap v20532: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:00.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-10-01T01:20:00.559 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:00 smithi050 ceph-mon[92315]: pgmap v20532: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:00.559 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-10-01T01:20:01.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:01.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:02.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:02.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:02.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:02 smithi050 ceph-mon[92315]: pgmap v20533: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:02.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:02 smithi172 ceph-mon[103696]: pgmap v20533: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:03.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:03.044 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:04.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:04.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:04 smithi050 ceph-mon[92315]: pgmap v20534: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:20:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:04 smithi172 ceph-mon[103696]: pgmap v20534: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:20:05.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:05.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:20:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:20:06.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:06.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:06 smithi050 ceph-mon[92315]: pgmap v20535: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:06 smithi172 ceph-mon[103696]: pgmap v20535: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:07.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:07.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:08.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:08.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:08 smithi172 ceph-mon[103696]: pgmap v20536: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:08.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:08 smithi050 ceph-mon[92315]: pgmap v20536: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:09.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:09.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:10.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:10.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:10.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:10 smithi172 ceph-mon[103696]: pgmap v20537: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:10.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:10 smithi050 ceph-mon[92315]: pgmap v20537: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:11.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:11.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:12.059 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:12.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:12.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:12 smithi172 ceph-mon[103696]: pgmap v20538: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:12 smithi050 ceph-mon[92315]: pgmap v20538: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:13.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:13.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:14.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:14.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:14.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:14 smithi050 ceph-mon[92315]: pgmap v20539: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:20:14.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:14 smithi172 ceph-mon[103696]: pgmap v20539: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:20:15.064 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:15.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:16.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:16.066 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:16.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:16 smithi172 ceph-mon[103696]: pgmap v20540: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:16 smithi050 ceph-mon[92315]: pgmap v20540: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:17.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:17.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:18.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:18.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:18.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:18 smithi172 ceph-mon[103696]: pgmap v20541: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:18.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:18 smithi050 ceph-mon[92315]: pgmap v20541: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:19.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:19.071 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:20.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:20.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:20 smithi172 ceph-mon[103696]: pgmap v20542: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:20:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:20:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:20 smithi050 ceph-mon[92315]: pgmap v20542: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:20:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:20:21.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:22.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:22.545 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:20:22.545 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:21 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:20:22.550 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:20:22.551 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:21 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:20:22.551 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:22 smithi172 ceph-mon[103696]: pgmap v20543: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:22.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:22.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:22.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:22 smithi050 ceph-mon[92315]: pgmap v20543: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:23.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:23.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:24.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:24.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:24.271 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:24 smithi050 ceph-mon[92315]: pgmap v20544: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:20:24.360 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:24 smithi172 ceph-mon[103696]: pgmap v20544: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:20:25.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:25.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:25.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:20:25.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:20:25.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:20:25.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:20:25.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:20:25.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:20:25.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:20:25.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:20:25.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:20:25.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:20:25.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:20:25.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:20:25.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:20:25.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:20:25.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:20:25.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:20:25.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:20:25.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:20:26.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:26.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:26 smithi050 ceph-mon[92315]: pgmap v20545: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:26 smithi172 ceph-mon[103696]: pgmap v20545: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:27.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:27.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:28.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:28.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:28.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:28 smithi050 ceph-mon[92315]: pgmap v20546: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:28 smithi172 ceph-mon[103696]: pgmap v20546: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:29.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:29.087 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:30.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:30.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:30.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:30 smithi050 ceph-mon[92315]: pgmap v20547: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:30 smithi172 ceph-mon[103696]: pgmap v20547: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:31.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:31.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:32.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:32.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:32.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:32 smithi050 ceph-mon[92315]: pgmap v20548: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:32 smithi172 ceph-mon[103696]: pgmap v20548: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:33.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:33.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:34.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:34.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:34.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:34 smithi050 ceph-mon[92315]: pgmap v20549: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:20:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:34 smithi172 ceph-mon[103696]: pgmap v20549: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:20:35.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:35.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:20:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:20:36.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:36.099 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:36.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:36 smithi050 ceph-mon[92315]: pgmap v20550: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:36 smithi172 ceph-mon[103696]: pgmap v20550: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:37.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:37.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:38.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:38.102 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:38.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:38 smithi172 ceph-mon[103696]: pgmap v20551: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:38.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:38 smithi050 ceph-mon[92315]: pgmap v20551: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:39.104 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:39.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:40.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:40.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:40.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:40 smithi172 ceph-mon[103696]: pgmap v20552: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:40 smithi050 ceph-mon[92315]: pgmap v20552: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:41.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:41.107 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:42.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:42.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:42.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:42 smithi172 ceph-mon[103696]: pgmap v20553: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:42.503 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:42 smithi050 ceph-mon[92315]: pgmap v20553: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:43.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:43.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:44.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:45.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:45.035 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:44 smithi172 ceph-mon[103696]: pgmap v20554: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:20:45.035 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:44 smithi050 ceph-mon[92315]: pgmap v20554: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:20:45.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:45.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:46.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:46.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:46.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:46 smithi172 ceph-mon[103696]: pgmap v20555: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:46 smithi050 ceph-mon[92315]: pgmap v20555: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:47.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:47.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:48.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:48.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:48.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:48 smithi172 ceph-mon[103696]: pgmap v20556: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:48.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:48 smithi050 ceph-mon[92315]: pgmap v20556: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:49.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:49.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:50.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:50.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:50 smithi172 ceph-mon[103696]: pgmap v20557: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:50.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:20:50.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:50 smithi050 ceph-mon[92315]: pgmap v20557: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:50.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:20:51.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:51.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:52.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:52.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:52.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:52 smithi172 ceph-mon[103696]: pgmap v20558: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:52.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:52 smithi050 ceph-mon[92315]: pgmap v20558: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:53.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:53.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:54.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:54.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:54.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:54 smithi050 ceph-mon[92315]: pgmap v20559: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:20:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:54 smithi172 ceph-mon[103696]: pgmap v20559: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:20:55.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:55.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:56.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:56.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:56 smithi172 ceph-mon[103696]: pgmap v20560: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:56 smithi050 ceph-mon[92315]: pgmap v20560: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:57.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:57.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:58.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:58.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:20:58.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:20:58 smithi050 ceph-mon[92315]: pgmap v20561: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:58.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:20:58 smithi172 ceph-mon[103696]: pgmap v20561: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:20:59.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:20:59.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:00.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:00.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:00.462 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:00 smithi172 ceph-mon[103696]: pgmap v20562: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:00 smithi050 ceph-mon[92315]: pgmap v20562: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:01.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:01.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:02.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:02.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:02.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:02 smithi050 ceph-mon[92315]: pgmap v20563: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:02 smithi172 ceph-mon[103696]: pgmap v20563: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:03.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:03.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:04.145 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:04.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:04 smithi050 ceph-mon[92315]: pgmap v20564: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:21:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:04 smithi172 ceph-mon[103696]: pgmap v20564: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:21:05.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:05.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:21:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:21:06.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:06.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:06.973 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:06 smithi172 ceph-mon[103696]: pgmap v20565: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:06.973 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:06 smithi050 ceph-mon[92315]: pgmap v20565: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:07.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:07.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:08.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:08.153 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:08.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:08 smithi172 ceph-mon[103696]: pgmap v20566: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:08.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:08 smithi050 ceph-mon[92315]: pgmap v20566: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:09.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:09.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:10.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:10.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:10.568 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:10 smithi172 ceph-mon[103696]: pgmap v20567: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:10 smithi050 ceph-mon[92315]: pgmap v20567: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:11.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:11.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:12.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:12.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:12 smithi050 ceph-mon[92315]: pgmap v20568: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:12 smithi172 ceph-mon[103696]: pgmap v20568: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:13.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:13.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:14.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:14.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:14.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:14 smithi050 ceph-mon[92315]: pgmap v20569: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:21:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:14 smithi172 ceph-mon[103696]: pgmap v20569: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:21:15.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:15.165 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:16.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:16.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:16.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:16 smithi050 ceph-mon[92315]: pgmap v20570: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:16.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:16 smithi172 ceph-mon[103696]: pgmap v20570: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:17.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:17.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:18.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:18.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:18 smithi050 ceph-mon[92315]: pgmap v20571: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:18.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:18 smithi172 ceph-mon[103696]: pgmap v20571: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:19.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:19.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:20.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:20.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:20 smithi050 ceph-mon[92315]: pgmap v20572: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:21:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:20 smithi172 ceph-mon[103696]: pgmap v20572: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:21:21.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:21.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:22.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:22.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:22.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:22 smithi050 ceph-mon[92315]: pgmap v20573: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:22.696 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:22 smithi172 ceph-mon[103696]: pgmap v20573: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:23.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:23.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:24.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:24.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:24.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:24 smithi050 ceph-mon[92315]: pgmap v20574: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:21:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:24 smithi172 ceph-mon[103696]: pgmap v20574: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:21:25.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:25.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:25.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:25 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:21:25.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:25 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:21:26.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:26.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:26 smithi050 ceph-mon[92315]: pgmap v20575: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:21:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:21:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:21:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:21:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:21:26.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:26 smithi172 ceph-mon[103696]: pgmap v20575: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:26.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:21:26.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:21:26.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:21:26.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:21:26.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:21:27.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:27.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:28.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:28.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:28.939 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:28 smithi172 ceph-mon[103696]: pgmap v20576: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:28.939 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:28 smithi050 ceph-mon[92315]: pgmap v20576: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:29.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:29.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:30.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:30.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:30.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:30 smithi050 ceph-mon[92315]: pgmap v20577: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:30 smithi172 ceph-mon[103696]: pgmap v20577: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:31.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:31.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:32.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:32.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:32.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:32 smithi050 ceph-mon[92315]: pgmap v20578: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:32.667 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:32 smithi172 ceph-mon[103696]: pgmap v20578: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:33.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:33.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:34.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:34.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:34 smithi050 ceph-mon[92315]: pgmap v20579: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:21:34.439 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:34 smithi172 ceph-mon[103696]: pgmap v20579: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:21:35.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:35.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:21:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:21:36.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:36 smithi172 ceph-mon[103696]: pgmap v20580: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:36.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:36.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:36.412 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:36 smithi050 ceph-mon[92315]: pgmap v20580: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:37.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:37.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:38.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:38.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:38.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:38 smithi050 ceph-mon[92315]: pgmap v20581: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:38.717 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:38 smithi172 ceph-mon[103696]: pgmap v20581: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:39.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:39.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:40.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:40.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:40.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:40 smithi050 ceph-mon[92315]: pgmap v20582: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:41.085 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:40 smithi172 ceph-mon[103696]: pgmap v20582: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:41.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:41.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:42.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:42.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:42.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:42 smithi050 ceph-mon[92315]: pgmap v20583: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:42.638 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:42 smithi172 ceph-mon[103696]: pgmap v20583: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:43.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:43.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:44.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:44.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:44 smithi050 ceph-mon[92315]: pgmap v20584: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:21:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:44 smithi172 ceph-mon[103696]: pgmap v20584: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:21:45.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:45.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:46.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:46.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:46.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:46 smithi172 ceph-mon[103696]: pgmap v20585: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:46 smithi050 ceph-mon[92315]: pgmap v20585: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:47.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:47.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:48.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:48.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:48.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:48 smithi050 ceph-mon[92315]: pgmap v20586: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:48 smithi172 ceph-mon[103696]: pgmap v20586: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:49.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:49.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:50.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:50.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:50.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:50 smithi050 ceph-mon[92315]: pgmap v20587: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:50.604 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:21:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:50 smithi172 ceph-mon[103696]: pgmap v20587: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:50.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:21:51.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:51.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:52.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:52.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:52.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:52 smithi050 ceph-mon[92315]: pgmap v20588: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:52.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:52 smithi172 ceph-mon[103696]: pgmap v20588: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:53.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:53.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:54.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:54.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:54 smithi050 ceph-mon[92315]: pgmap v20589: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:21:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:54 smithi172 ceph-mon[103696]: pgmap v20589: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:21:55.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:55.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:56.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:56.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:56.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:56 smithi172 ceph-mon[103696]: pgmap v20590: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:56 smithi050 ceph-mon[92315]: pgmap v20590: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:57.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:57.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:58.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:58.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:21:58.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:21:58 smithi050 ceph-mon[92315]: pgmap v20591: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:58.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:21:58 smithi172 ceph-mon[103696]: pgmap v20591: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:21:59.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:21:59.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:00.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:00.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:00.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:00 smithi050 ceph-mon[92315]: pgmap v20592: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:00 smithi172 ceph-mon[103696]: pgmap v20592: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:01.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:01.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:02.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:02.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:02.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:02 smithi050 ceph-mon[92315]: pgmap v20593: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:02.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:02 smithi172 ceph-mon[103696]: pgmap v20593: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:03.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:03.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:04.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:04.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:04 smithi050 ceph-mon[92315]: pgmap v20594: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:22:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:04 smithi172 ceph-mon[103696]: pgmap v20594: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:22:05.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:05.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:05.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:22:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:22:06.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:06.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:06 smithi050 ceph-mon[92315]: pgmap v20595: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:06.587 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:06 smithi172 ceph-mon[103696]: pgmap v20595: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:07.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:07.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:08.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:08.254 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:08.475 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:08 smithi050 ceph-mon[92315]: pgmap v20596: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:08.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:08 smithi172 ceph-mon[103696]: pgmap v20596: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:09.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:09.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:10.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:10.257 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:10.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:10 smithi050 ceph-mon[92315]: pgmap v20597: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:10.839 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:10 smithi172 ceph-mon[103696]: pgmap v20597: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:11.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:11.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:12.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:12.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:12 smithi050 ceph-mon[92315]: pgmap v20598: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:12.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:12 smithi172 ceph-mon[103696]: pgmap v20598: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:13.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:13.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:14.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:14.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:14 smithi050 ceph-mon[92315]: pgmap v20599: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:22:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:14 smithi172 ceph-mon[103696]: pgmap v20599: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:22:15.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:15.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:16.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:16.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:16.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:16 smithi050 ceph-mon[92315]: pgmap v20600: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:16 smithi172 ceph-mon[103696]: pgmap v20600: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:17.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:17.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:18.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:18.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:18.590 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:18 smithi050 ceph-mon[92315]: pgmap v20601: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:18 smithi172 ceph-mon[103696]: pgmap v20601: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:19.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:19.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:20.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:20.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:20 smithi050 ceph-mon[92315]: pgmap v20602: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:22:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:20 smithi172 ceph-mon[103696]: pgmap v20602: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:22:21.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:21.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:22.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:22.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:22.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:22 smithi050 ceph-mon[92315]: pgmap v20603: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:22 smithi172 ceph-mon[103696]: pgmap v20603: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:23.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:23.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:24.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:24.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:24.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:24 smithi050 ceph-mon[92315]: pgmap v20604: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:22:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:24 smithi172 ceph-mon[103696]: pgmap v20604: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:22:25.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:25.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:26.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:26.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:26.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:26 smithi050 ceph-mon[92315]: pgmap v20605: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:26.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:22:26.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:22:26.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:22:26.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:22:26.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:22:26.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:26 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi172 to 2645M 2023-10-01T01:22:26.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:22:26.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:22:26.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:22:26.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:22:26.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:22:26.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:26 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1349M 2023-10-01T01:22:26.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:22:26.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:22:26.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:22:26.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:22:26.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:22:26.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:22:26.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:26 smithi172 ceph-mon[103696]: pgmap v20605: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:26.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:22:26.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:22:26.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:22:26.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:22:26.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:22:26.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:26 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi172 to 2645M 2023-10-01T01:22:26.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:22:26.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:22:26.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:22:26.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:22:26.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:22:26.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:26 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1349M 2023-10-01T01:22:26.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:22:26.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:22:26.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:22:26.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:22:26.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:22:26.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:22:27.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:27.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:28.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:28.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:28.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:28 smithi050 ceph-mon[92315]: pgmap v20606: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:28 smithi172 ceph-mon[103696]: pgmap v20606: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:29.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:29.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:30.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:30.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:30.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:30 smithi050 ceph-mon[92315]: pgmap v20607: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:30 smithi172 ceph-mon[103696]: pgmap v20607: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:31.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:31.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:32.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:32.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:32.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:32 smithi050 ceph-mon[92315]: pgmap v20608: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:32 smithi172 ceph-mon[103696]: pgmap v20608: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:33.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:34.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:34.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:34.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:34 smithi050 ceph-mon[92315]: pgmap v20609: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:22:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:34 smithi172 ceph-mon[103696]: pgmap v20609: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:22:35.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:35.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:22:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:22:36.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:36.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:36 smithi050 ceph-mon[92315]: pgmap v20610: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:36 smithi172 ceph-mon[103696]: pgmap v20610: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:37.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:37.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:38.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:38.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:38 smithi050 ceph-mon[92315]: pgmap v20611: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:38 smithi172 ceph-mon[103696]: pgmap v20611: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:39.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:39.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:40.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:40.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:40 smithi050 ceph-mon[92315]: pgmap v20612: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:40 smithi172 ceph-mon[103696]: pgmap v20612: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:41.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:41.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:42.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:42.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:42.639 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:42 smithi172 ceph-mon[103696]: pgmap v20613: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:42.640 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:42 smithi050 ceph-mon[92315]: pgmap v20613: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:43.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:43.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:44.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:44 smithi050 ceph-mon[92315]: pgmap v20614: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:22:44.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:44.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:44 smithi172 ceph-mon[103696]: pgmap v20614: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:22:45.316 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:45.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:46.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:46.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:46.559 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:46 smithi172 ceph-mon[103696]: pgmap v20615: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:47.059 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:46 smithi050 ceph-mon[92315]: pgmap v20615: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:47.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:47.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:48.321 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:48.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:48.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:48 smithi050 ceph-mon[92315]: pgmap v20616: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:48 smithi172 ceph-mon[103696]: pgmap v20616: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:49.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:49.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:50.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:50.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:50.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:50 smithi050 ceph-mon[92315]: pgmap v20617: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:50.825 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:22:50.826 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:50 smithi172 ceph-mon[103696]: pgmap v20617: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:50.826 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:22:51.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:51.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:52.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:52.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:52.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:52 smithi050 ceph-mon[92315]: pgmap v20618: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:52.686 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:52 smithi172 ceph-mon[103696]: pgmap v20618: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:53.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:53.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:54.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:54.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:54.464 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:54 smithi172 ceph-mon[103696]: pgmap v20619: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:22:54.464 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:54 smithi050 ceph-mon[92315]: pgmap v20619: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:22:55.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:56.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:56.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:56.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:56 smithi050 ceph-mon[92315]: pgmap v20620: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:56.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:56 smithi172 ceph-mon[103696]: pgmap v20620: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:57.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:57.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:58.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:58.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:22:58.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:22:58 smithi050 ceph-mon[92315]: pgmap v20621: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:58.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:22:58 smithi172 ceph-mon[103696]: pgmap v20621: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:22:59.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:22:59.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:00.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:00.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:00 smithi050 ceph-mon[92315]: pgmap v20622: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:00 smithi172 ceph-mon[103696]: pgmap v20622: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:01.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:01.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:02.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:02.345 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:02.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:02 smithi050 ceph-mon[92315]: pgmap v20623: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:02 smithi172 ceph-mon[103696]: pgmap v20623: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:03.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:03.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:04 smithi050 ceph-mon[92315]: pgmap v20624: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:23:04.599 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:04 smithi172 ceph-mon[103696]: pgmap v20624: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:23:04.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:04.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:23:05.436 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:23:05.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:05.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:06 smithi050 ceph-mon[92315]: pgmap v20625: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:06.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:06.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:06 smithi172 ceph-mon[103696]: pgmap v20625: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:07.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:07.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:08.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:08.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:08 smithi050 ceph-mon[92315]: pgmap v20626: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:08.713 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:08 smithi172 ceph-mon[103696]: pgmap v20626: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:09.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:09.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:10.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:10.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:10.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:10 smithi050 ceph-mon[92315]: pgmap v20627: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:10 smithi172 ceph-mon[103696]: pgmap v20627: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:11.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:11.361 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:12.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:12.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:12.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:12 smithi050 ceph-mon[92315]: pgmap v20628: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:12 smithi172 ceph-mon[103696]: pgmap v20628: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:13.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:13.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:14 smithi050 ceph-mon[92315]: pgmap v20629: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:23:14.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:14.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:14 smithi172 ceph-mon[103696]: pgmap v20629: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:23:15.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:15.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:16.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:16.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:16.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:16 smithi050 ceph-mon[92315]: pgmap v20630: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:16.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:16 smithi172 ceph-mon[103696]: pgmap v20630: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:17.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:17.614 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:18.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:18.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:18.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:18 smithi050 ceph-mon[92315]: pgmap v20631: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:18 smithi172 ceph-mon[103696]: pgmap v20631: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:19.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:19.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:20.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:20.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:20 smithi050 ceph-mon[92315]: pgmap v20632: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:23:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:20 smithi172 ceph-mon[103696]: pgmap v20632: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:23:21.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:21.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:22.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:22 smithi172 ceph-mon[103696]: pgmap v20633: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:22.378 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:22.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:22.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:22 smithi050 ceph-mon[92315]: pgmap v20633: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:23.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:23.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:24.333 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:24 smithi050 ceph-mon[92315]: pgmap v20634: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:23:24.459 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:24 smithi172 ceph-mon[103696]: pgmap v20634: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:23:24.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:24.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:25.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:25.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:26.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:26.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:26 smithi050 ceph-mon[92315]: pgmap v20635: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:26.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:26 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:23:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:26 smithi172 ceph-mon[103696]: pgmap v20635: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:26 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:23:27.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:23:27.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:23:27.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:23:27.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:23:27.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:23:27.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:27.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:27.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:23:27.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:23:27.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:23:27.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:23:27.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:23:28.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:28.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:28.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:28 smithi172 ceph-mon[103696]: pgmap v20636: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:29.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:28 smithi050 ceph-mon[92315]: pgmap v20636: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:29.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:29.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:30.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:30.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:31.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:30 smithi050 ceph-mon[92315]: pgmap v20637: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:31.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:30 smithi172 ceph-mon[103696]: pgmap v20637: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:31.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:31.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:32.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:32.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:33.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:32 smithi050 ceph-mon[92315]: pgmap v20638: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:33.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:32 smithi172 ceph-mon[103696]: pgmap v20638: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:33.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:33.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:34 smithi050 ceph-mon[92315]: pgmap v20639: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:23:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:34 smithi172 ceph-mon[103696]: pgmap v20639: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:23:34.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:34.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:23:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:23:35.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:35.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:36.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:36 smithi050 ceph-mon[92315]: pgmap v20640: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:36.487 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:36 smithi172 ceph-mon[103696]: pgmap v20640: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:36.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:36.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:37.403 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:37.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:38.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:38.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:38.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:38 smithi172 ceph-mon[103696]: pgmap v20641: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:38.879 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:38 smithi050 ceph-mon[92315]: pgmap v20641: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:39.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:39.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:40.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:40.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:40.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:40 smithi050 ceph-mon[92315]: pgmap v20642: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:40 smithi172 ceph-mon[103696]: pgmap v20642: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:41.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:41.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:42.413 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:42.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:42.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:42 smithi050 ceph-mon[92315]: pgmap v20643: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:42 smithi172 ceph-mon[103696]: pgmap v20643: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:43.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:43.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:44 smithi050 ceph-mon[92315]: pgmap v20644: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:23:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:44 smithi172 ceph-mon[103696]: pgmap v20644: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:23:44.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:44.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:45.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:45.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:46.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:46.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:46 smithi050 ceph-mon[92315]: pgmap v20645: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:46 smithi172 ceph-mon[103696]: pgmap v20645: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:47.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:47.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:48.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:48.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:48.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:48 smithi050 ceph-mon[92315]: pgmap v20646: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:48 smithi172 ceph-mon[103696]: pgmap v20646: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:49.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:49.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:50.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:50.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:50.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:50 smithi050 ceph-mon[92315]: pgmap v20647: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:50.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:23:50.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:50 smithi172 ceph-mon[103696]: pgmap v20647: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:50.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:23:51.428 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:51.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:52.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:54.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:54.076 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:52 smithi172 ceph-mon[103696]: pgmap v20648: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:54.076 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:52 smithi050 ceph-mon[92315]: pgmap v20648: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:54.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:54.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:54.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:54 smithi050 ceph-mon[92315]: pgmap v20649: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:23:54.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:54 smithi172 ceph-mon[103696]: pgmap v20649: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:23:54.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:54.433 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:55.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:55.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:56.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:56.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:56 smithi050 ceph-mon[92315]: pgmap v20650: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:56 smithi172 ceph-mon[103696]: pgmap v20650: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:57.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:57.438 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:58.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:58.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:23:58.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:23:58 smithi050 ceph-mon[92315]: pgmap v20651: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:23:58 smithi172 ceph-mon[103696]: pgmap v20651: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:23:59.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:23:59.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:00.443 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:01.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:01.676 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:00 smithi172 ceph-mon[103696]: pgmap v20652: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:01.694 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:00 smithi050 ceph-mon[92315]: pgmap v20652: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:01.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:01.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:02.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:02.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:02.783 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:02 smithi172 ceph-mon[103696]: pgmap v20653: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:02.784 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:02 smithi050 ceph-mon[92315]: pgmap v20653: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:03.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:03.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:04 smithi050 ceph-mon[92315]: pgmap v20654: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:24:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:04 smithi172 ceph-mon[103696]: pgmap v20654: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:24:04.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:04.450 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:24:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:24:05.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:05.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:06 smithi050 ceph-mon[92315]: pgmap v20655: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:06 smithi172 ceph-mon[103696]: pgmap v20655: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:06.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:06.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:07.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:07.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:08.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:08.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:08.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:08 smithi050 ceph-mon[92315]: pgmap v20656: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:08 smithi172 ceph-mon[103696]: pgmap v20656: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:09.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:09.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:10.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:10.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:10.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:10 smithi050 ceph-mon[92315]: pgmap v20657: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:10 smithi172 ceph-mon[103696]: pgmap v20657: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:11.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:11.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:12.452 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:12 smithi172 ceph-mon[103696]: pgmap v20658: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:12.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:12.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:12 smithi050 ceph-mon[92315]: pgmap v20658: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:13.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:13.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:14 smithi050 ceph-mon[92315]: pgmap v20659: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:24:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:14 smithi172 ceph-mon[103696]: pgmap v20659: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:24:14.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:14.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:15.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:15.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:16.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:16.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:16.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:16 smithi050 ceph-mon[92315]: pgmap v20660: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:16 smithi172 ceph-mon[103696]: pgmap v20660: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:17.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:17.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:18.474 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:18.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:18 smithi050 ceph-mon[92315]: pgmap v20661: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:18 smithi172 ceph-mon[103696]: pgmap v20661: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:19.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:19.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:20 smithi050 ceph-mon[92315]: pgmap v20662: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:24:20.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:20.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:20 smithi172 ceph-mon[103696]: pgmap v20662: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:24:21.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:21.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:22.481 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:22.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:22.913 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:22 smithi172 ceph-mon[103696]: pgmap v20663: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:22.914 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:22 smithi050 ceph-mon[92315]: pgmap v20663: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:23.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:23.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:24.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:24 smithi050 ceph-mon[92315]: pgmap v20664: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:24:24.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:24 smithi172 ceph-mon[103696]: pgmap v20664: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:24:24.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:24.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:25.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:25.486 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:26.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:26.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:26.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:26 smithi050 ceph-mon[92315]: pgmap v20665: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:26 smithi172 ceph-mon[103696]: pgmap v20665: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:27.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:27.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:27.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:27 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:24:27.610 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:27 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:24:28.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:28.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:28.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:28 smithi050 ceph-mon[92315]: pgmap v20666: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:28.960 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:24:28.960 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:24:28.961 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:24:28.961 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:24:28.961 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:24:28.962 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:28 smithi172 ceph-mon[103696]: pgmap v20666: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:28.962 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:24:28.962 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:24:28.963 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:24:28.963 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:24:28.963 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:24:29.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:29.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:30.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:30 smithi050 ceph-mon[92315]: pgmap v20667: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:30.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:30.494 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:30 smithi172 ceph-mon[103696]: pgmap v20667: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:31.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:31.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:32.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:32.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:32.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:32 smithi050 ceph-mon[92315]: pgmap v20668: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:32 smithi172 ceph-mon[103696]: pgmap v20668: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:33.499 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:33.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:34 smithi050 ceph-mon[92315]: pgmap v20669: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:24:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:34 smithi172 ceph-mon[103696]: pgmap v20669: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:24:34.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:34.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:24:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:24:35.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:35.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:36.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:36 smithi050 ceph-mon[92315]: pgmap v20670: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:36 smithi172 ceph-mon[103696]: pgmap v20670: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:36.504 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:36.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:37.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:37.506 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:38.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:38.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:38 smithi050 ceph-mon[92315]: pgmap v20671: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:38 smithi172 ceph-mon[103696]: pgmap v20671: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:39.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:39.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:40.511 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:40.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:40 smithi050 ceph-mon[92315]: pgmap v20672: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:40.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:40 smithi172 ceph-mon[103696]: pgmap v20672: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:41.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:41.513 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:42.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:42.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:42.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:42 smithi050 ceph-mon[92315]: pgmap v20673: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:42.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:42 smithi172 ceph-mon[103696]: pgmap v20673: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:43.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:43.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:44 smithi050 ceph-mon[92315]: pgmap v20674: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:24:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:44 smithi172 ceph-mon[103696]: pgmap v20674: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:24:44.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:44.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:45.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:45.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:46.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:46.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:46 smithi050 ceph-mon[92315]: pgmap v20675: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:46 smithi172 ceph-mon[103696]: pgmap v20675: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:47.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:47.604 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:48.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:48.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:48.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:48 smithi050 ceph-mon[92315]: pgmap v20676: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:48.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:48 smithi172 ceph-mon[103696]: pgmap v20676: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:49.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:49.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:50.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:50.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:50.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:50 smithi050 ceph-mon[92315]: pgmap v20677: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:50.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:24:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:50 smithi172 ceph-mon[103696]: pgmap v20677: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:50.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:24:51.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:51.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:52.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:52.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:52.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:52 smithi050 ceph-mon[92315]: pgmap v20678: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:52 smithi172 ceph-mon[103696]: pgmap v20678: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:53.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:53.533 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:54.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:54 smithi050 ceph-mon[92315]: pgmap v20679: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:24:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:54 smithi172 ceph-mon[103696]: pgmap v20679: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:24:54.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:54.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:55.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:55.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:56.538 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:56.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:56 smithi050 ceph-mon[92315]: pgmap v20680: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:56 smithi172 ceph-mon[103696]: pgmap v20680: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:57.540 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:57.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:58.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:58.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:24:58.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:24:58 smithi050 ceph-mon[92315]: pgmap v20681: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:24:58 smithi172 ceph-mon[103696]: pgmap v20681: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:24:59.543 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:24:59.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:00.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:00.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:00 smithi050 ceph-mon[92315]: pgmap v20682: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:00 smithi172 ceph-mon[103696]: pgmap v20682: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:01.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:01.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:02.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:02.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:02.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:02 smithi050 ceph-mon[92315]: pgmap v20683: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:02 smithi172 ceph-mon[103696]: pgmap v20683: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:03.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:03.550 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:04 smithi050 ceph-mon[92315]: pgmap v20684: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:25:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:04 smithi172 ceph-mon[103696]: pgmap v20684: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:25:04.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:04.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:25:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:25:05.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:05.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:06 smithi050 ceph-mon[92315]: pgmap v20685: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:06.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:06 smithi172 ceph-mon[103696]: pgmap v20685: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:06.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:06.555 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:07.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:07.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:08.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:08 smithi172 ceph-mon[103696]: pgmap v20686: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:08.558 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:08.559 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:08.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:08 smithi050 ceph-mon[92315]: pgmap v20686: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:09.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:09.560 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:10.535 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:10 smithi050 ceph-mon[92315]: pgmap v20687: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:10.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:10.562 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:10 smithi172 ceph-mon[103696]: pgmap v20687: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:11.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:11.564 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:12.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:12.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:12 smithi050 ceph-mon[92315]: pgmap v20688: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:12 smithi172 ceph-mon[103696]: pgmap v20688: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:13.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:13.567 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:14.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:14 smithi050 ceph-mon[92315]: pgmap v20689: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:25:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:14 smithi172 ceph-mon[103696]: pgmap v20689: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:25:14.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:14.569 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:15.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:15.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:16.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:16.572 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:16 smithi050 ceph-mon[92315]: pgmap v20690: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:16 smithi172 ceph-mon[103696]: pgmap v20690: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:17.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:17.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:18.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:18.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:18 smithi050 ceph-mon[92315]: pgmap v20691: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:18 smithi172 ceph-mon[103696]: pgmap v20691: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:19.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:19.577 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:20.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:20.579 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:20 smithi050 ceph-mon[92315]: pgmap v20692: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:25:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:20 smithi172 ceph-mon[103696]: pgmap v20692: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:25:21.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:21.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:22.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:22.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:22 smithi050 ceph-mon[92315]: pgmap v20693: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:22 smithi172 ceph-mon[103696]: pgmap v20693: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:23.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:23.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:24.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:24 smithi050 ceph-mon[92315]: pgmap v20694: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:25:24.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:24 smithi172 ceph-mon[103696]: pgmap v20694: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:25:24.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:24.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:25.587 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:26.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:26.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:26.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:26 smithi050 ceph-mon[92315]: pgmap v20695: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:26 smithi172 ceph-mon[103696]: pgmap v20695: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:27.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:27.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:28.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:28.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:28 smithi050 ceph-mon[92315]: pgmap v20696: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:28 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:25:28.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:28 smithi172 ceph-mon[103696]: pgmap v20696: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:28.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:28 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:25:29.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:29.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:30.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:30.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:30 smithi050 ceph-mon[92315]: pgmap v20697: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:30 smithi172 ceph-mon[103696]: pgmap v20697: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:31.596 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:31.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:32.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:32.598 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:33.295 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:32 smithi172 ceph-mon[103696]: pgmap v20698: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:33.295 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:25:33.295 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:25:33.295 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:25:33.295 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:25:33.295 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:25:33.295 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:25:33.296 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:32 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:25:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:32 smithi050 ceph-mon[92315]: pgmap v20698: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:33.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:25:33.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:25:33.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:25:33.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:25:33.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:25:33.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:25:33.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:32 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:25:33.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:33.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:34.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:34 smithi050 ceph-mon[92315]: pgmap v20699: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:25:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:34 smithi172 ceph-mon[103696]: pgmap v20699: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:25:34.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:34.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:35.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:25:35.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:25:35.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:35.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:36.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:36 smithi050 ceph-mon[92315]: pgmap v20700: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:36 smithi172 ceph-mon[103696]: pgmap v20700: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:36.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:36.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:37.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:37.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:38.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:38 smithi050 ceph-mon[92315]: pgmap v20701: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:38.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:38.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:38 smithi172 ceph-mon[103696]: pgmap v20701: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:39.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:39.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:40.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:40 smithi050 ceph-mon[92315]: pgmap v20702: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:40.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:40.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:40 smithi172 ceph-mon[103696]: pgmap v20702: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:41.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:41.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:42 smithi050 ceph-mon[92315]: pgmap v20703: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:42.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:42.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:42 smithi172 ceph-mon[103696]: pgmap v20703: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:43.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:43.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:44 smithi050 ceph-mon[92315]: pgmap v20704: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:25:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:44 smithi172 ceph-mon[103696]: pgmap v20704: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:25:44.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:44.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:45.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:45.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:46 smithi050 ceph-mon[92315]: pgmap v20705: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:46.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:46.622 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:46 smithi172 ceph-mon[103696]: pgmap v20705: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:47.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:47.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:48 smithi050 ceph-mon[92315]: pgmap v20706: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:48.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:48.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:48 smithi172 ceph-mon[103696]: pgmap v20706: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:49.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:49.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:50.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:50 smithi050 ceph-mon[92315]: pgmap v20707: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:50.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:25:50.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:50 smithi172 ceph-mon[103696]: pgmap v20707: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:50.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:25:50.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:50.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:51.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:51.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:52 smithi050 ceph-mon[92315]: pgmap v20708: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:52 smithi172 ceph-mon[103696]: pgmap v20708: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:52.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:52.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:53.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:53.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:54.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:54 smithi050 ceph-mon[92315]: pgmap v20709: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:25:54.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:54 smithi172 ceph-mon[103696]: pgmap v20709: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:25:54.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:54.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:55.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:55.637 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:56.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:56 smithi050 ceph-mon[92315]: pgmap v20710: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:56.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:56 smithi172 ceph-mon[103696]: pgmap v20710: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:56.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:56.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:57.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:57.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:58.559 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:25:58 smithi172 ceph-mon[103696]: pgmap v20711: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:58.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:25:58 smithi050 ceph-mon[92315]: pgmap v20711: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:25:58.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:58.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:25:59.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:25:59.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:00.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:00 smithi050 ceph-mon[92315]: pgmap v20712: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:00 smithi172 ceph-mon[103696]: pgmap v20712: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:00.644 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:00.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:01.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:02.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:02.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:02 smithi050 ceph-mon[92315]: pgmap v20713: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:02 smithi172 ceph-mon[103696]: pgmap v20713: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:02.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:02.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:03.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:03.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:04 smithi050 ceph-mon[92315]: pgmap v20714: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:26:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:04 smithi172 ceph-mon[103696]: pgmap v20714: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:26:04.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:04.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:05.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:26:05.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:26:05.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:05.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:06 smithi050 ceph-mon[92315]: pgmap v20715: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:06.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:06 smithi172 ceph-mon[103696]: pgmap v20715: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:06.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:06.655 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:07.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:07.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:08.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:08 smithi050 ceph-mon[92315]: pgmap v20716: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:09.027 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:08 smithi172 ceph-mon[103696]: pgmap v20716: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:09.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:09.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:09.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:09.660 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:10 smithi050 ceph-mon[92315]: pgmap v20717: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:10 smithi172 ceph-mon[103696]: pgmap v20717: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:10.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:10.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:11.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:11.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:12.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:12 smithi050 ceph-mon[92315]: pgmap v20718: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:12 smithi172 ceph-mon[103696]: pgmap v20718: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:12.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:12.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:13.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:13.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:14.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:14 smithi050 ceph-mon[92315]: pgmap v20719: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:26:14.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:14 smithi172 ceph-mon[103696]: pgmap v20719: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:26:14.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:14.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:15.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:15.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:16 smithi050 ceph-mon[92315]: pgmap v20720: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:16 smithi172 ceph-mon[103696]: pgmap v20720: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:16.671 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:16.672 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:17.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:17.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:18.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:18 smithi050 ceph-mon[92315]: pgmap v20721: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:18 smithi172 ceph-mon[103696]: pgmap v20721: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:18.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:18.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:19.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:19.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:20 smithi050 ceph-mon[92315]: pgmap v20722: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:26:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:20 smithi172 ceph-mon[103696]: pgmap v20722: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:26:20.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:20.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:21.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:21.680 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:22 smithi050 ceph-mon[92315]: pgmap v20723: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:22 smithi172 ceph-mon[103696]: pgmap v20723: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:22.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:22.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:23.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:23.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:24.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:24 smithi050 ceph-mon[92315]: pgmap v20724: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:26:24.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:24 smithi172 ceph-mon[103696]: pgmap v20724: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:26:24.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:24.685 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:25.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:25.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:26.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:26 smithi050 ceph-mon[92315]: pgmap v20725: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:26 smithi172 ceph-mon[103696]: pgmap v20725: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:26.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:26.688 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:27.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:27.690 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:28 smithi050 ceph-mon[92315]: pgmap v20726: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:28 smithi172 ceph-mon[103696]: pgmap v20726: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:28.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:28.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:29.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:30.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:30.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:30 smithi050 ceph-mon[92315]: pgmap v20727: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:30.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:30 smithi172 ceph-mon[103696]: pgmap v20727: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:30.695 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:30.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:31.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:31.697 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:32.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:32 smithi050 ceph-mon[92315]: pgmap v20728: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:32 smithi172 ceph-mon[103696]: pgmap v20728: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:32.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:32.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:33.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:26:33.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:26:33.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:26:33.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:26:33.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:26:33.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:33 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:26:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:26:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:26:33.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:26:33.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:26:33.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:26:33.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:33 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:26:33.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:33.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:34 smithi050 ceph-mon[92315]: pgmap v20729: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:26:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:34 smithi172 ceph-mon[103696]: pgmap v20729: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:26:34.700 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:34.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:26:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:26:35.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:35.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:36.509 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:36 smithi050 ceph-mon[92315]: pgmap v20730: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:36 smithi172 ceph-mon[103696]: pgmap v20730: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:36.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:36.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:37.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:37.705 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:38.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:38 smithi050 ceph-mon[92315]: pgmap v20731: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:38 smithi172 ceph-mon[103696]: pgmap v20731: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:38.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:38.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:39.708 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:39.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:40 smithi050 ceph-mon[92315]: pgmap v20732: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:40 smithi172 ceph-mon[103696]: pgmap v20732: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:40.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:40.710 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:41.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:41.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:42.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:42 smithi050 ceph-mon[92315]: pgmap v20733: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:42 smithi172 ceph-mon[103696]: pgmap v20733: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:42.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:42.713 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:43.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:43.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:44 smithi050 ceph-mon[92315]: pgmap v20734: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:26:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:44 smithi172 ceph-mon[103696]: pgmap v20734: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:26:44.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:44.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:45.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:45.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:46 smithi050 ceph-mon[92315]: pgmap v20735: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:46 smithi172 ceph-mon[103696]: pgmap v20735: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:46.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:46.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:47.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:47.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:48.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:48 smithi050 ceph-mon[92315]: pgmap v20736: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:48 smithi172 ceph-mon[103696]: pgmap v20736: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:48.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:48.723 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:49.725 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:49.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:50.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:50 smithi050 ceph-mon[92315]: pgmap v20737: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:50.768 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:26:50.769 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:50 smithi172 ceph-mon[103696]: pgmap v20737: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:50.769 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:26:50.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:50.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:51.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:52.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:52.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:52 smithi050 ceph-mon[92315]: pgmap v20738: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:52 smithi172 ceph-mon[103696]: pgmap v20738: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:52.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:52.730 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:53.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:53.732 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:54.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:54 smithi050 ceph-mon[92315]: pgmap v20739: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:26:54.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:54 smithi172 ceph-mon[103696]: pgmap v20739: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:26:54.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:54.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:55.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:55.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:56 smithi050 ceph-mon[92315]: pgmap v20740: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:56 smithi172 ceph-mon[103696]: pgmap v20740: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:56.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:56.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:57.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:57.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:58.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:26:58 smithi050 ceph-mon[92315]: pgmap v20741: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:26:58 smithi172 ceph-mon[103696]: pgmap v20741: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:26:58.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:58.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:26:59.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:26:59.741 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:00.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:00 smithi050 ceph-mon[92315]: pgmap v20742: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:00.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:00 smithi172 ceph-mon[103696]: pgmap v20742: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:00.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:00.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:01.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:01.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:02.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:02 smithi050 ceph-mon[92315]: pgmap v20743: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:02 smithi172 ceph-mon[103696]: pgmap v20743: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:02.746 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:02.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:03.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:03.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:04 smithi050 ceph-mon[92315]: pgmap v20744: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:27:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:04 smithi172 ceph-mon[103696]: pgmap v20744: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:27:04.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:04.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:27:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:27:05.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:05.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:06.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:06 smithi172 ceph-mon[103696]: pgmap v20745: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:06.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:06 smithi050 ceph-mon[92315]: pgmap v20745: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:06.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:06.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:07.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:07.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:08.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:08 smithi050 ceph-mon[92315]: pgmap v20746: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:08.783 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:08 smithi172 ceph-mon[103696]: pgmap v20746: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:08.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:08.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:09.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:09.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:10.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:10 smithi050 ceph-mon[92315]: pgmap v20747: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:10.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:10 smithi172 ceph-mon[103696]: pgmap v20747: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:10.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:10.760 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:11.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:11.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:12.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:12 smithi050 ceph-mon[92315]: pgmap v20748: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:12.700 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:12 smithi172 ceph-mon[103696]: pgmap v20748: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:12.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:12.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:13.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:13.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:14.352 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:14 smithi172 ceph-mon[103696]: pgmap v20749: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:27:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:14 smithi050 ceph-mon[92315]: pgmap v20749: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:27:14.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:14.767 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:15.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:15.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:16.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:16 smithi050 ceph-mon[92315]: pgmap v20750: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:16.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:16 smithi172 ceph-mon[103696]: pgmap v20750: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:16.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:16.770 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:17.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:17.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:18.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:18 smithi050 ceph-mon[92315]: pgmap v20751: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:18 smithi172 ceph-mon[103696]: pgmap v20751: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:18.773 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:18.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:19.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:20.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:20 smithi050 ceph-mon[92315]: pgmap v20752: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:21.107 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:27:21.107 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:20 smithi172 ceph-mon[103696]: pgmap v20752: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:21.108 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:27:21.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:21.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:21.778 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:21.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:22.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:22 smithi050 ceph-mon[92315]: pgmap v20753: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:22 smithi172 ceph-mon[103696]: pgmap v20753: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:22.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:22.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:23.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:23.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:24.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:24 smithi172 ceph-mon[103696]: pgmap v20754: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:27:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:24 smithi050 ceph-mon[92315]: pgmap v20754: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:27:24.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:24.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:25.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:25.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:26 smithi050 ceph-mon[92315]: pgmap v20755: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:26 smithi172 ceph-mon[103696]: pgmap v20755: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:26.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:26.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:27.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:27.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:28.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:28 smithi050 ceph-mon[92315]: pgmap v20756: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:28 smithi172 ceph-mon[103696]: pgmap v20756: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:28.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:28.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:29.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:29.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:30 smithi050 ceph-mon[92315]: pgmap v20757: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:30.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:30 smithi172 ceph-mon[103696]: pgmap v20757: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:30.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:30.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:31.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:31.796 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:32 smithi050 ceph-mon[92315]: pgmap v20758: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:32 smithi172 ceph-mon[103696]: pgmap v20758: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:32.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:32.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:33.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:33.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:34 smithi172 ceph-mon[103696]: pgmap v20759: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:27:34.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:34 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:27:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:34 smithi050 ceph-mon[92315]: pgmap v20759: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:27:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:34 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:27:34.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:35.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:27:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:27:35.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:35.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:36 smithi172 ceph-mon[103696]: pgmap v20760: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:36 smithi050 ceph-mon[92315]: pgmap v20760: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:36.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:36.803 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:37.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:37.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:38.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:38 smithi050 ceph-mon[92315]: pgmap v20761: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:38 smithi172 ceph-mon[103696]: pgmap v20761: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:38.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:38.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:39.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:40.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:40 smithi050 ceph-mon[92315]: pgmap v20762: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:40.743 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:40 smithi172 ceph-mon[103696]: pgmap v20762: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:40.808 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:40.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:41.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:42.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:42.229 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:27:42.230 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:27:42.230 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:27:42.230 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:27:42.230 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:27:42.230 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:27:42.230 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:27:42.230 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:27:42.231 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:27:42.231 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:27:42.231 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:27:42.231 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:27:42.231 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:27:42.231 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:27:42.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:42 smithi050 ceph-mon[92315]: pgmap v20763: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:42.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:42.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:42.900 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:42 smithi172 ceph-mon[103696]: pgmap v20763: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:43.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:43.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:44.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:44 smithi172 ceph-mon[103696]: pgmap v20764: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:27:44.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:44 smithi050 ceph-mon[92315]: pgmap v20764: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:27:45.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:45.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:45.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:45.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:46.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:46 smithi050 ceph-mon[92315]: pgmap v20765: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:46.679 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:46 smithi172 ceph-mon[103696]: pgmap v20765: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:46.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:46.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:47.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:48.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:48 smithi050 ceph-mon[92315]: pgmap v20766: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:48 smithi172 ceph-mon[103696]: pgmap v20766: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:48.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:48.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:49.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:49.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:50 smithi050 ceph-mon[92315]: pgmap v20767: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:50.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:27:50.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:50 smithi172 ceph-mon[103696]: pgmap v20767: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:50.664 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:27:50.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:50.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:51.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:51.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:52.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:52 smithi050 ceph-mon[92315]: pgmap v20768: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:52.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:52 smithi172 ceph-mon[103696]: pgmap v20768: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:52.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:52.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:53.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:53.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:54.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:54 smithi172 ceph-mon[103696]: pgmap v20769: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:27:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:54 smithi050 ceph-mon[92315]: pgmap v20769: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:27:54.831 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:54.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:55.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:55.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:56.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:56 smithi050 ceph-mon[92315]: pgmap v20770: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:56 smithi172 ceph-mon[103696]: pgmap v20770: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:56.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:56.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:57.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:57.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:58.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:27:58 smithi050 ceph-mon[92315]: pgmap v20771: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:58.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:27:58 smithi172 ceph-mon[103696]: pgmap v20771: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:27:58.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:58.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:27:59.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:27:59.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:00.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:00 smithi050 ceph-mon[92315]: pgmap v20772: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:00.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:00 smithi172 ceph-mon[103696]: pgmap v20772: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:00.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:00.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:01.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:01.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:02 smithi050 ceph-mon[92315]: pgmap v20773: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:02 smithi172 ceph-mon[103696]: pgmap v20773: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:02.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:02.845 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:03.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:03.847 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:04.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:04 smithi172 ceph-mon[103696]: pgmap v20774: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:28:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:04 smithi050 ceph-mon[92315]: pgmap v20774: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:28:04.848 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:04.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:05.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:28:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:28:05.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:05.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:06.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:06 smithi172 ceph-mon[103696]: pgmap v20775: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:06.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:06 smithi050 ceph-mon[92315]: pgmap v20775: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:06.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:06.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:07.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:07.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:08.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:08 smithi050 ceph-mon[92315]: pgmap v20776: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:08 smithi172 ceph-mon[103696]: pgmap v20776: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:08.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:08.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:09.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:09.857 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:10.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:10 smithi050 ceph-mon[92315]: pgmap v20777: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:10 smithi172 ceph-mon[103696]: pgmap v20777: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:10.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:10.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:11.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:11.968 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:12 smithi050 ceph-mon[92315]: pgmap v20778: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:12 smithi172 ceph-mon[103696]: pgmap v20778: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:12.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:12.862 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:13.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:13.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:14.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:14 smithi172 ceph-mon[103696]: pgmap v20779: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:28:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:14 smithi050 ceph-mon[92315]: pgmap v20779: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:28:14.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:14.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:15.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:15.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:16 smithi050 ceph-mon[92315]: pgmap v20780: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:16 smithi172 ceph-mon[103696]: pgmap v20780: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:16.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:16.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:17.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:18.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:18.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:18 smithi050 ceph-mon[92315]: pgmap v20781: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:18 smithi172 ceph-mon[103696]: pgmap v20781: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:18.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:18.872 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:19.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:19.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:20.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:20 smithi172 ceph-mon[103696]: pgmap v20782: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:20.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:28:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:20 smithi050 ceph-mon[92315]: pgmap v20782: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:28:20.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:20.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:21.877 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:21.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:22 smithi050 ceph-mon[92315]: pgmap v20783: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:22 smithi172 ceph-mon[103696]: pgmap v20783: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:22.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:22.879 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:23.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:23.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:24.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:24 smithi172 ceph-mon[103696]: pgmap v20784: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:28:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:24 smithi050 ceph-mon[92315]: pgmap v20784: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:28:24.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:24.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:25.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:25.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:26 smithi050 ceph-mon[92315]: pgmap v20785: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:26 smithi172 ceph-mon[103696]: pgmap v20785: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:26.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:26.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:27.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:27.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:28.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:28 smithi050 ceph-mon[92315]: pgmap v20786: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:28 smithi172 ceph-mon[103696]: pgmap v20786: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:28.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:28.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:29.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:29.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:30.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:30 smithi050 ceph-mon[92315]: pgmap v20787: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:30.769 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:30 smithi172 ceph-mon[103696]: pgmap v20787: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:30.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:30.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:31.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:32.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:32.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:32 smithi050 ceph-mon[92315]: pgmap v20788: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:32 smithi172 ceph-mon[103696]: pgmap v20788: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:32.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:32.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:33.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:33.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:34.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:34 smithi172 ceph-mon[103696]: pgmap v20789: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:28:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:34 smithi050 ceph-mon[92315]: pgmap v20789: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:28:34.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:34.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:35.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:28:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:28:35.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:35.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:36.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:36 smithi172 ceph-mon[103696]: pgmap v20790: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:36.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:36 smithi050 ceph-mon[92315]: pgmap v20790: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:36.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:36.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:37.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:37.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:38.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:38 smithi050 ceph-mon[92315]: pgmap v20791: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:39.595 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:38 smithi172 ceph-mon[103696]: pgmap v20791: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:39.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:39.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:39.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:39.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:40.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:40 smithi050 ceph-mon[92315]: pgmap v20792: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:40.650 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:40 smithi172 ceph-mon[103696]: pgmap v20792: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:40.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:40.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:41.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:41 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:28:41.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:41 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:28:41.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:41.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:42.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:42 smithi172 ceph-mon[103696]: pgmap v20793: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:42.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:28:42.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:28:42.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:28:42.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:28:42.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:28:42.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:28:42.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:42 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:28:42.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:42.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:42.941 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:42 smithi050 ceph-mon[92315]: pgmap v20793: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:42.941 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:28:42.941 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:28:42.941 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:28:42.941 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:28:42.941 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:28:42.941 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:28:42.942 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:42 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:28:43.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:43.913 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:44 smithi172 ceph-mon[103696]: pgmap v20794: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:28:44.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:44 smithi050 ceph-mon[92315]: pgmap v20794: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:28:44.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:44.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:45.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:45.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:46 smithi050 ceph-mon[92315]: pgmap v20795: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:46 smithi172 ceph-mon[103696]: pgmap v20795: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:46.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:46.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:47.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:47.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:48.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:48 smithi050 ceph-mon[92315]: pgmap v20796: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:48 smithi172 ceph-mon[103696]: pgmap v20796: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:48.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:48.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:49.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:49.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:50.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:50 smithi050 ceph-mon[92315]: pgmap v20797: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:50.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:28:50.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:50 smithi172 ceph-mon[103696]: pgmap v20797: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:50.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:28:50.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:50.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:51.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:51.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:52 smithi050 ceph-mon[92315]: pgmap v20798: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:52.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:52 smithi172 ceph-mon[103696]: pgmap v20798: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:52.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:52.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:53.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:53.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:54.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:54 smithi172 ceph-mon[103696]: pgmap v20799: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:28:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:54 smithi050 ceph-mon[92315]: pgmap v20799: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:28:54.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:54.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:55.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:55.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:56 smithi050 ceph-mon[92315]: pgmap v20800: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:56 smithi172 ceph-mon[103696]: pgmap v20800: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:56.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:56.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:57.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:57.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:58.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:28:58 smithi050 ceph-mon[92315]: pgmap v20801: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:28:58 smithi172 ceph-mon[103696]: pgmap v20801: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:28:58.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:58.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:28:59.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:28:59.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:00.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:00 smithi050 ceph-mon[92315]: pgmap v20802: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:00.679 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:00 smithi172 ceph-mon[103696]: pgmap v20802: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:00.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:00.943 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:01.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:01.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:02.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:02 smithi050 ceph-mon[92315]: pgmap v20803: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:02 smithi172 ceph-mon[103696]: pgmap v20803: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:02.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:02.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:03.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:03.949 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:04 smithi050 ceph-mon[92315]: pgmap v20804: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:29:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:04 smithi172 ceph-mon[103696]: pgmap v20804: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:29:04.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:04.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:05.520 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:29:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:29:05.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:05.952 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:06.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:06 smithi050 ceph-mon[92315]: pgmap v20805: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:06 smithi172 ceph-mon[103696]: pgmap v20805: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:06.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:06.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:07.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:07.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:08.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:08 smithi050 ceph-mon[92315]: pgmap v20806: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:08 smithi172 ceph-mon[103696]: pgmap v20806: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:08.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:08.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:09.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:09.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:10.573 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:10 smithi172 ceph-mon[103696]: pgmap v20807: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:10 smithi050 ceph-mon[92315]: pgmap v20807: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:10.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:11.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:11.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:11.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:12 smithi050 ceph-mon[92315]: pgmap v20808: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:12.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:12 smithi172 ceph-mon[103696]: pgmap v20808: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:12.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:12.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:13.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:13.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:14 smithi050 ceph-mon[92315]: pgmap v20809: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:29:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:14 smithi172 ceph-mon[103696]: pgmap v20809: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:29:14.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:14.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:15.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:15.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:16.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:16 smithi050 ceph-mon[92315]: pgmap v20810: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:16.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:16 smithi172 ceph-mon[103696]: pgmap v20810: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:16.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:16.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:17.972 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:18.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:18.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:18 smithi050 ceph-mon[92315]: pgmap v20811: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:18 smithi172 ceph-mon[103696]: pgmap v20811: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:18.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:18.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:19.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:19.976 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:20 smithi050 ceph-mon[92315]: pgmap v20812: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:29:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:20 smithi172 ceph-mon[103696]: pgmap v20812: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:29:20.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:20.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:21.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:21.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:22.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:22 smithi050 ceph-mon[92315]: pgmap v20813: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:22 smithi172 ceph-mon[103696]: pgmap v20813: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:22.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:22.981 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:23.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:23.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:24 smithi050 ceph-mon[92315]: pgmap v20814: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:29:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:24 smithi172 ceph-mon[103696]: pgmap v20814: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:29:24.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:24.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:25.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:25.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:26.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:26 smithi050 ceph-mon[92315]: pgmap v20815: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:26 smithi172 ceph-mon[103696]: pgmap v20815: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:26.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:26.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:27.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:27.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:28.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:28 smithi050 ceph-mon[92315]: pgmap v20816: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:28 smithi172 ceph-mon[103696]: pgmap v20816: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:28.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:28.991 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:29.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:29.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:30.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:30 smithi050 ceph-mon[92315]: pgmap v20817: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:30 smithi172 ceph-mon[103696]: pgmap v20817: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:30.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:30.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:31.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:31.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:32 smithi050 ceph-mon[92315]: pgmap v20818: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:32 smithi172 ceph-mon[103696]: pgmap v20818: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:32.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:32.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:33.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:33.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:34 smithi050 ceph-mon[92315]: pgmap v20819: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:29:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:34 smithi172 ceph-mon[103696]: pgmap v20819: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:29:35.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:35.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:29:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:29:36.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:36.003 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:36.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:36 smithi050 ceph-mon[92315]: pgmap v20820: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:36.629 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:36 smithi172 ceph-mon[103696]: pgmap v20820: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:37.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:37.005 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:38.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:38.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:38.569 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:38 smithi050 ceph-mon[92315]: pgmap v20821: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:38 smithi172 ceph-mon[103696]: pgmap v20821: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:39.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:39.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:40.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:40.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:40.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:40 smithi050 ceph-mon[92315]: pgmap v20822: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:40 smithi172 ceph-mon[103696]: pgmap v20822: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:41.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:41.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:42.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:42.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:42.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:42 smithi050 ceph-mon[92315]: pgmap v20823: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:42.912 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:42 smithi172 ceph-mon[103696]: pgmap v20823: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:43.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:43.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:43.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:29:43.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:29:43.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:29:43.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:29:43.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:29:43.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:29:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:29:43.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:29:43.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:29:43.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:29:43.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:29:43.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:29:44.015 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:44.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:44.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:44 smithi050 ceph-mon[92315]: pgmap v20824: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:29:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:44 smithi172 ceph-mon[103696]: pgmap v20824: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:29:45.017 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:45.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:46.019 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:46.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:46 smithi050 ceph-mon[92315]: pgmap v20825: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:46 smithi172 ceph-mon[103696]: pgmap v20825: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:47.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:47.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:48.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:48.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:48.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:48 smithi050 ceph-mon[92315]: pgmap v20826: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:48.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:48 smithi172 ceph-mon[103696]: pgmap v20826: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:49.024 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:49.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:50.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:50.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:50.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:50 smithi050 ceph-mon[92315]: pgmap v20827: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:50.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:29:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:50 smithi172 ceph-mon[103696]: pgmap v20827: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:29:51.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:51.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:52.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:52.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:52.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:52 smithi050 ceph-mon[92315]: pgmap v20828: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:52.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:52 smithi172 ceph-mon[103696]: pgmap v20828: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:53.031 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:53.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:54.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:54.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:54.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:54 smithi050 ceph-mon[92315]: pgmap v20829: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:29:54.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:54 smithi172 ceph-mon[103696]: pgmap v20829: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:29:55.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:55.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:56.036 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:56.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:56.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:56 smithi172 ceph-mon[103696]: pgmap v20830: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:56.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:56 smithi050 ceph-mon[92315]: pgmap v20830: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:57.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:57.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:58.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:58.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:29:58.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:29:58 smithi050 ceph-mon[92315]: pgmap v20831: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:29:58 smithi172 ceph-mon[103696]: pgmap v20831: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:29:59.041 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:29:59.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:00.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:00.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:00.559 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:00 smithi050 ceph-mon[92315]: pgmap v20832: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:00.559 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-10-01T01:30:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:00 smithi172 ceph-mon[103696]: pgmap v20832: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-10-01T01:30:01.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:01.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:02.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:02.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:02 smithi050 ceph-mon[92315]: pgmap v20833: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:02 smithi172 ceph-mon[103696]: pgmap v20833: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:03.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:03.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:04.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:04.642 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:04.642 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:04 smithi172 ceph-mon[103696]: pgmap v20834: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:30:04.643 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:04 smithi050 ceph-mon[92315]: pgmap v20834: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:30:05.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:05.052 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:30:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:30:06.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:06.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:06 smithi050 ceph-mon[92315]: pgmap v20835: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:06 smithi172 ceph-mon[103696]: pgmap v20835: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:07.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:07.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:08.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:08.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:08.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:08 smithi050 ceph-mon[92315]: pgmap v20836: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:08 smithi172 ceph-mon[103696]: pgmap v20836: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:09.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:09.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:10.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:10.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:10.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:10 smithi050 ceph-mon[92315]: pgmap v20837: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:10 smithi172 ceph-mon[103696]: pgmap v20837: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:11.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:11.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:12.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:12.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:12 smithi050 ceph-mon[92315]: pgmap v20838: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:12 smithi172 ceph-mon[103696]: pgmap v20838: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:13.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:13.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:14.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:14.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:14.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:14 smithi050 ceph-mon[92315]: pgmap v20839: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:30:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:14 smithi172 ceph-mon[103696]: pgmap v20839: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:30:15.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:15.068 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:16.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:16.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:16 smithi050 ceph-mon[92315]: pgmap v20840: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:16 smithi172 ceph-mon[103696]: pgmap v20840: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:17.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:17.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:18.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:18.073 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:18.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:18 smithi050 ceph-mon[92315]: pgmap v20841: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:18 smithi172 ceph-mon[103696]: pgmap v20841: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:19.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:19.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:20.076 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:20.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:20 smithi050 ceph-mon[92315]: pgmap v20842: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:30:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:20 smithi172 ceph-mon[103696]: pgmap v20842: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:20.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:30:21.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:21.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:22.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:22.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:22.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:22 smithi050 ceph-mon[92315]: pgmap v20843: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:22.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:22 smithi172 ceph-mon[103696]: pgmap v20843: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:23.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:23.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:24.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:24.083 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:24 smithi050 ceph-mon[92315]: pgmap v20844: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:30:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:24 smithi172 ceph-mon[103696]: pgmap v20844: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:30:25.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:25.085 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:26.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:26.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:26.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:26 smithi050 ceph-mon[92315]: pgmap v20845: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:26 smithi172 ceph-mon[103696]: pgmap v20845: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:27.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:27.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:28.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:28.090 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:28 smithi050 ceph-mon[92315]: pgmap v20846: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:28 smithi172 ceph-mon[103696]: pgmap v20846: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:29.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:29.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:30.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:30.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:30 smithi050 ceph-mon[92315]: pgmap v20847: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:30 smithi172 ceph-mon[103696]: pgmap v20847: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:31.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:31.095 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:32.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:32.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:32.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:32 smithi050 ceph-mon[92315]: pgmap v20848: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:32.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:32 smithi172 ceph-mon[103696]: pgmap v20848: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:33.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:33.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:34.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:34.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:34 smithi050 ceph-mon[92315]: pgmap v20849: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:30:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:34 smithi172 ceph-mon[103696]: pgmap v20849: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:30:35.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:35.101 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:30:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:30:36.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:36.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:36.475 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:36 smithi172 ceph-mon[103696]: pgmap v20850: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:36 smithi050 ceph-mon[92315]: pgmap v20850: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:37.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:37.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:38.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:38.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:38.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:38 smithi050 ceph-mon[92315]: pgmap v20851: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:38 smithi172 ceph-mon[103696]: pgmap v20851: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:39.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:39.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:40.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:40.110 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:40.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:40 smithi050 ceph-mon[92315]: pgmap v20852: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:40 smithi172 ceph-mon[103696]: pgmap v20852: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:41.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:41.111 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:42.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:42.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:42.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:42 smithi050 ceph-mon[92315]: pgmap v20853: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:42.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:42 smithi172 ceph-mon[103696]: pgmap v20853: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:43.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:43.115 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:43.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:43 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:30:43.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:43 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:30:44.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:44.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:44.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:44 smithi050 ceph-mon[92315]: pgmap v20854: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:30:44.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:30:44.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:30:44.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:30:44.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:30:44.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:30:44.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:30:44.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:44 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:30:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:44 smithi172 ceph-mon[103696]: pgmap v20854: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:30:44.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:30:44.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:30:44.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:30:44.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:30:44.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:30:44.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:30:44.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:44 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:30:45.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:45.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:46.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:46.119 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:46.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:46 smithi050 ceph-mon[92315]: pgmap v20855: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:46 smithi172 ceph-mon[103696]: pgmap v20855: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:47.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:47.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:48.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:48.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:48 smithi050 ceph-mon[92315]: pgmap v20856: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:48 smithi172 ceph-mon[103696]: pgmap v20856: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:49.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:49.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:50.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:50.125 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:50 smithi050 ceph-mon[92315]: pgmap v20857: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:30:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:50 smithi172 ceph-mon[103696]: pgmap v20857: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:50.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:30:51.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:51.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:52.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:52.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:52 smithi050 ceph-mon[92315]: pgmap v20858: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:52 smithi172 ceph-mon[103696]: pgmap v20858: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:53.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:53.130 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:54.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:54.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:54.422 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:54 smithi050 ceph-mon[92315]: pgmap v20859: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:30:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:54 smithi172 ceph-mon[103696]: pgmap v20859: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:30:55.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:55.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:56.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:56.135 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:56 smithi050 ceph-mon[92315]: pgmap v20860: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:56 smithi172 ceph-mon[103696]: pgmap v20860: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:57.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:57.137 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:58.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:58.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:30:58.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:30:58 smithi050 ceph-mon[92315]: pgmap v20861: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:30:58 smithi172 ceph-mon[103696]: pgmap v20861: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:30:59.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:30:59.140 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:00.142 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:00.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:00.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:00 smithi050 ceph-mon[92315]: pgmap v20862: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:00 smithi172 ceph-mon[103696]: pgmap v20862: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:01.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:01.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:02.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:02.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:02.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:02 smithi050 ceph-mon[92315]: pgmap v20863: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:02.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:02 smithi172 ceph-mon[103696]: pgmap v20863: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:03.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:03.147 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:04.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:04.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:04.537 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:04 smithi050 ceph-mon[92315]: pgmap v20864: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:31:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:04 smithi172 ceph-mon[103696]: pgmap v20864: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:31:05.150 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:05.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:31:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:31:06.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:06.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:06.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:06 smithi050 ceph-mon[92315]: pgmap v20865: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:06 smithi172 ceph-mon[103696]: pgmap v20865: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:07.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:07.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:08.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:08.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:08.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:08 smithi050 ceph-mon[92315]: pgmap v20866: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:08 smithi172 ceph-mon[103696]: pgmap v20866: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:09.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:09.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:10.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:10.160 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:10.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:10 smithi050 ceph-mon[92315]: pgmap v20867: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:10 smithi172 ceph-mon[103696]: pgmap v20867: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:11.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:11.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:12.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:12.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:12.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:12 smithi050 ceph-mon[92315]: pgmap v20868: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:12 smithi172 ceph-mon[103696]: pgmap v20868: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:13.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:13.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:14.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:14.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:14 smithi050 ceph-mon[92315]: pgmap v20869: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:31:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:14 smithi172 ceph-mon[103696]: pgmap v20869: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:31:15.167 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:15.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:16.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:16.169 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:16 smithi050 ceph-mon[92315]: pgmap v20870: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:16 smithi172 ceph-mon[103696]: pgmap v20870: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:17.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:17.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:18.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:18.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:18.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:18 smithi050 ceph-mon[92315]: pgmap v20871: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:18 smithi172 ceph-mon[103696]: pgmap v20871: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:19.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:19.175 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:20.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:20.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:20.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:20 smithi050 ceph-mon[92315]: pgmap v20872: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:31:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:20 smithi172 ceph-mon[103696]: pgmap v20872: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:31:21.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:21.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:22.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:22.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:22 smithi050 ceph-mon[92315]: pgmap v20873: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:22 smithi172 ceph-mon[103696]: pgmap v20873: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:23.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:23.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:24.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:24.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:24 smithi050 ceph-mon[92315]: pgmap v20874: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:31:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:24 smithi172 ceph-mon[103696]: pgmap v20874: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:31:25.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:25.185 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:26.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:26.187 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:26.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:26 smithi050 ceph-mon[92315]: pgmap v20875: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:26 smithi172 ceph-mon[103696]: pgmap v20875: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:27.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:27.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:28.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:28.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:28.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:28 smithi050 ceph-mon[92315]: pgmap v20876: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:28 smithi172 ceph-mon[103696]: pgmap v20876: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:29.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:29.192 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:30.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:30.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:30.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:30 smithi050 ceph-mon[92315]: pgmap v20877: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:30 smithi172 ceph-mon[103696]: pgmap v20877: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:31.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:31.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:32.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:32.197 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:32.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:32 smithi050 ceph-mon[92315]: pgmap v20878: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:32 smithi172 ceph-mon[103696]: pgmap v20878: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:33.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:33.199 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:34.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:34.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:34 smithi050 ceph-mon[92315]: pgmap v20879: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:31:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:34 smithi172 ceph-mon[103696]: pgmap v20879: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:31:35.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:35.202 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:31:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:31:36.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:36.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:36 smithi050 ceph-mon[92315]: pgmap v20880: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:36 smithi172 ceph-mon[103696]: pgmap v20880: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:37.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:37.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:38.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:38.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:38.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:38 smithi050 ceph-mon[92315]: pgmap v20881: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:38 smithi172 ceph-mon[103696]: pgmap v20881: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:39.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:39.209 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:40.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:40.211 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:40.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:40 smithi050 ceph-mon[92315]: pgmap v20882: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:40 smithi172 ceph-mon[103696]: pgmap v20882: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:41.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:41.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:42.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:42.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:42.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:42 smithi050 ceph-mon[92315]: pgmap v20883: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:42 smithi172 ceph-mon[103696]: pgmap v20883: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:43.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:43.216 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:44.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:44.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:44 smithi050 ceph-mon[92315]: pgmap v20884: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:31:44.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:44 smithi172 ceph-mon[103696]: pgmap v20884: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:31:45.219 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:45.223 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:45.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:31:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:31:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:31:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:31:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:31:45.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:31:45.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:31:45.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:31:45.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:31:45.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:31:45.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:31:45.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:31:46.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:46.221 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:46 smithi050 ceph-mon[92315]: pgmap v20885: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:46.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:46 smithi172 ceph-mon[103696]: pgmap v20885: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:47.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:47.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:48.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:48.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:48.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:48 smithi050 ceph-mon[92315]: pgmap v20886: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:48 smithi172 ceph-mon[103696]: pgmap v20886: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:49.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:49.226 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:50.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:50.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:50.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:50 smithi050 ceph-mon[92315]: pgmap v20887: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:50.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:31:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:50 smithi172 ceph-mon[103696]: pgmap v20887: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:31:51.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:51.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:52.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:52.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:52.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:52 smithi050 ceph-mon[92315]: pgmap v20888: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:52.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:52 smithi172 ceph-mon[103696]: pgmap v20888: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:53.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:53.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:54.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:54.234 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:54 smithi050 ceph-mon[92315]: pgmap v20889: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:31:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:54 smithi172 ceph-mon[103696]: pgmap v20889: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:31:55.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:55.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:56.236 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:56.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:56 smithi050 ceph-mon[92315]: pgmap v20890: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:56 smithi172 ceph-mon[103696]: pgmap v20890: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:57.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:57.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:58.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:58.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:31:58.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:31:58 smithi050 ceph-mon[92315]: pgmap v20891: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:31:58 smithi172 ceph-mon[103696]: pgmap v20891: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:31:59.241 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:31:59.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:00.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:00.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:00.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:00 smithi050 ceph-mon[92315]: pgmap v20892: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:00.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:00 smithi172 ceph-mon[103696]: pgmap v20892: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:01.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:01.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:02.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:02.246 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:02.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:02 smithi050 ceph-mon[92315]: pgmap v20893: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:02 smithi172 ceph-mon[103696]: pgmap v20893: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:03.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:03.248 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:04.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:04.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:04 smithi050 ceph-mon[92315]: pgmap v20894: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:32:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:04 smithi172 ceph-mon[103696]: pgmap v20894: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:32:05.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:05.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:32:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:32:06.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:06.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:06.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:06 smithi050 ceph-mon[92315]: pgmap v20895: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:06.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:06 smithi172 ceph-mon[103696]: pgmap v20895: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:07.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:07.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:08.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:08.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:08.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:08 smithi050 ceph-mon[92315]: pgmap v20896: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:08.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:08 smithi172 ceph-mon[103696]: pgmap v20896: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:09.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:09.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:10.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:10.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:10.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:10 smithi050 ceph-mon[92315]: pgmap v20897: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:10 smithi172 ceph-mon[103696]: pgmap v20897: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:11.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:11.261 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:12.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:12.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:12.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:12 smithi050 ceph-mon[92315]: pgmap v20898: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:12.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:12 smithi172 ceph-mon[103696]: pgmap v20898: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:13.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:13.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:14.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:14.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:14 smithi050 ceph-mon[92315]: pgmap v20899: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:32:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:14 smithi172 ceph-mon[103696]: pgmap v20899: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:32:15.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:15.269 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:16.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:16.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:16.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:16 smithi050 ceph-mon[92315]: pgmap v20900: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:16 smithi172 ceph-mon[103696]: pgmap v20900: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:17.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:17.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:18.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:18.274 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:18.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:18 smithi050 ceph-mon[92315]: pgmap v20901: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:18.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:18 smithi172 ceph-mon[103696]: pgmap v20901: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:19.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:19.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:20.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:20.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:20 smithi172 ceph-mon[103696]: pgmap v20902: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:32:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:20 smithi050 ceph-mon[92315]: pgmap v20902: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:32:21.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:21.279 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:22.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:22.281 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:22.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:22 smithi172 ceph-mon[103696]: pgmap v20903: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:22 smithi050 ceph-mon[92315]: pgmap v20903: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:23.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:23.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:24.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:24.284 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:24 smithi050 ceph-mon[92315]: pgmap v20904: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:32:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:24 smithi172 ceph-mon[103696]: pgmap v20904: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:32:25.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:25.286 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:26.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:26.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:26.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:26 smithi050 ceph-mon[92315]: pgmap v20905: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:26.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:26 smithi172 ceph-mon[103696]: pgmap v20905: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:27.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:27.289 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:28.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:28.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:28 smithi172 ceph-mon[103696]: pgmap v20906: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:28.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:28 smithi050 ceph-mon[92315]: pgmap v20906: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:29.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:29.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:30.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:30.294 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:30.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:30 smithi172 ceph-mon[103696]: pgmap v20907: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:30 smithi050 ceph-mon[92315]: pgmap v20907: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:31.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:31.296 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:32.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:32.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:32 smithi172 ceph-mon[103696]: pgmap v20908: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:32 smithi050 ceph-mon[92315]: pgmap v20908: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:33.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:33.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:34.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:34.301 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:34 smithi050 ceph-mon[92315]: pgmap v20909: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:32:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:34 smithi172 ceph-mon[103696]: pgmap v20909: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:32:35.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:35.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:35.564 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:32:35.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:32:36.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:36.304 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:36 smithi050 ceph-mon[92315]: pgmap v20910: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:36 smithi172 ceph-mon[103696]: pgmap v20910: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:37.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:37.306 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:38.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:38.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:38 smithi172 ceph-mon[103696]: pgmap v20911: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:38.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:38 smithi050 ceph-mon[92315]: pgmap v20911: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:39.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:39.309 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:40.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:40.311 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:40.622 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:40 smithi050 ceph-mon[92315]: pgmap v20912: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:40 smithi172 ceph-mon[103696]: pgmap v20912: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:41.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:41.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:42.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:42.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:42.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:42 smithi172 ceph-mon[103696]: pgmap v20913: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:42.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:42 smithi050 ceph-mon[92315]: pgmap v20913: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:43.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:43.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:44.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:45.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:45.889 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:44 smithi050 ceph-mon[92315]: pgmap v20914: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:32:45.889 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:44 smithi172 ceph-mon[103696]: pgmap v20914: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:32:45.889 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:45 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:32:45.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:45.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:45.890 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:45 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:32:46.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:46.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:46 smithi050 ceph-mon[92315]: pgmap v20915: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:46.707 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:32:46.707 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:32:46.707 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:32:46.707 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:32:46.707 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:32:46.707 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:32:46.707 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:32:46.707 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:32:46.707 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:46 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi172 to 2641M 2023-10-01T01:32:46.708 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:46 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1341M 2023-10-01T01:32:46.708 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:32:46.708 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:32:46.708 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:32:46.709 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:32:46.709 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:32:46.710 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:32:46.710 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:32:46.712 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:46 smithi172 ceph-mon[103696]: pgmap v20915: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:46.712 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:32:46.712 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:32:46.713 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:32:46.713 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:32:46.713 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:32:46.713 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:32:46.713 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:32:46.714 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:32:46.714 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:46 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi172 to 2641M 2023-10-01T01:32:46.714 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:46 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1341M 2023-10-01T01:32:46.714 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:32:46.714 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:32:46.714 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:32:46.715 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:32:46.715 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:32:46.715 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:32:46.715 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:32:47.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:47.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:48.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:48.324 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:48.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:48 smithi172 ceph-mon[103696]: pgmap v20916: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:48 smithi050 ceph-mon[92315]: pgmap v20916: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:49.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:49.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:50.327 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:50.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:50.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:50 smithi172 ceph-mon[103696]: pgmap v20917: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:50.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:32:50.736 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:50 smithi050 ceph-mon[92315]: pgmap v20917: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:50.736 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:32:51.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:51.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:52.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:52.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:52.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:52 smithi172 ceph-mon[103696]: pgmap v20918: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:52 smithi050 ceph-mon[92315]: pgmap v20918: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:53.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:53.408 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:54.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:54.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:54.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:54 smithi050 ceph-mon[92315]: pgmap v20919: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:32:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:54 smithi172 ceph-mon[103696]: pgmap v20919: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:32:55.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:55.336 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:56.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:56.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:56.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:56 smithi172 ceph-mon[103696]: pgmap v20920: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:56 smithi050 ceph-mon[92315]: pgmap v20920: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:57.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:57.340 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:58.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:58.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:32:58.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:32:58 smithi172 ceph-mon[103696]: pgmap v20921: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:32:58 smithi050 ceph-mon[92315]: pgmap v20921: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:32:59.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:32:59.343 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:00.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:00.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:00.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:00 smithi172 ceph-mon[103696]: pgmap v20922: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:00 smithi050 ceph-mon[92315]: pgmap v20922: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:01.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:01.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:02.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:02.348 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:02.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:02 smithi172 ceph-mon[103696]: pgmap v20923: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:02.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:02 smithi050 ceph-mon[92315]: pgmap v20923: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:03.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:03.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:04.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:04.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:04 smithi050 ceph-mon[92315]: pgmap v20924: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:33:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:04 smithi172 ceph-mon[103696]: pgmap v20924: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:33:05.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:05.353 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:33:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:33:06.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:06.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:06.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:06 smithi050 ceph-mon[92315]: pgmap v20925: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:06.629 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:06 smithi172 ceph-mon[103696]: pgmap v20925: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:07.356 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:07.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:08.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:08.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:08.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:08 smithi172 ceph-mon[103696]: pgmap v20926: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:08 smithi050 ceph-mon[92315]: pgmap v20926: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:09.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:09.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:10.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:10.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:10.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:10 smithi172 ceph-mon[103696]: pgmap v20927: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:10.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:10 smithi050 ceph-mon[92315]: pgmap v20927: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:11.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:11.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:12.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:12.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:12.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:12 smithi172 ceph-mon[103696]: pgmap v20928: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:12.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:12 smithi050 ceph-mon[92315]: pgmap v20928: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:13.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:13.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:14.368 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:14.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:14 smithi050 ceph-mon[92315]: pgmap v20929: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:33:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:14 smithi172 ceph-mon[103696]: pgmap v20929: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:33:15.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:15.370 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:16.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:16.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:16 smithi172 ceph-mon[103696]: pgmap v20930: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:16 smithi050 ceph-mon[92315]: pgmap v20930: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:17.373 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:17.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:18.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:18.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:18.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:18 smithi172 ceph-mon[103696]: pgmap v20931: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:18.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:18 smithi050 ceph-mon[92315]: pgmap v20931: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:19.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:19.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:20.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:20.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:20 smithi172 ceph-mon[103696]: pgmap v20932: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:20.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:33:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:20 smithi050 ceph-mon[92315]: pgmap v20932: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:33:21.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:21.381 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:22.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:22.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:22.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:22 smithi172 ceph-mon[103696]: pgmap v20933: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:22.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:22 smithi050 ceph-mon[92315]: pgmap v20933: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:23.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:23.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:24.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:24.386 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:24 smithi050 ceph-mon[92315]: pgmap v20934: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:33:24.629 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:24 smithi172 ceph-mon[103696]: pgmap v20934: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:33:25.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:25.388 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:26.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:26.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:26.842 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:26 smithi172 ceph-mon[103696]: pgmap v20935: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:26.842 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:26 smithi050 ceph-mon[92315]: pgmap v20935: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:27.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:27.391 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:28.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:28.393 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:28.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:28 smithi172 ceph-mon[103696]: pgmap v20936: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:28 smithi050 ceph-mon[92315]: pgmap v20936: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:29.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:29.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:30.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:30.396 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:30.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:30 smithi172 ceph-mon[103696]: pgmap v20937: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:30 smithi050 ceph-mon[92315]: pgmap v20937: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:31.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:31.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:32.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:32.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:32.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:32 smithi172 ceph-mon[103696]: pgmap v20938: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:32 smithi050 ceph-mon[92315]: pgmap v20938: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:33.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:33.401 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:34.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:34.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:34 smithi050 ceph-mon[92315]: pgmap v20939: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:33:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:34 smithi172 ceph-mon[103696]: pgmap v20939: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:33:35.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:35.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:33:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:33:36.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:36.406 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:36 smithi050 ceph-mon[92315]: pgmap v20940: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:36 smithi172 ceph-mon[103696]: pgmap v20940: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:37.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:37.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:38.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:38.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:38.652 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:38 smithi172 ceph-mon[103696]: pgmap v20941: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:38 smithi050 ceph-mon[92315]: pgmap v20941: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:39.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:39.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:40.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:40.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:40.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:40 smithi172 ceph-mon[103696]: pgmap v20942: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:40 smithi050 ceph-mon[92315]: pgmap v20942: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:41.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:41.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:42.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:42.416 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:42.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:42 smithi172 ceph-mon[103696]: pgmap v20943: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:42 smithi050 ceph-mon[92315]: pgmap v20943: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:43.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:43.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:44.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:44.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:44 smithi050 ceph-mon[92315]: pgmap v20944: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:33:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:44 smithi172 ceph-mon[103696]: pgmap v20944: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:33:45.421 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:45.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:46.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:46.423 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:46.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:46 smithi172 ceph-mon[103696]: pgmap v20945: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:46.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:33:46.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:33:46.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:33:46.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:33:46.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:33:46.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:46 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:33:46.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:46 smithi050 ceph-mon[92315]: pgmap v20945: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:46.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:33:46.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:33:46.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:33:46.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:33:46.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:33:46.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:46 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:33:47.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:47.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:48.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:48.426 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:48.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:48 smithi172 ceph-mon[103696]: pgmap v20946: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:48 smithi050 ceph-mon[92315]: pgmap v20946: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:49.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:49.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:50.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:50.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:50 smithi050 ceph-mon[92315]: pgmap v20947: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:33:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:50 smithi172 ceph-mon[103696]: pgmap v20947: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:50.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:33:51.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:51.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:52.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:52.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:52 smithi050 ceph-mon[92315]: pgmap v20948: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:52 smithi172 ceph-mon[103696]: pgmap v20948: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:53.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:53.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:54.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:54.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:54.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:54 smithi050 ceph-mon[92315]: pgmap v20949: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:33:54.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:54 smithi172 ceph-mon[103696]: pgmap v20949: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:33:55.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:55.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:56.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:56.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:56.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:56 smithi172 ceph-mon[103696]: pgmap v20950: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:56.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:56 smithi050 ceph-mon[92315]: pgmap v20950: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:57.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:57.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:58.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:58.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:33:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:33:58 smithi050 ceph-mon[92315]: pgmap v20951: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:33:58 smithi172 ceph-mon[103696]: pgmap v20951: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:33:59.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:33:59.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:00.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:00.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:00 smithi050 ceph-mon[92315]: pgmap v20952: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:00 smithi172 ceph-mon[103696]: pgmap v20952: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:01.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:01.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:02.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:02.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:02.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:02 smithi050 ceph-mon[92315]: pgmap v20953: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:02 smithi172 ceph-mon[103696]: pgmap v20953: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:03.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:03.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:04.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:04.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:04 smithi050 ceph-mon[92315]: pgmap v20954: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:34:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:04 smithi172 ceph-mon[103696]: pgmap v20954: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:34:05.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:05.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:34:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:34:06.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:06.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:06.590 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:06 smithi050 ceph-mon[92315]: pgmap v20955: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:06.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:06 smithi172 ceph-mon[103696]: pgmap v20955: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:07.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:07.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:08.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:08.459 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:08.692 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:08 smithi172 ceph-mon[103696]: pgmap v20956: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:08 smithi050 ceph-mon[92315]: pgmap v20956: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:09.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:09.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:10.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:10.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:10 smithi050 ceph-mon[92315]: pgmap v20957: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:10.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:10 smithi172 ceph-mon[103696]: pgmap v20957: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:11.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:11.464 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:12.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:12.466 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:12.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:12 smithi050 ceph-mon[92315]: pgmap v20958: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:12 smithi172 ceph-mon[103696]: pgmap v20958: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:13.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:13.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:14.469 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:14.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:14 smithi050 ceph-mon[92315]: pgmap v20959: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:34:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:14 smithi172 ceph-mon[103696]: pgmap v20959: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:34:15.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:15.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:16.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:16.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:16.705 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:16 smithi050 ceph-mon[92315]: pgmap v20960: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:16 smithi172 ceph-mon[103696]: pgmap v20960: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:17.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:17.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:18.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:18.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:18.797 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:18 smithi172 ceph-mon[103696]: pgmap v20961: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:18.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:18 smithi050 ceph-mon[92315]: pgmap v20961: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:19.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:19.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:20.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:20.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:20 smithi050 ceph-mon[92315]: pgmap v20962: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:34:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:20 smithi172 ceph-mon[103696]: pgmap v20962: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:34:21.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:21.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:22.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:22.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:22 smithi050 ceph-mon[92315]: pgmap v20963: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:22 smithi172 ceph-mon[103696]: pgmap v20963: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:23.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:23.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:24.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:24.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:24 smithi050 ceph-mon[92315]: pgmap v20964: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:34:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:24 smithi172 ceph-mon[103696]: pgmap v20964: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:34:25.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:25.489 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:26.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:26.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:26.821 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:26 smithi050 ceph-mon[92315]: pgmap v20965: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:26.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:26 smithi172 ceph-mon[103696]: pgmap v20965: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:27.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:27.492 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:28.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:28.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:28.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:28 smithi050 ceph-mon[92315]: pgmap v20966: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:28.952 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:28 smithi172 ceph-mon[103696]: pgmap v20966: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:29.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:29.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:30.496 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:30.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:30 smithi050 ceph-mon[92315]: pgmap v20967: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:30 smithi172 ceph-mon[103696]: pgmap v20967: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:31.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:31.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:32.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:32.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:32.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:32 smithi050 ceph-mon[92315]: pgmap v20968: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:32 smithi172 ceph-mon[103696]: pgmap v20968: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:33.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:33.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:34.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:34 smithi172 ceph-mon[103696]: pgmap v20969: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:34:34.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:34.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:34 smithi050 ceph-mon[92315]: pgmap v20969: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:34:35.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:35.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:34:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:34:36.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:36.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:36.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:36 smithi050 ceph-mon[92315]: pgmap v20970: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:36 smithi172 ceph-mon[103696]: pgmap v20970: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:37.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:37.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:38.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:38.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:38.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:38 smithi050 ceph-mon[92315]: pgmap v20971: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:38 smithi172 ceph-mon[103696]: pgmap v20971: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:39.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:39.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:40.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:40.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:40.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:40 smithi050 ceph-mon[92315]: pgmap v20972: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:40 smithi172 ceph-mon[103696]: pgmap v20972: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:41.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:41.515 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:42.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:42.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:42 smithi050 ceph-mon[92315]: pgmap v20973: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:42 smithi172 ceph-mon[103696]: pgmap v20973: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:43.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:43.519 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:44.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:44 smithi172 ceph-mon[103696]: pgmap v20974: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:34:44.520 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:44.521 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:44 smithi050 ceph-mon[92315]: pgmap v20974: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:34:45.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:45.522 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:46.523 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:46.524 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:46 smithi050 ceph-mon[92315]: pgmap v20975: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:46 smithi172 ceph-mon[103696]: pgmap v20975: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:47.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:47.525 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:34:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:34:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:34:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:34:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:34:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:34:47.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:34:47.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:34:47.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:34:47.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:34:47.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:34:47.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:34:48.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:48.527 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:49.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:49 smithi050 ceph-mon[92315]: pgmap v20976: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:49.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:49 smithi172 ceph-mon[103696]: pgmap v20976: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:49.528 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:49.529 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:50.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:34:50.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:34:50.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:50.530 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:51.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:51 smithi050 ceph-mon[92315]: pgmap v20977: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:51.376 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:51 smithi172 ceph-mon[103696]: pgmap v20977: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:51.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:51.532 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:52.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:52.534 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:53 smithi050 ceph-mon[92315]: pgmap v20978: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:53.380 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:53 smithi172 ceph-mon[103696]: pgmap v20978: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:53.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:53.535 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:54.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:54.537 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:54 smithi050 ceph-mon[92315]: pgmap v20979: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:34:54.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:54 smithi172 ceph-mon[103696]: pgmap v20979: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:34:55.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:55.539 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:56.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:56.541 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:56.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:56 smithi050 ceph-mon[92315]: pgmap v20980: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:56 smithi172 ceph-mon[103696]: pgmap v20980: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:57.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:57.542 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:58.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:58.544 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:34:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:34:58 smithi050 ceph-mon[92315]: pgmap v20981: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:34:58 smithi172 ceph-mon[103696]: pgmap v20981: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:34:59.545 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:34:59.546 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:00.547 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:00.548 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:00 smithi050 ceph-mon[92315]: pgmap v20982: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:00 smithi172 ceph-mon[103696]: pgmap v20982: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:01.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:01.549 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:02.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:02.551 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:02.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:02 smithi050 ceph-mon[92315]: pgmap v20983: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:02.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:02 smithi172 ceph-mon[103696]: pgmap v20983: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:03.552 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:03.928 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:04.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:04.554 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:04 smithi050 ceph-mon[92315]: pgmap v20984: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:35:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:04 smithi172 ceph-mon[103696]: pgmap v20984: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:35:05.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:05.556 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:35:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:35:06.557 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:06.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:06.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:06 smithi050 ceph-mon[92315]: pgmap v20985: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:06 smithi172 ceph-mon[103696]: pgmap v20985: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:07.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:07.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:08.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:08.561 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:08.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:08 smithi050 ceph-mon[92315]: pgmap v20986: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:08 smithi172 ceph-mon[103696]: pgmap v20986: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:09.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:09.563 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:10.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:10.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:10 smithi050 ceph-mon[92315]: pgmap v20987: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:10 smithi172 ceph-mon[103696]: pgmap v20987: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:11.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:11.566 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:12.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:12.568 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:12.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:12 smithi050 ceph-mon[92315]: pgmap v20988: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:12.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:12 smithi172 ceph-mon[103696]: pgmap v20988: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:13.570 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:13.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:14.571 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:14.574 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:14 smithi050 ceph-mon[92315]: pgmap v20989: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:35:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:14 smithi172 ceph-mon[103696]: pgmap v20989: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:35:15.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:15.573 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:16.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:16.575 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:16 smithi050 ceph-mon[92315]: pgmap v20990: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:16 smithi172 ceph-mon[103696]: pgmap v20990: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:17.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:17.576 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:18.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:18.578 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:18.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:18 smithi050 ceph-mon[92315]: pgmap v20991: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:18 smithi172 ceph-mon[103696]: pgmap v20991: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:19.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:19.580 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:20.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:20.582 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:20 smithi050 ceph-mon[92315]: pgmap v20992: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:35:20.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:20 smithi172 ceph-mon[103696]: pgmap v20992: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:20.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:35:21.583 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:21.584 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:22.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:22.585 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:22 smithi050 ceph-mon[92315]: pgmap v20993: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:22.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:22 smithi172 ceph-mon[103696]: pgmap v20993: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:23.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:23.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:24.482 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:24 smithi172 ceph-mon[103696]: pgmap v20994: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:35:24.588 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:24.589 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:24 smithi050 ceph-mon[92315]: pgmap v20994: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:35:25.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:25.590 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:26.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:26.592 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:26 smithi050 ceph-mon[92315]: pgmap v20995: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:26 smithi172 ceph-mon[103696]: pgmap v20995: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:27.593 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:27.594 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:28.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:28.595 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:28.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:28 smithi050 ceph-mon[92315]: pgmap v20996: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:28.886 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:28 smithi172 ceph-mon[103696]: pgmap v20996: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:29.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:29.597 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:30.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:30.599 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:30.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:30 smithi050 ceph-mon[92315]: pgmap v20997: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:30 smithi172 ceph-mon[103696]: pgmap v20997: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:31.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:31.600 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:32.601 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:32.852 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:32.852 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:32 smithi050 ceph-mon[92315]: pgmap v20998: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:32 smithi172 ceph-mon[103696]: pgmap v20998: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:33.603 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:33.650 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:34.587 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:34 smithi172 ceph-mon[103696]: pgmap v20999: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:35:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:34 smithi050 ceph-mon[92315]: pgmap v20999: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:35:34.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:34.605 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:35:35.606 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:35.607 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:35:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:36 smithi050 ceph-mon[92315]: pgmap v21000: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:36.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:36.608 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:36 smithi172 ceph-mon[103696]: pgmap v21000: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:37.610 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:37.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:38.611 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:38.612 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:38 smithi050 ceph-mon[92315]: pgmap v21001: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:39.006 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:38 smithi172 ceph-mon[103696]: pgmap v21001: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:39.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:39.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:40.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:40.615 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:40 smithi050 ceph-mon[92315]: pgmap v21002: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:40 smithi172 ceph-mon[103696]: pgmap v21002: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:41.616 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:41.617 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:42.618 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:42.882 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:42.882 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:42 smithi172 ceph-mon[103696]: pgmap v21003: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:42.883 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:42 smithi050 ceph-mon[92315]: pgmap v21003: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:43.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:43.620 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:44.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:44 smithi050 ceph-mon[92315]: pgmap v21004: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:35:44.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:44.621 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:44 smithi172 ceph-mon[103696]: pgmap v21004: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:35:45.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:45.623 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:46.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:46.625 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:46.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:46 smithi050 ceph-mon[92315]: pgmap v21005: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:46 smithi172 ceph-mon[103696]: pgmap v21005: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:47.626 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:47.627 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:47.738 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:47 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:35:47.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:47 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:35:48.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:48.628 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:48 smithi050 ceph-mon[92315]: pgmap v21006: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:48.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:48 smithi172 ceph-mon[103696]: pgmap v21006: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:49.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:49.630 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:50.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:50.631 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:50 smithi050 ceph-mon[92315]: pgmap v21007: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:35:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:50 smithi172 ceph-mon[103696]: pgmap v21007: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:35:51.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:51.633 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:52.634 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:52.635 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:53.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:52 smithi050 ceph-mon[92315]: pgmap v21008: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:53.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:35:53.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:35:53.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:35:53.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:35:53.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:35:53.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:35:53.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:52 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:35:53.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:52 smithi172 ceph-mon[103696]: pgmap v21008: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:53.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:35:53.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:35:53.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:35:53.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:35:53.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:35:53.127 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:35:53.128 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:52 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:35:53.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:53.636 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:54.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:54 smithi050 ceph-mon[92315]: pgmap v21009: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:35:54.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:54 smithi172 ceph-mon[103696]: pgmap v21009: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:35:54.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:54.638 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:55.639 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:55.640 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:56.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:56.641 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:56.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:56 smithi050 ceph-mon[92315]: pgmap v21010: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:56.965 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:56 smithi172 ceph-mon[103696]: pgmap v21010: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:57.643 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:57.652 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:58.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:58.645 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:35:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:35:58 smithi050 ceph-mon[92315]: pgmap v21011: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:35:58 smithi172 ceph-mon[103696]: pgmap v21011: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:35:59.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:35:59.646 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:00.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:00.648 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:00 smithi050 ceph-mon[92315]: pgmap v21012: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:00 smithi172 ceph-mon[103696]: pgmap v21012: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:01.649 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:01.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:02.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:02.651 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:02.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:02 smithi050 ceph-mon[92315]: pgmap v21013: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:02 smithi172 ceph-mon[103696]: pgmap v21013: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:03.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:03.653 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:04 smithi050 ceph-mon[92315]: pgmap v21014: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:36:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:04 smithi172 ceph-mon[103696]: pgmap v21014: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:36:04.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:04.654 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:36:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:36:05.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:05.656 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:06.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:06 smithi050 ceph-mon[92315]: pgmap v21015: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:06 smithi172 ceph-mon[103696]: pgmap v21015: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:06.657 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:06.658 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:07.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:07.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:08.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:08.661 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:08 smithi050 ceph-mon[92315]: pgmap v21016: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:08 smithi172 ceph-mon[103696]: pgmap v21016: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:09.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:09.663 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:10.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:10.665 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:10 smithi050 ceph-mon[92315]: pgmap v21017: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:10.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:10 smithi172 ceph-mon[103696]: pgmap v21017: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:11.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:11.666 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:12.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:12.668 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:12 smithi050 ceph-mon[92315]: pgmap v21018: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:12 smithi172 ceph-mon[103696]: pgmap v21018: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:13.669 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:13.670 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:14 smithi050 ceph-mon[92315]: pgmap v21019: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:36:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:14 smithi172 ceph-mon[103696]: pgmap v21019: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:36:14.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:14.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:15.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:15.673 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:16.674 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:16.675 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:16 smithi050 ceph-mon[92315]: pgmap v21020: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:16 smithi172 ceph-mon[103696]: pgmap v21020: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:17.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:17.676 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:18.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:18.678 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:18.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:18 smithi050 ceph-mon[92315]: pgmap v21021: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:18.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:18 smithi172 ceph-mon[103696]: pgmap v21021: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:19.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:19.679 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:20.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:20.681 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:20 smithi050 ceph-mon[92315]: pgmap v21022: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:36:20.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:20 smithi172 ceph-mon[103696]: pgmap v21022: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:20.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:36:21.682 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:21.683 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:22.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:22.684 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:22 smithi050 ceph-mon[92315]: pgmap v21023: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:22 smithi172 ceph-mon[103696]: pgmap v21023: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:23.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:23.686 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:24 smithi050 ceph-mon[92315]: pgmap v21024: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:36:24.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:24 smithi172 ceph-mon[103696]: pgmap v21024: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:36:24.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:24.687 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:25.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:25.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:26.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:26.691 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:26.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:26 smithi050 ceph-mon[92315]: pgmap v21025: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:26.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:26 smithi172 ceph-mon[103696]: pgmap v21025: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:27.692 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:27.693 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:28.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:28 smithi050 ceph-mon[92315]: pgmap v21026: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:28.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:28.694 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:28.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:28 smithi172 ceph-mon[103696]: pgmap v21026: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:29.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:29.696 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:30.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:30.698 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:30 smithi050 ceph-mon[92315]: pgmap v21027: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:30.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:30 smithi172 ceph-mon[103696]: pgmap v21027: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:31.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:31.699 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:32.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:32.701 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:32.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:32 smithi050 ceph-mon[92315]: pgmap v21028: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:32 smithi172 ceph-mon[103696]: pgmap v21028: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:33.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:33.702 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:34 smithi050 ceph-mon[92315]: pgmap v21029: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:36:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:34 smithi172 ceph-mon[103696]: pgmap v21029: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:36:34.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:34.704 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:36:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:36:35.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:35.706 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:36.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:36 smithi050 ceph-mon[92315]: pgmap v21030: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:36 smithi172 ceph-mon[103696]: pgmap v21030: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:36.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:36.707 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:37.709 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:37.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:38.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:38 smithi050 ceph-mon[92315]: pgmap v21031: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:38.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:38.711 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:38.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:38 smithi172 ceph-mon[103696]: pgmap v21031: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:39.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:39.712 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:40.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:40 smithi172 ceph-mon[103696]: pgmap v21032: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:40.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:40.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:40.873 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:40 smithi050 ceph-mon[92315]: pgmap v21032: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:41.715 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:41.716 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:42.717 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:42.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:42.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:42 smithi050 ceph-mon[92315]: pgmap v21033: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:42 smithi172 ceph-mon[103696]: pgmap v21033: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:43.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:43.719 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:44 smithi050 ceph-mon[92315]: pgmap v21034: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:36:44.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:44 smithi172 ceph-mon[103696]: pgmap v21034: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:36:44.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:44.721 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:45.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:45.722 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:46.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:46.724 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:46 smithi050 ceph-mon[92315]: pgmap v21035: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:46 smithi172 ceph-mon[103696]: pgmap v21035: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:47.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:47.726 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:48.727 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:48.728 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:48 smithi050 ceph-mon[92315]: pgmap v21036: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:48 smithi172 ceph-mon[103696]: pgmap v21036: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:49.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:49.729 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:50.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:50 smithi172 ceph-mon[103696]: pgmap v21037: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:50.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:36:50.731 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:50.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:50 smithi050 ceph-mon[92315]: pgmap v21037: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:36:51.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:51.733 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:52.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:52.734 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:52 smithi050 ceph-mon[92315]: pgmap v21038: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:52 smithi172 ceph-mon[103696]: pgmap v21038: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:53.735 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:53.736 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:53.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:36:53.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:36:53.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:36:53.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:36:53.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:36:53.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:36:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:36:53.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:36:53.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:36:53.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:36:53.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:36:53.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:36:54.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:54.737 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:54 smithi050 ceph-mon[92315]: pgmap v21039: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:36:54.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:54 smithi172 ceph-mon[103696]: pgmap v21039: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:36:55.738 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:55.739 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:56.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:56.740 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:56 smithi050 ceph-mon[92315]: pgmap v21040: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:56 smithi172 ceph-mon[103696]: pgmap v21040: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:57.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:57.742 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:58.743 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:58.744 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:36:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:36:58 smithi050 ceph-mon[92315]: pgmap v21041: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:36:58 smithi172 ceph-mon[103696]: pgmap v21041: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:36:59.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:36:59.745 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:00.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:00.747 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:00 smithi050 ceph-mon[92315]: pgmap v21042: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:00 smithi172 ceph-mon[103696]: pgmap v21042: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:01.748 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:01.749 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:02.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:02.750 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:02 smithi050 ceph-mon[92315]: pgmap v21043: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:02.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:02 smithi172 ceph-mon[103696]: pgmap v21043: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:03.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:03.752 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:04 smithi050 ceph-mon[92315]: pgmap v21044: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:37:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:04 smithi172 ceph-mon[103696]: pgmap v21044: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:37:04.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:04.753 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:05.529 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:37:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:37:05.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:05.755 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:06.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:06 smithi050 ceph-mon[92315]: pgmap v21045: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:06 smithi172 ceph-mon[103696]: pgmap v21045: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:06.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:06.756 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:07.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:07.758 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:08.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:08.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:08 smithi050 ceph-mon[92315]: pgmap v21046: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:08 smithi172 ceph-mon[103696]: pgmap v21046: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:09.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:09.761 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:10.762 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:10.763 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:10 smithi050 ceph-mon[92315]: pgmap v21047: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:10 smithi172 ceph-mon[103696]: pgmap v21047: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:11.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:11.765 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:12.766 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:12.925 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:12.926 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:12 smithi172 ceph-mon[103696]: pgmap v21048: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:12.926 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:12 smithi050 ceph-mon[92315]: pgmap v21048: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:13.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:13.768 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:14 smithi050 ceph-mon[92315]: pgmap v21049: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:37:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:14 smithi172 ceph-mon[103696]: pgmap v21049: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:37:14.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:14.769 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:15.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:15.771 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:16.772 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:16.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:16.905 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:16 smithi172 ceph-mon[103696]: pgmap v21050: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:16.906 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:16 smithi050 ceph-mon[92315]: pgmap v21050: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:17.774 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:17.811 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:18.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:18 smithi050 ceph-mon[92315]: pgmap v21051: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:18.775 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:18.776 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:18.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:18 smithi172 ceph-mon[103696]: pgmap v21051: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:19.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:19.777 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:20.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:20.779 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:20 smithi050 ceph-mon[92315]: pgmap v21052: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:37:20.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:20 smithi172 ceph-mon[103696]: pgmap v21052: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:20.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:37:21.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:21.780 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:22.782 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:22.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:22 smithi050 ceph-mon[92315]: pgmap v21053: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:22 smithi172 ceph-mon[103696]: pgmap v21053: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:23.783 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:23.784 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:24 smithi050 ceph-mon[92315]: pgmap v21054: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:37:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:24 smithi172 ceph-mon[103696]: pgmap v21054: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:37:24.785 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:24.786 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:25.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:25.787 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:26.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:26.789 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:26 smithi050 ceph-mon[92315]: pgmap v21055: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:27.000 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:26 smithi172 ceph-mon[103696]: pgmap v21055: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:27.790 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:27.791 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:28.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:28.792 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:28 smithi050 ceph-mon[92315]: pgmap v21056: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:28 smithi172 ceph-mon[103696]: pgmap v21056: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:29.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:29.794 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:30.791 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:30 smithi172 ceph-mon[103696]: pgmap v21057: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:30.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:30.795 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:30 smithi050 ceph-mon[92315]: pgmap v21057: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:31.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:31.797 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:32.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:32.799 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:32 smithi050 ceph-mon[92315]: pgmap v21058: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:32 smithi172 ceph-mon[103696]: pgmap v21058: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:33.800 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:33.801 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:34 smithi050 ceph-mon[92315]: pgmap v21059: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:37:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:34 smithi172 ceph-mon[103696]: pgmap v21059: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:37:34.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:34.802 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:37:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:37:35.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:35.804 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:36.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:36 smithi050 ceph-mon[92315]: pgmap v21060: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:36 smithi172 ceph-mon[103696]: pgmap v21060: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:36.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:36.805 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:37.807 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:38.117 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:38.809 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:38.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:38.892 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:38 smithi172 ceph-mon[103696]: pgmap v21061: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:38.893 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:38 smithi050 ceph-mon[92315]: pgmap v21061: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:39.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:39.810 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:40.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:40.812 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:40 smithi050 ceph-mon[92315]: pgmap v21062: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:40.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:40 smithi172 ceph-mon[103696]: pgmap v21062: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:41.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:41.813 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:42.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:42.815 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:42.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:42 smithi050 ceph-mon[92315]: pgmap v21063: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:42 smithi172 ceph-mon[103696]: pgmap v21063: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:43.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:43.817 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:44.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:44 smithi050 ceph-mon[92315]: pgmap v21064: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:37:44.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:44 smithi172 ceph-mon[103696]: pgmap v21064: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:37:44.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:44.818 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:45.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:45.820 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:46.821 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:46.822 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:46 smithi050 ceph-mon[92315]: pgmap v21065: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:46 smithi172 ceph-mon[103696]: pgmap v21065: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:47.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:47.823 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:48.825 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:49.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:49.009 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:48 smithi172 ceph-mon[103696]: pgmap v21066: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:49.009 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:48 smithi050 ceph-mon[92315]: pgmap v21066: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:49.826 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:49.827 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:50.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:50.828 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:50 smithi050 ceph-mon[92315]: pgmap v21067: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:37:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:50 smithi172 ceph-mon[103696]: pgmap v21067: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:50.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:37:51.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:51.830 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:52.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:52.832 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:52 smithi050 ceph-mon[92315]: pgmap v21068: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:52 smithi172 ceph-mon[103696]: pgmap v21068: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:53.833 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:53.834 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:53.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:53 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:37:53.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:53 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:37:54.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:54.835 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:54.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:54 smithi050 ceph-mon[92315]: pgmap v21069: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:37:54.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:54 smithi172 ceph-mon[103696]: pgmap v21069: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:37:55.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:55.836 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:56.837 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:56.838 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:56 smithi050 ceph-mon[92315]: pgmap v21070: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:56.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:56 smithi172 ceph-mon[103696]: pgmap v21070: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:57.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:57.839 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:58.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:58.840 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:37:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:37:58 smithi050 ceph-mon[92315]: pgmap v21071: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:37:58 smithi172 ceph-mon[103696]: pgmap v21071: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:37:59.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:37:59.841 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:00.842 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:00.843 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:00 smithi050 ceph-mon[92315]: pgmap v21072: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:38:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:00 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:38:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:00 smithi172 ceph-mon[103696]: pgmap v21072: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:38:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:00 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:38:01.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:01.844 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:01.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:38:01.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:38:01.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:38:01.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:38:01.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:38:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:38:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:38:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:38:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:38:01.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:38:02.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:02.846 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:03.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:02 smithi050 ceph-mon[92315]: pgmap v21073: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:03.126 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:02 smithi172 ceph-mon[103696]: pgmap v21073: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:03.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:03.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:04.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:04 smithi050 ceph-mon[92315]: pgmap v21074: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:38:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:04 smithi172 ceph-mon[103696]: pgmap v21074: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:38:04.849 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:04.850 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:38:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:38:05.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:05.851 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:06 smithi050 ceph-mon[92315]: pgmap v21075: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:06 smithi172 ceph-mon[103696]: pgmap v21075: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:06.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:06.853 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:07.854 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:07.855 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:08 smithi050 ceph-mon[92315]: pgmap v21076: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:08.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:08.856 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:08 smithi172 ceph-mon[103696]: pgmap v21076: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:09.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:09.858 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:10.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:10 smithi050 ceph-mon[92315]: pgmap v21077: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:10.859 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:10.860 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:10 smithi172 ceph-mon[103696]: pgmap v21077: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:11.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:11.861 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:12.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:12 smithi050 ceph-mon[92315]: pgmap v21078: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:12.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:12.863 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:12 smithi172 ceph-mon[103696]: pgmap v21078: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:13.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:13.865 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:14 smithi050 ceph-mon[92315]: pgmap v21079: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:38:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:14 smithi172 ceph-mon[103696]: pgmap v21079: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:38:14.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:14.866 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:15.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:15.868 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:16.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:16 smithi172 ceph-mon[103696]: pgmap v21080: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:16 smithi050 ceph-mon[92315]: pgmap v21080: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:16.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:16.870 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:17.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:17.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:18 smithi050 ceph-mon[92315]: pgmap v21081: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:18.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:18.873 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:18 smithi172 ceph-mon[103696]: pgmap v21081: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:19.874 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:19.875 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:20 smithi050 ceph-mon[92315]: pgmap v21082: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:38:20.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:20.876 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:20.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:20 smithi172 ceph-mon[103696]: pgmap v21082: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:20.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:38:21.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:21.878 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:22.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:22 smithi050 ceph-mon[92315]: pgmap v21083: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:22 smithi172 ceph-mon[103696]: pgmap v21083: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:22.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:22.880 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:23.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:23.881 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:24.496 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:24 smithi050 ceph-mon[92315]: pgmap v21084: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:38:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:24 smithi172 ceph-mon[103696]: pgmap v21084: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:38:24.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:24.883 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:25.884 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:25.885 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:26.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:26 smithi172 ceph-mon[103696]: pgmap v21085: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:26.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:26 smithi050 ceph-mon[92315]: pgmap v21085: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:26.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:26.887 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:27.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:27.888 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:28 smithi050 ceph-mon[92315]: pgmap v21086: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:28 smithi172 ceph-mon[103696]: pgmap v21086: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:28.889 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:28.890 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:29.891 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:29.892 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:30.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:30 smithi050 ceph-mon[92315]: pgmap v21087: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:30.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:30 smithi172 ceph-mon[103696]: pgmap v21087: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:30.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:30.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:31.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:31.895 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:32 smithi050 ceph-mon[92315]: pgmap v21088: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:32.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:32 smithi172 ceph-mon[103696]: pgmap v21088: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:32.896 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:32.897 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:33.898 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:33.899 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:34 smithi050 ceph-mon[92315]: pgmap v21089: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:38:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:34 smithi172 ceph-mon[103696]: pgmap v21089: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:38:34.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:34.900 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:38:35.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:38:35.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:35.902 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:36.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:36 smithi050 ceph-mon[92315]: pgmap v21090: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:36 smithi172 ceph-mon[103696]: pgmap v21090: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:36.903 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:36.904 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:37.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:37.905 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:38.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:38 smithi050 ceph-mon[92315]: pgmap v21091: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:38 smithi172 ceph-mon[103696]: pgmap v21091: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:38.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:38.907 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:39.908 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:39.909 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:40 smithi050 ceph-mon[92315]: pgmap v21092: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:40.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:40 smithi172 ceph-mon[103696]: pgmap v21092: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:40.910 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:40.911 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:41.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:41.912 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:42 smithi050 ceph-mon[92315]: pgmap v21093: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:42 smithi172 ceph-mon[103696]: pgmap v21093: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:42.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:42.914 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:43.915 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:43.916 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:44 smithi050 ceph-mon[92315]: pgmap v21094: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:38:44.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:44 smithi172 ceph-mon[103696]: pgmap v21094: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:38:44.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:44.917 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:45.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:45.919 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:46 smithi050 ceph-mon[92315]: pgmap v21095: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:46 smithi172 ceph-mon[103696]: pgmap v21095: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:46.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:46.921 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:47.922 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:47.923 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:48.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:48 smithi050 ceph-mon[92315]: pgmap v21096: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:48 smithi172 ceph-mon[103696]: pgmap v21096: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:48.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:48.924 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:49.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:49.926 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:50 smithi050 ceph-mon[92315]: pgmap v21097: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:38:50.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:50 smithi172 ceph-mon[103696]: pgmap v21097: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:50.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:38:50.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:50.927 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:51.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:51.929 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:52.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:52 smithi050 ceph-mon[92315]: pgmap v21098: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:52 smithi172 ceph-mon[103696]: pgmap v21098: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:52.930 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:52.931 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:53.932 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:53.933 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:54 smithi050 ceph-mon[92315]: pgmap v21099: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:38:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:54 smithi172 ceph-mon[103696]: pgmap v21099: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:38:54.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:54.934 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:55.935 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:55.936 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:56 smithi050 ceph-mon[92315]: pgmap v21100: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:56 smithi172 ceph-mon[103696]: pgmap v21100: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:56.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:56.937 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:57.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:57.939 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:38:58 smithi050 ceph-mon[92315]: pgmap v21101: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:58.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:38:58 smithi172 ceph-mon[103696]: pgmap v21101: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:38:58.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:58.941 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:38:59.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:38:59.942 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:00 smithi050 ceph-mon[92315]: pgmap v21102: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:00 smithi172 ceph-mon[103696]: pgmap v21102: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:00.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:00.944 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:01.734 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:39:01.734 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:39:01.734 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:01 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:39:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:39:01.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:39:01.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:01 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:39:01.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:01.945 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:02.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:02 smithi050 ceph-mon[92315]: pgmap v21103: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:02.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:39:02.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:39:02.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:39:02.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:39:02.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:39:02.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:02 smithi172 ceph-mon[103696]: pgmap v21103: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:02.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:39:02.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:39:02.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:39:02.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:39:02.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:39:02.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:02.947 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:03.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:03.948 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:04 smithi050 ceph-mon[92315]: pgmap v21104: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:39:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:04 smithi172 ceph-mon[103696]: pgmap v21104: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:39:04.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:04.950 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:39:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:39:05.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:05.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:06.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:06 smithi050 ceph-mon[92315]: pgmap v21105: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:06 smithi172 ceph-mon[103696]: pgmap v21105: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:06.953 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:06.954 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:07.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:07.955 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:08 smithi050 ceph-mon[92315]: pgmap v21106: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:08.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:08 smithi172 ceph-mon[103696]: pgmap v21106: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:08.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:08.957 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:09.958 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:09.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:10.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:10 smithi050 ceph-mon[92315]: pgmap v21107: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:10 smithi172 ceph-mon[103696]: pgmap v21107: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:10.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:10.961 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:11.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:11.962 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:12.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:12 smithi050 ceph-mon[92315]: pgmap v21108: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:12 smithi172 ceph-mon[103696]: pgmap v21108: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:12.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:12.964 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:13.965 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:14.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:14 smithi050 ceph-mon[92315]: pgmap v21109: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:39:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:14 smithi172 ceph-mon[103696]: pgmap v21109: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:39:14.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:14.967 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:15.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:15.969 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:16 smithi050 ceph-mon[92315]: pgmap v21110: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:16 smithi172 ceph-mon[103696]: pgmap v21110: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:16.970 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:17.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:17.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:17.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:18.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:18 smithi050 ceph-mon[92315]: pgmap v21111: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:18.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:18 smithi172 ceph-mon[103696]: pgmap v21111: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:18.973 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:18.974 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:19.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:19.975 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:20 smithi050 ceph-mon[92315]: pgmap v21112: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:39:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:20 smithi172 ceph-mon[103696]: pgmap v21112: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:20.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:39:20.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:20.977 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:21.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:21.979 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:22.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:22 smithi050 ceph-mon[92315]: pgmap v21113: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:22 smithi172 ceph-mon[103696]: pgmap v21113: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:22.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:22.980 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:23.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:23.982 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:24 smithi050 ceph-mon[92315]: pgmap v21114: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:39:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:24 smithi172 ceph-mon[103696]: pgmap v21114: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:39:24.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:24.984 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:25.985 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:25.986 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:26 smithi050 ceph-mon[92315]: pgmap v21115: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:26 smithi172 ceph-mon[103696]: pgmap v21115: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:26.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:26.987 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:27.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:27.989 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:28 smithi050 ceph-mon[92315]: pgmap v21116: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:28 smithi172 ceph-mon[103696]: pgmap v21116: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:28.990 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:29.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:29.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:29.992 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:30.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:30 smithi050 ceph-mon[92315]: pgmap v21117: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:30.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:30 smithi172 ceph-mon[103696]: pgmap v21117: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:30.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:30.994 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:31.995 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:31.996 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:32 smithi050 ceph-mon[92315]: pgmap v21118: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:32 smithi172 ceph-mon[103696]: pgmap v21118: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:32.997 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:32.998 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:33.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:33.999 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:34 smithi050 ceph-mon[92315]: pgmap v21119: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:39:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:34 smithi172 ceph-mon[103696]: pgmap v21119: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:39:35.000 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:35.001 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:39:35.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:39:36.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:36.002 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:36 smithi050 ceph-mon[92315]: pgmap v21120: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:36 smithi172 ceph-mon[103696]: pgmap v21120: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:37.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:37.004 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:38.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:38.006 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:38 smithi050 ceph-mon[92315]: pgmap v21121: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:38 smithi172 ceph-mon[103696]: pgmap v21121: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:39.007 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:39.008 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:40.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:40.009 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:40 smithi050 ceph-mon[92315]: pgmap v21122: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:40.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:40 smithi172 ceph-mon[103696]: pgmap v21122: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:41.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:41.011 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:42.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:42.013 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:42 smithi050 ceph-mon[92315]: pgmap v21123: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:42 smithi172 ceph-mon[103696]: pgmap v21123: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:43.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:43.014 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:44.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:44.016 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:44 smithi050 ceph-mon[92315]: pgmap v21124: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:39:44.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:44 smithi172 ceph-mon[103696]: pgmap v21124: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:39:45.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:45.018 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:46.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:46.020 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:46 smithi050 ceph-mon[92315]: pgmap v21125: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:46 smithi172 ceph-mon[103696]: pgmap v21125: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:47.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:47.021 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:48.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:48.023 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:48 smithi050 ceph-mon[92315]: pgmap v21126: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:48.983 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:48 smithi172 ceph-mon[103696]: pgmap v21126: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:49.025 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:49.097 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:50.026 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:50.027 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:50 smithi050 ceph-mon[92315]: pgmap v21127: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:39:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:50 smithi172 ceph-mon[103696]: pgmap v21127: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:50.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:39:51.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:51.028 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:52.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:52.030 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:52.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:52 smithi172 ceph-mon[103696]: pgmap v21128: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:52 smithi050 ceph-mon[92315]: pgmap v21128: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:53.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:53.032 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:54.033 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:54.034 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:54.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:54 smithi050 ceph-mon[92315]: pgmap v21129: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:39:54.850 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:54 smithi172 ceph-mon[103696]: pgmap v21129: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:39:55.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:55.035 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:56.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:56.037 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:56 smithi050 ceph-mon[92315]: pgmap v21130: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:56 smithi172 ceph-mon[103696]: pgmap v21130: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:57.038 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:57.039 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:58.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:58.040 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:39:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:39:58 smithi050 ceph-mon[92315]: pgmap v21131: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:58.941 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:39:58 smithi172 ceph-mon[103696]: pgmap v21131: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:39:59.042 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:39:59.517 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:00.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:00.043 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:00 smithi050 ceph-mon[92315]: pgmap v21132: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:00 smithi050 ceph-mon[92315]: overall HEALTH_OK 2023-10-01T01:40:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:00 smithi172 ceph-mon[103696]: pgmap v21132: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:00 smithi172 ceph-mon[103696]: overall HEALTH_OK 2023-10-01T01:40:01.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:01.045 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:02.046 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:02.047 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:02.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:02 smithi172 ceph-mon[103696]: pgmap v21133: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:02.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:02 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:40:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:02 smithi050 ceph-mon[92315]: pgmap v21133: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:02.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:02 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:40:03.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:03.048 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:03.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:40:03.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:40:03.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:40:03.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:40:03.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:40:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:40:03.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:40:03.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:40:03.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:40:03.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:40:04.049 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:04.050 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:04.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:04 smithi050 ceph-mon[92315]: pgmap v21134: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:40:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:04 smithi172 ceph-mon[103696]: pgmap v21134: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:40:05.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:05.051 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:05.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:40:05.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:40:06.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:06.053 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:06.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:06 smithi050 ceph-mon[92315]: pgmap v21135: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:06.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:06 smithi172 ceph-mon[103696]: pgmap v21135: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:07.054 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:07.055 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:08.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:08.056 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:08 smithi050 ceph-mon[92315]: pgmap v21136: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:08.901 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:08 smithi172 ceph-mon[103696]: pgmap v21136: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:09.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:09.058 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:10.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:10.060 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:10 smithi050 ceph-mon[92315]: pgmap v21137: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:10 smithi172 ceph-mon[103696]: pgmap v21137: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:11.061 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:11.062 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:12.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:12.063 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:12 smithi050 ceph-mon[92315]: pgmap v21138: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:12.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:12 smithi172 ceph-mon[103696]: pgmap v21138: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:13.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:13.065 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:14.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:14.067 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:14.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:14 smithi050 ceph-mon[92315]: pgmap v21139: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:40:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:14 smithi172 ceph-mon[103696]: pgmap v21139: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:40:15.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:15.069 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:16.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:16.070 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:16 smithi050 ceph-mon[92315]: pgmap v21140: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:16 smithi172 ceph-mon[103696]: pgmap v21140: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:17.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:17.072 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:18.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:18.074 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:18 smithi050 ceph-mon[92315]: pgmap v21141: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:18.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:18 smithi172 ceph-mon[103696]: pgmap v21141: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:19.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:19.075 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:20.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:20.077 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:20.815 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:20 smithi050 ceph-mon[92315]: pgmap v21142: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:20.815 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:40:20.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:20 smithi172 ceph-mon[103696]: pgmap v21142: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:20.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:40:21.078 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:21.079 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:22.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:22.081 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:22 smithi050 ceph-mon[92315]: pgmap v21143: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:22 smithi172 ceph-mon[103696]: pgmap v21143: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:23.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:23.082 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:24.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:24.084 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:24 smithi050 ceph-mon[92315]: pgmap v21144: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:40:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:24 smithi172 ceph-mon[103696]: pgmap v21144: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:40:25.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:25.086 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:26.088 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:26.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:26 smithi050 ceph-mon[92315]: pgmap v21145: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:26.886 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:26 smithi172 ceph-mon[103696]: pgmap v21145: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:27.089 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:27.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:28.091 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:28.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:28 smithi050 ceph-mon[92315]: pgmap v21146: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:28 smithi172 ceph-mon[103696]: pgmap v21146: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:29.092 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:29.093 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:30.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:30.094 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:30 smithi050 ceph-mon[92315]: pgmap v21147: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:30 smithi172 ceph-mon[103696]: pgmap v21147: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:31.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:31.096 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:32.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:32.098 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:32 smithi050 ceph-mon[92315]: pgmap v21148: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:32 smithi172 ceph-mon[103696]: pgmap v21148: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:33.100 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:34.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:34.194 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:34.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:34 smithi050 ceph-mon[92315]: pgmap v21149: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:40:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:34 smithi172 ceph-mon[103696]: pgmap v21149: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:40:35.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:35.103 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:40:35.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:40:36.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:36.105 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:36 smithi050 ceph-mon[92315]: pgmap v21150: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:36 smithi172 ceph-mon[103696]: pgmap v21150: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:37.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:37.106 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:38.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:38.108 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:38.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:38 smithi050 ceph-mon[92315]: pgmap v21151: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:38.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:38 smithi172 ceph-mon[103696]: pgmap v21151: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:39.109 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:39.553 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:40.112 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:40.689 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:40.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:40 smithi050 ceph-mon[92315]: pgmap v21152: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:40.917 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:40 smithi172 ceph-mon[103696]: pgmap v21152: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:41.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:41.113 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:42.114 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:42.363 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:42.780 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:42 smithi172 ceph-mon[103696]: pgmap v21153: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:42.975 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:42 smithi050 ceph-mon[92315]: pgmap v21153: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:43.116 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:43.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:44.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:44.118 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:44.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:44 smithi050 ceph-mon[92315]: pgmap v21154: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:40:44.680 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:44 smithi172 ceph-mon[103696]: pgmap v21154: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:40:45.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:45.120 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:46.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:46.121 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:46.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:46 smithi050 ceph-mon[92315]: pgmap v21155: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:46 smithi172 ceph-mon[103696]: pgmap v21155: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:47.122 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:47.123 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:48.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:48.124 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:48 smithi050 ceph-mon[92315]: pgmap v21156: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:48.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:48 smithi172 ceph-mon[103696]: pgmap v21156: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:49.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:49.126 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:50.127 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:50.128 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:50 smithi050 ceph-mon[92315]: pgmap v21157: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:40:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:50 smithi172 ceph-mon[103696]: pgmap v21157: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:40:51.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:51.129 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:52.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:52.131 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:52 smithi050 ceph-mon[92315]: pgmap v21158: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:53.004 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:52 smithi172 ceph-mon[103696]: pgmap v21158: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:53.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:53.132 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:54.134 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:54.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:54 smithi050 ceph-mon[92315]: pgmap v21159: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:40:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:54 smithi172 ceph-mon[103696]: pgmap v21159: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:40:55.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:55.136 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:56.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:56.138 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:56 smithi050 ceph-mon[92315]: pgmap v21160: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:56 smithi172 ceph-mon[103696]: pgmap v21160: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:57.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:57.139 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:58.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:58.141 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:40:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:40:58 smithi050 ceph-mon[92315]: pgmap v21161: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:58.906 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:40:58 smithi172 ceph-mon[103696]: pgmap v21161: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:40:59.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:40:59.143 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:00.144 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:00.180 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:00 smithi050 ceph-mon[92315]: pgmap v21162: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:00 smithi172 ceph-mon[103696]: pgmap v21162: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:01.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:01.146 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:02.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:02.148 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:02 smithi050 ceph-mon[92315]: pgmap v21163: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:02 smithi172 ceph-mon[103696]: pgmap v21163: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:03.149 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:03.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:03.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:41:03.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:41:03.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:03 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:41:03.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:41:03.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:41:03.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:03 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:41:04.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:04.151 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:04.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:04 smithi050 ceph-mon[92315]: pgmap v21164: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:41:04.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:41:04.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:41:04.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:41:04.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:41:04.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:41:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:04 smithi172 ceph-mon[103696]: pgmap v21164: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:41:04.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:41:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:41:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:41:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:41:04.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:41:05.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:05.152 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:05.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:41:05.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:41:06.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:06.154 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:06 smithi050 ceph-mon[92315]: pgmap v21165: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:06.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:06 smithi172 ceph-mon[103696]: pgmap v21165: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:07.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:07.156 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:08.157 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:08.158 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:08.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:08 smithi050 ceph-mon[92315]: pgmap v21166: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:08.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:08 smithi172 ceph-mon[103696]: pgmap v21166: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:09.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:09.159 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:10.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:10.161 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:10 smithi050 ceph-mon[92315]: pgmap v21167: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:10 smithi172 ceph-mon[103696]: pgmap v21167: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:11.162 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:11.163 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:12.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:12.164 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:12 smithi050 ceph-mon[92315]: pgmap v21168: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:12 smithi172 ceph-mon[103696]: pgmap v21168: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:13.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:13.166 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:14.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:14.168 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:14 smithi050 ceph-mon[92315]: pgmap v21169: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:41:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:14 smithi172 ceph-mon[103696]: pgmap v21169: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:41:15.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:15.170 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:16.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:16.171 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:16 smithi050 ceph-mon[92315]: pgmap v21170: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:16 smithi172 ceph-mon[103696]: pgmap v21170: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:17.172 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:17.173 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:18.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:18.174 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:18 smithi050 ceph-mon[92315]: pgmap v21171: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:18.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:18 smithi172 ceph-mon[103696]: pgmap v21171: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:19.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:19.176 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:20.177 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:20.178 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:20 smithi050 ceph-mon[92315]: pgmap v21172: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:41:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:20 smithi172 ceph-mon[103696]: pgmap v21172: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:20.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:41:21.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:21.179 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:22.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:22.181 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:22 smithi050 ceph-mon[92315]: pgmap v21173: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:22 smithi172 ceph-mon[103696]: pgmap v21173: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:23.183 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:23.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:24.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:24.184 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:24 smithi050 ceph-mon[92315]: pgmap v21174: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:41:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:24 smithi172 ceph-mon[103696]: pgmap v21174: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:41:25.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:25.186 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:26.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:26.188 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:26 smithi050 ceph-mon[92315]: pgmap v21175: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:26.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:26 smithi172 ceph-mon[103696]: pgmap v21175: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:27.189 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:27.190 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:28.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:28.191 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:28 smithi050 ceph-mon[92315]: pgmap v21176: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:28 smithi172 ceph-mon[103696]: pgmap v21176: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:29.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:29.193 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:30.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:30.195 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:30.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:30 smithi050 ceph-mon[92315]: pgmap v21177: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:30 smithi172 ceph-mon[103696]: pgmap v21177: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:31.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:31.196 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:32.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:32.198 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:32 smithi050 ceph-mon[92315]: pgmap v21178: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:32 smithi172 ceph-mon[103696]: pgmap v21178: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:33.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:33.200 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:34.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:34.201 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:34 smithi050 ceph-mon[92315]: pgmap v21179: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:41:34.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:34 smithi172 ceph-mon[103696]: pgmap v21179: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:41:35.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:35.203 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:41:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:41:36.204 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:36.205 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:36 smithi050 ceph-mon[92315]: pgmap v21180: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:36.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:36 smithi172 ceph-mon[103696]: pgmap v21180: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:37.206 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:37.207 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:38.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:38.208 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:38.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:38 smithi172 ceph-mon[103696]: pgmap v21181: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:38 smithi050 ceph-mon[92315]: pgmap v21181: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:39.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:39.210 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:40.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:40.212 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:40 smithi050 ceph-mon[92315]: pgmap v21182: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:40.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:40 smithi172 ceph-mon[103696]: pgmap v21182: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:41.213 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:41.214 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:42.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:42.215 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:42 smithi050 ceph-mon[92315]: pgmap v21183: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:42 smithi172 ceph-mon[103696]: pgmap v21183: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:43.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:43.217 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:44.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:44.218 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:44 smithi050 ceph-mon[92315]: pgmap v21184: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:41:44.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:44 smithi172 ceph-mon[103696]: pgmap v21184: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:41:45.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:45.220 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:46.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:46.222 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:46.795 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:46 smithi050 ceph-mon[92315]: pgmap v21185: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:46.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:46 smithi172 ceph-mon[103696]: pgmap v21185: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:47.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:47.224 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:48.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:48.225 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:48 smithi050 ceph-mon[92315]: pgmap v21186: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:48.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:48 smithi172 ceph-mon[103696]: pgmap v21186: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:49.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:49.227 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:50.228 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:50.229 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:50 smithi050 ceph-mon[92315]: pgmap v21187: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:41:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:50 smithi172 ceph-mon[103696]: pgmap v21187: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:50.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:41:51.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:51.230 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:52.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:52.232 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:52 smithi050 ceph-mon[92315]: pgmap v21188: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:52 smithi172 ceph-mon[103696]: pgmap v21188: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:53.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:53.233 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:54.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:54.235 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:54 smithi050 ceph-mon[92315]: pgmap v21189: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:41:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:54 smithi172 ceph-mon[103696]: pgmap v21189: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:41:55.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:55.237 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:56.238 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:56.239 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:56 smithi050 ceph-mon[92315]: pgmap v21190: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:56.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:56 smithi172 ceph-mon[103696]: pgmap v21190: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:57.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:57.240 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:58.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:58.242 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:41:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:41:58 smithi050 ceph-mon[92315]: pgmap v21191: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:41:58 smithi172 ceph-mon[103696]: pgmap v21191: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:41:59.243 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:41:59.244 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:00.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:00.245 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:00 smithi050 ceph-mon[92315]: pgmap v21192: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:00 smithi172 ceph-mon[103696]: pgmap v21192: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:01.247 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:01.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:02.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:02.249 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:02 smithi050 ceph-mon[92315]: pgmap v21193: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:02.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:02 smithi172 ceph-mon[103696]: pgmap v21193: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:03.250 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:03.251 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:04.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:04.252 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:04 smithi050 ceph-mon[92315]: pgmap v21194: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:42:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:04 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:42:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:04 smithi172 ceph-mon[103696]: pgmap v21194: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:42:04.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:04 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:42:05.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:05.253 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:42:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:42:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:42:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:42:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:42:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:42:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:42:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:42:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:42:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:42:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:42:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:42:06.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:06.255 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:06 smithi050 ceph-mon[92315]: pgmap v21195: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:06.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:06 smithi172 ceph-mon[103696]: pgmap v21195: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:07.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:07.256 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:08.258 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:08.259 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:08 smithi050 ceph-mon[92315]: pgmap v21196: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:08.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:08 smithi172 ceph-mon[103696]: pgmap v21196: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:09.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:09.260 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:10.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:10.262 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:10 smithi050 ceph-mon[92315]: pgmap v21197: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:10.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:10 smithi172 ceph-mon[103696]: pgmap v21197: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:11.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:11.263 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:12.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:12.265 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:12 smithi050 ceph-mon[92315]: pgmap v21198: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:12.941 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:12 smithi172 ceph-mon[103696]: pgmap v21198: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:13.266 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:13.267 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:14.268 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:14.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:14 smithi050 ceph-mon[92315]: pgmap v21199: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:42:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:14 smithi172 ceph-mon[103696]: pgmap v21199: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:42:15.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:15.270 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:16.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:16.272 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:16 smithi050 ceph-mon[92315]: pgmap v21200: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:16 smithi172 ceph-mon[103696]: pgmap v21200: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:17.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:17.273 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:18.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:18.275 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:18 smithi050 ceph-mon[92315]: pgmap v21201: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:18.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:18 smithi172 ceph-mon[103696]: pgmap v21201: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:19.277 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:19.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:20.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:20.278 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:20 smithi050 ceph-mon[92315]: pgmap v21202: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:42:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:20 smithi172 ceph-mon[103696]: pgmap v21202: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:20.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:42:21.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:21.280 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:22.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:22.282 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:22 smithi050 ceph-mon[92315]: pgmap v21203: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:22.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:22 smithi172 ceph-mon[103696]: pgmap v21203: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:23.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:23.283 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:24.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:24.285 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:24 smithi050 ceph-mon[92315]: pgmap v21204: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:42:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:24 smithi172 ceph-mon[103696]: pgmap v21204: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:42:25.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:25.287 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:26.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:26.288 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:26.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:26 smithi050 ceph-mon[92315]: pgmap v21205: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:26 smithi172 ceph-mon[103696]: pgmap v21205: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:27.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:27.290 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:28.291 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:28.292 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:28.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:28 smithi050 ceph-mon[92315]: pgmap v21206: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:28 smithi172 ceph-mon[103696]: pgmap v21206: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:29.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:29.293 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:30.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:30.295 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:30.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:30 smithi050 ceph-mon[92315]: pgmap v21207: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:30 smithi172 ceph-mon[103696]: pgmap v21207: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:31.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:31.297 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:32.298 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:32.299 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:32.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:32 smithi050 ceph-mon[92315]: pgmap v21208: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:32 smithi172 ceph-mon[103696]: pgmap v21208: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:33.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:33.300 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:34.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:34.302 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:34 smithi050 ceph-mon[92315]: pgmap v21209: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:42:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:34 smithi172 ceph-mon[103696]: pgmap v21209: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:42:35.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:35.303 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:42:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:42:36.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:36.305 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:36 smithi050 ceph-mon[92315]: pgmap v21210: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:36.705 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:36 smithi172 ceph-mon[103696]: pgmap v21210: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:37.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:37.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:38.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:38.488 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:38 smithi050 ceph-mon[92315]: pgmap v21211: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:39.122 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:38 smithi172 ceph-mon[103696]: pgmap v21211: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:39.310 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:39.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:40.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:40.312 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:40 smithi050 ceph-mon[92315]: pgmap v21212: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:40 smithi172 ceph-mon[103696]: pgmap v21212: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:41.313 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:41.314 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:42.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:42.315 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:42 smithi050 ceph-mon[92315]: pgmap v21213: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:42 smithi172 ceph-mon[103696]: pgmap v21213: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:43.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:43.317 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:44.318 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:44.319 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:44 smithi050 ceph-mon[92315]: pgmap v21214: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:42:44.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:44 smithi172 ceph-mon[103696]: pgmap v21214: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:42:45.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:45.320 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:46.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:46.322 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:46 smithi050 ceph-mon[92315]: pgmap v21215: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:46.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:46 smithi172 ceph-mon[103696]: pgmap v21215: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:47.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:47.323 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:48.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:48.325 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:48 smithi050 ceph-mon[92315]: pgmap v21216: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:48.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:48 smithi172 ceph-mon[103696]: pgmap v21216: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:49.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:49.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:50.328 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:50.329 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:50 smithi050 ceph-mon[92315]: pgmap v21217: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:42:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:50 smithi172 ceph-mon[103696]: pgmap v21217: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:50.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:42:51.330 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:51.331 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:52.332 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:52.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:52 smithi050 ceph-mon[92315]: pgmap v21218: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:52.990 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:52 smithi172 ceph-mon[103696]: pgmap v21218: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:53.333 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:53.334 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:54.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:54.335 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:54 smithi050 ceph-mon[92315]: pgmap v21219: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:42:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:54 smithi172 ceph-mon[103696]: pgmap v21219: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:42:55.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:55.337 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:56.338 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:56.339 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:56 smithi050 ceph-mon[92315]: pgmap v21220: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:56.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:56 smithi172 ceph-mon[103696]: pgmap v21220: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:57.341 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:57.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:58.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:58.342 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:42:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:42:58 smithi050 ceph-mon[92315]: pgmap v21221: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:42:58 smithi172 ceph-mon[103696]: pgmap v21221: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:42:59.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:42:59.344 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:00.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:00.346 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:00 smithi050 ceph-mon[92315]: pgmap v21222: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:00.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:00 smithi172 ceph-mon[103696]: pgmap v21222: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:01.347 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:01.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:02.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:02.349 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:02 smithi050 ceph-mon[92315]: pgmap v21223: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:02 smithi172 ceph-mon[103696]: pgmap v21223: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:03.350 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:03.351 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:04.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:04.352 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:04 smithi050 ceph-mon[92315]: pgmap v21224: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:43:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:04 smithi172 ceph-mon[103696]: pgmap v21224: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:43:05.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:05.354 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:43:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:43:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:43:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:43:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:43:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:43:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:43:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:43:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:43:05.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:43:05.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:43:05.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:43:05.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:43:05.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:43:05.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:43:05.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:43:05.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:43:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:43:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:43:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:43:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:43:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:43:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:43:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:43:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:43:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:43:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-01T01:43:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:43:05.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:43:05.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:43:05.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:43:05.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:43:05.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:43:05.628 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:43:06.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:06.355 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:06 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi050 to 1334M 2023-10-01T01:43:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:06 smithi050 ceph-mon[92315]: Adjusting osd_memory_target on smithi172 to 2637M 2023-10-01T01:43:06.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:06 smithi050 ceph-mon[92315]: pgmap v21225: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:06.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:06 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi050 to 1334M 2023-10-01T01:43:06.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:06 smithi172 ceph-mon[103696]: Adjusting osd_memory_target on smithi172 to 2637M 2023-10-01T01:43:06.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:06 smithi172 ceph-mon[103696]: pgmap v21225: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:07.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:07.357 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:08.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:08.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:08 smithi050 ceph-mon[92315]: pgmap v21226: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:08.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:08 smithi172 ceph-mon[103696]: pgmap v21226: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:09.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:09.360 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:10.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:10.362 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:10 smithi050 ceph-mon[92315]: pgmap v21227: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:10 smithi172 ceph-mon[103696]: pgmap v21227: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:11.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:11.364 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:12.365 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:12.366 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:12 smithi050 ceph-mon[92315]: pgmap v21228: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:12 smithi172 ceph-mon[103696]: pgmap v21228: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:13.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:13.367 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:14.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:14.369 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:14 smithi050 ceph-mon[92315]: pgmap v21229: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:43:14.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:14 smithi172 ceph-mon[103696]: pgmap v21229: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:43:15.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:15.371 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:16.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:16.372 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:16 smithi050 ceph-mon[92315]: pgmap v21230: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:16 smithi172 ceph-mon[103696]: pgmap v21230: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:17.374 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:17.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:18.375 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:18.376 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:18 smithi050 ceph-mon[92315]: pgmap v21231: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:18 smithi172 ceph-mon[103696]: pgmap v21231: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:19.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:19.377 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:20.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:20.379 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:20 smithi050 ceph-mon[92315]: pgmap v21232: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:43:20.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:20 smithi172 ceph-mon[103696]: pgmap v21232: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:20.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:43:21.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:21.380 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:22.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:22.382 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:22 smithi050 ceph-mon[92315]: pgmap v21233: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:22.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:22 smithi172 ceph-mon[103696]: pgmap v21233: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:23.383 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:23.384 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:24.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:24.385 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:24 smithi050 ceph-mon[92315]: pgmap v21234: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:43:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:24 smithi172 ceph-mon[103696]: pgmap v21234: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:43:25.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:25.387 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:26.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:26.389 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:26 smithi050 ceph-mon[92315]: pgmap v21235: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:26.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:26 smithi172 ceph-mon[103696]: pgmap v21235: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:27.390 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:27.718 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:28.392 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:28.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:28 smithi050 ceph-mon[92315]: pgmap v21236: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:28 smithi172 ceph-mon[103696]: pgmap v21236: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:29.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:29.394 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:30.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:30.395 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:30 smithi050 ceph-mon[92315]: pgmap v21237: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:30.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:30 smithi172 ceph-mon[103696]: pgmap v21237: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:31.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:31.397 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:32.398 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:32.399 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:32 smithi050 ceph-mon[92315]: pgmap v21238: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:32.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:32 smithi172 ceph-mon[103696]: pgmap v21238: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:33.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:33.400 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:34.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:34.402 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:34.585 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:34 smithi172 ceph-mon[103696]: pgmap v21239: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:43:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:34 smithi050 ceph-mon[92315]: pgmap v21239: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:43:35.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:35.404 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:43:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:43:36.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:36.405 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:36.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:36 smithi050 ceph-mon[92315]: pgmap v21240: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:36 smithi172 ceph-mon[103696]: pgmap v21240: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:37.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:37.407 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:38.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:38.409 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:38 smithi050 ceph-mon[92315]: pgmap v21241: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:38 smithi172 ceph-mon[103696]: pgmap v21241: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:39.410 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:39.411 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:40.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:40.412 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:40 smithi050 ceph-mon[92315]: pgmap v21242: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:40.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:40 smithi172 ceph-mon[103696]: pgmap v21242: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:41.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:41.414 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:42.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:42.417 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:42.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:42 smithi050 ceph-mon[92315]: pgmap v21243: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:42.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:42 smithi172 ceph-mon[103696]: pgmap v21243: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:43.418 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:43.419 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:44.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:44.420 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:44.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:44 smithi050 ceph-mon[92315]: pgmap v21244: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:43:44.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:44 smithi172 ceph-mon[103696]: pgmap v21244: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:43:45.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:45.422 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:46.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:46.424 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:46.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:46 smithi050 ceph-mon[92315]: pgmap v21245: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:46.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:46 smithi172 ceph-mon[103696]: pgmap v21245: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:47.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:47.425 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:48.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:48.427 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:48.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:48 smithi050 ceph-mon[92315]: pgmap v21246: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:48.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:48 smithi172 ceph-mon[103696]: pgmap v21246: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:49.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:49.429 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:50.430 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:50.431 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:50.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:50 smithi050 ceph-mon[92315]: pgmap v21247: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:50 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:43:50.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:50 smithi172 ceph-mon[103696]: pgmap v21247: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:50.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:50 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:43:51.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:51.432 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:52.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:52.434 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:52.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:52 smithi050 ceph-mon[92315]: pgmap v21248: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:52.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:52 smithi172 ceph-mon[103696]: pgmap v21248: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:53.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:53.435 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:54.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:54.437 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:54 smithi050 ceph-mon[92315]: pgmap v21249: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:43:54.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:54 smithi172 ceph-mon[103696]: pgmap v21249: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:43:55.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:55.439 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:56.440 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:56.441 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:56.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:56 smithi050 ceph-mon[92315]: pgmap v21250: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:56.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:56 smithi172 ceph-mon[103696]: pgmap v21250: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:57.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:57.442 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:58.444 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:58.565 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:43:58.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:43:58 smithi050 ceph-mon[92315]: pgmap v21251: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:58.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:43:58 smithi172 ceph-mon[103696]: pgmap v21251: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:43:59.445 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:43:59.446 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:00.447 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:00.448 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:00.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:44:00 smithi050 ceph-mon[92315]: pgmap v21252: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:44:00.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:44:00 smithi172 ceph-mon[103696]: pgmap v21252: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:44:01.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:01.449 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:02.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:02.451 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:02.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:44:02 smithi050 ceph-mon[92315]: pgmap v21253: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:44:02.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:44:02 smithi172 ceph-mon[103696]: pgmap v21253: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:44:03.453 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:03.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:04.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:04.454 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:04.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:44:04 smithi050 ceph-mon[92315]: pgmap v21254: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:44:04.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:44:04 smithi172 ceph-mon[103696]: pgmap v21254: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:44:05.455 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:05.456 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:05.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:44:05 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:44:05.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:44:05 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:44:06.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:06.457 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:06.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:44:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:44:06.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:44:06 smithi050 ceph-mon[92315]: pgmap v21255: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:44:06.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:44:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:44:06.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:44:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:44:06.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:44:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:44:06.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:44:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:44:06.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:44:06 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:44:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:44:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-01T01:44:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:44:06 smithi172 ceph-mon[103696]: pgmap v21255: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:44:06.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:44:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-01T01:44:06.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:44:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-01T01:44:06.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:44:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:44:06.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:44:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-01T01:44:06.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:44:06 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' 2023-10-01T01:44:07.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:07.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:08.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:08.460 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:08.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:44:08 smithi050 ceph-mon[92315]: pgmap v21256: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:44:08.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:44:08 smithi172 ceph-mon[103696]: pgmap v21256: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:44:09.461 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:09.462 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:10.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:10.463 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:10.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:44:10 smithi050 ceph-mon[92315]: pgmap v21257: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:44:10.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:44:10 smithi172 ceph-mon[103696]: pgmap v21257: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:44:11.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:11.465 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:12.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:12.467 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:12.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:44:12 smithi050 ceph-mon[92315]: pgmap v21258: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:44:12.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:44:12 smithi172 ceph-mon[103696]: pgmap v21258: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:44:13.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:13.468 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:14.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:14.470 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:14.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:44:14 smithi050 ceph-mon[92315]: pgmap v21259: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:44:14.627 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:44:14 smithi172 ceph-mon[103696]: pgmap v21259: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:44:15.471 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:15.472 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:16.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:16.473 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:16.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:44:16 smithi050 ceph-mon[92315]: pgmap v21260: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:44:16.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:44:16 smithi172 ceph-mon[103696]: pgmap v21260: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:44:17.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:17.475 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:18.476 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:18.477 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:18.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:44:18 smithi050 ceph-mon[92315]: pgmap v21261: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:44:18.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:44:18 smithi172 ceph-mon[103696]: pgmap v21261: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:44:19.478 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:19.479 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:20.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:20.480 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:20.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:44:20 smithi050 ceph-mon[92315]: pgmap v21262: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:44:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:44:20 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:44:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:44:20 smithi172 ceph-mon[103696]: pgmap v21262: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:44:20.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:44:20 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:44:21.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:21.482 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:22.483 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:22.484 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:22.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:44:22 smithi050 ceph-mon[92315]: pgmap v21263: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:44:22.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:44:22 smithi172 ceph-mon[103696]: pgmap v21263: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:44:23.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:23.485 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:24.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:24.487 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:24.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:44:24 smithi050 ceph-mon[92315]: pgmap v21264: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:44:24.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:44:24 smithi172 ceph-mon[103696]: pgmap v21264: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:44:25.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:25.490 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:26.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:26.491 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:44:26 smithi050 ceph-mon[92315]: pgmap v21265: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:44:26.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:44:26 smithi172 ceph-mon[103696]: pgmap v21265: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:44:27.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:27.493 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:28.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:28.495 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:28.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:44:28 smithi050 ceph-mon[92315]: pgmap v21266: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:44:28.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:44:28 smithi172 ceph-mon[103696]: pgmap v21266: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:44:29.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:29.497 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:30.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:30.498 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:30.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:44:30 smithi050 ceph-mon[92315]: pgmap v21267: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:44:30.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:44:30 smithi172 ceph-mon[103696]: pgmap v21267: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:44:31.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:31.500 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:32.501 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:32.502 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:32.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:44:32 smithi050 ceph-mon[92315]: pgmap v21268: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:44:32.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:44:32 smithi172 ceph-mon[103696]: pgmap v21268: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:44:33.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:33.503 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:34.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:34.505 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:44:34 smithi050 ceph-mon[92315]: pgmap v21269: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:44:34.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:44:34 smithi172 ceph-mon[103696]: pgmap v21269: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-01T01:44:35.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:35.507 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:35.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:44:35 smithi050 ceph-mon[92315]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:44:35.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:44:35 smithi172 ceph-mon[103696]: from='mgr.14211 172.21.15.50:0/3002468371' entity='mgr.smithi050.rphaie' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-01T01:44:36.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:36.508 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:36.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:44:36 smithi172 ceph-mon[103696]: pgmap v21270: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:44:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:44:36 smithi050 ceph-mon[92315]: pgmap v21270: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:44:37.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:37.510 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:38.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:38.512 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:38.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Oct 01 01:44:38 smithi050 ceph-mon[92315]: pgmap v21271: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:44:38.876 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Oct 01 01:44:38 smithi172 ceph-mon[103696]: pgmap v21271: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-01T01:44:39.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ true 2023-10-01T01:44:39.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-01T01:44:40.014 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2023-10-01T01:44:40.014 DEBUG:teuthology.task.console_log:Killing console logger for smithi050 2023-10-01T01:44:40.015 DEBUG:teuthology.task.console_log:Killing console logger for smithi172 2023-10-01T01:44:40.015 DEBUG:teuthology.exit:Finished running handlers